conan-equal-newone / yenten

Yenten; cryptocurrency of the cpu, by the cpu, for the cpu
https://conan-equal-newone.github.io/yenten/
MIT License
41 stars 51 forks source link

Please, add instructions about how to USE yenten for payments. #16

Closed georgy7 closed 6 years ago

georgy7 commented 6 years ago

For instance, how to make payments from one account to another? At least, with command-line interface. I could not find that anywhere.

WorldBot commented 6 years ago

what did you mean ? it work like bitcoin core for internal you can move balance from one to one with "move" but this is only internal in your wallet, not on blockchain (no txid made/given). for external and to have it on blockchain, you can "sendfrom" or "sendmany" type help to get help on cli else you can see commamds on https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list All work like bitcoin core does

georgy7 commented 6 years ago

Ok, I got it. Thanks.