chore: use stacks 3.1.0.0.2

This commit is contained in:
mhatal
2024-12-14 04:23:58 -06:00
parent a4f1e609a6
commit fd352fa7f1
4 changed files with 5 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
References:
+ https://docs.hiro.so/stacks-blockchain-api/how-to-guides/how-to-run-mainnet-node
+ https://docs.hiro.so/hiro-archive/overview
- https://docs.stacks.co/guides-and-tutorials/nodes-and-miners
- https://docs.hiro.so/stacks/archive
Note: **use `stop.sh` to shutdown daemons!**

View File

@@ -51,7 +51,7 @@ services:
- ./wait:/wait:ro
stacks-blockchain:
restart: always
image: bestmike007/stacks-blockchain:3.1.0.0.1
image: bestmike007/stacks-blockchain:3.1.0.0.2
container_name: stacks_node
entrypoint: "/wait"
network_mode: host

View File

@@ -9,6 +9,6 @@ if [ -e stacks-node ]; then
exit 0
fi
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-3.1.0.0.1-latest.tar.gz | tar -zxv
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-3.1.0.0.2-latest.tar.gz | tar -zxv
mkdir stacks-node
mv mainnet stacks-node/

View File

@@ -10,7 +10,7 @@ if [ -e postresql ]; then
fi
mkdir postgresql
curl -o postgresql/latest.dump https://archive.hiro.so/mainnet/stacks-blockchain-api-pg/stacks-blockchain-api-pg-15-8.2.0-latest.dump
curl -o postgresql/latest.dump https://archive.hiro.so/mainnet/stacks-blockchain-api-pg/stacks-blockchain-api-pg-15-8.3.0-latest.dump
docker-compose up -d stacks-blockchain-postgres
WAIT_HOSTS='127.0.0.1:5432' ./wait