πEntangle
Omnichain Made Easy
Info
Public Endpoints
Explorer - Delegate / Stake for me !
https://explorer.entangle.fi/validators/entvaloper12spzgnh3aqrpnyv4kmev2qqkp3hszw7nw48jd9
Update system
sudo apt update
sudo apt-get install git curl build-essential make jq gcc snapd chrony lz4 tmux unzip bc -yInstall Go
rm -rf $HOME/go
sudo rm -rf /usr/local/go
cd $HOME
curl https://dl.google.com/go/go1.20.5.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf -
cat <<'EOF' >>$HOME/.profile
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
EOF
source $HOME/.profile
go versionInstall Node
Initialize Node
Download Genesis & Addrbook
Create Service
State Sync
Stop node and reset the data
Configure the state sync
Restart Node & Check Logs
Snapshot
Launch Node
Key management
Add new key
Recover existing key
Get bech32 to hex wallet
List all keys
Delete key
Export key to the file
Import key from the file
Wallet balance
Token management
Withdraw rewards from all validators
Withdraw rewards and commissions from your validator
Delegate tokens to yourself
Delegate tokens to validator
Redelegate tokens to another validator
Unbond tokens from your validator
Send tokens to the wallet
Validator management
Validator info
Validator details
Check if validator key is correct
List all active validators
List all inactive validators
Edit existing validator
Jail reason
Unjail validator
Governance
List all proposals
View proposal by ID
Vote βYESβ
Maintenance
Get sync info
Enable Prometheus
Set minimum gas price
Disable indexer
Enable indexer
Update pruning
Filter peers and max peers
Update ports
Reset chain data
Delete node
Service Management
Status service
Start service
Stop service
Restart service
Logs service
Reload service
Enable service
Disable service
Last updated