mindstyle has quit [Ping timeout: 260 seconds]
de_henne_ has joined #stellar
de_henne has quit [Ping timeout: 260 seconds]
TheSeven has quit [Disconnected by services]
[7] has joined #stellar
de_henne_ has quit [Remote host closed the connection]
de_henne has joined #stellar
mindstyle has joined #stellar
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar
IAmNotDorian has joined #stellar
IAmNotDorian has joined #stellar
<stellar-slack> <gianluca> account
<stellar-slack> <eno> `stellar-core --genseed`
mindstyle has quit [Ping timeout: 264 seconds]
User has joined #stellar
User is now known as Guest48400
u77 has quit [Ping timeout: 264 seconds]
Guest48400 is now known as mindstyle
zz_akuukis is now known as akuukis
u77 has joined #stellar
mindstyle has quit [Ping timeout: 264 seconds]
mindstyle has joined #stellar
<stellar-slack> <gianluca> Ok, this generate the account, but after I have to funding the account, sine I'm using a provate test network I tried with /testtx?from=root&to=PUBLIC_ID&amount=100&create=true, but the server crash with this error: terminate called after throwing an instance of 'std::runtime_error' what(): seed does not match byte size exited 55
<stellar-slack> <gianluca> Is it correct to fund an account with a transaction with /testtx?from=root ?
<stellar-slack> <gianluca> I'm also experimenting with horizon api. Is it correct to initialise db with https://github.com/stellar/horizon/blob/master/src/github.com/stellar/horizon/test/scenarios/base-horizon.sql ?
<stellar-slack> <raymens> I'm using the ruby-stellar-sdk to test on my private network
<stellar-slack> <jed> gianluca: don't use /testtx just use /tx
<stellar-slack> <jed> you can build the tx with the js sdk
<stellar-slack> <gianluca> ok, I know, foe example I could follow this guide https://www.stellar.org/developers/learn/integration-guides/building-blocks/account-management.html
IAmNotDorian has quit [Ping timeout: 265 seconds]
<stellar-slack> <scott> @gianluca: To initialize the database for horizon, you want to setup horizon-importer
<stellar-slack> <scott> That code is presently being merged into the horizon proper, but it will be another 2 weeks or so until the work is complete
<stellar-slack> <gianluca> @jed: sorry to ask again, this page https://www.stellar.org/developers/learn/integration-guides/building-blocks/account-management.html explains that I can fund a new account with a , but I do not know what to put in fundingAccountAddress and fundingAccountSecret since I don't have any account
<stellar-slack> <jed> gianluca: use `stellar-core --genseed` to make a new public/private keypair
IAmNotDorian has joined #stellar
IAmNotDorian has joined #stellar
<stellar-slack> <gianluca> @jed: I'm totally lost.... I started a one node network with your docker, and now I would like to create 2 accounts and made one transaction... do you have a tutorial?
<stellar-slack> <jed> gianluca: https://www.stellar.org/developers/learn/integration-guides/building-blocks/account-management.html guides you through it. The network starts with a root account where all the XLM are in the first place. Use that account to fund any others you create
<stellar-slack> <jed> where are you getting stuck?
<stellar-slack> <sacarlson> gianluca: when you working from your own standalone you will have to use one of the base libs to create transactions. what language did you plan to work from as there are a few choices to choose from including node js, ruby , python and go
<stellar-slack> <gianluca> @jed: thank you, what is the fundingAccountSecret of the root account?
<stellar-slack> <gianluca> @sacarlson: I can work in any language, I started with js
<stellar-slack> <jed> it tells you in the log
<stellar-slack> <jed> grep for "Root account seed:"
<stellar-slack> <sacarlson> @gianluca: in ruby we use master_key_pair = Stellar::KeyPair.master to create a keypair to the master fund account. it's also similar in js
IAmNotDorian has quit [Ping timeout: 244 seconds]
<stellar-slack> <gianluca> @jed: thank you!
Azitrex has joined #stellar
mindstyle has quit [Ping timeout: 250 seconds]
Azitrex has quit [Ping timeout: 240 seconds]
mindstyle has joined #stellar
akuukis is now known as zz_akuukis