Skip to content

How to specify which is the admin node? #8

Answered by kroggen
tutiplain asked this question in Q&A
Discussion options

You must be logged in to vote

There is no "admin node". There is an "admin user".

This means that the blockchain administrator can manage the network from any of the participating nodes. At least after the network is started.

At bootstrapping (initial setup):

The first node to be authorized must be the one in which the command is being executed.

In your case you get the pubkey from the blockchain_status, and then construct an add_node command:

pragma add_node="AmGcjenNZ9U5K9shW13wYVF9RgG46ctykA7bvysFQajyarCeBAYo"

Then you can authorize other nodes on the network.

For this you run pragma nodes to list them, and then pragma add_node

This must be done in a node that are already authorized.

The above command will call th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tutiplain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants