@@ -189,7 +189,7 @@ You'll need 3 instances, one for each network. Build one at a time:
|
||||
|
||||
### MariaDB
|
||||
|
||||
Import historical mempool fee database snapshot, or the blank mariadb structure if none:
|
||||
Import historical mempool fee database snapshot:
|
||||
```
|
||||
mysql -u root
|
||||
create database mempool;
|
||||
@@ -200,13 +200,6 @@ create database lmempool;
|
||||
grant all on lmempool.* to 'lmempool'@'localhost' identified by 'lmempool';
|
||||
```
|
||||
|
||||
Then import
|
||||
```
|
||||
mysql -u mempool -p mempool < /mempool/mempool/mariadb-structure.sql
|
||||
mysql -u tmempool -p tmempool < /mempool/mempool/mariadb-structure.sql
|
||||
mysql -u lmempool -p lmempool < /mempool/mempool/mariadb-structure.sql
|
||||
```
|
||||
|
||||
### Mempool
|
||||
|
||||
After all 3 electrs instances are fully indexed, install your 3 mempool nodes:
|
||||
|
||||
Reference in New Issue
Block a user