Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ docker run \
-v path/to/smartbchd_home:/root/.smartbchd \
smartbchd:latest init mynode --chain-id 0x2710

wget https://github.com/smartbch/artifacts/releases/download/v0.0.3/dot.smartbchd.tgz
wget https://github.com/smartbch/artifacts/releases/download/v0.0.6/dot.smartbchd.tgz
tar xvf dot.smartbchd.tgz
cp -rfv dot.smartbchd/* smartbchd_home/
```
Expand Down
4 changes: 2 additions & 2 deletions testnets.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ cd smartbch
docker image build -f Dockerfile.optimized \
--build-arg SMARTBCH_BUILD_TAGS='cppbtree,params_amber' \
--build-arg SMARTBCH_VERSION=v0.4.2 \
--build-arg CONFIG_VERSION=v0.0.4 \
--build-arg CONFIG_VERSION=v0.0.5 \
--build-arg CHAIN_ID=0x2711 \
-t smartbchd-amber:latest .
```
Expand All @@ -102,7 +102,7 @@ docker run \
-v path/to/smartbchd_home:/root/.smartbchd \
smartbchd:latest init mynode --chain-id 0x2711

wget https://github.com/smartbch/artifacts/releases/download/v0.0.4/dot.smartbchd.tgz
wget https://github.com/smartbch/artifacts/releases/download/v0.0.5/dot.smartbchd.tgz
tar xvf dot.smartbchd.tgz
cp -rfv dot.smartbchd/* smartbchd_home/
```
Expand Down