PAW Tribes (Validator Nodes) Installation Tutorial (with custom vanity tribes address)

PAW Tribes (Validator Nodes) Installation Tutorial (with custom vanity tribes address)

By otomatis | pramonoutomo | 17 Aug 2022


In this tutorial i recomended using Contabo (choose the NVME DISK!) and Vultr (SSD okay, but better NVME) for most of my testnet (also for some mainnet nodes).

Why i'm not recomend the SSD Disk? Sometimes you may got out of sync. I've test it on nvme disk and it's good (till now when i write this article).

========

Part 1. Make your custom vanity address

Go to https://nanoaddr.io/ insert any character / words you want. but please not more character are hard to find (need very looong time to wait). i'll use simple 1-4 word as it's just need a few minutes to find the address. Click generate to start search your vanity address.

After few minutes you may got some address with prefix or suffix you're searching.

07338445e1db371d12a0219dfe8aee5b721225a268affbbfeb94673a91c50ed8.png

1. words searched.

2. suffixx we got (or it may prefix)

3. download the seed key data

4. show qr code, you can scan this with your BIOTA wallet for importing this address.

 

Make sure you're backing up the address and seed data. we'll need it.

**The xrb_ will be replaced to paw_ if you're import the seed on Paw network (same as on nano (nano_) / banano (ban_) / raicoin (rai_) or any other nano forks).

=======

Part 2. Paw Tribes Installation

Prepare your vps, and connect to your vps using putty or termius (or any other ssh client you like).

update vps first

sudo apt-get update

install dependencies

sudo apt-get install wget jq screen curl

get paw latest binary data

curl -s -L https://github.com/paw-digital/paw-node/releases/latest/download/linux-paw_node > paw_node
chmod +x paw_node

create paw dir

mkdir Paw

run paw binary once, then exit

./paw_node --daemon

use CTRL+C to exit paw binary

get default configuration

wget https://raw.githubusercontent.com/pramonoutomo/pawNodeInstall/main/config_default.sh
bash config_default.sh

create new screen.

screen -S paw

download blockchain ledger

go to https://ledger.paw.digital/ , you may see database list, choose the latest version (it's updated daily)

abce982a6362a7c582ee3fc403648ceac8682b96ee17ae91b3bf4a8a4f861a3f.png

we'll remove the old ledger (if there is any)

rm Paw/data.ldb

then get the ledger file from the paw website

curl -s -L https://ledger.paw.digital/data-<DATE_FILE_LEDGER>.ldb > Paw/data.ldb

**change the <DATE_FILE_LEDGER> with the latest ledger file date name

run Paw binary

./paw_node --daemon

use CTRL+A+D to exit screen but keep paw node running.

 

Import your seed to your nodes.

curl -g -d '{ "action": "wallet_create", "seed": "CHANGE_WITH_YOUR_SEED"}' 'localhost:9999'

Please change your CHANGE_WITH_YOUR_SEED to your own generated seed from Part 1.

=======

Part 3. Registering Your Tribes

Go to https://tribes.paw.digital , login with any social media account.

Connect new Paw Account. (you'll need to send 1 PAW to the address using the address you're registering.). So You need to import your seed from Part 1 to Biome (https://wallet.paw.digital) or Biota (mobile wallet). fill it with 1 PAW (only 1 PAW needed), then using that address to send 1 PAW to the requested address to connect your paw account.

After connected, you can click your address, and you'll redirected into links somekind like: https://tribes.paw.digital/account/paw_1youraddress_registered_here_to_the_tribes_website

bc9ded1eb2d95bf6db7f062e5df1aaf54e981f76e59603c326aba4284fa2e820.png

Click on Edit account button, and fill all your paw tribes data, if you're sending rewards, you need to add rewards information on the forms.

6f3f3f5f756a16fae66a43edc8ffa37e396e968ac2dde47674903864204e5852.png

Last step, change your tribes delegator to your own tribes address. and add more delegation USING OTHER WALLET.
you'll need delegation more than 0.01% of the total supply (3.4M PAW) to earn tribes rewards (it may change in the future, you can check here for details: https://paw.digital/rewards) .

And if you need automatic sending your rewards to all delegator you can DM me, i'll help you setting it up using wisetribe website :)

Follow my video tutorial if you're missing something. and join my telegram group @codeblocklabs https://t.me/codeblocklabs for more nodes and testnet talks (crypto, futures, forex, nft and signals are also added sometimes)

subscribe to https://youtube.com/c/pramonoutomo , Thank you :)

 

How do you rate this article?

5



pramonoutomo
pramonoutomo

Hey it's pram here, join my universe https://youtube.com/c/pramonoutomo and https://twitter.com/pramonoutomo also don't forget to check out my portofolio on https://pramonoutomo.com

Publish0x

Send a $0.01 microtip in crypto to the author, and earn yourself as you read!

20% to author / 80% to me.
We pay the tips from our rewards pool.