cd $home && wget https://github.com/KenshiTech/unchained/releases/download/v0.12.0/unchained-v0.12.0-docker.zip
unzip unchained-v0.12.0-docker.zip
cd unchained-v0.12.0-docker.zip
address: xxxxxx #This is the wallet address of unchained. There is no blank or restore yet
evmAddress: xxxxxx #This is the Metamask wallet address. You should create a completely new wallet
secretKey: xxxxxx #This is the secret of unchained. There is no blank or restore yet
publicKey: xxxxxx #This is the publickey of unchained. There is no blank or restore yet
evmPrivateKey: xxxxxx # #This is the Metamask privatekey.
Command:
// Start or Stop
./unchained.sh worker down
./unchained.sh worker up -d
// Check logs
./unchained.sh worker logs -f -n 20
// Update unchained
./unchained.sh worker pull
./unchained.sh worker up -d