... | @@ -30,10 +30,10 @@ cd electrumx |
... | @@ -30,10 +30,10 @@ cd electrumx |
|
|
|
|
|
2. Adapt it according to your configuration:
|
|
2. Adapt it according to your configuration:
|
|
```
|
|
```
|
|
# Configure it for your case, the value should be the same as set in ` /etc/electrumx.conf `
|
|
# Configure it for your case, the value should be the same as set in /etc/electrumx.conf
|
|
environ['DB_DIRECTORY'] = '/db'
|
|
environ['DB_DIRECTORY'] = '/db'
|
|
```
|
|
```
|
|
As marked in comment the value of DB_DIRECTORY should be taken from electrumx config file, which is mainly located in /etc/electrumx.conf
|
|
As marked in comment the value of DB_DIRECTORY should be taken from electrumx config file, which is mainly located in `/etc/electrumx.conf`
|
|
|
|
|
|
3. Stop the electrumx server before running the script
|
|
3. Stop the electrumx server before running the script
|
|
```
|
|
```
|
... | | ... | |