You've already forked electroncash-protocol
Implement daemon failover
Daemon URLs can be comma-separated in the DAEMON_URL env var. Surrounding whitespace is stripped. http:// is preprended if missing. The coin's default port is supplied if missing. A trailing / is supplied if missing. Closes #33
This commit is contained in:
@@ -28,9 +28,9 @@ for someone used to either.
|
||||
When building the database form the genesis block, ElectrumX has to
|
||||
flush large quantities of data to disk and to leveldb. You will have
|
||||
a much nicer experience if the database directory is on an SSD than on
|
||||
an HDD. Currently to around height 434,000 of the Bitcoin blockchain
|
||||
an HDD. Currently to around height 439,800 of the Bitcoin blockchain
|
||||
the final size of the leveldb database, and other ElectrumX file
|
||||
metadata comes to just over 17GB. Leveldb needs a bit more for brief
|
||||
metadata comes to just over 18GB. Leveldb needs a bit more for brief
|
||||
periods, and the block chain is only getting longer, so I would
|
||||
recommend having at least 30-40GB free space.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user