BloqNodes Setup
Nodes is one of the core services of Bloq. In this tutorial you will learn how to set up and start using a Bloq node on your network of choice.
Use the Bloq Console to Create a New Node
Use the CLI to check your node info
bcl nodes info -i node-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx✔ Retrieved node with id node-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
* ID: node-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
* Started At: 2019-08-01T21:55:46.612Z
* Stopped At: N/A
* Chain: btc
* Network: mainnet
* Version: core-0.17
* Performance: standard
* State: started
* IP: 3.215.178.169
* User: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
* Password: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxUse the REST API to check your node info
Generate the access and refresh tokens.
access and refresh tokens.Code Sample
Response
Check Node Info and PublicIpAddress
PublicIpAddressCode Sample
Response
Accessing your Node
Accessing your BTC / BCH / LTC Node
Protocol
Chain
Port
REST Code Sample
JSON RPC Code Sample
Response
Accessing Your ETH
Protocol
Chain
Port
Interface
JSON RPC Code Sample
Response
Accessing Your Avalanche Node
Protocol
Chain
Port
JSON RPC Code Sample
Response
Last updated