PixelNoob / avax_node

Quickly Launch an avalanche node for Validation or RPC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avalanche Node

Quickly Launch an avalanche node for Validation or RPC. Presentation given on "How to Become an Avalanche Validator", in the 2022 Avalanche Summit in Barcelona can be found here.

Avalanche node RPC calls

Check if the blockchain is synced

curl -X POST --data '{
    "jsonrpc":"2.0",
    "id"     :1,
    "method" :"info.isBootstrapped",
    "params": {
        "chain":"X"
    }
}' -H 'content-type:application/json;' 127.0.0.1:9650/ext/info

Get your node-id

curl -X POST --data '{
    "jsonrpc":"2.0",
    "id"     :1,
    "method" :"info.getNodeID"
}' -H 'content-type:application/json;' 127.0.0.1:9650/ext/info

If you like the work we do for the Avalanche Community, consider supporting our validator node:

NodeID-F3SZA2ZNdRjTBe3GYyRQFDaCXB3DyaZQQ 

About

Quickly Launch an avalanche node for Validation or RPC.

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%