β Pactus Blockchain
Pactus is a community-run blockchain technology with a revolutionary and secure Solid Proof of Stake Consensus. Come join us and build a decentralized future together!
Pactus Mainnet
1. Server preparation
sudo apt update && apt upgrade -y
sudo apt install tmux git curl -y
sudo apt install make clang pkg-config libssl-dev build-essential -y2. Download the binary file or Upgrade Version 1.1.8
cd $HOME && rm -rf node_pactus && wget https://github.com/pactus-project/pactus/releases/download/v1.1.8/pactus-cli_1.1.8_linux_amd64.tar.gz && tar -xzf pactus-cli_1.1.8_linux_amd64.tar.gz && rm -rf pactus-cli_1.1.8_linux_amd64.tar.gz && mv pactus-cli_1.1.8 node_pactus && cd node_pactus3. Initializing the Node
4. Run node
5. Wallet
5.1 Restoring the Node
5.2 Wallet Seed
5.3. List of Addresses
5.4 Get Address Balance
5.5 Sending Bond
5.6 Sending Transfer
6. Bootstrap Nodes
6.1 Edit Config.toml
6.2 Get Network ID
6.3 Create a new Fork and Pull requests
Pull requests
6.4 Return Default File Config
6.5 Bootstrap Node Configuration
Last updated