BTC Core + BCU CLI Wallet + Fast Sync

martdev

New Member
Mar 23, 2017
1
0
Over the past few days I have been developing a cli wallet for bitcoin unlimited and packaged it along with Bitcoin Unlimited. There is a faster sync due to the nodes I selected in the config.

The cli wallet also creates a different wallet file that asks you to encrypt with a passphrase to enable more protection. This is just a edit of simplewallet for monero in many ways.

Code:
bitcoin-cli-wallet --create <filename>
bitcoin-cli-wallet --sync
bitcoin-cli-wallet --balance
bitcoin-cli-wallet --sendto <addr> <amount-in-sat>
bitcoin-cli-wallet --help
Download: Here

Edit: Link to executable removed by admin