Mainnet

Chain ID: pylons-mainnet-1 | Node Version: v1.1.4

 

https://restake.nodestake.org/pylons

Auto-compound(every 1 hour),NodeStake will pay the gas fees

Node Installation Guide

Update system and install build tools

sudo apt update

sudo apt-get install git curl build-essential make jq gcc snapd chrony lz4 tmux unzip bc -y

Install 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 version

Install Node

cd $HOME

rm -rf pylons

git clone https://github.com/Pylons-tech/pylons

cd pylons

git pull

git checkout v1.1.4

make install

pylonsd version

Initialize Node

Replace NodeName with your own moniker.

pylonsd init NodeName --chain-id=pylons-mainnet-1

Download Genesis

curl -Ls https://ss.pylons.nodestake.org/genesis.json > $HOME/.pylons/config/genesis.json 

Download addrbook

curl -Ls https://ss.pylons.nodestake.org/addrbook.json > $HOME/.pylons/config/addrbook.json

Create Service

sudo tee /etc/systemd/system/pylonsd.service > /dev/null <<EOF
[Unit]
Description=pylonsd Daemon
After=network-online.target
[Service]
User=$USER
ExecStart=$(which pylonsd) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload
sudo systemctl enable pylonsd

Download Snapshot(optional)

SNAP_NAME=$(curl -s https://ss.pylons.nodestake.org/ | egrep -o ">20.*\.tar.lz4" | tr -d ">")

curl -o - -L https://ss.pylons.nodestake.org/${SNAP_NAME}  | lz4 -c -d - | tar -x -C $HOME/.pylons

Launch Node

sudo systemctl restart pylonsd
journalctl -u pylonsd -f

If you have any questions, please reach out to our Discord

 

https://rpc.pylons.nodestake.org

 

https://api.pylons.nodestake.org

 

https://grpc.pylons.nodestake.org:443

https://ss.pylons.nodestake.org/genesis.json

Download Genesis File

curl -Ls https://ss.pylons.nodestake.org/genesis.json > $HOME/.pylons/config/genesis.json 

dd47cd0be9595caa807db08f0ef1e108af6318a3@rpc.pylons.nodestake.org:666

Set Seed Node

seed="dd47cd0be9595caa807db08f0ef1e108af6318a3@rpc.pylons.nodestake.org:666"
sed -i.bak -e "s/^seed *=.*/seed = \"$seed\"/" ~/.pylons/config/config.toml

Restart Node

sudo systemctl restart pylonsd
journalctl -u pylonsd -f

https://ss.pylons.nodestake.org/addrbook.json

Download Addrbook

curl -Ls https://ss.pylons.nodestake.org/addrbook.json > $HOME/.pylons/config/addrbook.json 

Restart Node

sudo systemctl restart pylonsd
journalctl -u pylonsd -f

Set Peers

peers=$(curl -s https://ss.pylons.nodestake.org/peers.txt)
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" ~/.pylons/config/config.toml

Restart Node

sudo systemctl restart pylonsd
journalctl -u pylonsd -f

Stop Node And Reset

sudo systemctl stop pylonsd

pylonsd tendermint unsafe-reset-all --home ~/.pylons/ --keep-addr-book

Configure State Sync

SNAP_RPC="https://rpc.pylons.nodestake.org:443"

LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \

BLOCK_HEIGHT=$((LATEST_HEIGHT - 1000)); \

TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash)

echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH

 

sed -i.bak -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \

s|^(rpc_servers[[:space:]]+=[[:space:]]+).*$|\1\"$SNAP_RPC,$SNAP_RPC\"| ; \

s|^(trust_height[[:space:]]+=[[:space:]]+).*$|\1$BLOCK_HEIGHT| ; \

s|^(trust_hash[[:space:]]+=[[:space:]]+).*$|\1\"$TRUST_HASH\"|" ~/.pylons/config/config.toml

more ~/.pylons/config/config.toml | grep 'rpc_servers'

more ~/.pylons/config/config.toml | grep 'trust_height'

more ~/.pylons/config/config.toml | grep 'trust_hash'

Restart Node

sudo systemctl restart pylonsd
journalctl -u pylonsd -f

We make the node snapshot every 12h

Install lz4

sudo apt update

sudo apt-get install snapd lz4 -y

Stop Node and Reset Date

sudo systemctl stop pylonsd

cp $HOME/.pylons/data/priv_validator_state.json $HOME/.pylons/priv_validator_state.json.backup

rm -rf $HOME/.pylons/data

pylonsd tendermint unsafe-reset-all --home ~/.pylons/ --keep-addr-book

Download Snapshot

SNAP_NAME=$(curl -s https://ss.pylons.nodestake.org/ | egrep -o ">20.*\.tar.lz4" | tr -d ">")

curl -o - -L https://ss.pylons.nodestake.org/${SNAP_NAME}  | lz4 -c -d - | tar -x -C $HOME/.pylons

mv $HOME/.pylons/priv_validator_state.json.backup $HOME/.pylons/data/priv_validator_state.json

Restart Node

sudo systemctl restart pylonsd
journalctl -u pylonsd -f

Get old Snapshots

If you have any questions, please reach out to our Discord

Contact us for price

Name *
E-mail *
Network *