mirror of
https://github.com/alexgo-io/stacks-node-mainnet.git
synced 2026-01-12 14:53:47 +08:00
chore: use stacks node 2.4.0.1.0
Signed-off-by: mhatal <100742635+mhatal@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
working_dir = "/srv/stacks-node"
|
||||
rpc_bind = "0.0.0.0:20443"
|
||||
p2p_bind = "0.0.0.0:20444"
|
||||
bootstrap_node = "02196f005965cebe6ddc3901b7b1cc1aa7a88f305bb8c5893456b8f9a605923893@seed.mainnet.hiro.so:20444"
|
||||
bootstrap_node = "02196f005965cebe6ddc3901b7b1cc1aa7a88f305bb8c5893456b8f9a605923893@seed.mainnet.hiro.so:20444,02539449ad94e6e6392d8c1deb2b4e61f80ae2a18964349bc14336d8b903c46a8c@cet.stacksnodes.org:20444,02ececc8ce79b8adf813f13a0255f8ae58d4357309ba0cedd523d9f1a306fcfb79@sgt.stacksnodes.org:20444,0303144ba518fe7a0fb56a8a7d488f950307a4330f146e1e1458fc63fb33defe96@est.stacksnodes.org:20444"
|
||||
wait_time_for_microblocks = 10000
|
||||
|
||||
[burnchain]
|
||||
@@ -24,4 +24,4 @@ read_only_call_limit_write_length = 15000000
|
||||
read_only_call_limit_read_length = 100000000
|
||||
read_only_call_limit_write_count = 7750
|
||||
read_only_call_limit_read_count = 7750
|
||||
read_only_call_limit_runtime = 5000000000
|
||||
read_only_call_limit_runtime = 5000000000
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
stacks-blockchain-postgres:
|
||||
restart: always
|
||||
@@ -44,7 +43,7 @@ services:
|
||||
- ./wait:/wait:ro
|
||||
stacks-blockchain:
|
||||
restart: always
|
||||
image: bestmike007/stacks-blockchain:2.4.0.0.4
|
||||
image: bestmike007/stacks-blockchain:2.4.0.1.0
|
||||
container_name: stacks_node
|
||||
entrypoint: "/wait"
|
||||
network_mode: host
|
||||
@@ -52,7 +51,7 @@ services:
|
||||
WAIT_BEFORE: 3
|
||||
WAIT_AFTER: 3
|
||||
WAIT_HOSTS: "127.0.0.1:3700"
|
||||
WAIT_COMMAND: "stacks-node start --config=/srv/Stacks.toml"
|
||||
WAIT_COMMAND: "stacks-node start --config /srv/Stacks.toml"
|
||||
NOP_BLOCKSTACK_DEBUG: 0
|
||||
XBLOCKSTACK_DEBUG: 0
|
||||
RUST_BACKTRACE: 0
|
||||
|
||||
@@ -9,6 +9,6 @@ if [ -e stacks-node ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-latest.tar.gz | tar -zxv
|
||||
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-2.4.0.1.0-latest.tar.gz | tar -zxv
|
||||
mkdir stacks-node
|
||||
mv mainnet stacks-node/
|
||||
|
||||
Reference in New Issue
Block a user