How to Sync a Node
1. Download the binary release and Initialize
Download the latest binary release and drop the binaries into your path:
$ tar xf microtick-v1.0.0-linux-x86_64.tar.gz
$ sudo cp mtd mtcli /usr/bin
Choose a moniker (a name for your node)
$ mtd init <moniker>
2. Check out the Validator Repository and copy the Genesis.json file into place
$ git clone https://gitlab.com/microtick/validator.git
$ cp validator/genesis.json $HOME/.microtick/mtd/config
3. Edit your config and add the seed nodes
Edit $HOME/.microtick/mtd/config/config.toml and replace the "seeds=" line with:
seeds = "922043cd83af759dd5a0605b32991667e8fd4977@45.79.207.112:26656,
f9c90511c9fd061a6cb5111c86648603622384d0@microtick.spanish-node.es:6868,
0778723e7a33df9be69301a1b7d10d4741639c7e@23.94.103.234:26656"
4. Start your node
$ mtd unsafe-reset-all
$ mtd start
Questions? The Microtick Telegram chat link is: https://t.me/microtick_general