Skip to content

Commit

Permalink
Update Bisq mempool config
Browse files Browse the repository at this point in the history
  • Loading branch information
runbtc committed Dec 8, 2024
1 parent 4dfec91 commit 69d9d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production/mempool-config.bisq.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"UNIX_SOCKET_PATH": "/bitcoin/socket/esplora-bitcoin-mainnet"
},
"DATABASE": {
"ENABLED": false,
"ENABLED": true,
"HOST": "127.0.0.1",
"SOCKET": "__DB_SOCKET__",
"USERNAME": "__MEMPOOL_BISQ_USER__",
Expand All @@ -33,6 +33,6 @@
},
"BISQ": {
"ENABLED": true,
"DATA_PATH": "/bisq/statsnode-data/btc_mainnet/db"
"DATA_PATH": "/bisq/bisq-statsnode/btc_mainnet/db"
}
}

0 comments on commit 69d9d01

Please sign in to comment.