Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

60 total results found

Cosmos: The Internet of Blockchains

Other Chain

Node Utilities

Main Network

Erbie

Ping.Pub Explorer

Ping Dashboard is a block explorer/web wallet for blockchains built on Cosmos SDK.

TenderDuty

Tenderduty is a comprehensive monitoring tool for Tendermint chains. Its primary function is to alert a validator if they are missing blocks, and has many other features. v2 is complete rewrite of the original tenderduty graciously sponsored by the Osmosis ...

Test Network

Cosmos Prune

Additional Settings

Namada

Proxmox

Aleo

Sonaric

Docker

Planq Network

Main Network

Haqq Network

Main Network

SELF Chain

Test Network

Decentr

Main Network

Entangle

Test Network

Mantra Network

Test Network

Soarchain

Test Network

Source Chain

Main Network

SGE Network

Main Network

Allora

Test Network

Node Installation

Main Network Planq Network

Minimum Requirements 4 or more physical CPU cores. At least 100 GB of SSD disk storage. At least 8 GB of memory (RAM). At least 50 mbps network bandwidth. Custom User (optional) sudo adduser planq sudo adduser planq sudo su - planq Custom ...

Create Validator

Main Network Planq Network

Wallet Create Wallet To create new wallet use, change wallet to your wallet name. planqd keys add wallet Recover Wallet To recover wallet use, change wallet to your wallet name. planqd keys add wallet --recover To see current keys planqd keys list C...

Installation

Erbie

Create User (optional) sudo adduser erbie sudo adduser erbie sudo su - erbie Create Directory mkdir -p .erbie/erbie Update Package sudo apt update && sudo apt list --upgradable && sudo apt upgrade -y Install Library sudo apt install curl tar wget clan...

CLI Cheatsheet

Erbie

Check log journalctl -fu erbied -o cat Check Version erbie version Check private key cat .erbie/erbie/nodekey Edit private key (without 0x) if you want move node (for new vps) sudo nano .erbie/erbie/nodekey Remove node sudo systemctl stop erbied sudo...

How to Create Ping.Pub Node Explorer

Ping.Pub Explorer

Install Dependencies sudo apt autoremove nodejs -y curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null echo "deb [signed-b...

Installation for Service version

TenderDuty

Create user (optional) adduser tenderduty adduser tenderduty sudo su - tenderduty Install Go My Version : go version go1.20.6 linux/amd64 sudo rm -rf /usr/local/go && \ curl -Ls https://go.dev/dl/go1.20.6.linux-amd64.tar.gz | sudo tar -xzf - -C /usr...

Binding to Domain

TenderDuty

Install Package sudo apt update && sudo apt upgrade -y sudo apt install nginx certbot python3-certbot-nginx -y Create your domain/sub domain example mine : status.dnsarz.xyz Create nginx configuration file Replace status.dnsarz.xyz with your domain...

Node Installation

Main Network Haqq Network

  Minumum Requirements 4 or more physical CPU cores. At least 100 GB of SSD disk storage. At least 8 GB of memory (RAM). At least 50 mbps network bandwidth.   Custom User (optional) sudo adduser haqq sudo ad...

Create Validator

Main Network Haqq Network

Wallet Create Wallet To create new wallet use, change wallet to your wallet name. haqqd keys add wallet Recover Wallet To recover wallet use, change wallet to your wallet name. haqqd keys add wallet --recover To see current keys haqqd keys list Crea...

CLI Cheatsheet

Main Network Haqq Network

Key management Add New Key haqqd keys add wallet Recover Existing Key haqqd keys add wallet --recover List All Keys haqqd keys list Delete Key haqqd keys delete wallet Export Key to File haqqd keys export wallet Import Key From File haqqd keys impo...

Update

Erbie

Version Release v0.15.0 Latest Update BInary cd $HOME rm -fr erbie git clone https://github.com/erbieio/erbie cd erbie git checkout v0.15.0 go build -o erbie cmd/erbie/main.go sudo systemctl stop erbied.service sudo rm /usr/local/bin/erbie sudo mv er...

Node Installation

Test Network SELF Chain

Minumum Requirements 4 or more physical CPU cores. At least 100 GB of SSD disk storage. At least 8 GB of memory (RAM). At least 50 mbps network bandwidth.   Custom User (optional) sudo adduser selfchain sud...

Create Validator

Test Network SELF Chain

Wallet Create Wallet To create new wallet use, change wallet to your wallet name. selfchain keys add wallet Recover Wallet To recover wallet use, change wallet to your wallet name. selfchain keys add wallet --recover To see current keys selfchain keys ...

Node Installation

Main Network Decentr

Minumum Requirements 4 or more physical CPU cores. At least 100 GB of SSD disk storage. At least 8 GB of memory (RAM). At least 50 mbps network bandwidth.   Custom Configuration (optional) Custom user s...

Node Installation

Test Network Entangle

Minumum Requirements 4 or more physical CPU cores. At least 100 GB of SSD disk storage. At least 8 GB of memory (RAM). At least 50 mbps network bandwidth.     Custom User (optional) sudo adduser entangle s...

Create Validator

Test Network Entangle

Wallet Create Wallet To create new wallet use, change wallet to your wallet name. entangled keys add wallet Recover Wallet To recover wallet use, change wallet to your wallet name. entangled keys add wallet --recover To see current keys entangled keys ...

Node Installation

Test Network Mantra Network

Minumum Requirements 4 or more physical CPU cores. At least 100 GB of SSD disk storage. At least 8 GB of memory (RAM). At least 50 mbps network bandwidth.   Custom Configuration (optional) Custom user sud...

Create Validator

Test Network Mantra Network

Wallet Create Wallet mantrachaind keys add your_wallet_name Recover Wallet mantrachaind keys add your_wallet_name --recover Create Validator Check if your node is synced simply run mantrachaind status 2>&1 | jq .SyncInfo make sure you have status "...

Snapshot

Test Network Mantra Network

Install Package sudo apt update sudo apt-get install snapd lz4 -y Reset Data sudo systemctl stop mantrachaind cp $HOME/.mantrachain/data/priv_validator_state.json $HOME/.mantrachain/priv_validator_state.json.backup rm -rf $HOME/.mantrachain/data Downloa...

New Page

Test Network Soarchain

Minumum Requirements 4 or more physical CPU cores. At least 100 GB of SSD disk storage. At least 8 GB of memory (RAM). At least 50 mbps network bandwidth.   Custom Configuration (optional) Custom user sud...