niceBit

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

DateCommit messageAuthorFiles+-
2022-01-01 12:25add licensenickfarrow2+25-5
2021-07-13 15:22Fix import dependency bugnickfarrow1+1-0
2021-07-13 15:15Code formattingnickfarrow4+209-207
2021-07-13 15:05Add multiprocesses, thanks Thomasgit add niceBit.cnickfarrow1+16-9
2021-05-30 03:37Merge pull request #6 from luxe/patch-1Nick1+1-1
2021-05-30 01:44change return type to voidTrevor Hickey1+1-2
2021-05-26 14:45add return statement for pubkey_to_P2PKHTrevor Hickey1+1-0
2020-09-20 02:39Update README.mdNick1+6-0
2020-09-20 02:18Convert all tabs to spaces and fix indentationNicholasFarrow3+272-271
2020-09-20 02:03Merge branch 'master' of http://git.nickfarrow.com/niceBit into masterNicholasFarrow0+0-0
2020-09-20 02:02Merge pull request #3 from hhio618/masterNick2+77-4
2020-09-20 02:01Reviewed Homayoun's contributions :) , parse n_words back to main function, copy substituted words into the search list.NicholasFarrow2+28-16
2020-09-19 20:05Add alphanum_combinationshhio6182+77-4
2020-08-22 02:47Increased verbosityNicholasFarrow2+13-9
2020-08-21 08:37Increased verbosityNicholasFarrow1+6-1
2020-08-20 10:21Improved time measurements so that 32-bit computers do not report negative times..nickfarrow1+10-9
2020-08-20 09:03Update README.mdNick1+5-1
2020-08-14 10:36Merge readmeNicholasFarrow1+3-0
2020-08-14 10:35Updated README to include ability to search from fileNicholasFarrow1+6-2
2020-08-14 10:33Default n = 5NicholasFarrow1+1-1
2020-08-14 10:31Added ability to search from dictionary file.NicholasFarrow1+58-14
2020-07-17 13:15Update README.mdNick1+0-1
2020-07-17 13:14Update README.mdNick1+3-0
2020-07-16 16:01Fix leading zerosNicholasFarrow2+36-12
2020-07-08 12:24Reuse base58 functions, general cleanup, increased similarity to tutorialNicholasFarrow5+40-322
2020-04-04 03:46Implement searching for repeated lettersNicholasFarrow2+4-6
2020-04-02 11:02Fix min n to be equal to or greater thanNicholasFarrow1+2-2
2020-04-02 10:59Implement minimum consecutive digits argumentNicholasFarrow3+29-5
2020-03-31 12:57Add basic makefileNicholasFarrow1+4-0
2020-03-27 02:20Remove excessive debug printingNicholasFarrow1+3-40
2020-03-26 12:52Improve installation guideNicholasFarrow1+8-6
2020-03-26 12:33Add support for WIF conversionNicholasFarrow1+4-2
2020-03-26 12:19Merge branch 'master' of http://git.nickfarrow.com/niceBitNicholasFarrow1+2-2
2020-03-26 12:19Update readme to reflect WIF implementationNicholasFarrow1+1-4
2020-03-26 12:16Implemented wallet import format (WIF) conversion of private key, for easy import to wallet softwareNicholasFarrow4+316-0
2020-03-24 23:39Update README.mdNick1+1-1
2020-01-28 15:54Better proof of working private keysNicholas Farrow1+1-1
2020-01-28 11:38Proof of code worksNicholasFarrow1+2-0
2020-01-28 11:28Update readmeNicholasFarrow1+3-0
2020-01-28 11:25update readmeNicholasFarrow1+7-2
2020-01-28 11:18Fix the printing of public key address by inserting null character after 33 public key chars, removing need for pointersNicholasFarrow1+10-16
2020-01-28 11:17Fix interaction between secp256k1 library public key and this public address code. Specifically by removing the double insertion of 0x04 prefixNicholasFarrow1+12-5
2020-01-27 09:15remove whitespaceNicholasFarrow1+12-5
2020-01-27 02:55Less frequent status printingNicholasFarrow1+3-6
2020-01-24 03:16Move context creation outside of loop. Improve speed by 60x git add niceBit.c !NicholasFarrow1+11-13
2020-01-24 03:02Code timing w output. 313/sNicholasFarrow1+20-1
2020-01-22 15:48Free memory from old sep256k1 contextsNicholasFarrow1+5-0
2020-01-22 15:30remove garbage commentNicholasFarrow1+1-3
2020-01-22 15:00Fix memory leak and introduce some op codes & error messagesNicholasFarrow1+0-1
2020-01-22 14:59Fix memory leak and introduce some op codes & error messagesNicholasFarrow1+25-10
2020-01-21 14:22Add todo listNicholasFarrow1+5-0
2020-01-21 14:11remove executableNicholasFarrow1+0-0
2020-01-21 14:09Readme update and output fixNicholasFarrow3+3-3
2020-01-21 13:55Add readme and drop min van lenNicholasFarrow2+17-2
2020-01-21 13:44rename mainNicholasFarrow1+0-0
2020-01-21 13:44Remove v1 filesNicholasFarrow8+121-185
2019-12-11 01:19first commitnicholasfarrow5+78-12
2019-12-10 16:40first commitnicholasfarrow7+215-0