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 #
- You can download latest version of the binary from github release page
https://github.com/atomone-hub/atomone/releases
- Or you can build it from the source
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.
Setting | Recommendation |
---|---|
minimum-gas-prices | 0.025uatone |
seeds | see seeds.txt |
persistent_peers | see 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 Type | RAM | Storage* |
---|---|---|
Validator | 32GB | 500GB-2TB |
Full | 16GB | 2TB |
Default | 16GB | 1TB |
* 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.