Validator247
  • 🛠️Validator247
  • 🔏Mainnet
    • 🔋MantraChain
    • 🔋Shentu
    • 🔋Nibiru
    • 🔋Dymension
    • 🔋Arch way
    • 🔋Pactus
    • 🔋SEDA
    • 🔋Entangle
    • 🔋SelfChain
    • 🔋Penumbra
    • 🔋ZetaChain
    • 🔋Elys Network
  • 🔐Testnet
    • 💠RPC Node 0G_Lab
    • 💠0G_storage-node-V3_Galileo
    • 💠XRPL EVM network
    • 💠Initia
    • 💠MantraChain-Dukong
    • 💠AlignedLayer
    • 💠Warden Protocol
    • 💠Airchains - varanasi-1
    • 💠Airchains
    • 💠Hedge
    • 💠Celestia
    • 💠Mantrachain - Hongbai
    • 💠0G_Lab
    • 💠Galactica
    • 💠Penumbra
    • 💠Side Protocol
    • 💠Avail
    • 💠Entangle
    • 💠Namada
    • 💠Autonity
    • 💠0G Newton - V2
    • 💠Empeiria
  • 💠Tanssi
  • 💠Fiamma Chain
  • 💠Story Protocol
  • 💠Nillion
  • 💠Prysm
  • 💠Octra-Labs
  • 💠Pipe Network
  • 🏁EigenLayer testnet
  • ❎Overview of the Initia Project
  • 💲Initia: Integrating L1 and L2 for a Future-Ready Blockchain Ecosystem
  • IBC
  • 🍉Cosmos Wasm Smart Contracts
  • 🐣Foundry install
  • Group 1
    • 🐣hetzner Pass
  • Page 1
Powered by GitBook
On this page
  1. Mainnet

Pactus

Pactus is a community-run blockchain technology with a revolutionary and secure Solid Proof of Stake Consensus.

https://discord.gg/XjCEjKve

Guide Install

System installation

sudo apt update && apt upgrade -y

sudo apt install tmux git curl -y

sudo apt install make clang pkg-config libssl-dev build-essential -y

Download Binary

cd $HOME && rm -rf node_pactus && wget https://github.com/pactus-project/pactus/releases/download/v1.1.4/pactus-cli_1.1.4_linux_amd64.tar.gz && tar -xzf pactus-cli_1.1.4_linux_amd64.tar.gz && rm -rf pactus-cli_1.1.4_linux_amd64.tar.gz && mv pactus-cli_1.1.4 node_pactus && cd node_pactus

Initi the Node - ( choose number 1 Validator )

sudo ./pactus-daemon init

Run node ( Create a new tmux session )

sudo ./pactus-daemon start

Service command ( Note: Need to run < cd node_pactus > before doing this )

Restore wallet

./pactus-daemon init --restore "<your-mnemonic>"

Get seeds

./pactus-wallet seed

Get balance

./pactus-wallet address balance <Your_wallet>

Bond ( stake )

./pactus-wallet tx bond <Reward address> <Validator address> <AMOUNT>

Transfer

./pactus-wallet tx transfer <sender address> <receiver address> <amount>

Unstake ( wait 21 days )

./pactus-wallet tx unbond <your_Validator_wallet>

Withdraw tokens from validator wallet to reward wallet. (unstake after 21 days)

./pactus-wallet tx withdraw --password <pass_wallet> <validator_wallet> <reward_wallet> <amount>

DONE

PreviousArch wayNextSEDA

Last updated 1 month ago

🔏
🔋