Skip to content

v5.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 22:55
· 116 commits to main since this release

TESTNET:
Please note that the binaries will be updated once we have new features prepared for public testing. Make sure you follow us to always use the up to date binaries.

In order to start the daemon on testnet make sure you do the following:

  1. create config directory in /home/{USER}/.bze
  2. Copy the genesis-testnet.json file from this repository to /home/{USER}/.bze/config/genesis.json
  3. Setup keyring: https://docs.cosmos.network/master/run-node/keyring.html
  4. Start the daemon with this peers
    --p2p.persistent_peers="85731d098d4007199efb1be8aae7d116a109ec6a@144.91.119.59:26656,49f20d69f56a0003f42c165a29c3cc8ebee23604@144.91.121.65:26656"

Or add them to the configuration file.

In order to use the daemon and new blockchain features advanced knowledge of linux/server is required.

Please use with caution.