flikites / handshake-node-akash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

handshake-full-listening-node-akash

Full Listening Nodes allow inbound connections from other full and light clients like hnsd, and are instrumental to a decentralized network.

This is an SDL file that will deploy a full listening handshake node onto akash.

Link to Akash SDL File for "Listening Node"

Link to Akash SDL File for "Nerd Node"

Deploy using CloudMOS: https://cloudmos.io/cloud-deploy

Open Cloudmos and click "Deploy" (after loading your wallet inside cloudmos with AKT)

Step 0: Choose the "Empty" option and paste the SDL file.

Step 1: Create a unique name underendpoints: You will be changing line 4. Leave the colon.

Step 2: Use the same name to replace line 14. Leave ip: only change the name.

Step 3: Wait until the blockchain has synced (check the "logs" tab to see chain height) then edit the --public-host command to reflect the instances public/static IP address. (Check the "Leases" tab for the IP) Once changed, click "Update Deployment"


More information related to handshake node configuration types: https://hsd-dev.org/guides/config.html

IP address MUST be your external IP address, publicly accessible by the internet.

Full Listening Node:

hsd --bip37=true
--listen=true
--public-host=`IP address'

--public-port=12038
--max-inbound=100

Nerd Mode:

hsd --index-tx=true --index-address=true --log-level=spam

About