Skip to content

Quickly Launch an avalanche node for Validation or RPC.

License

Notifications You must be signed in to change notification settings

PixelNoob/avax_node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published