yurial / yubtc

YuBTC - little bitcoin client, that nothing store on HDD. Put you money in your head!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YuBTC - put your money in your head.

Console BTC client that nothing download and store on HDD.
Private key generating from seed.

YuBTC support next commands:
  newseed      Generate new seed.
  address      Show native (P2PKH) address and exit.
  balance      Show balance and exit.
  send         Send BTC to address.
  dumpprivkey  Show private key in WIF format and exit.

Examples:
$ ./yubtc.py newseed
place fabric recall try between menu brush there around oil wing busy summer brush record
Address: 14bUA6ioEkUVCx8cU2zvjpK4KBVHxvEnt3

$ ./yubtc.py dumpprivkey
seed:
Address: 14bUA6ioEkUVCx8cU2zvjpK4KBVHxvEnt3
L25VQR3RxMNhAVgehEqGjMWXvNHDc4bdmPraiwoEoNQr4UVviz2n

$ ./yubtc.py balance
seed:
14bUA6ioEkUVCx8cU2zvjpK4KBVHxvEnt3: 0.99998552 BTC

$ ./yubtc.py send -c 0 -f 0.00001234 14bUA6ioEkUVCx8cU2zvjpK4KBVHxvEnt3 ALL
seed:
Address: 14bUA6ioEkUVCx8cU2zvjpK4KBVHxvEnt3
send 0.99997318 BTC to 14bUA6ioEkUVCx8cU2zvjpK4KBVHxvEnt3 (cacshback=0.00000000, fee=0.00001234, txsize=192)? n

About

YuBTC - little bitcoin client, that nothing store on HDD. Put you money in your head!

License:MIT License


Languages

Language:Python 100.0%