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>
<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> 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