Skip to content

Arkeo Node Tutorial #1

Description

@Raizen001

Follow this tutorial:

By: Rai Zen

Purchase your VPS here: https://www.tkqlhce.com/click-101022435-13484374

Always use Screen every set up to continue run apps in the background.
Enter command:
sudo apt-get update -y
sudo apt-get upgrade -y
Get steps here:
https://nodes.guru/arkeo/setup-guide/en
Summarized steps:
Enter command:
ufw enable
ufw allow 26656
ufw allow 26657
ufw allow 9091
ufw allow 9090
ufw allow 6060
ufw allow 1317
Install:
wget -q -O arkeo.sh https://api.nodes.guru/arkeo.sh && sudo chmod +x arkeo.sh && /bin/bash arkeo.sh
Wait for full sync:
Enter command:
curl -s localhost:26657/status | jq .result.sync_info.catching_up
<---- if FALSE node is sync, if TRUE wait for sync
After full sync:
source $HOME/.bash_profile
Create wallet (save seedphrase, copy the wallet address)
Enter command:
arkeod keys add wallet
Request faucet in discord:
https://discord.gg/BfEHpm6uFc
Create a validator:
Enter command:
arkeod tx staking create-validator
--chain-id arkeo
--commission-rate 0.05
--commission-max-rate 0.2
--commission-max-change-rate 0.1
--min-self-delegation "1"
--amount 1000000uarkeo
--pubkey $(arkeod tendermint show-validator)
--moniker "$VALIDATOR"
--from wallet
--fees="5000uarkeo"
--yes
Get your valoper addresss:
arkeod keys show wallet --bech val -a
arkeod tx staking delegate tarkeovaloper17s32hxne83fvkdnl0g69ser5qmh07tnrhq4gk9 1000000000uarkeo --from wallet --chain-id $CHAIN_ID --fees="500uarkeo"
(change YOUR_VALOPER_ADDRESS to your own Valoper Address)
10000000uarkeo <---- play with these number, copy the tx hash and paste it on
https://testnet.arkeo.explorers.guru to see how many you had stake
Stake atleast 900-1000+ to get top 100 and continue to run until mainnet.
https://testnet.arkeo.explorers.guru/validators <----check your name here
Take note that you have 2 addresses needed here.
One address for requesting faucet.
One address for staking arkeo.
Blocks must be green and moving, Status is Active and In jail = no
Additional Commands:
Node logs:
journalctl -u arkeod -f -o cat
Node status:
curl localhost:26657/status

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions