📒
Node Proof of Owership
Guide for getting proof of owership for node
To find out your node's public address you can run the following command in a new terminal window while the node is running:
docker exec taraxa_compose_node_1 taraxa-sign sign --wallet /opt/taraxa_data/conf/wallet.json
The node container's name could be different on different operating systems. For example, on Windows, it is
taraxa_compose-node-1
. To be sure what the name of the container is, execute
docker containers ls
to see a list of the containers running. You should see an output similar to the following:
0x1c26ec6c5679fbd270cbe0a1ed30894cfe7d1ae4909a81911af2d3e8fef7f4962187970dab6dda64e6a5c48bb2e833f1adb44eb2dc31ccffc00369f2c2b14a381c
This is the proof of ownership that you can use to register your node on our community site.
Last modified 5mo ago