2021-04-16 11:04 | Merge pull request #240 from parazyd/master | chris-belcher | 1 | +1 | -0 |
2021-03-08 02:13 | Merge pull request #237 from jerzybrzoska/patch-1 | chris-belcher | 1 | +1 | -1 |
2021-03-04 15:45 | Implement responsive mempool sync | chris-belcher | 5 | +180 | -52 |
2021-02-27 21:10 | Update tor broadcaster version message | chris-belcher | 1 | +3 | -4 |
2021-02-25 13:52 | Notify client the status of a tor broadcasted tx | chris-belcher | 2 | +31 | -12 |
2021-02-26 00:53 | Add links and update README | chris-belcher | 1 | +8 | -4 |
2021-02-25 21:18 | Catch any errors raised by main() | chris-belcher | 1 | +4 | -1 |
2021-02-25 20:33 | Remove a log message to reduce log file spam | chris-belcher | 1 | +0 | -1 |
2021-02-25 20:28 | Remove call to getaddressesbylabel | chris-belcher | 1 | +9 | -21 |
2021-02-23 23:29 | Fix floating point issue in getaddressbalance | chris-belcher | 1 | +1 | -1 |
2021-02-23 23:09 | Rewrite unconf tx handler to use getmempoolentry | chris-belcher | 2 | +27 | -34 |
2021-02-23 18:32 | Change README to support loading wallet on startup | chris-belcher | 1 | +3 | -4 |
2021-02-23 15:17 | Merge pull request #216 from NullSense/fix-markdown-warnings | chris-belcher | 1 | +70 | -71 |
2021-02-23 15:15 | Merge pull request #235 from parazyd/openrc-initscript | chris-belcher | 2 | +33 | -0 |
2021-02-23 15:13 | Merge pull request #234 from parazyd/python-setup-tweaks | chris-belcher | 1 | +3 | -6 |
2020-12-27 01:09 | Merge pull request #230 from Talkless/status-code | chris-belcher | 1 | +17 | -9 |
2020-09-09 13:12 | Merge pull request #217 from jomz/patch-1 | chris-belcher | 1 | +1 | -1 |
2020-09-08 20:15 | Merge pull request #214 from NullSense/patch-1 | chris-belcher | 1 | +2 | -0 |
2020-08-15 08:19 | Merge pull request #209 from Liongrass/patch-1 | chris-belcher | 1 | +1 | -1 |
2020-06-09 13:17 | Update version and release notes for 0.2.1.1 | chris-belcher | 2 | +10 | -1 |
2020-06-09 13:10 | Merge pull request #200 from jmacxx/fix_connection_issue_IOError | chris-belcher | 1 | +1 | -1 |
2020-06-04 22:07 | Add 402 payment required's youtube video tutorial | chris-belcher | 1 | +1 | -0 |
2020-06-04 17:10 | Update version and release notes for 0.2.1 | chris-belcher | 2 | +18 | -1 |
2020-06-04 15:46 | Updated donation addresses | chris-belcher | 3 | +18 | -17 |
2020-06-04 13:54 | Reword donation text slightly | chris-belcher | 2 | +2 | -2 |
2020-06-04 13:51 | Add donation address to stdout as well | chris-belcher | 2 | +6 | -2 |
2020-06-04 13:12 | Update link to ElectrumX github in readme | chris-belcher | 1 | +1 | -1 |
2020-05-18 22:13 | Handle no arguments in server.version from client | chris-belcher | 1 | +11 | -5 |
2020-05-18 21:56 | Disconnect client on unknown scripthash | chris-belcher | 3 | +16 | -8 |
2020-05-14 23:54 | Updated README | chris-belcher | 1 | +67 | -57 |
2020-05-14 16:08 | Print slow mempool warning message just once | chris-belcher | 1 | +7 | -3 |
2020-05-13 17:13 | Handle losing connection to bitcoin node | chris-belcher | 2 | +94 | -49 |
2020-05-09 13:30 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 1 | +2 | -1 |
2020-05-08 22:27 | Reduce default polling intervals | chris-belcher | 1 | +2 | -2 |
2020-05-08 22:16 | Remove deprecated rescan script | chris-belcher | 2 | +0 | -32 |
2020-05-08 17:36 | Add link to electrs in readme | chris-belcher | 1 | +3 | -1 |
2020-05-08 17:16 | Print PID to log file on startup | chris-belcher | 1 | +1 | -0 |
2020-05-08 16:34 | Change logs to reduce spam and keep logfile small | chris-belcher | 3 | +12 | -27 |
2020-05-06 16:41 | Use RPC call importmulti to import addresses | chris-belcher | 4 | +64 | -50 |
2020-05-05 21:10 | Delete deterministic wallets test | chris-belcher | 1 | +0 | -198 |
2020-05-05 20:56 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 1 | +4 | -3 |
2020-05-05 20:46 | Use RPC deriveaddresses to generate addresses | chris-belcher | 4 | +154 | -162 |
2020-01-14 13:54 | Fix import to peertopeer tor broadcast | chris-belcher | 1 | +4 | -3 |
2020-01-14 11:19 | Add missing imports and move function | chris-belcher | 2 | +21 | -19 |
2020-01-11 13:47 | Merge pull request #173 from m-schmoock/feat/startup_show_version | chris-belcher | 1 | +2 | -1 |
2020-01-10 15:09 | Merge pull request #172 from m-schmoock/fix/log_all_certs | chris-belcher | 1 | +1 | -1 |
2020-01-10 12:44 | Merge pull request #171 from m-schmoock/chore/log_cert_info | chris-belcher | 1 | +1 | -1 |
2019-12-28 14:52 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 1 | +19 | -0 |
2019-12-28 14:51 | Add address and header sync to protocol tests | chris-belcher | 3 | +152 | -53 |
2019-12-10 20:56 | Create basic version of protocol class tests | chris-belcher | 2 | +188 | -15 |
2019-12-07 20:04 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 1 | +2 | -2 |
2019-12-07 19:52 | Seperate protocol handling to its own class | chris-belcher | 3 | +510 | -448 |
2019-12-06 10:39 | Update link to MacOS guide | chris-belcher | 1 | +1 | -1 |
2019-12-05 19:17 | Typo in README | chris-belcher | 1 | +1 | -1 |
2019-12-05 09:42 | Update release-notes and version numbers for 0.2.0 | chris-belcher | 3 | +19 | -2 |
2019-12-05 09:14 | Put imports on seperate lines to comply with pep8 | chris-belcher | 4 | +25 | -9 |
2019-12-05 08:52 | Merge pull request #163 from andrewtoth/patch-1 | chris-belcher | 1 | +3 | -1 |
2019-12-03 21:02 | Add README note about tor broadcasting | chris-belcher | 1 | +9 | -5 |
2019-12-03 18:46 | Add README text/links to sat/mesh network setups | chris-belcher | 1 | +8 | -0 |
2019-12-02 21:50 | Add text/links to dev notes for maintainablility | chris-belcher | 1 | +16 | -0 |
2019-12-02 20:30 | Add quick-start instructions for Linux/Debian pros | chris-belcher | 1 | +16 | -0 |
2019-12-02 20:19 | Edit README to not use the acronym EPS | chris-belcher | 1 | +4 | -2 |
2019-12-02 20:17 | Merge pull request #125 from Sosthene00/disableprivatekeys | chris-belcher | 1 | +5 | -1 |
2019-12-02 14:49 | Increase default polling internal | chris-belcher | 1 | +1 | -1 |
2019-12-02 14:29 | Wait for rescanning to finish | chris-belcher | 1 | +8 | -0 |
2019-12-02 13:19 | Allow rescan date to also be passed via CLI args | chris-belcher | 1 | +14 | -6 |
2019-11-23 13:53 | Add README note about not supporting Lightning | chris-belcher | 2 | +6 | -1 |
2019-11-14 21:29 | Update pruning link because bitcoin.org is ugly | chris-belcher | 1 | +1 | -1 |
2019-11-05 08:24 | Add first unpruned block information to banner | chris-belcher | 1 | +17 | -6 |
2019-11-05 08:25 | Typo fix, notice() -> info() | chris-belcher | 1 | +1 | -1 |
2019-08-17 10:39 | Add more items to the "ideas for further work" list | chris-belcher | 1 | +8 | -1 |
2019-07-09 10:55 | Add note about when tor broadcasting is not needed | chris-belcher | 1 | +4 | -1 |
2019-07-09 07:42 | Not print out the source port | chris-belcher | 1 | +1 | -1 |
2019-07-05 11:49 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 2 | +34 | -3 |
2019-07-05 11:44 | Correctly return version as string not integer | chris-belcher | 1 | +1 | -1 |
2019-06-27 10:31 | Correctly pass tx broadcasting error back to client | chris-belcher | 1 | +10 | -4 |
2019-06-27 09:52 | Made common error message less scary | chris-belcher | 1 | +2 | -1 |
2019-06-27 09:38 | Made error message have more actionable advice | chris-belcher | 1 | +5 | -3 |
2019-06-24 21:43 | Fix crash bug #120 by catching exception | chris-belcher | 1 | +15 | -10 |
2019-06-24 21:36 | Add blockchain size to server banner | chris-belcher | 1 | +6 | -3 |
2019-06-24 21:02 | Add bandwidth usage per day info in banner | chris-belcher | 1 | +7 | -2 |
2019-06-24 15:28 | Add advice on disabling node wallet broadcasting | chris-belcher | 1 | +3 | -0 |
2019-06-24 14:10 | Add sleep after uploading tor tx | chris-belcher | 1 | +4 | -0 |
2019-06-24 14:01 | Attempt to make the p2p connection similar to Core | chris-belcher | 1 | +29 | -19 |
2019-06-24 13:00 | Overshoot number of requested node addresses | chris-belcher | 1 | +1 | -1 |
2019-06-24 09:02 | Remove unneeded parameter | chris-belcher | 1 | +2 | -2 |
2019-06-23 23:12 | Move getnodeaddresses RPC calls to main thread | chris-belcher | 2 | +50 | -29 |
2019-06-22 00:00 | Pass same logging instance to tor threads | chris-belcher | 2 | +54 | -60 |
2019-06-21 21:53 | Reduce lines to below 80 chars where appropriate | chris-belcher | 3 | +37 | -24 |
2019-06-21 21:37 | Merge pull request #124 from andrewtoth/tor-broadcast | chris-belcher | 5 | +800 | -2 |
2019-06-19 12:26 | Reduced line length to below 80 chars | chris-belcher | 1 | +2 | -1 |
2019-06-19 11:09 | Merge pull request #118 from BobleChinois/NaiveImportCheck | chris-belcher | 1 | +3 | -1 |
2019-04-26 18:17 | Merge pull request #109 from Derek701/patch-1 | chris-belcher | 1 | +1 | -1 |
2019-04-26 15:59 | Add release notes for 0.1.7 | chris-belcher | 3 | +23 | -3 |
2019-04-26 15:20 | Add tip about editing Electrum config file | chris-belcher | 1 | +3 | -1 |
2019-04-26 15:17 | Moved info in README to other files | chris-belcher | 6 | +133 | -68 |
2019-04-26 12:37 | Make JsonRPC use persistent connections | chris-belcher | 2 | +68 | -28 |
2019-04-25 18:21 | Add option for broadcasting txes via a system call | chris-belcher | 2 | +65 | -36 |
2019-04-25 14:00 | Refuse to start if no mpks or addrs are configured | chris-belcher | 1 | +9 | -0 |
2019-04-25 13:20 | Elaborate more in config file about comments | chris-belcher | 1 | +3 | -2 |
2019-04-22 22:30 | Remove pgp sigs as they are contained in releases | chris-belcher | 9 | +0 | -136 |
2019-04-19 19:22 | Improve error message to consider other causes | chris-belcher | 1 | +3 | -3 |
2019-04-19 19:15 | Add entry point and config file for pyinstaller | chris-belcher | 2 | +39 | -0 |
2019-04-18 19:57 | Rename sample config file to use extention .ini | chris-belcher | 1 | +0 | -0 |
2019-04-18 19:06 | Deprecate rescan script and create --rescan flag | chris-belcher | 2 | +31 | -18 |
2019-04-18 15:49 | Move command line logging options to config file | chris-belcher | 2 | +66 | -54 |
2019-04-15 16:53 | Replace deprecated py.test syntax with pytest | chris-belcher | 1 | +2 | -2 |
2019-04-15 11:37 | Add test for unconfirm input commit fixing #84 | chris-belcher | 1 | +49 | -2 |
2019-04-13 01:26 | Fix handling of txes with unconfirmed inputs | chris-belcher | 1 | +7 | -7 |
2019-04-12 16:08 | Fix logging to allow INFO or DEBUG at stdout/err | chris-belcher | 1 | +22 | -19 |
2019-04-10 18:46 | Suggest disabling mempool feature if load too large | chris-belcher | 2 | +20 | -10 |
2019-04-10 17:10 | Add option to disable fee rate histogram calculation | chris-belcher | 2 | +47 | -34 |
2019-04-10 17:10 | Merge pull request #98 from DriftwoodPalace/master | chris-belcher | 1 | +1 | -1 |
2019-04-01 20:19 | Updated readme with new links and info | chris-belcher | 1 | +15 | -14 |
2019-04-01 20:06 | Send dummy merkleproof that configured Electrum can accept | chris-belcher | 2 | +26 | -19 |
2019-02-28 15:46 | Merge pull request #90 from suvayu/dev | chris-belcher | 3 | +2 | -4 |
2019-02-01 19:49 | Merge pull request #83 from suvayu/patch-1 | chris-belcher | 2 | +12 | -2 |
2019-01-06 14:50 | Merge pull request #78 from suvayu/dev | chris-belcher | 1 | +3 | -1 |
2018-12-29 11:30 | Merge pull request #75 from suvayu/dependency-fix | chris-belcher | 1 | +3 | -3 |
2018-12-29 11:30 | Merge pull request #74 from suvayu/version-fix | chris-belcher | 1 | +1 | -1 |
2018-11-23 14:25 | Merge pull request #70 from andrewtoth/coinbase-test | chris-belcher | 2 | +80 | -11 |
2018-11-15 22:12 | Update release notes for v0.1.6 | chris-belcher | 1 | +17 | -0 |
2018-11-15 21:14 | Reverted Readme to explain pip method of install | chris-belcher | 3 | +63 | -233 |
2018-11-15 20:56 | Remove command line flag -c | chris-belcher | 1 | +4 | -3 |
2018-11-14 14:37 | Implement blockchain.scripthash.get_balance method | chris-belcher | 2 | +39 | -1 |
2018-11-13 19:56 | Move around print statements for readability | chris-belcher | 1 | +3 | -2 |
2018-11-13 17:32 | Split printed addresses over multiple lines | chris-belcher | 1 | +1 | -1 |
2018-11-13 16:59 | Block broadcasting when blocksonly enabled | chris-belcher | 1 | +7 | -5 |
2018-11-12 13:44 | Fix bug involving deprecated protocol method | chris-belcher | 1 | +3 | -1 |
2018-11-06 19:12 | Print out label into which addresses are imported | chris-belcher | 1 | +1 | -0 |
2018-11-06 19:11 | Reduce line lengths to be below 80 chars | chris-belcher | 1 | +15 | -12 |
2018-11-06 18:13 | Add test for listtx result having no address key | chris-belcher | 1 | +25 | -4 |
2018-11-06 10:22 | Merge pull request #64 from andrewtoth/track-generated | chris-belcher | 1 | +4 | -2 |
2018-11-05 21:31 | Check whether the wallet RPC calls exist | chris-belcher | 1 | +6 | -1 |
2018-11-05 19:07 | Increase default initial_import_count to 1000 | chris-belcher | 3 | +7 | -5 |
2018-11-05 17:53 | Print the first 3 addrs of each master public key | chris-belcher | 1 | +14 | -8 |
2018-11-05 17:18 | Reworded confusing error messages about scripthash | chris-belcher | 1 | +6 | -4 |
2018-11-05 16:30 | Print where to find rescan progress indicator (#43) | chris-belcher | 1 | +3 | -1 |
2018-10-22 14:39 | Implement method blockchain.transaction.id_from_pos | chris-belcher | 1 | +35 | -2 |
2018-10-22 12:53 | Update to support electrum protocol version 1.4 | chris-belcher | 1 | +53 | -20 |
2018-10-01 23:59 | Remove f-strings feature of python 3.6 | chris-belcher | 1 | +2 | -2 |
2018-10-01 23:57 | Restore old readme file until next version release | chris-belcher | 2 | +6 | -28 |
2018-10-01 23:53 | Merge pull request #44 from suvayu/master | chris-belcher | 39 | +2891 | -2760 |
2018-09-07 13:03 | Update release notes for v0.1.5 | chris-belcher | 1 | +6 | -0 |
2018-09-07 12:38 | Fix crash bug due to new RPC behaving differently | chris-belcher | 1 | +6 | -2 |
2018-09-05 13:15 | Add PGP signatures for release v0.1.4 | chris-belcher | 2 | +34 | -0 |
2018-09-05 13:03 | Update release notes for v0.1.4 | chris-belcher | 1 | +6 | -0 |
2018-09-01 22:30 | Tolerate 0.17 which deprecates accounts feature | chris-belcher | 1 | +8 | -2 |
2018-08-19 16:04 | Handle client requesting header out of range | chris-belcher | 1 | +5 | -2 |
2018-08-16 18:10 | Merge pull request #47 from TychoVrahe/master | chris-belcher | 1 | +1 | -1 |
2018-07-04 22:15 | Add PGP signatures for release v0.1.3 | chris-belcher | 2 | +34 | -0 |
2018-07-04 21:58 | Update release notes for v0.1.3 | chris-belcher | 1 | +12 | -0 |
2018-07-04 21:43 | Correctly tolerate listtxes having no addr field | chris-belcher | 1 | +1 | -1 |
2018-07-03 18:03 | Make the address status of a empty address be None | chris-belcher | 2 | +4 | -2 |
2018-07-03 12:51 | Implement protocol method blockchain.block.headers | chris-belcher | 1 | +31 | -19 |
2018-07-03 12:19 | Add support subscribing to raw block headers | chris-belcher | 1 | +26 | -14 |
2018-06-30 15:06 | Add PGP signatures for release v0.1.2 | chris-belcher | 3 | +35 | -1 |
2018-06-30 14:51 | Updated release notes file for v0.1.2 | chris-belcher | 1 | +12 | -2 |
2018-06-30 14:22 | Fix windows batch scripts and reword readme | chris-belcher | 3 | +17 | -19 |
2018-06-29 17:00 | Made error messages clearer, add info to README | chris-belcher | 3 | +30 | -25 |
2018-06-29 12:57 | Add debug line print already-imported addresses | chris-belcher | 1 | +1 | -0 |
2018-06-26 22:31 | Expand tests to include reorgs and many many txes | chris-belcher | 3 | +204 | -50 |
2018-06-22 15:12 | Fix failed test for when listtransactions = [] | chris-belcher | 1 | +1 | -1 |
2018-06-22 10:01 | Fix crash when listtransactions has >1000 entries | chris-belcher | 1 | +5 | -2 |
2018-06-15 14:26 | Fix bug when using getrawtransaction on 0conf tx | chris-belcher | 1 | +1 | -1 |
2018-06-15 01:20 | Output more helpful error message on bad mpk format | chris-belcher | 1 | +11 | -3 |
2018-06-14 01:51 | Tolerate listtransactions having no address field | chris-belcher | 1 | +6 | -3 |
2018-06-14 00:38 | Make debug message timestamps include the date | chris-belcher | 1 | +1 | -1 |
2018-06-13 13:14 | Move tests to py.test framework | chris-belcher | 9 | +731 | -787 |
2018-05-23 16:17 | Add log statements about the time to obtain addresses | chris-belcher | 3 | +9 | -4 |
2018-05-23 16:00 | Merge pull request #26 from Sjors/2018/05/python-path | chris-belcher | 2 | +2 | -3 |
2018-05-23 15:52 | Add IP address whitelisting feature | chris-belcher | 3 | +30 | -10 |
2018-05-21 19:43 | Make the error message more general on json-rpc failure | chris-belcher | 1 | +1 | -2 |
2018-05-21 19:38 | Gracefully handle the failure to find an input UTXO | chris-belcher | 1 | +14 | -7 |
2018-05-21 17:36 | Add step to README to set up Electrum wallet first | chris-belcher | 1 | +14 | -6 |
2018-05-03 19:57 | Add mempool histogram feature | chris-belcher | 1 | +24 | -1 |
2018-05-02 21:24 | Adds PGP signatures for release v0.1.1 and belcher's pubkey | chris-belcher | 3 | +106 | -0 |
2018-04-26 23:12 | fixed bug, conflicted transactions are any confirmations < 0, not just -1 | chris-belcher | 1 | +4 | -4 |
2018-04-26 10:58 | added code to check for reorganizations; tested by me, no automated tests yet | chris-belcher | 1 | +102 | -4 |
2018-04-16 18:45 | tweaked the readme file, fixed a crash in broadcast transaction code | chris-belcher | 2 | +6 | -7 |
2018-04-15 23:33 | added information in banner about total downloads and uploads, plus other cleanups | chris-belcher | 2 | +25 | -9 |
2018-04-13 08:04 | Merge pull request #17 from bill-walker/patch-2 | chris-belcher | 1 | +3 | -0 |
2018-04-11 12:11 | changed text in readme and fixed wrongly named variables | chris-belcher | 2 | +17 | -13 |
2018-04-08 17:08 | added check for out of range block header request | chris-belcher | 1 | +14 | -3 |
2018-04-08 15:42 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 2 | +15 | -3 |
2018-04-08 15:42 | fixed crash bug when an unconfirmed tx becomes conflicted due to another tx confirming | chris-belcher | 1 | +77 | -27 |
2018-04-01 21:00 | added release notes file | chris-belcher | 1 | +43 | -0 |
2018-03-30 22:41 | added more links to the readme, including Stadicus's raspi guide | chris-belcher | 1 | +10 | -4 |
2018-03-30 21:53 | handled conflicted transactions, and wrote tests | chris-belcher | 1 | +27 | -0 |
2018-03-30 16:21 | edited to allow user to choose the current working directory rather than just config.cfg file, which is required for the debug log and certs | chris-belcher | 1 | +14 | -10 |
2018-03-30 12:19 | added --help option and option to choose path to config file | chris-belcher | 2 | +7 | -4 |
2018-03-29 19:17 | added comment about server=1 because this tripped up one tester | chris-belcher | 1 | +1 | -1 |
2018-03-29 17:34 | Made the first json-rpc error message have more detail | chris-belcher | 2 | +4 | -6 |
2018-03-29 17:28 | added comment about how core needs to be built with wallet | chris-belcher | 1 | +1 | -1 |
2018-03-29 17:19 | extended features of last commit to the rescan script too | chris-belcher | 1 | +7 | -3 |
2018-03-29 16:39 | added option to manually configure rpc_user/password instead of using .cookie file | chris-belcher | 2 | +14 | -4 |
2018-03-29 11:44 | bugfix | chris-belcher | 1 | +1 | -1 |
2018-03-28 14:53 | removed unneeded sample config options | chris-belcher | 1 | +0 | -3 |
2018-03-27 19:24 | fixed default path to certs | chris-belcher | 1 | +2 | -2 |
2018-03-27 19:23 | moved python modules and ssl certs to other directories to make root less cluttered | chris-belcher | 12 | +1432 | -1428 |
2018-03-27 17:52 | added some comments, made debug print to a file, added donation address | chris-belcher | 4 | +108 | -55 |
2018-03-27 00:11 | fixed rescan-script, added a progress indicator to import addresses | chris-belcher | 2 | +19 | -7 |
2018-03-26 22:05 | added support for core's multi-wallet feature | chris-belcher | 3 | +13 | -4 |
2018-03-26 21:21 | Rewrote some of README, commented code some more | chris-belcher | 4 | +68 | -50 |
2018-03-26 00:49 | now searches for the .cookie file for rpc auth, user can also configure datadir in config file, default datadirs are untested | chris-belcher | 4 | +33 | -9 |
2018-03-25 22:39 | created tests for transaction monitoring code | chris-belcher | 1 | +411 | -62 |
2018-03-21 00:41 | moved transaction monitoring code to a new file transactionmonitor.py | chris-belcher | 2 | +354 | -320 |
2018-03-20 16:50 | forgot to rename util.py to hashes.py | chris-belcher | 1 | +0 | -0 |
2018-03-20 15:52 | restored jsonrpc as persistent version wasnt working, renamed util.py to hashes.py, added to README | chris-belcher | 7 | +93 | -136 |
2018-03-20 11:40 | Made the jsonrpc code use a persistent connection | chris-belcher | 1 | +97 | -28 |
2018-03-20 02:11 | finished code for deterministic wallets, all electrum mpks work now | chris-belcher | 6 | +192 | -33 |
2018-03-16 13:03 | added code and default cert files to handle ssl, the user can generate their own self-signed cert files but its not necessary for security | chris-belcher | 5 | +82 | -32 |
2018-03-09 13:19 | nonworking ssl code | chris-belcher | 1 | +9 | -1 |
2018-03-09 00:19 | added support for bech32 and multisig master public keys, and more tests | chris-belcher | 4 | +289 | -78 |
2018-03-03 19:21 | created rescan script to take advantage of the new rescanblockchain rpc call | chris-belcher | 3 | +70 | -3 |
2018-03-03 16:15 | implemented monitoring of deterministic wallets, only handles p2pkh keys for now | chris-belcher | 5 | +316 | -122 |
2018-02-27 16:19 | added code to deliver merkle proofs to electrum, also added links to readme | chris-belcher | 4 | +308 | -340 |
2018-02-26 16:15 | added support for bech32 addresses, requires bitcoin core 0.16 | chris-belcher | 4 | +60 | -35 |
2018-02-08 23:07 | updated github link in banner | chris-belcher | 1 | +1 | -1 |
2018-02-08 17:09 | fixed spelling and added link to mailing list email | chris-belcher | 1 | +3 | -2 |
2018-02-08 16:45 | first commit | chris-belcher | 17 | +3465 | -0 |
2021-04-16 11:01 | README.md: Add Obelisk to list of server implementations | parazyd | 1 | +1 | -0 |
2021-03-08 02:13 | Merge pull request #237 from jerzybrzoska/patch-1 | chris-belcher | 1 | +1 | -1 |
2021-03-04 15:45 | Implement responsive mempool sync | chris-belcher | 5 | +180 | -52 |
2021-02-27 21:10 | Update tor broadcaster version message | chris-belcher | 1 | +3 | -4 |
2021-02-25 13:52 | Notify client the status of a tor broadcasted tx | chris-belcher | 2 | +31 | -12 |
2021-02-26 00:53 | Add links and update README | chris-belcher | 1 | +8 | -4 |
2021-02-25 21:18 | Catch any errors raised by main() | chris-belcher | 1 | +4 | -1 |
2021-02-25 20:33 | Remove a log message to reduce log file spam | chris-belcher | 1 | +0 | -1 |
2021-02-25 20:28 | Remove call to getaddressesbylabel | chris-belcher | 1 | +9 | -21 |
2021-02-23 23:29 | Fix floating point issue in getaddressbalance | chris-belcher | 1 | +1 | -1 |
2021-02-23 23:09 | Rewrite unconf tx handler to use getmempoolentry | chris-belcher | 2 | +27 | -34 |
2021-02-23 18:32 | Change README to support loading wallet on startup | chris-belcher | 1 | +3 | -4 |
2021-02-23 15:17 | Merge pull request #216 from NullSense/fix-markdown-warnings | chris-belcher | 1 | +70 | -71 |
2021-02-23 15:15 | Merge pull request #235 from parazyd/openrc-initscript | chris-belcher | 2 | +33 | -0 |
2021-02-23 15:13 | Merge pull request #234 from parazyd/python-setup-tweaks | chris-belcher | 1 | +3 | -6 |
2020-12-27 01:09 | Merge pull request #230 from Talkless/status-code | chris-belcher | 1 | +17 | -9 |
2020-09-09 13:12 | Merge pull request #217 from jomz/patch-1 | chris-belcher | 1 | +1 | -1 |
2020-09-08 20:15 | Merge pull request #214 from NullSense/patch-1 | chris-belcher | 1 | +2 | -0 |
2020-08-15 08:19 | Merge pull request #209 from Liongrass/patch-1 | chris-belcher | 1 | +1 | -1 |
2020-06-09 13:17 | Update version and release notes for 0.2.1.1 | chris-belcher | 2 | +10 | -1 |
2020-06-09 13:10 | Merge pull request #200 from jmacxx/fix_connection_issue_IOError | chris-belcher | 1 | +1 | -1 |
2020-06-04 22:07 | Add 402 payment required's youtube video tutorial | chris-belcher | 1 | +1 | -0 |
2020-06-04 17:10 | Update version and release notes for 0.2.1 | chris-belcher | 2 | +18 | -1 |
2020-06-04 15:46 | Updated donation addresses | chris-belcher | 3 | +18 | -17 |
2020-06-04 13:54 | Reword donation text slightly | chris-belcher | 2 | +2 | -2 |
2020-06-04 13:51 | Add donation address to stdout as well | chris-belcher | 2 | +6 | -2 |
2020-06-04 13:12 | Update link to ElectrumX github in readme | chris-belcher | 1 | +1 | -1 |
2020-05-18 22:13 | Handle no arguments in server.version from client | chris-belcher | 1 | +11 | -5 |
2020-05-18 21:56 | Disconnect client on unknown scripthash | chris-belcher | 3 | +16 | -8 |
2020-05-14 23:54 | Updated README | chris-belcher | 1 | +67 | -57 |
2020-05-14 16:08 | Print slow mempool warning message just once | chris-belcher | 1 | +7 | -3 |
2020-05-13 17:13 | Handle losing connection to bitcoin node | chris-belcher | 2 | +94 | -49 |
2020-05-09 13:30 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 1 | +2 | -1 |
2020-05-08 22:27 | Reduce default polling intervals | chris-belcher | 1 | +2 | -2 |
2020-05-08 22:16 | Remove deprecated rescan script | chris-belcher | 2 | +0 | -32 |
2020-05-08 17:36 | Add link to electrs in readme | chris-belcher | 1 | +3 | -1 |
2020-05-08 17:16 | Print PID to log file on startup | chris-belcher | 1 | +1 | -0 |
2020-05-08 16:34 | Change logs to reduce spam and keep logfile small | chris-belcher | 3 | +12 | -27 |
2020-05-06 16:41 | Use RPC call importmulti to import addresses | chris-belcher | 4 | +64 | -50 |
2020-05-05 21:10 | Delete deterministic wallets test | chris-belcher | 1 | +0 | -198 |
2020-05-05 20:56 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 1 | +4 | -3 |
2020-05-05 20:46 | Use RPC deriveaddresses to generate addresses | chris-belcher | 4 | +154 | -162 |
2020-01-14 13:54 | Fix import to peertopeer tor broadcast | chris-belcher | 1 | +4 | -3 |
2020-01-14 11:19 | Add missing imports and move function | chris-belcher | 2 | +21 | -19 |
2020-01-11 13:47 | Merge pull request #173 from m-schmoock/feat/startup_show_version | chris-belcher | 1 | +2 | -1 |
2020-01-10 15:09 | Merge pull request #172 from m-schmoock/fix/log_all_certs | chris-belcher | 1 | +1 | -1 |
2020-01-10 12:44 | Merge pull request #171 from m-schmoock/chore/log_cert_info | chris-belcher | 1 | +1 | -1 |
2019-12-28 14:52 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 1 | +19 | -0 |
2019-12-28 14:51 | Add address and header sync to protocol tests | chris-belcher | 3 | +152 | -53 |
2019-12-10 20:56 | Create basic version of protocol class tests | chris-belcher | 2 | +188 | -15 |
2019-12-07 20:04 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 1 | +2 | -2 |
2019-12-07 19:52 | Seperate protocol handling to its own class | chris-belcher | 3 | +510 | -448 |
2019-12-06 10:39 | Update link to MacOS guide | chris-belcher | 1 | +1 | -1 |
2019-12-05 19:17 | Typo in README | chris-belcher | 1 | +1 | -1 |
2019-12-05 09:42 | Update release-notes and version numbers for 0.2.0 | chris-belcher | 3 | +19 | -2 |
2019-12-05 09:14 | Put imports on seperate lines to comply with pep8 | chris-belcher | 4 | +25 | -9 |
2019-12-05 08:52 | Merge pull request #163 from andrewtoth/patch-1 | chris-belcher | 1 | +3 | -1 |
2019-12-03 21:02 | Add README note about tor broadcasting | chris-belcher | 1 | +9 | -5 |
2019-12-03 18:46 | Add README text/links to sat/mesh network setups | chris-belcher | 1 | +8 | -0 |
2019-12-02 21:50 | Add text/links to dev notes for maintainablility | chris-belcher | 1 | +16 | -0 |
2019-12-02 20:30 | Add quick-start instructions for Linux/Debian pros | chris-belcher | 1 | +16 | -0 |
2019-12-02 20:19 | Edit README to not use the acronym EPS | chris-belcher | 1 | +4 | -2 |
2019-12-02 20:17 | Merge pull request #125 from Sosthene00/disableprivatekeys | chris-belcher | 1 | +5 | -1 |
2019-12-02 14:49 | Increase default polling internal | chris-belcher | 1 | +1 | -1 |
2019-12-02 14:29 | Wait for rescanning to finish | chris-belcher | 1 | +8 | -0 |
2019-12-02 13:19 | Allow rescan date to also be passed via CLI args | chris-belcher | 1 | +14 | -6 |
2019-11-23 13:53 | Add README note about not supporting Lightning | chris-belcher | 2 | +6 | -1 |
2019-11-14 21:29 | Update pruning link because bitcoin.org is ugly | chris-belcher | 1 | +1 | -1 |
2019-11-05 08:24 | Add first unpruned block information to banner | chris-belcher | 1 | +17 | -6 |
2019-11-05 08:25 | Typo fix, notice() -> info() | chris-belcher | 1 | +1 | -1 |
2019-08-17 10:39 | Add more items to the "ideas for further work" list | chris-belcher | 1 | +8 | -1 |
2019-07-09 10:55 | Add note about when tor broadcasting is not needed | chris-belcher | 1 | +4 | -1 |
2019-07-09 07:42 | Not print out the source port | chris-belcher | 1 | +1 | -1 |
2019-07-05 11:49 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 2 | +34 | -3 |
2019-07-05 11:44 | Correctly return version as string not integer | chris-belcher | 1 | +1 | -1 |
2019-06-27 10:31 | Correctly pass tx broadcasting error back to client | chris-belcher | 1 | +10 | -4 |
2019-06-27 09:52 | Made common error message less scary | chris-belcher | 1 | +2 | -1 |
2019-06-27 09:38 | Made error message have more actionable advice | chris-belcher | 1 | +5 | -3 |
2019-06-24 21:43 | Fix crash bug #120 by catching exception | chris-belcher | 1 | +15 | -10 |
2019-06-24 21:36 | Add blockchain size to server banner | chris-belcher | 1 | +6 | -3 |
2019-06-24 21:02 | Add bandwidth usage per day info in banner | chris-belcher | 1 | +7 | -2 |
2019-06-24 15:28 | Add advice on disabling node wallet broadcasting | chris-belcher | 1 | +3 | -0 |
2019-06-24 14:10 | Add sleep after uploading tor tx | chris-belcher | 1 | +4 | -0 |
2019-06-24 14:01 | Attempt to make the p2p connection similar to Core | chris-belcher | 1 | +29 | -19 |
2019-06-24 13:00 | Overshoot number of requested node addresses | chris-belcher | 1 | +1 | -1 |
2019-06-24 09:02 | Remove unneeded parameter | chris-belcher | 1 | +2 | -2 |
2019-06-23 23:12 | Move getnodeaddresses RPC calls to main thread | chris-belcher | 2 | +50 | -29 |
2019-06-22 00:00 | Pass same logging instance to tor threads | chris-belcher | 2 | +54 | -60 |
2019-06-21 21:53 | Reduce lines to below 80 chars where appropriate | chris-belcher | 3 | +37 | -24 |
2019-06-21 21:37 | Merge pull request #124 from andrewtoth/tor-broadcast | chris-belcher | 5 | +800 | -2 |
2019-06-19 12:26 | Reduced line length to below 80 chars | chris-belcher | 1 | +2 | -1 |
2019-06-19 11:09 | Merge pull request #118 from BobleChinois/NaiveImportCheck | chris-belcher | 1 | +3 | -1 |
2019-04-26 18:17 | Merge pull request #109 from Derek701/patch-1 | chris-belcher | 1 | +1 | -1 |
2019-04-26 15:59 | Add release notes for 0.1.7 | chris-belcher | 3 | +23 | -3 |
2019-04-26 15:20 | Add tip about editing Electrum config file | chris-belcher | 1 | +3 | -1 |
2019-04-26 15:17 | Moved info in README to other files | chris-belcher | 6 | +133 | -68 |
2019-04-26 12:37 | Make JsonRPC use persistent connections | chris-belcher | 2 | +68 | -28 |
2019-04-25 18:21 | Add option for broadcasting txes via a system call | chris-belcher | 2 | +65 | -36 |
2019-04-25 14:00 | Refuse to start if no mpks or addrs are configured | chris-belcher | 1 | +9 | -0 |
2019-04-25 13:20 | Elaborate more in config file about comments | chris-belcher | 1 | +3 | -2 |
2019-04-22 22:30 | Remove pgp sigs as they are contained in releases | chris-belcher | 9 | +0 | -136 |
2019-04-19 19:22 | Improve error message to consider other causes | chris-belcher | 1 | +3 | -3 |
2019-04-19 19:15 | Add entry point and config file for pyinstaller | chris-belcher | 2 | +39 | -0 |
2019-04-18 19:57 | Rename sample config file to use extention .ini | chris-belcher | 1 | +0 | -0 |
2019-04-18 19:06 | Deprecate rescan script and create --rescan flag | chris-belcher | 2 | +31 | -18 |
2019-04-18 15:49 | Move command line logging options to config file | chris-belcher | 2 | +66 | -54 |
2019-04-15 16:53 | Replace deprecated py.test syntax with pytest | chris-belcher | 1 | +2 | -2 |
2019-04-15 11:37 | Add test for unconfirm input commit fixing #84 | chris-belcher | 1 | +49 | -2 |
2019-04-13 01:26 | Fix handling of txes with unconfirmed inputs | chris-belcher | 1 | +7 | -7 |
2019-04-12 16:08 | Fix logging to allow INFO or DEBUG at stdout/err | chris-belcher | 1 | +22 | -19 |
2019-04-10 18:46 | Suggest disabling mempool feature if load too large | chris-belcher | 2 | +20 | -10 |
2019-04-10 17:10 | Add option to disable fee rate histogram calculation | chris-belcher | 2 | +47 | -34 |
2019-04-10 17:10 | Merge pull request #98 from DriftwoodPalace/master | chris-belcher | 1 | +1 | -1 |
2019-04-01 20:19 | Updated readme with new links and info | chris-belcher | 1 | +15 | -14 |
2019-04-01 20:06 | Send dummy merkleproof that configured Electrum can accept | chris-belcher | 2 | +26 | -19 |
2019-02-28 15:46 | Merge pull request #90 from suvayu/dev | chris-belcher | 3 | +2 | -4 |
2019-02-01 19:49 | Merge pull request #83 from suvayu/patch-1 | chris-belcher | 2 | +12 | -2 |
2019-01-06 14:50 | Merge pull request #78 from suvayu/dev | chris-belcher | 1 | +3 | -1 |
2018-12-29 11:30 | Merge pull request #75 from suvayu/dependency-fix | chris-belcher | 1 | +3 | -3 |
2018-12-29 11:30 | Merge pull request #74 from suvayu/version-fix | chris-belcher | 1 | +1 | -1 |
2018-11-23 14:25 | Merge pull request #70 from andrewtoth/coinbase-test | chris-belcher | 2 | +80 | -11 |
2018-11-15 22:12 | Update release notes for v0.1.6 | chris-belcher | 1 | +17 | -0 |
2018-11-15 21:14 | Reverted Readme to explain pip method of install | chris-belcher | 3 | +63 | -233 |
2018-11-15 20:56 | Remove command line flag -c | chris-belcher | 1 | +4 | -3 |
2018-11-14 14:37 | Implement blockchain.scripthash.get_balance method | chris-belcher | 2 | +39 | -1 |
2018-11-13 19:56 | Move around print statements for readability | chris-belcher | 1 | +3 | -2 |
2018-11-13 17:32 | Split printed addresses over multiple lines | chris-belcher | 1 | +1 | -1 |
2018-11-13 16:59 | Block broadcasting when blocksonly enabled | chris-belcher | 1 | +7 | -5 |
2018-11-12 13:44 | Fix bug involving deprecated protocol method | chris-belcher | 1 | +3 | -1 |
2018-11-06 19:12 | Print out label into which addresses are imported | chris-belcher | 1 | +1 | -0 |
2018-11-06 19:11 | Reduce line lengths to be below 80 chars | chris-belcher | 1 | +15 | -12 |
2018-11-06 18:13 | Add test for listtx result having no address key | chris-belcher | 1 | +25 | -4 |
2018-11-06 10:22 | Merge pull request #64 from andrewtoth/track-generated | chris-belcher | 1 | +4 | -2 |
2018-11-05 21:31 | Check whether the wallet RPC calls exist | chris-belcher | 1 | +6 | -1 |
2018-11-05 19:07 | Increase default initial_import_count to 1000 | chris-belcher | 3 | +7 | -5 |
2018-11-05 17:53 | Print the first 3 addrs of each master public key | chris-belcher | 1 | +14 | -8 |
2018-11-05 17:18 | Reworded confusing error messages about scripthash | chris-belcher | 1 | +6 | -4 |
2018-11-05 16:30 | Print where to find rescan progress indicator (#43) | chris-belcher | 1 | +3 | -1 |
2018-10-22 14:39 | Implement method blockchain.transaction.id_from_pos | chris-belcher | 1 | +35 | -2 |
2018-10-22 12:53 | Update to support electrum protocol version 1.4 | chris-belcher | 1 | +53 | -20 |
2018-10-01 23:59 | Remove f-strings feature of python 3.6 | chris-belcher | 1 | +2 | -2 |
2018-10-01 23:57 | Restore old readme file until next version release | chris-belcher | 2 | +6 | -28 |
2018-10-01 23:53 | Merge pull request #44 from suvayu/master | chris-belcher | 39 | +2891 | -2760 |
2018-09-07 13:03 | Update release notes for v0.1.5 | chris-belcher | 1 | +6 | -0 |
2018-09-07 12:38 | Fix crash bug due to new RPC behaving differently | chris-belcher | 1 | +6 | -2 |
2018-09-05 13:15 | Add PGP signatures for release v0.1.4 | chris-belcher | 2 | +34 | -0 |
2018-09-05 13:03 | Update release notes for v0.1.4 | chris-belcher | 1 | +6 | -0 |
2018-09-01 22:30 | Tolerate 0.17 which deprecates accounts feature | chris-belcher | 1 | +8 | -2 |
2018-08-19 16:04 | Handle client requesting header out of range | chris-belcher | 1 | +5 | -2 |
2018-08-16 18:10 | Merge pull request #47 from TychoVrahe/master | chris-belcher | 1 | +1 | -1 |
2018-07-04 22:15 | Add PGP signatures for release v0.1.3 | chris-belcher | 2 | +34 | -0 |
2018-07-04 21:58 | Update release notes for v0.1.3 | chris-belcher | 1 | +12 | -0 |
2018-07-04 21:43 | Correctly tolerate listtxes having no addr field | chris-belcher | 1 | +1 | -1 |
2018-07-03 18:03 | Make the address status of a empty address be None | chris-belcher | 2 | +4 | -2 |
2018-07-03 12:51 | Implement protocol method blockchain.block.headers | chris-belcher | 1 | +31 | -19 |
2018-07-03 12:19 | Add support subscribing to raw block headers | chris-belcher | 1 | +26 | -14 |
2018-06-30 15:06 | Add PGP signatures for release v0.1.2 | chris-belcher | 3 | +35 | -1 |
2018-06-30 14:51 | Updated release notes file for v0.1.2 | chris-belcher | 1 | +12 | -2 |
2018-06-30 14:22 | Fix windows batch scripts and reword readme | chris-belcher | 3 | +17 | -19 |
2018-06-29 17:00 | Made error messages clearer, add info to README | chris-belcher | 3 | +30 | -25 |
2018-06-29 12:57 | Add debug line print already-imported addresses | chris-belcher | 1 | +1 | -0 |
2018-06-26 22:31 | Expand tests to include reorgs and many many txes | chris-belcher | 3 | +204 | -50 |
2018-06-22 15:12 | Fix failed test for when listtransactions = [] | chris-belcher | 1 | +1 | -1 |
2018-06-22 10:01 | Fix crash when listtransactions has >1000 entries | chris-belcher | 1 | +5 | -2 |
2018-06-15 14:26 | Fix bug when using getrawtransaction on 0conf tx | chris-belcher | 1 | +1 | -1 |
2018-06-15 01:20 | Output more helpful error message on bad mpk format | chris-belcher | 1 | +11 | -3 |
2018-06-14 01:51 | Tolerate listtransactions having no address field | chris-belcher | 1 | +6 | -3 |
2018-06-14 00:38 | Make debug message timestamps include the date | chris-belcher | 1 | +1 | -1 |
2018-06-13 13:14 | Move tests to py.test framework | chris-belcher | 9 | +731 | -787 |
2018-05-23 16:17 | Add log statements about the time to obtain addresses | chris-belcher | 3 | +9 | -4 |
2018-05-23 16:00 | Merge pull request #26 from Sjors/2018/05/python-path | chris-belcher | 2 | +2 | -3 |
2018-05-23 15:52 | Add IP address whitelisting feature | chris-belcher | 3 | +30 | -10 |
2018-05-21 19:43 | Make the error message more general on json-rpc failure | chris-belcher | 1 | +1 | -2 |
2018-05-21 19:38 | Gracefully handle the failure to find an input UTXO | chris-belcher | 1 | +14 | -7 |
2018-05-21 17:36 | Add step to README to set up Electrum wallet first | chris-belcher | 1 | +14 | -6 |
2018-05-03 19:57 | Add mempool histogram feature | chris-belcher | 1 | +24 | -1 |
2018-05-02 21:24 | Adds PGP signatures for release v0.1.1 and belcher's pubkey | chris-belcher | 3 | +106 | -0 |
2018-04-26 23:12 | fixed bug, conflicted transactions are any confirmations < 0, not just -1 | chris-belcher | 1 | +4 | -4 |
2018-04-26 10:58 | added code to check for reorganizations; tested by me, no automated tests yet | chris-belcher | 1 | +102 | -4 |
2018-04-16 18:45 | tweaked the readme file, fixed a crash in broadcast transaction code | chris-belcher | 2 | +6 | -7 |
2018-04-15 23:33 | added information in banner about total downloads and uploads, plus other cleanups | chris-belcher | 2 | +25 | -9 |
2018-04-13 08:04 | Merge pull request #17 from bill-walker/patch-2 | chris-belcher | 1 | +3 | -0 |
2018-04-11 12:11 | changed text in readme and fixed wrongly named variables | chris-belcher | 2 | +17 | -13 |
2018-04-08 17:08 | added check for out of range block header request | chris-belcher | 1 | +14 | -3 |
2018-04-08 15:42 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 2 | +15 | -3 |
2018-04-08 15:42 | fixed crash bug when an unconfirmed tx becomes conflicted due to another tx confirming | chris-belcher | 1 | +77 | -27 |
2018-04-01 21:00 | added release notes file | chris-belcher | 1 | +43 | -0 |
2018-03-30 22:41 | added more links to the readme, including Stadicus's raspi guide | chris-belcher | 1 | +10 | -4 |
2018-03-30 21:53 | handled conflicted transactions, and wrote tests | chris-belcher | 1 | +27 | -0 |
2018-03-30 16:21 | edited to allow user to choose the current working directory rather than just config.cfg file, which is required for the debug log and certs | chris-belcher | 1 | +14 | -10 |
2018-03-30 12:19 | added --help option and option to choose path to config file | chris-belcher | 2 | +7 | -4 |
2018-03-29 19:17 | added comment about server=1 because this tripped up one tester | chris-belcher | 1 | +1 | -1 |
2018-03-29 17:34 | Made the first json-rpc error message have more detail | chris-belcher | 2 | +4 | -6 |
2018-03-29 17:28 | added comment about how core needs to be built with wallet | chris-belcher | 1 | +1 | -1 |
2018-03-29 17:19 | extended features of last commit to the rescan script too | chris-belcher | 1 | +7 | -3 |
2018-03-29 16:39 | added option to manually configure rpc_user/password instead of using .cookie file | chris-belcher | 2 | +14 | -4 |
2018-03-29 11:44 | bugfix | chris-belcher | 1 | +1 | -1 |
2018-03-28 14:53 | removed unneeded sample config options | chris-belcher | 1 | +0 | -3 |
2018-03-27 19:24 | fixed default path to certs | chris-belcher | 1 | +2 | -2 |
2018-03-27 19:23 | moved python modules and ssl certs to other directories to make root less cluttered | chris-belcher | 12 | +1432 | -1428 |
2018-03-27 17:52 | added some comments, made debug print to a file, added donation address | chris-belcher | 4 | +108 | -55 |
2018-03-27 00:11 | fixed rescan-script, added a progress indicator to import addresses | chris-belcher | 2 | +19 | -7 |
2018-03-26 22:05 | added support for core's multi-wallet feature | chris-belcher | 3 | +13 | -4 |
2018-03-26 21:21 | Rewrote some of README, commented code some more | chris-belcher | 4 | +68 | -50 |
2018-03-26 00:49 | now searches for the .cookie file for rpc auth, user can also configure datadir in config file, default datadirs are untested | chris-belcher | 4 | +33 | -9 |
2018-03-25 22:39 | created tests for transaction monitoring code | chris-belcher | 1 | +411 | -62 |
2018-03-21 00:41 | moved transaction monitoring code to a new file transactionmonitor.py | chris-belcher | 2 | +354 | -320 |
2018-03-20 16:50 | forgot to rename util.py to hashes.py | chris-belcher | 1 | +0 | -0 |
2018-03-20 15:52 | restored jsonrpc as persistent version wasnt working, renamed util.py to hashes.py, added to README | chris-belcher | 7 | +93 | -136 |
2018-03-20 11:40 | Made the jsonrpc code use a persistent connection | chris-belcher | 1 | +97 | -28 |
2018-03-20 02:11 | finished code for deterministic wallets, all electrum mpks work now | chris-belcher | 6 | +192 | -33 |
2018-03-16 13:03 | added code and default cert files to handle ssl, the user can generate their own self-signed cert files but its not necessary for security | chris-belcher | 5 | +82 | -32 |
2018-03-09 13:19 | nonworking ssl code | chris-belcher | 1 | +9 | -1 |
2018-03-09 00:19 | added support for bech32 and multisig master public keys, and more tests | chris-belcher | 4 | +289 | -78 |
2018-03-03 19:21 | created rescan script to take advantage of the new rescanblockchain rpc call | chris-belcher | 3 | +70 | -3 |
2018-03-03 16:15 | implemented monitoring of deterministic wallets, only handles p2pkh keys for now | chris-belcher | 5 | +316 | -122 |
2018-02-27 16:19 | added code to deliver merkle proofs to electrum, also added links to readme | chris-belcher | 4 | +308 | -340 |
2018-02-26 16:15 | added support for bech32 addresses, requires bitcoin core 0.16 | chris-belcher | 4 | +60 | -35 |
2018-02-08 23:07 | updated github link in banner | chris-belcher | 1 | +1 | -1 |
2018-02-08 17:09 | fixed spelling and added link to mailing list email | chris-belcher | 1 | +3 | -2 |
2018-02-08 16:45 | first commit | chris-belcher | 17 | +3465 | -0 |
2021-02-08 09:19 | Install config.ini_sample in share/doc. | parazyd | 1 | +2 | -1 |
2021-02-08 09:03 | Remove unnecessary pytest-runner and wheel dependencies from setup. | parazyd | 1 | +0 | -4 |
2021-02-08 09:02 | Update version in setup.py. | parazyd | 1 | +1 | -1 |
2020-12-24 11:56 | Exit with non-zero status code on failure | Vincas Dargis | 1 | +17 | -9 |
2020-09-09 13:12 | Merge pull request #217 from jomz/patch-1 | chris-belcher | 1 | +1 | -1 |
2020-09-08 20:15 | Merge pull request #214 from NullSense/patch-1 | chris-belcher | 1 | +2 | -0 |
2020-08-15 08:19 | Merge pull request #209 from Liongrass/patch-1 | chris-belcher | 1 | +1 | -1 |
2020-06-09 13:17 | Update version and release notes for 0.2.1.1 | chris-belcher | 2 | +10 | -1 |
2020-06-09 13:10 | Merge pull request #200 from jmacxx/fix_connection_issue_IOError | chris-belcher | 1 | +1 | -1 |
2020-06-04 22:07 | Add 402 payment required's youtube video tutorial | chris-belcher | 1 | +1 | -0 |
2020-06-04 17:10 | Update version and release notes for 0.2.1 | chris-belcher | 2 | +18 | -1 |
2020-06-04 15:46 | Updated donation addresses | chris-belcher | 3 | +18 | -17 |
2020-06-04 13:54 | Reword donation text slightly | chris-belcher | 2 | +2 | -2 |
2020-06-04 13:51 | Add donation address to stdout as well | chris-belcher | 2 | +6 | -2 |
2020-06-04 13:12 | Update link to ElectrumX github in readme | chris-belcher | 1 | +1 | -1 |
2020-05-18 22:13 | Handle no arguments in server.version from client | chris-belcher | 1 | +11 | -5 |
2020-05-18 21:56 | Disconnect client on unknown scripthash | chris-belcher | 3 | +16 | -8 |
2020-05-14 23:54 | Updated README | chris-belcher | 1 | +67 | -57 |
2020-05-14 16:08 | Print slow mempool warning message just once | chris-belcher | 1 | +7 | -3 |
2020-05-13 17:13 | Handle losing connection to bitcoin node | chris-belcher | 2 | +94 | -49 |
2020-05-09 13:30 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 1 | +2 | -1 |
2020-05-08 22:27 | Reduce default polling intervals | chris-belcher | 1 | +2 | -2 |
2020-05-08 22:16 | Remove deprecated rescan script | chris-belcher | 2 | +0 | -32 |
2020-05-08 17:36 | Add link to electrs in readme | chris-belcher | 1 | +3 | -1 |
2020-05-08 17:16 | Print PID to log file on startup | chris-belcher | 1 | +1 | -0 |
2020-05-08 16:34 | Change logs to reduce spam and keep logfile small | chris-belcher | 3 | +12 | -27 |
2020-05-06 16:41 | Use RPC call importmulti to import addresses | chris-belcher | 4 | +64 | -50 |
2020-05-05 21:10 | Delete deterministic wallets test | chris-belcher | 1 | +0 | -198 |
2020-05-05 20:56 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 1 | +4 | -3 |
2020-05-05 20:46 | Use RPC deriveaddresses to generate addresses | chris-belcher | 4 | +154 | -162 |
2020-01-14 13:54 | Fix import to peertopeer tor broadcast | chris-belcher | 1 | +4 | -3 |
2020-01-14 11:19 | Add missing imports and move function | chris-belcher | 2 | +21 | -19 |
2020-01-11 13:47 | Merge pull request #173 from m-schmoock/feat/startup_show_version | chris-belcher | 1 | +2 | -1 |
2020-01-10 15:09 | Merge pull request #172 from m-schmoock/fix/log_all_certs | chris-belcher | 1 | +1 | -1 |
2020-01-10 12:44 | Merge pull request #171 from m-schmoock/chore/log_cert_info | chris-belcher | 1 | +1 | -1 |
2019-12-28 14:52 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 1 | +19 | -0 |
2019-12-28 14:51 | Add address and header sync to protocol tests | chris-belcher | 3 | +152 | -53 |
2019-12-10 20:56 | Create basic version of protocol class tests | chris-belcher | 2 | +188 | -15 |
2019-12-07 20:04 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 1 | +2 | -2 |
2019-12-07 19:52 | Seperate protocol handling to its own class | chris-belcher | 3 | +510 | -448 |
2019-12-06 10:39 | Update link to MacOS guide | chris-belcher | 1 | +1 | -1 |
2019-12-05 19:17 | Typo in README | chris-belcher | 1 | +1 | -1 |
2019-12-05 09:42 | Update release-notes and version numbers for 0.2.0 | chris-belcher | 3 | +19 | -2 |
2019-12-05 09:14 | Put imports on seperate lines to comply with pep8 | chris-belcher | 4 | +25 | -9 |
2019-12-05 08:52 | Merge pull request #163 from andrewtoth/patch-1 | chris-belcher | 1 | +3 | -1 |
2019-12-03 21:02 | Add README note about tor broadcasting | chris-belcher | 1 | +9 | -5 |
2019-12-03 18:46 | Add README text/links to sat/mesh network setups | chris-belcher | 1 | +8 | -0 |
2019-12-02 21:50 | Add text/links to dev notes for maintainablility | chris-belcher | 1 | +16 | -0 |
2019-12-02 20:30 | Add quick-start instructions for Linux/Debian pros | chris-belcher | 1 | +16 | -0 |
2019-12-02 20:19 | Edit README to not use the acronym EPS | chris-belcher | 1 | +4 | -2 |
2019-12-02 20:17 | Merge pull request #125 from Sosthene00/disableprivatekeys | chris-belcher | 1 | +5 | -1 |
2019-12-02 14:49 | Increase default polling internal | chris-belcher | 1 | +1 | -1 |
2019-12-02 14:29 | Wait for rescanning to finish | chris-belcher | 1 | +8 | -0 |
2019-12-02 13:19 | Allow rescan date to also be passed via CLI args | chris-belcher | 1 | +14 | -6 |
2019-11-23 13:53 | Add README note about not supporting Lightning | chris-belcher | 2 | +6 | -1 |
2019-11-14 21:29 | Update pruning link because bitcoin.org is ugly | chris-belcher | 1 | +1 | -1 |
2019-11-05 08:24 | Add first unpruned block information to banner | chris-belcher | 1 | +17 | -6 |
2019-11-05 08:25 | Typo fix, notice() -> info() | chris-belcher | 1 | +1 | -1 |
2019-08-17 10:39 | Add more items to the "ideas for further work" list | chris-belcher | 1 | +8 | -1 |
2019-07-09 10:55 | Add note about when tor broadcasting is not needed | chris-belcher | 1 | +4 | -1 |
2019-07-09 07:42 | Not print out the source port | chris-belcher | 1 | +1 | -1 |
2019-07-05 11:49 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 2 | +34 | -3 |
2019-07-05 11:44 | Correctly return version as string not integer | chris-belcher | 1 | +1 | -1 |
2019-06-27 10:31 | Correctly pass tx broadcasting error back to client | chris-belcher | 1 | +10 | -4 |
2019-06-27 09:52 | Made common error message less scary | chris-belcher | 1 | +2 | -1 |
2019-06-27 09:38 | Made error message have more actionable advice | chris-belcher | 1 | +5 | -3 |
2019-06-24 21:43 | Fix crash bug #120 by catching exception | chris-belcher | 1 | +15 | -10 |
2019-06-24 21:36 | Add blockchain size to server banner | chris-belcher | 1 | +6 | -3 |
2019-06-24 21:02 | Add bandwidth usage per day info in banner | chris-belcher | 1 | +7 | -2 |
2019-06-24 15:28 | Add advice on disabling node wallet broadcasting | chris-belcher | 1 | +3 | -0 |
2019-06-24 14:10 | Add sleep after uploading tor tx | chris-belcher | 1 | +4 | -0 |
2019-06-24 14:01 | Attempt to make the p2p connection similar to Core | chris-belcher | 1 | +29 | -19 |
2019-06-24 13:00 | Overshoot number of requested node addresses | chris-belcher | 1 | +1 | -1 |
2019-06-24 09:02 | Remove unneeded parameter | chris-belcher | 1 | +2 | -2 |
2019-06-23 23:12 | Move getnodeaddresses RPC calls to main thread | chris-belcher | 2 | +50 | -29 |
2019-06-22 00:00 | Pass same logging instance to tor threads | chris-belcher | 2 | +54 | -60 |
2019-06-21 21:53 | Reduce lines to below 80 chars where appropriate | chris-belcher | 3 | +37 | -24 |
2019-06-21 21:37 | Merge pull request #124 from andrewtoth/tor-broadcast | chris-belcher | 5 | +800 | -2 |
2019-06-19 12:26 | Reduced line length to below 80 chars | chris-belcher | 1 | +2 | -1 |
2019-06-19 11:09 | Merge pull request #118 from BobleChinois/NaiveImportCheck | chris-belcher | 1 | +3 | -1 |
2019-04-26 18:17 | Merge pull request #109 from Derek701/patch-1 | chris-belcher | 1 | +1 | -1 |
2019-04-26 15:59 | Add release notes for 0.1.7 | chris-belcher | 3 | +23 | -3 |
2019-04-26 15:20 | Add tip about editing Electrum config file | chris-belcher | 1 | +3 | -1 |
2019-04-26 15:17 | Moved info in README to other files | chris-belcher | 6 | +133 | -68 |
2019-04-26 12:37 | Make JsonRPC use persistent connections | chris-belcher | 2 | +68 | -28 |
2019-04-25 18:21 | Add option for broadcasting txes via a system call | chris-belcher | 2 | +65 | -36 |
2019-04-25 14:00 | Refuse to start if no mpks or addrs are configured | chris-belcher | 1 | +9 | -0 |
2019-04-25 13:20 | Elaborate more in config file about comments | chris-belcher | 1 | +3 | -2 |
2019-04-22 22:30 | Remove pgp sigs as they are contained in releases | chris-belcher | 9 | +0 | -136 |
2019-04-19 19:22 | Improve error message to consider other causes | chris-belcher | 1 | +3 | -3 |
2019-04-19 19:15 | Add entry point and config file for pyinstaller | chris-belcher | 2 | +39 | -0 |
2019-04-18 19:57 | Rename sample config file to use extention .ini | chris-belcher | 1 | +0 | -0 |
2019-04-18 19:06 | Deprecate rescan script and create --rescan flag | chris-belcher | 2 | +31 | -18 |
2019-04-18 15:49 | Move command line logging options to config file | chris-belcher | 2 | +66 | -54 |
2019-04-15 16:53 | Replace deprecated py.test syntax with pytest | chris-belcher | 1 | +2 | -2 |
2019-04-15 11:37 | Add test for unconfirm input commit fixing #84 | chris-belcher | 1 | +49 | -2 |
2019-04-13 01:26 | Fix handling of txes with unconfirmed inputs | chris-belcher | 1 | +7 | -7 |
2019-04-12 16:08 | Fix logging to allow INFO or DEBUG at stdout/err | chris-belcher | 1 | +22 | -19 |
2019-04-10 18:46 | Suggest disabling mempool feature if load too large | chris-belcher | 2 | +20 | -10 |
2019-04-10 17:10 | Add option to disable fee rate histogram calculation | chris-belcher | 2 | +47 | -34 |
2019-04-10 17:10 | Merge pull request #98 from DriftwoodPalace/master | chris-belcher | 1 | +1 | -1 |
2019-04-01 20:19 | Updated readme with new links and info | chris-belcher | 1 | +15 | -14 |
2019-04-01 20:06 | Send dummy merkleproof that configured Electrum can accept | chris-belcher | 2 | +26 | -19 |
2019-02-28 15:46 | Merge pull request #90 from suvayu/dev | chris-belcher | 3 | +2 | -4 |
2019-02-01 19:49 | Merge pull request #83 from suvayu/patch-1 | chris-belcher | 2 | +12 | -2 |
2019-01-06 14:50 | Merge pull request #78 from suvayu/dev | chris-belcher | 1 | +3 | -1 |
2018-12-29 11:30 | Merge pull request #75 from suvayu/dependency-fix | chris-belcher | 1 | +3 | -3 |
2018-12-29 11:30 | Merge pull request #74 from suvayu/version-fix | chris-belcher | 1 | +1 | -1 |
2018-11-23 14:25 | Merge pull request #70 from andrewtoth/coinbase-test | chris-belcher | 2 | +80 | -11 |
2018-11-15 22:12 | Update release notes for v0.1.6 | chris-belcher | 1 | +17 | -0 |
2018-11-15 21:14 | Reverted Readme to explain pip method of install | chris-belcher | 3 | +63 | -233 |
2018-11-15 20:56 | Remove command line flag -c | chris-belcher | 1 | +4 | -3 |
2018-11-14 14:37 | Implement blockchain.scripthash.get_balance method | chris-belcher | 2 | +39 | -1 |
2018-11-13 19:56 | Move around print statements for readability | chris-belcher | 1 | +3 | -2 |
2018-11-13 17:32 | Split printed addresses over multiple lines | chris-belcher | 1 | +1 | -1 |
2018-11-13 16:59 | Block broadcasting when blocksonly enabled | chris-belcher | 1 | +7 | -5 |
2018-11-12 13:44 | Fix bug involving deprecated protocol method | chris-belcher | 1 | +3 | -1 |
2018-11-06 19:12 | Print out label into which addresses are imported | chris-belcher | 1 | +1 | -0 |
2018-11-06 19:11 | Reduce line lengths to be below 80 chars | chris-belcher | 1 | +15 | -12 |
2018-11-06 18:13 | Add test for listtx result having no address key | chris-belcher | 1 | +25 | -4 |
2018-11-06 10:22 | Merge pull request #64 from andrewtoth/track-generated | chris-belcher | 1 | +4 | -2 |
2018-11-05 21:31 | Check whether the wallet RPC calls exist | chris-belcher | 1 | +6 | -1 |
2018-11-05 19:07 | Increase default initial_import_count to 1000 | chris-belcher | 3 | +7 | -5 |
2018-11-05 17:53 | Print the first 3 addrs of each master public key | chris-belcher | 1 | +14 | -8 |
2018-11-05 17:18 | Reworded confusing error messages about scripthash | chris-belcher | 1 | +6 | -4 |
2018-11-05 16:30 | Print where to find rescan progress indicator (#43) | chris-belcher | 1 | +3 | -1 |
2018-10-22 14:39 | Implement method blockchain.transaction.id_from_pos | chris-belcher | 1 | +35 | -2 |
2018-10-22 12:53 | Update to support electrum protocol version 1.4 | chris-belcher | 1 | +53 | -20 |
2018-10-01 23:59 | Remove f-strings feature of python 3.6 | chris-belcher | 1 | +2 | -2 |
2018-10-01 23:57 | Restore old readme file until next version release | chris-belcher | 2 | +6 | -28 |
2018-10-01 23:53 | Merge pull request #44 from suvayu/master | chris-belcher | 39 | +2891 | -2760 |
2018-09-07 13:03 | Update release notes for v0.1.5 | chris-belcher | 1 | +6 | -0 |
2018-09-07 12:38 | Fix crash bug due to new RPC behaving differently | chris-belcher | 1 | +6 | -2 |
2018-09-05 13:15 | Add PGP signatures for release v0.1.4 | chris-belcher | 2 | +34 | -0 |
2018-09-05 13:03 | Update release notes for v0.1.4 | chris-belcher | 1 | +6 | -0 |
2018-09-01 22:30 | Tolerate 0.17 which deprecates accounts feature | chris-belcher | 1 | +8 | -2 |
2018-08-19 16:04 | Handle client requesting header out of range | chris-belcher | 1 | +5 | -2 |
2018-08-16 18:10 | Merge pull request #47 from TychoVrahe/master | chris-belcher | 1 | +1 | -1 |
2018-07-04 22:15 | Add PGP signatures for release v0.1.3 | chris-belcher | 2 | +34 | -0 |
2018-07-04 21:58 | Update release notes for v0.1.3 | chris-belcher | 1 | +12 | -0 |
2018-07-04 21:43 | Correctly tolerate listtxes having no addr field | chris-belcher | 1 | +1 | -1 |
2018-07-03 18:03 | Make the address status of a empty address be None | chris-belcher | 2 | +4 | -2 |
2018-07-03 12:51 | Implement protocol method blockchain.block.headers | chris-belcher | 1 | +31 | -19 |
2018-07-03 12:19 | Add support subscribing to raw block headers | chris-belcher | 1 | +26 | -14 |
2018-06-30 15:06 | Add PGP signatures for release v0.1.2 | chris-belcher | 3 | +35 | -1 |
2018-06-30 14:51 | Updated release notes file for v0.1.2 | chris-belcher | 1 | +12 | -2 |
2018-06-30 14:22 | Fix windows batch scripts and reword readme | chris-belcher | 3 | +17 | -19 |
2018-06-29 17:00 | Made error messages clearer, add info to README | chris-belcher | 3 | +30 | -25 |
2018-06-29 12:57 | Add debug line print already-imported addresses | chris-belcher | 1 | +1 | -0 |
2018-06-26 22:31 | Expand tests to include reorgs and many many txes | chris-belcher | 3 | +204 | -50 |
2018-06-22 15:12 | Fix failed test for when listtransactions = [] | chris-belcher | 1 | +1 | -1 |
2018-06-22 10:01 | Fix crash when listtransactions has >1000 entries | chris-belcher | 1 | +5 | -2 |
2018-06-15 14:26 | Fix bug when using getrawtransaction on 0conf tx | chris-belcher | 1 | +1 | -1 |
2018-06-15 01:20 | Output more helpful error message on bad mpk format | chris-belcher | 1 | +11 | -3 |
2018-06-14 01:51 | Tolerate listtransactions having no address field | chris-belcher | 1 | +6 | -3 |
2018-06-14 00:38 | Make debug message timestamps include the date | chris-belcher | 1 | +1 | -1 |
2018-06-13 13:14 | Move tests to py.test framework | chris-belcher | 9 | +731 | -787 |
2018-05-23 16:17 | Add log statements about the time to obtain addresses | chris-belcher | 3 | +9 | -4 |
2018-05-23 16:00 | Merge pull request #26 from Sjors/2018/05/python-path | chris-belcher | 2 | +2 | -3 |
2018-05-23 15:52 | Add IP address whitelisting feature | chris-belcher | 3 | +30 | -10 |
2018-05-21 19:43 | Make the error message more general on json-rpc failure | chris-belcher | 1 | +1 | -2 |
2018-05-21 19:38 | Gracefully handle the failure to find an input UTXO | chris-belcher | 1 | +14 | -7 |
2018-05-21 17:36 | Add step to README to set up Electrum wallet first | chris-belcher | 1 | +14 | -6 |
2018-05-03 19:57 | Add mempool histogram feature | chris-belcher | 1 | +24 | -1 |
2018-05-02 21:24 | Adds PGP signatures for release v0.1.1 and belcher's pubkey | chris-belcher | 3 | +106 | -0 |
2018-04-26 23:12 | fixed bug, conflicted transactions are any confirmations < 0, not just -1 | chris-belcher | 1 | +4 | -4 |
2018-04-26 10:58 | added code to check for reorganizations; tested by me, no automated tests yet | chris-belcher | 1 | +102 | -4 |
2018-04-16 18:45 | tweaked the readme file, fixed a crash in broadcast transaction code | chris-belcher | 2 | +6 | -7 |
2018-04-15 23:33 | added information in banner about total downloads and uploads, plus other cleanups | chris-belcher | 2 | +25 | -9 |
2018-04-13 08:04 | Merge pull request #17 from bill-walker/patch-2 | chris-belcher | 1 | +3 | -0 |
2018-04-11 12:11 | changed text in readme and fixed wrongly named variables | chris-belcher | 2 | +17 | -13 |
2018-04-08 17:08 | added check for out of range block header request | chris-belcher | 1 | +14 | -3 |
2018-04-08 15:42 | Merge branch 'master' of https://github.com/chris-belcher/electrum-personal-server | chris-belcher | 2 | +15 | -3 |
2018-04-08 15:42 | fixed crash bug when an unconfirmed tx becomes conflicted due to another tx confirming | chris-belcher | 1 | +77 | -27 |
2018-04-01 21:00 | added release notes file | chris-belcher | 1 | +43 | -0 |
2018-03-30 22:41 | added more links to the readme, including Stadicus's raspi guide | chris-belcher | 1 | +10 | -4 |
2018-03-30 21:53 | handled conflicted transactions, and wrote tests | chris-belcher | 1 | +27 | -0 |
2018-03-30 16:21 | edited to allow user to choose the current working directory rather than just config.cfg file, which is required for the debug log and certs | chris-belcher | 1 | +14 | -10 |
2018-03-30 12:19 | added --help option and option to choose path to config file | chris-belcher | 2 | +7 | -4 |
2018-03-29 19:17 | added comment about server=1 because this tripped up one tester | chris-belcher | 1 | +1 | -1 |
2018-03-29 17:34 | Made the first json-rpc error message have more detail | chris-belcher | 2 | +4 | -6 |
2018-03-29 17:28 | added comment about how core needs to be built with wallet | chris-belcher | 1 | +1 | -1 |
2018-03-29 17:19 | extended features of last commit to the rescan script too | chris-belcher | 1 | +7 | -3 |
2018-03-29 16:39 | added option to manually configure rpc_user/password instead of using .cookie file | chris-belcher | 2 | +14 | -4 |
2018-03-29 11:44 | bugfix | chris-belcher | 1 | +1 | -1 |
2018-03-28 14:53 | removed unneeded sample config options | chris-belcher | 1 | +0 | -3 |
2018-03-27 19:24 | fixed default path to certs | chris-belcher | 1 | +2 | -2 |
2018-03-27 19:23 | moved python modules and ssl certs to other directories to make root less cluttered | chris-belcher | 12 | +1432 | -1428 |
2018-03-27 17:52 | added some comments, made debug print to a file, added donation address | chris-belcher | 4 | +108 | -55 |
2018-03-27 00:11 | fixed rescan-script, added a progress indicator to import addresses | chris-belcher | 2 | +19 | -7 |
2018-03-26 22:05 | added support for core's multi-wallet feature | chris-belcher | 3 | +13 | -4 |
2018-03-26 21:21 | Rewrote some of README, commented code some more | chris-belcher | 4 | +68 | -50 |
2018-03-26 00:49 | now searches for the .cookie file for rpc auth, user can also configure datadir in config file, default datadirs are untested | chris-belcher | 4 | +33 | -9 |
2018-03-25 22:39 | created tests for transaction monitoring code | chris-belcher | 1 | +411 | -62 |
2018-03-21 00:41 | moved transaction monitoring code to a new file transactionmonitor.py | chris-belcher | 2 | +354 | -320 |
2018-03-20 16:50 | forgot to rename util.py to hashes.py | chris-belcher | 1 | +0 | -0 |
2018-03-20 15:52 | restored jsonrpc as persistent version wasnt working, renamed util.py to hashes.py, added to README | chris-belcher | 7 | +93 | -136 |
2018-03-20 11:40 | Made the jsonrpc code use a persistent connection | chris-belcher | 1 | +97 | -28 |
2018-03-20 02:11 | finished code for deterministic wallets, all electrum mpks work now | chris-belcher | 6 | +192 | -33 |
2018-03-16 13:03 | added code and default cert files to handle ssl, the user can generate their own self-signed cert files but its not necessary for security | chris-belcher | 5 | +82 | -32 |
2018-03-09 13:19 | nonworking ssl code | chris-belcher | 1 | +9 | -1 |
2018-03-09 00:19 | added support for bech32 and multisig master public keys, and more tests | chris-belcher | 4 | +289 | -78 |
2018-03-03 19:21 | created rescan script to take advantage of the new rescanblockchain rpc call | chris-belcher | 3 | +70 | -3 |
2018-03-03 16:15 | implemented monitoring of deterministic wallets, only handles p2pkh keys for now | chris-belcher | 5 | +316 | -122 |
2018-02-27 16:19 | added code to deliver merkle proofs to electrum, also added links to readme | chris-belcher | 4 | +308 | -340 |
2018-02-26 16:15 | added support for bech32 addresses, requires bitcoin core 0.16 | chris-belcher | 4 | +60 | -35 |
2018-02-08 23:07 | updated github link in banner | chris-belcher | 1 | +1 | -1 |
2018-02-08 17:09 | fixed spelling and added link to mailing list email | chris-belcher | 1 | +3 | -2 |
2018-02-08 16:45 | first commit | chris-belcher | 17 | +3465 | -0 |