mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-21 13:54:21 +01:00
electrumx: update with first sync stats
This commit is contained in:
12
electrumx.md
12
electrumx.md
@@ -3,8 +3,8 @@
|
|||||||
This is a rough overview, the guide is work in progress.
|
This is a rough overview, the guide is work in progress.
|
||||||
|
|
||||||
Tested environments:
|
Tested environments:
|
||||||
* X86_64 Xeon E5 with 16GB RAM and SSD storage - estimated to sync in 5 days
|
* X86_64 Xeon E5 with 32GB RAM and SSD storage - first sync time: 2d 16h 07m
|
||||||
* bulding the database on a Raspberry Pi will likely take weeks
|
* Raspberry Pi4 *GB 64bit RaspberryOS with SSD is estimated ~ 5 days
|
||||||
|
|
||||||
Issue: <https://github.com/rootzoll/raspiblitz/issues/1130>
|
Issue: <https://github.com/rootzoll/raspiblitz/issues/1130>
|
||||||
|
|
||||||
@@ -59,10 +59,10 @@ COST_HARD_LIMIT = 0
|
|||||||
NET=mainnet
|
NET=mainnet
|
||||||
CACHE_MB=1200
|
CACHE_MB=1200
|
||||||
|
|
||||||
SSL_CERTFILE=/home/electrumx/.electrumx/certfile.crt
|
# SSL_CERTFILE=/home/electrumx/.electrumx/certfile.crt
|
||||||
SSL_KEYFILE=/home/electrumx/.electrumx/keyfile.key
|
# SSL_KEYFILE=/home/electrumx/.electrumx/keyfile.key
|
||||||
BANNER_FILE=/home/electrumx/.electrumx/banner
|
# BANNER_FILE=/home/electrumx/.electrumx/banner
|
||||||
DONATION_ADDRESS=your-donation-address
|
# DONATION_ADDRESS=your-donation-address
|
||||||
" | sudo -u electrumx tee /home/electrumx/.electrumx/electrumx.conf
|
" | sudo -u electrumx tee /home/electrumx/.electrumx/electrumx.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user