Skip to content

Instantly share code, notes, and snippets.

View Validatrium's full-sized avatar

Validatrium

View GitHub Profile
@Validatrium
Validatrium / c4e-ubuntu.md
Created March 13, 2023 13:46
Setup C4E mainnet node

Prerequires

  • root access to the server
  • VPS:
    • CPU: 4 Cores
    • RAM: 16 GB
    • SSD: 300 GB

Install additional packages and binary

@Validatrium
Validatrium / passage.md
Last active September 5, 2022 10:37
passage mainnet setup with monitoring. By validatrium

Tutorial created by Validatrium (more info on our projects at validatrium.com)

Info

Steps

  1. Setup
  2. Install dependencies and binaries
  3. Create wallet
  4. Configure your node
  5. Run node
@Validatrium
Validatrium / bitsong-monitoring.md
Last active August 22, 2022 06:01
Setup monitoring for BitSong

BITSONG MONITORING

Links:

Notifications you will recieve with this config

  • free disk space is less than 20% and 10% - (low disk space notification)
  • height is not changing - (network connection error notification)
  • node proccess is not running - (node has been turned off)
@Validatrium
Validatrium / install-razor.md
Last active June 7, 2022 10:54
Razor node installation
@Validatrium
Validatrium / archway-setup-ubuntu.md
Last active April 6, 2022 13:01
Setup up archway node on ubuntu 20.04 server

Setup node

# prerequires
sudo apt install  jq
# install docker 
curl -sL get.docker.com | sudo bash

# set name for your node
# replace <value> with your value.
NODENAME=<your-node-name> #example NODENAME=Validatrium
@Validatrium
Validatrium / coho.join.tesnet.md
Last active April 26, 2022 15:42
Cosmic-Horizon. Join Darkmatter-1 Testnet [Ubuntu 20.04]

Tutorial created by Validatrium (more info on our projects at validatrium.com)

NOTE: all wallet keys and mnemonics generated in this guide are fake, you should use your own.

keep your mnemonic phrases safe and never provide them to anyone!

Darkenergy-1 Testnet Ubuntu 20.04

@Validatrium
Validatrium / redelegate.axelar.md
Last active February 2, 2022 13:50
How to claim rewards and delegate them to your node via CLI
@Validatrium
Validatrium / Axelar.testnet.setup.md
Last active February 9, 2022 15:57
Axelar testnet setup guide (ubuntu 20.04)
# created by Validatrium

# prerequires:
# 1. linux ubuntu
# 2. root account


# install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh