fix: suppression authentification RPC Bitcoin et blindbit - Suppression de rpcuser et rpcpassword de bitcoin.conf - Suppression de COOKIE_PATH et volume de blindbit - Test de connexion RPC sans authentification
Some checks failed
CI - 4NK_node / Code Quality (push) Failing after 29s
CI - 4NK_node / Unit Tests (push) Failing after 29s
CI - 4NK_node / Integration Tests (push) Failing after 11s
CI - 4NK_node / Security Tests (push) Failing after 28s
CI - 4NK_node / Docker Build & Test (push) Failing after 10s
CI - 4NK_node / Documentation Tests (push) Failing after 3s
CI - 4NK_node / Security Audit (push) Successful in 3s
CI - 4NK_node / Release Guard (push) Has been skipped
CI - 4NK_node / Performance Tests (push) Successful in 27s
CI - 4NK_node / Notify (push) Failing after 1s
CI - 4NK_node / Publish Release (push) Has been skipped
Some checks failed
CI - 4NK_node / Code Quality (push) Failing after 29s
CI - 4NK_node / Unit Tests (push) Failing after 29s
CI - 4NK_node / Integration Tests (push) Failing after 11s
CI - 4NK_node / Security Tests (push) Failing after 28s
CI - 4NK_node / Docker Build & Test (push) Failing after 10s
CI - 4NK_node / Documentation Tests (push) Failing after 3s
CI - 4NK_node / Security Audit (push) Successful in 3s
CI - 4NK_node / Release Guard (push) Has been skipped
CI - 4NK_node / Performance Tests (push) Successful in 27s
CI - 4NK_node / Notify (push) Failing after 1s
CI - 4NK_node / Publish Release (push) Has been skipped
This commit is contained in:
parent
808bda72bf
commit
124b491bfe
@ -15,8 +15,6 @@ listen=1
|
|||||||
|
|
||||||
# Paramètres RPC
|
# Paramètres RPC
|
||||||
rpcallowip=172.24.0.0/16
|
rpcallowip=172.24.0.0/16
|
||||||
rpcuser=bitcoin
|
|
||||||
rpcpassword=bitcoin
|
|
||||||
rpcworkqueue=32
|
rpcworkqueue=32
|
||||||
rpcthreads=4
|
rpcthreads=4
|
||||||
rpcdoccheck=1
|
rpcdoccheck=1
|
||||||
|
@ -35,11 +35,9 @@ services:
|
|||||||
container_name: 4nk-blindbit
|
container_name: 4nk-blindbit
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
|
||||||
- bitcoin_data:/home/bitcoin/.bitcoin/signet:ro
|
|
||||||
environment:
|
environment:
|
||||||
- RPC_ENDPOINT=http://4nk-bitcoin:38332
|
- RPC_ENDPOINT=http://4nk-bitcoin:38332
|
||||||
- COOKIE_PATH=/home/bitcoin/.bitcoin/signet/.cookie
|
|
||||||
- HOST=0.0.0.0:8000
|
- HOST=0.0.0.0:8000
|
||||||
- CHAIN=signet
|
- CHAIN=signet
|
||||||
- SYNC_START_HEIGHT=1
|
- SYNC_START_HEIGHT=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user