... | ... | @@ -22,9 +22,10 @@ electrumx_server.py[1755]: struct.error: 'H' format requires 0 <= number <= 6553 |
|
|
|
|
|
# How to fix
|
|
|
The following actions is needed to bring servers into the working state
|
|
|
1. Download the python script from electrumx repo`(only python3.6 version is supported)`:
|
|
|
1. Download the electrumx repo`(only python3.6 version is supported)`:
|
|
|
```
|
|
|
wget https://raw.githubusercontent.com/Crowndev/electrumx/crown/compact_history.py
|
|
|
git clone -b crown https://github.com/Crowndev/electrumx.git;
|
|
|
cd electrumx
|
|
|
```
|
|
|
|
|
|
2. Adapt it according to your configuration:
|
... | ... | |