I have staked some CFX on the website governance.confluxnetwork.org hoping to earn some CFX while it is staked. Later I realized that I had to go to the POS section and followed the instruction to get some CFX. However, I encounter some issues after I tried copy-paste and run the following command: (./conflux rpc local pos register --power 1) as per instruction on the website governance.confluxnetwork.org.
Then this error shows up:
./conflux : The term ‘./conflux’ is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
- ./conflux rpc local pos register --power 1
-
+ CategoryInfo : ObjectNotFound: (./conflux:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Anyone here know if I am doing something wrong?
Thanks