commit 339d22d29c4b5be1cd437b7db25fe2e68a7cbf2d
parent ad1deb754ec3bb01a697b2c8127ca36ba1777e2f
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date: Fri, 14 Aug 2020 20:36:46 +1000
Merge readme
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -2,6 +2,9 @@
Create Bitcoin vanity addresses with C.
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.
+# Tutorial
+For a tutorial on how this code works, see http://nicholasfarrow.com/Cryptography-in-Bitcoin-with-C/.
+
## Dependencies
* [libsep256k1](https://github.com/bitcoin-core/secp256k1) (easy install)
* openssl (you likely have this)