... | @@ -30,7 +30,7 @@ cd electrumx |
... | @@ -30,7 +30,7 @@ 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
|
... | | ... | |