niceBit

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

commit 4d5e59157181810fa52c2f5f366d57507cf4c970
parent 908c8a5a1954aafdd431c7491767b1b4198141db
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Thu, 23 Jan 2020 02:00:36 +1100

Fix memory leak and introduce some op codes & error messages

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

diff --git a/README.md b/README.md @@ -1,6 +1,5 @@ # 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...?