commit 32404ad6393baf1651a0d290bc1491779ef15063 parent 4c55a96f59bcb840f22f7b5decc5dfecb356ddb1 Author: NicholasFarrow <nicholas.w.farrow@gmail.com> Date: Thu, 26 Mar 2020 23:19:54 +1100 Merge branch 'master' of http://git.nickfarrow.com/niceBit Diffstat:
M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ # Bitcoin Vanity Address Generator Create Bitcoin vanity addresses with C. -Also doubles as an open source method to generate Bitcoin wallets. +An open source method to generate nice Bitcoin addresses, also serving as an example of how to use the [bitcoin-core/secp256k1](https://github.com/bitcoin-core/secp256k1) C library. ## TODO * Create make file @@ -21,4 +21,4 @@ gcc niceBit.c -o niceBit -lcrypto -lsecp256k1 ## Loading Private Keys Private keys are printed in base58 [Wallet Import Format](https://en.bitcoin.it/wiki/Wallet_import_format), which can be easily loaded into common desktop wallet software. -Proof that this all works can be found via these [ingoing and outgoing transactions](https://explorer.bitcoin.com/bch/address/bitcoincash:qpwqeggq855emxh77qfx60fkaaakz0zmcyf6xazy73) which involves transactions with a vanity address (legacy on BCH) on the Bitcoin Cash blockchain. +Proof that this all works can be found via these [ingoing and outgoing transactions](https://explorer.bitcoin.com/bch/address/1Hh555555Yhogq3c13DfSkC4VFrG4ypcib) which involves transactions with a vanity address (legacy on BCH: `1Hh555555Y...`) on the Bitcoin Cash blockchain.