Skip to content
Open
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
7 changes: 7 additions & 0 deletions public-network/signers/nodes/auto.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
mkdir -p /gochain/node/keystore
cd /gochain
wget https://raw.githubusercontent.com/gochain/docs/master/public-network/signers/nodes/mainnet/config.toml
wget https://raw.githubusercontent.com/gochain/docs/master/public-network/signers/nodes/mainnet/docker-compose.yml
echo "Setup your .env file, your password.txt and create or copy your keystore file"