Skip to content

Commit 3c30415

Browse files
committed
ops: Add fallback TCP socket for esplora backends
1 parent 09d52f9 commit 3c30415

9 files changed

+12
-3
lines changed

production/mempool-config.bisq.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"PASSWORD": "__BITCOIN_RPC_PASS__"
1616
},
1717
"ESPLORA": {
18-
"REST_API_URL": "http://127.0.0.1:4000"
18+
"REST_API_URL": "http://127.0.0.1:5000",
19+
"UNIX_SOCKET_PATH": "/bitcoin/socket/esplora-bitcoin-mainnet"
1920
},
2021
"DATABASE": {
2122
"ENABLED": false,

production/mempool-config.liquid.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"PASSWORD": "__BITCOIN_RPC_PASS__"
2424
},
2525
"ESPLORA": {
26+
"REST_API_URL": "http://127.0.0.1:5001",
2627
"UNIX_SOCKET_PATH": "/elements/socket/esplora-liquid-mainnet"
2728
},
2829
"DATABASE": {

production/mempool-config.liquidtestnet.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"PASSWORD": "__BITCOIN_RPC_PASS__"
2424
},
2525
"ESPLORA": {
26+
"REST_API_URL": "http://127.0.0.1:5004",
2627
"UNIX_SOCKET_PATH": "/elements/socket/esplora-liquid-testnet"
2728
},
2829
"DATABASE": {

production/mempool-config.mainnet-lightning.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"PASSWORD": "__BITCOIN_RPC_PASS__"
1616
},
1717
"ESPLORA": {
18+
"REST_API_URL": "http://127.0.0.1:5000",
1819
"UNIX_SOCKET_PATH": "/bitcoin/socket/esplora-bitcoin-mainnet"
1920
},
2021
"LIGHTNING": {

production/mempool-config.mainnet.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"PASSWORD": "__BITCOIN_RPC_PASS__"
3232
},
3333
"ESPLORA": {
34+
"REST_API_URL": "http://127.0.0.1:5000",
3435
"UNIX_SOCKET_PATH": "/bitcoin/socket/esplora-bitcoin-mainnet"
3536
},
3637
"DATABASE": {

production/mempool-config.signet-lightning.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"PASSWORD": "__BITCOIN_RPC_PASS__"
1616
},
1717
"ESPLORA": {
18-
"REST_API_URL": "http://127.0.0.1:4003"
18+
"REST_API_URL": "http://127.0.0.1:5003",
19+
"UNIX_SOCKET_PATH": "/bitcoin/socket/esplora-bitcoin-signet"
1920
},
2021
"LIGHTNING": {
2122
"ENABLED": true,

production/mempool-config.signet.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"PASSWORD": "__BITCOIN_RPC_PASS__"
2323
},
2424
"ESPLORA": {
25+
"REST_API_URL": "http://127.0.0.1:5003",
2526
"UNIX_SOCKET_PATH": "/bitcoin/socket/esplora-bitcoin-signet"
2627
},
2728
"DATABASE": {

production/mempool-config.testnet-lightning.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"PASSWORD": "__BITCOIN_RPC_PASS__"
1616
},
1717
"ESPLORA": {
18-
"REST_API_URL": "http://127.0.0.1:4002"
18+
"REST_API_URL": "http://127.0.0.1:5002",
19+
"UNIX_SOCKET_PATH": "/bitcoin/socket/esplora-bitcoin-testnet"
1920
},
2021
"LIGHTNING": {
2122
"ENABLED": true,

production/mempool-config.testnet.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"PASSWORD": "__BITCOIN_RPC_PASS__"
2323
},
2424
"ESPLORA": {
25+
"REST_API_URL": "http://127.0.0.1:5002",
2526
"UNIX_SOCKET_PATH": "/bitcoin/socket/esplora-bitcoin-testnet"
2627
},
2728
"DATABASE": {

0 commit comments

Comments
 (0)