2022-01-01 12:25 | add license | nickfarrow | 2 | +25 | -5 |
2021-07-13 15:22 | Fix import dependency bug | nickfarrow | 1 | +1 | -0 |
2021-07-13 15:15 | Code formatting | nickfarrow | 4 | +209 | -207 |
2021-07-13 15:05 | Add multiprocesses, thanks Thomasgit add niceBit.c | nickfarrow | 1 | +16 | -9 |
2021-05-30 03:37 | Merge pull request #6 from luxe/patch-1 | Nick | 1 | +1 | -1 |
2021-05-30 01:44 | change return type to void | Trevor Hickey | 1 | +1 | -2 |
2021-05-26 14:45 | add return statement for pubkey_to_P2PKH | Trevor Hickey | 1 | +1 | -0 |
2020-09-20 02:39 | Update README.md | Nick | 1 | +6 | -0 |
2020-09-20 02:18 | Convert all tabs to spaces and fix indentation | NicholasFarrow | 3 | +272 | -271 |
2020-09-20 02:03 | Merge branch 'master' of http://git.nickfarrow.com/niceBit into master | NicholasFarrow | 0 | +0 | -0 |
2020-09-20 02:02 | Merge pull request #3 from hhio618/master | Nick | 2 | +77 | -4 |
2020-09-20 02:01 | Reviewed Homayoun's contributions :) , parse n_words back to main function, copy substituted words into the search list. | NicholasFarrow | 2 | +28 | -16 |
2020-09-19 20:05 | Add alphanum_combinations | hhio618 | 2 | +77 | -4 |
2020-08-22 02:47 | Increased verbosity | NicholasFarrow | 2 | +13 | -9 |
2020-08-21 08:37 | Increased verbosity | NicholasFarrow | 1 | +6 | -1 |
2020-08-20 10:21 | Improved time measurements so that 32-bit computers do not report negative times.. | nickfarrow | 1 | +10 | -9 |
2020-08-20 09:03 | Update README.md | Nick | 1 | +5 | -1 |
2020-08-14 10:36 | Merge readme | NicholasFarrow | 1 | +3 | -0 |
2020-08-14 10:35 | Updated README to include ability to search from file | NicholasFarrow | 1 | +6 | -2 |
2020-08-14 10:33 | Default n = 5 | NicholasFarrow | 1 | +1 | -1 |
2020-08-14 10:31 | Added ability to search from dictionary file. | NicholasFarrow | 1 | +58 | -14 |
2020-07-17 13:15 | Update README.md | Nick | 1 | +0 | -1 |
2020-07-17 13:14 | Update README.md | Nick | 1 | +3 | -0 |
2020-07-16 16:01 | Fix leading zeros | NicholasFarrow | 2 | +36 | -12 |
2020-07-08 12:24 | Reuse base58 functions, general cleanup, increased similarity to tutorial | NicholasFarrow | 5 | +40 | -322 |
2020-04-04 03:46 | Implement searching for repeated letters | NicholasFarrow | 2 | +4 | -6 |
2020-04-02 11:02 | Fix min n to be equal to or greater than | NicholasFarrow | 1 | +2 | -2 |
2020-04-02 10:59 | Implement minimum consecutive digits argument | NicholasFarrow | 3 | +29 | -5 |
2020-03-31 12:57 | Add basic makefile | NicholasFarrow | 1 | +4 | -0 |
2020-03-27 02:20 | Remove excessive debug printing | NicholasFarrow | 1 | +3 | -40 |
2020-03-26 12:52 | Improve installation guide | NicholasFarrow | 1 | +8 | -6 |
2020-03-26 12:33 | Add support for WIF conversion | NicholasFarrow | 1 | +4 | -2 |
2020-03-26 12:19 | Merge branch 'master' of http://git.nickfarrow.com/niceBit | NicholasFarrow | 1 | +2 | -2 |
2020-03-26 12:19 | Update readme to reflect WIF implementation | NicholasFarrow | 1 | +1 | -4 |
2020-03-26 12:16 | Implemented wallet import format (WIF) conversion of private key, for easy import to wallet software | NicholasFarrow | 4 | +316 | -0 |
2020-03-24 23:39 | Update README.md | Nick | 1 | +1 | -1 |
2020-01-28 15:54 | Better proof of working private keys | Nicholas Farrow | 1 | +1 | -1 |
2020-01-28 11:38 | Proof of code works | NicholasFarrow | 1 | +2 | -0 |
2020-01-28 11:28 | Update readme | NicholasFarrow | 1 | +3 | -0 |
2020-01-28 11:25 | update readme | NicholasFarrow | 1 | +7 | -2 |
2020-01-28 11:18 | Fix the printing of public key address by inserting null character after 33 public key chars, removing need for pointers | NicholasFarrow | 1 | +10 | -16 |
2020-01-28 11:17 | Fix interaction between secp256k1 library public key and this public address code. Specifically by removing the double insertion of 0x04 prefix | NicholasFarrow | 1 | +12 | -5 |
2020-01-27 09:15 | remove whitespace | NicholasFarrow | 1 | +12 | -5 |
2020-01-27 02:55 | Less frequent status printing | NicholasFarrow | 1 | +3 | -6 |
2020-01-24 03:16 | Move context creation outside of loop. Improve speed by 60x git add niceBit.c ! | NicholasFarrow | 1 | +11 | -13 |
2020-01-24 03:02 | Code timing w output. 313/s | NicholasFarrow | 1 | +20 | -1 |
2020-01-22 15:48 | Free memory from old sep256k1 contexts | NicholasFarrow | 1 | +5 | -0 |
2020-01-22 15:30 | remove garbage comment | NicholasFarrow | 1 | +1 | -3 |
2020-01-22 15:00 | Fix memory leak and introduce some op codes & error messages | NicholasFarrow | 1 | +0 | -1 |
2020-01-22 14:59 | Fix memory leak and introduce some op codes & error messages | NicholasFarrow | 1 | +25 | -10 |
2020-01-21 14:22 | Add todo list | NicholasFarrow | 1 | +5 | -0 |
2020-01-21 14:11 | remove executable | NicholasFarrow | 1 | +0 | -0 |
2020-01-21 14:09 | Readme update and output fix | NicholasFarrow | 3 | +3 | -3 |
2020-01-21 13:55 | Add readme and drop min van len | NicholasFarrow | 2 | +17 | -2 |
2020-01-21 13:44 | rename main | NicholasFarrow | 1 | +0 | -0 |
2020-01-21 13:44 | Remove v1 files | NicholasFarrow | 8 | +121 | -185 |
2019-12-11 01:19 | first commit | nicholasfarrow | 5 | +78 | -12 |
2019-12-10 16:40 | first commit | nicholasfarrow | 7 | +215 | -0 |