AtomOne #

Operate the node #

Genesis file #

The link to the final genesis is available here:

https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json

Network information #

All network information, versions and upgrades are available at github.com/atomone-hub/networks

Get the binary #

https://github.com/atomone-hub/atomone/releases

You need to have go installed

$ git clone https://github.com/atomone-hub/atomone.git
$ cd atomone
$ git checkout ${VERSION}
$ make build  # compile in the ./build directory

To ensure reproducible builds, AtomOne requires a precise version of go, so if you use a different version, make build will output the instructions required to use the expected go version.

Setting recommendations #

Community settings can be found at cosmos.directory/atomone.

SettingRecommendation
minimum-gas-prices0.025uatone
seedssee seeds.txt
persistent_peerssee persistent_peers.txt

Hardware recommendations #

AtomOne is a relatively simple and vanilla Cosmos SDK chain with minor modifications. The recommended minimum hardware requirements should be enough to comfortably be able to run a validator node.

Node TypeRAMStorage*
Validator32GB500GB-2TB
Full16GB2TB
Default16GB1TB

* Storage size depends on level of pruning.

Network informations #

The following public RPC and API endpoints are available:

Addtional explorers, RPCs, seed nodes, persistent_peers, etc. may be listed on cosmos.directory/atomone

Discord channel #

For more immediate communication, you are also welcome to use the validator channel on Discord.

Submit transactions using the CLI #

We wrote a comprehensive guide to securely submit transactions using the CLI, you can find it here.