https://github.com/reversesigh/cosmos_node-initial_setup
Initial Setup for Cosmos chains
https://github.com/reversesigh/cosmos_node-initial_setup
blockchain cosmos-hub cosmos-sdk fullnode node ssh-key systemd systemd-service tendermint tendermint-applications
Last synced: 2 months ago
JSON representation
Initial Setup for Cosmos chains
- Host: GitHub
- URL: https://github.com/reversesigh/cosmos_node-initial_setup
- Owner: reversesigh
- Created: 2021-12-28T04:33:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T14:38:32.000Z (over 2 years ago)
- Last Synced: 2023-04-26T19:22:37.644Z (about 2 years ago)
- Topics: blockchain, cosmos-hub, cosmos-sdk, fullnode, node, ssh-key, systemd, systemd-service, tendermint, tendermint-applications
- Homepage:
- Size: 160 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Cosmos Node Initial Setup
I wrote this living guide mostly to fufill my own needs of having one and for some friends who needed help. I may not necessarily setup the same way others do, so please keep in mind this is just *one* method of setting up your node. If you wish to make your full node a validator, please refer to other official docs.
Having a basic understanding of Linux will greatly benefit you. There are ways to run on Windows and Mac but I do not have enough knowledge on those operating systems to comment. Also don't freak out if you're just starting out and can't get your node to sync. When first starting out you might find yourself needing to wipe and start over - and that's ok!
[Initial Setup](https://github.com/reversesigh/cosmos_node-initial_setup/blob/main/01_initial_setup.md)
[Install Node](https://github.com/reversesigh/cosmos_node-initial_setup/blob/main/02_install_node.md)
[Create Service](https://github.com/reversesigh/cosmos_node-initial_setup/blob/main/03_create_service_file.md)
[Configuration](https://github.com/reversesigh/cosmos_node-initial_setup/blob/main/04_config_node.md)
[Sync](https://github.com/reversesigh/cosmos_node-initial_setup/blob/main/05_sync.md)
[SSH Key](https://github.com/reversesigh/cosmos_node-initial_setup/blob/main/06_ssh_key_login.md)
[A Note on Upgrades](https://github.com/reversesigh/cosmos_node-initial_setup/blob/main/07_upgrade_note.md)
[Resources](https://github.com/reversesigh/cosmos_node-initial_setup/blob/main/08_resources.md)