niceBit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 41241d999a8c4b31f44faf6ab87aae57447b8832
parent 0e1030840f8890693a0b016bebcdb0b2539dff3b
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Wed, 22 Jan 2020 01:22:03 +1100

Add todo list

Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,9 @@ # Bitcoin Vanity Address Generator (WORK IN PROGRESS) +## TODO +* Fix memory leak, likely to do with creating a new libsecp256k1 context every time... +* Create make file +* Add search from dictionary words +* Are there really that many repeated numbers at the END of an address? Seems like these are being found way too often...? ## Dependencies * libsep256k1