Neil Booth
e0fd64d29a
Rate-limit add_peer calls randomly
Prepare 1.0.1
8 years ago
Neil Booth
294212d421
Fix discovery of base of reorgs
8 years ago
Neil Booth
5f56689e9c
Don't permit common invalid REPORT_HOST values
8 years ago
Neil Booth
af67536598
Set reorg limit to 8k on testnet
8 years ago
Neil
5c050e1d31
Merge pull request #151 from erasmospunk/master
Set the correct XPUB, XPRV bytes for dogecoin
8 years ago
Neil
081b199832
Merge pull request #149 from pooler/ltcparams
Fix Litecoin parameters
8 years ago
John L. Jegutanis
fe544eae7f
Set the correct XPUB, XPRV bytes for dogecoin
8 years ago
pooler
11a3c77fdb
Fix Litecoin parameters
8 years ago
Samuel Smith
67c135a194
update raspberrypi3 install procedure ( #148 )
install stable version of libreadline6 based on comment from MaxTG
8 years ago
Neil Booth
b7e32c0d81
Merge branch 'shsmith-master'
8 years ago
Johann Bauer
f3bffb5bb2
Minimize default config file ( #147 )
The current config file has a few issues:
- It suggests that a syntax like `COIN = Bitcoin # comment` would do something else than setting `COIN` to `Bitcoin # comment`
- It doesn't contain all settings
- It contains some settings that are not used (e.g. `ELECTRUMX`)
To minimize maintainment overhead, I suggest to keep the default config file small and link to the appropriate documentation that should be up to date.
8 years ago
shsmith
5ef25976c4
merge samples into contrib
8 years ago
shsmith
730fd56386
contribute notes for Raspberry Pi and Ubuntu 16.04 deployment
8 years ago
Neil Booth
9c6d2f5764
Update ACKNOWLEDGEMENTS
8 years ago
Neil Booth
30bb832ef8
Prepare 1.0
8 years ago
Neil Booth
90d1d2641b
Prepare 0.99.4
8 years ago
Neil Booth
42dfd16b14
Add Bitoin Unlimited nolnet
8 years ago
Neil Booth
56130e4a66
Fix uninitialized variable
8 years ago
Neil Booth
27f94cfb04
Take up to 2 peers randomly from each bucket
Bumped up from 1.
Restore STALE_SECS to 1 day
8 years ago
Neil Booth
51c1e9a59b
Prepare 0.99.3
8 years ago
Neil Booth
39bcdb1b6a
Require Python 3.5.3
3.5.2 has various socket and API issues affecting peer discovery
Closes #135
8 years ago
Neil Booth
be9d063457
Rename function
8 years ago
Neil Booth
31b978f21e
Remove debug logging and peers semaphore.
Increase STALE_SECS to 4 hrs. Will revert to 1 day soon.
8 years ago
John L. Jegutanis
05a74253c1
add some addresses tests ( #142 )
8 years ago
Neil Booth
85f17b75c8
Remove stray commas
8 years ago
Neil Booth
ddbc13653f
Merge branch 'develop'
8 years ago
Neil Booth
2c1481859f
More verbose peer logging
Force more reconnects. Restrict semaphore to 2.
8 years ago
Neil Booth
9bc326430d
Import JSONRPC
8 years ago
Neil Booth
e664290670
Merge branch 'master' of github.com:kyuupichan/electrumx
8 years ago
Neil Booth
ac8e38a87c
Tweak prior
8 years ago
John L. Jegutanis
6b1b9d01f2
Better handle base58 version bytes and allow for a >1 byte version
8 years ago
John L. Jegutanis
472c738479
fix crash in IRC initialization ( #141 )
8 years ago
Neil Booth
be95697002
Prepare 0.99.2
8 years ago
Neil Booth
e2d640dcb3
Don't announce self if not public
Show all hosts add_peer gives
8 years ago
Neil Booth
b3005fbb3e
Fix typo
8 years ago
Neil Booth
a2c5ecf0a0
Merge branch 'develop'
8 years ago
Neil Booth
b0039a25a7
Prepare 0.99.1
8 years ago
Neil Booth
0145098165
Add debug output
Idea is to help understand #135
8 years ago
Neil Booth
d36d222489
Maintain more than one self-identity
Rather than just retaining our clearnet identity from the environment,
maintain any tor one as well. This is a little cleaner and avoids
confusion over port assignment when converting to real names.
Fixes #136
8 years ago
Neil Booth
04e7dbe99e
Only serve chunks in forward direction
This disconnects bad clients that are on the wrong network
for some reason, before they consume enormous bandwidth.
Closes #132
8 years ago
fr3aker
4c8b5a6439
fix tor coin peers always scheduled for check ( #139 )
fixes #138
8 years ago
fr3aker
012233672a
fix tor coin peers always scheduled for check ( #139 )
fixes #138
8 years ago
Neil Booth
5bcbdea16a
Only set last_connect if the connection was good
8 years ago
Neil Booth
6f32f99a06
Prepare 0.99
8 years ago
Neil Booth
f8f5d4429f
Merge branch 'develop'
8 years ago
Thomas König
b6be653f4f
Adding FairCoin ( #122 )
* Adding FairCoin
* remove redundant 'header_len' function
* removed serializer
added missing commas
removed assertion from read_block and replaced it with a comment
8 years ago
Neil Booth
5662f1fa88
Add facility to disable peer discovery
and/or self announcement.
8 years ago
Neil Booth
86f6a148b9
Separate async item processor per session
Improve daemon wait logic
Fixes #100
8 years ago
Neil Booth
23b7ec3fb5
get_extra_info fix
8 years ago
Neil Booth
e261824593
Tweak docs
8 years ago