
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 13s
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 29s
CI - 4NK_node / Notify (push) Failing after 2s
CI - 4NK_node / Publish Release (push) Has been skipped
23 lines
517 B
Plaintext
23 lines
517 B
Plaintext
# Configuration sdk_relay pour Docker
|
|
# Services connectés via réseau Docker
|
|
|
|
# Bitcoin Core RPC (sans cookie, autorisé par rpcallowip)
|
|
core_url=http://4nk-bitcoin:38332
|
|
rpc_user=EXEMPLE
|
|
rpc_password=EXEMPLE
|
|
core_wallet=relay_wallet
|
|
ws_url=0.0.0.0:8090
|
|
http_url=0.0.0.0:8091
|
|
wallet_name=relay_wallet.json
|
|
network=signet
|
|
blindbit_url=http://blindbit:8000
|
|
zmq_url=tcp://4nk-bitcoin:29000
|
|
data_dir=.4nk
|
|
# cookie non utilisé
|
|
|
|
# Mode développement
|
|
dev_mode=true
|
|
standalone=true
|
|
blindbit_enabled=true
|
|
relay_id=relay-2
|