Coming Soon
- Download the ZENZO Forge binaries:
- Open
%appdata%/Zenzo/zenzo.conf
in a text editor, copy/paste the below config:
txindex=1
rpcuser=user
rpcpassword=pass
listen=1
server=1
-
(Re)start ZENZO Core.
-
Start ZENZO Forge, wait for a white screen, close ZENZO Forge (File --> Exit)
-
Open
%appdata%/forge/data/config.json
(Create the file, if it doesn't already exist) and paste the below file contents into it:
{
"wallet": {
"user": "user",
"pass": "pass",
"port": 26211,
"address": "Z..........."
},
"blockbook": "https://blockbook.zenzo.io/"
}
-
Replace the "Z...~" in the "address" field with an address from your ZENZO Core
-
Save file, unlock ZENZO Core wallet (if password protected), open ZENZO Forge and start crafting!