โš™๏ธDitto

Ditto

Ojo's current private long-lived testnet is called Ditto. It's a foundation-controlled testnet which we use to test upgrades that we perform on Agamotto.

It is a copy of Agamotto, so the chain ID is the same.

Version Info

The current binaries and configs running on this network are the following:

Start a Full Node

Assuming that you have the right Ojo binary installed, you can start a node:

curl https://gist.githubusercontent.com/adamewozniak/4a647fe0b6a5580477f5564d9b52b122/raw/8d7068ebc2901b56c0e7b92c7a99bca3125f37f5/join-ditto.sh -o join_ditto.sh && chmod +x join_ditto.sh && ./join_ditto.sh NewNode

Last updated