commit 6d06f01295101bde8915fc5480f61162a8efda30
parent 2723bd9700bad2a8dcecbbc7cba0828602d80183
Author: Nick <nicholas.w.farrow@gmail.com>
Date: Fri, 17 Jul 2020 23:14:44 +1000
Update README.md
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)