Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 622 Bytes

bitcoin.md

File metadata and controls

19 lines (11 loc) · 622 Bytes

Bitcoin

Generating Addresses

Bitcoin addresses will be generated from the supplied BTC_MASTER_PUBLIC_KEY.

Bitcoind setup

Tips

If you will be using a wallet like Electrum to manage the funds, the master public key you find there is not the one you should place here. The key placed here can be derived the following manner:

ruby scripts/electrum.rb master_public_key_you_see_in_electrum

Of course, test that the addresses generated by this application are the same as the receiving addresses in Electrum.