Neil Booth
7442bad66c
Prepare 1.0.16
8 years ago
Neil Booth
00504b695a
Split peer lists post fork
8 years ago
Neil Booth
4d2456e4b4
Explicitly bind to both IPv4 and IPv6.
8 years ago
mmouse-
69c1535d13
Use our listening Host/IP for outgoing connections also ( #226 )
Explicitely set the local IP for outgoing connections, if we're listening
on only one Hostname or IP (of a multi-IP machine). This makes sure our
peers see our outgoing connections coming from the same IP that we're
listening on when we have a specific HOST= configured.
For machines with more than one IP this avoids source-destination
mismatch errors when advertizing our peer. Resolves kyuupichan/electrumx#225
8 years ago
Kefkius
59d8421c87
Fix KeyError on incorrect genesis hash ( #224 )
Fix KeyError that occurs when creating an exception for an incorrect genesis hash.
8 years ago
FujiCoin
b4ac4b6a05
Add Fujicoin ( #218 )
* Add Fujicoin
* Add explanation of FujiDaemon
8 years ago
sam
5b475751f1
Correct 'seessions' (sessions) ( #220 )
8 years ago
cryptcoin-junkey
761213607c
Add PEERS to Monacoin. ( #219 )
8 years ago
Extrememist
2031e88c20
Add Crown ( #217 )
* Add Crown
* Fix Parse
8 years ago
Riccardo Casatta
97ec00338d
Adding regtest parameters ( #213 )
8 years ago
Neil Booth
620ee35af9
Merge branch 'master' of github.com:kyuupichan/electrumx
8 years ago
Neil Booth
f65fa2fd19
Update server list for BCC servers.
8 years ago
Neil Booth
92ba67037f
Use None instead of localhost
See #211 . Some don't have localhost mapped, and
we should also bind to IPv6 interfaces.
Thanks to gaoyaxing24 for testing.
8 years ago
Justin Turner Arthur
28764936c4
Remove semicolons and a couple unused variables. ( #212 )
8 years ago
cryptcoin-junkey
ecad494f28
Add Monacoin. ( #210 )
Signed-off-by: Cryptcoin Junkey <cryptcoin.junkey@gmail.com>
8 years ago
Neil Booth
23b121e799
Prepare 1.0.15
8 years ago
Neil Booth
75feac5d1e
Check prior header hashes to detect forks
8 years ago
Neil Booth
f696a7933d
Prevent unnecessary copying of raw blocks
8 years ago
Neil Booth
3eef0ba4cf
Rename block_full to block.
Retain the raw block in the named tuple.
8 years ago
John L. Jegutanis
350ed82711
Add Vertcoin support ( #208 )
8 years ago
Thomas König
164d0cd924
update FairCoin genesis block ( #207 )
update server list
8 years ago
Neil Booth
d593dd2c6e
Prepare 1.0.14
8 years ago
Neil Booth
2ade5fce9c
Revert "More logical mempool hash handling"
This reverts commit 87d24f38dc
.
8 years ago
Neil Booth
bf202f8395
Merge branch 'master' of github.com:kyuupichan/electrumx into develop
8 years ago
Pavel Zhovner
9279602c4b
Update HOWTO.rst ( #206 )
8 years ago
Neil Booth
7abde2e514
Prepare 1.0.13
8 years ago
Neil Booth
8a18da61c2
Add bitcoin-segwit
8 years ago
Neil Booth
87d24f38dc
More logical mempool hash handling
Fixes the issue whereby notifications weren't sent as long as new blocks
kept coming in. Now a new height notification, with an appropriate mempool
update, is sent after each batch of blocks is processed.
8 years ago
Neil Booth
3f9e2363c2
Prepare 1.0.12
8 years ago
Neil Booth
3ca464e5b1
Update BTC server list
8 years ago
Neil Booth
3612b88e2e
Permit underscores in hostnames.
Add tests.
8 years ago
Neil Booth
4665ba6315
Improve daemon JSON RPC compatibility
- give an ID to each request
- allow client session to be customized by derived classes
Based on changes suggested by erasmospunk
8 years ago
Neil Booth
54c3ae4c5d
Improve bip32 test coverage
8 years ago
Neil Booth
1addbd6815
Add wallet dir to coverage
8 years ago
Neil Booth
eb51706316
Update travis.yml
8 years ago
Neil Booth
9dfaedc727
Add bip32.py and tests.
8 years ago
Neil Booth
7a77637586
Add comprehensive tests of lib/hash.py
8 years ago
Neil Booth
858bac217d
Move DB UTXO code into one place.
8 years ago
emilrus
5f8222efb3
Replace envuidgid with setuidgid and make run files executable ( #203 )
* envuidgid only sets environment variables $UID and $GID causing electrum_server to fail at https://github.com/kyuupichan/electrumx/blob/master/electrumx_server.py#L35-L37
Replaced envuidgid with setuidgit which runs electrum_server with the specified uid/gid
* Make run files executable
8 years ago
Neil
e7cf5e5d31
Merge pull request #200 from GoneUp/typo
Fixed paths in howto
8 years ago
Henry
5cc3973eff
HOWTO: fixed paths
8 years ago
Neil
00886b8ee7
Merge pull request #194 from followtheart/master
Add Dockerfile
8 years ago
followtheart
04df5e9079
Add Dockerfile
Add Dockerfile reference
8 years ago
Neil Booth
2f26e81629
Implement history compression with tests.
Still to do: running compression in background when the flush
count reaches a certain level
8 years ago
Neil Booth
2940ea3199
Add new function get_history_txnums
8 years ago
Neil
721685ba4b
Merge pull request #192 from erasmospunk/legacy-rpc
Legacy rpc and coin additions
8 years ago
John L. Jegutanis
b48465a065
Add Reddcoin support
8 years ago
John L. Jegutanis
fe30086795
Digibyte switched to SegWit
8 years ago
John L. Jegutanis
74f899e544
Add support for Blackcoin and Peercoin
8 years ago
John L. Jegutanis
1e9a65dccb
Handle legacy daemon RPCs
Add support for daemons that don't have the new 'getblock' RPC call that
returns the block in hex, the workaround is to manually recreate the block
bytes. The recreated block bytes may not be the exact ones as in the
underlying blockchain but it is good enough for our indexing purposes.
8 years ago