refactor: move root restart script into scripts/; update references
Some checks failed
CI - 4NK_node / Code Quality (push) Has been cancelled
CI - 4NK_node / Docker Build & Test (push) Waiting to run
CI - 4NK_node / Unit Tests (push) Waiting to run
CI - 4NK_node / Integration Tests (push) Waiting to run
CI - 4NK_node / Security Tests (push) Waiting to run
CI - 4NK_node / Documentation Tests (push) Waiting to run
CI - 4NK_node / Security Audit (push) Waiting to run
CI - 4NK_node / Release Guard (push) Blocked by required conditions
CI - 4NK_node / Performance Tests (push) Waiting to run
CI - 4NK_node / Notify (push) Blocked by required conditions
CI - 4NK_node / Publish Release (push) Blocked by required conditions
Some checks failed
CI - 4NK_node / Code Quality (push) Has been cancelled
CI - 4NK_node / Docker Build & Test (push) Waiting to run
CI - 4NK_node / Unit Tests (push) Waiting to run
CI - 4NK_node / Integration Tests (push) Waiting to run
CI - 4NK_node / Security Tests (push) Waiting to run
CI - 4NK_node / Documentation Tests (push) Waiting to run
CI - 4NK_node / Security Audit (push) Waiting to run
CI - 4NK_node / Release Guard (push) Blocked by required conditions
CI - 4NK_node / Performance Tests (push) Waiting to run
CI - 4NK_node / Notify (push) Blocked by required conditions
CI - 4NK_node / Publish Release (push) Blocked by required conditions
This commit is contained in:
parent
5c60af349d
commit
5a5188c9b4
@ -1,32 +0,0 @@
|
|||||||
NETWORK_NAME="4nk_network"
|
|
||||||
TOR_IMAGE="4nk-node-tor:docker-support-v2"
|
|
||||||
BITCOIN_IMAGE="4nk-node-bitcoin:docker-support-v2"
|
|
||||||
BLINDBIT_IMAGE="4nk-node-blindbit:docker-support-v2"
|
|
||||||
RELAY_IMAGE="4nk-node-sdk_relay1:docker-support-v2"
|
|
||||||
|
|
||||||
BITCOIN_VOLUME="bitcoin_data"
|
|
||||||
BLINDBIT_VOLUME="blindbit_data"
|
|
||||||
RELAY_1_VOLUME="sdk_relay_1_data"
|
|
||||||
RELAY_2_VOLUME="sdk_relay_2_data"
|
|
||||||
RELAY_3_VOLUME="sdk_relay_3_data"
|
|
||||||
|
|
||||||
TOR_PORTS=("9050:9050" "9051:9051")
|
|
||||||
BITCOIN_PORTS=("38333:38333" "18443:18443" "29000:29000")
|
|
||||||
BLINDBIT_PORTS=("8000:8000")
|
|
||||||
RELAY_1_PORTS=("8090:8090" "8091:8091")
|
|
||||||
RELAY_2_PORTS=("8092:8090" "8093:8091")
|
|
||||||
RELAY_3_PORTS=("8094:8090" "8095:8091")
|
|
||||||
|
|
||||||
BITCOIN_CONF="$PROJECT_DIR/conf/bitcoin.conf"
|
|
||||||
BLINDBIT_CONF="$PROJECT_DIR/conf/blindbit.toml"
|
|
||||||
RELAY_1_CONF="$PROJECT_DIR/conf/sdk_relay1.conf"
|
|
||||||
RELAY_2_CONF="$PROJECT_DIR/conf/sdk_relay2.conf"
|
|
||||||
RELAY_3_CONF="$PROJECT_DIR/conf/sdk_relay3.conf"
|
|
||||||
EXTERNAL_NODES_CONF="$PROJECT_DIR/sdk_relay/external_nodes.conf"
|
|
||||||
|
|
||||||
COMMON_ENV=(
|
|
||||||
"RUST_LOG=debug,bitcoincore_rpc=trace"
|
|
||||||
"HOME=/home/bitcoin"
|
|
||||||
"BITCOIN_COOKIE_PATH=/home/bitcoin/.bitcoin/signet/.cookie"
|
|
||||||
"ENABLE_SYNC_TEST=1"
|
|
||||||
)
|
|
Loading…
x
Reference in New Issue
Block a user