Skip to content

eoscostarica/sample-nodeos-configs

Repository files navigation

Sample Nodeos Configurations

Example configuration files and scripts for operating different EOSIO node types

Project Description

This repository contains a collection of nodeos configuration files and other helpful resources meant to assist students of the EOSIO Node Operator and EOSIO Blockchain Administrator courses learn from first hand experience.

There are also four student lab assignments included in this repository that must be completed by students to obtain the course certification.

File Structure

Within the repo you'll find the following files and directories:

. 
├── blockproducer ........................ EOSIO Producing Node Example Config
│ ├── launch-chain.sh .................... Start chain from genesis block 
│ ├── start.sh ........................... Restart chain from last synced block
│ ├── stop.sh ............................ Perform nodeos graceful shutdown
│ ├── claimrewards.sh .................... Claim block producer rewards (dPOS)
│ ├── config/ ............................ Nodeos config directory
│ │ └── config.ini ....................... Block Producer node configuration file
│ └── data/ .............................. Nodeos data directory
├── chain-api/ ........................... EOSIO query node example config
│ ├── start.sh ........................... Restart chain from last synced block
│ ├── stop.sh ............................ Perform nodeos graceful shutdown
│ ├── replay.sh .......................... Replay chain from blocks.log
│ └── hard-replay.sh ..................... Hard replay chain from blocks.log
│ ├── config/ ............................ Nodeos config directory
│ │ └── config.ini ....................... Chain API node configuration file
├── peering/ ............................. EOSIO seed node example config
│ ├── start.sh ........................... Restart chain from last synced block
│ ├── stop.sh ............................ Perform nodeos graceful shutdown
│ ├── config/ ............................ Nodeos config directory
│ │ └── config.ini ....................... Peering node configuration file 
│ │ └── peering-node-specified.ini........ Specified peers example configuration
├── default.config.ini ................... Default values for nodeos configuration  
├── default.genesis.json ................. Default genesis.json configuration 
├── logging.json ......................... Default logging.json configuration 
├── producer-node-lab.md ................. Local producer node assignment
├── query-node-lab.md .................... Testnet query node assignment
└── recovery-lab.md ...................... Node recovery lab assignment

Node Operator Course Labs

Configure a local block producer node

Configure an API node on a public testnet

Chain Replays and Backup Recovery

Blockchain Admin Course Labs

Follow the steps to Launch your own EOSIO network using the EOSIO network bootstrap tool.

Contributing

Please read EOS Costa Rica's Open Source Contributing Guidelines.

Please report bugs big and small by opening an issue

About EOS Costa Rica


EOS Costa Rica is an independently-owned, self-funded, bare-metal Genesis block producer that provides stable and secure infrastructure for EOSIO blockchains. We support open source software for our community while offering enterprise solutions and custom smart contract development for our clients.

eoscostarica.io