Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 958 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 958 Bytes

ZENZO Forge

Developer Setup

Coming Soon

User Setup

  1. Download the ZENZO Forge binaries:
  1. Open %appdata%/Zenzo/zenzo.conf in a text editor, copy/paste the below config:
txindex=1
rpcuser=user
rpcpassword=pass
listen=1
server=1
  1. (Re)start ZENZO Core.

  2. Start ZENZO Forge, wait for a white screen, close ZENZO Forge (File --> Exit)

  3. 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/"
}
  1. Replace the "Z...~" in the "address" field with an address from your ZENZO Core

  2. Save file, unlock ZENZO Core wallet (if password protected), open ZENZO Forge and start crafting!