WhenLamboMoon / docker-zen-node

ZenCash Secure Node Installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Super"node set up

milyway opened this issue · comments

Hi,

Thanks to your help, I was able to get past the install.sh issue,
successfully generated the shield address, sent 1 ZEN to this address, and

docker exec zen-node gosu user zen-cli z_gettotalbalance
shows

dockerzennode2

and
docker exec zen-node gosu user zen-cli getinfo
shows

dockerzennode

but when I type docker logs zen-secnodetracker, I get error messages saying

ERROR zend get t-address
connect ENETUNREACH 127.0.0.0:18231 - Local (0,0,0,0:0)
ERROR zend get t-address
connect ENETUNREACH 127.0.0.0:18231 - Local (0,0,0,0:0)
ERROR zend get t-address
connect ENETUNREACH 127.0.0.0:18231 - Local (0,0,0,0:0)
ERROR zend get t-address
connect ENETUNREACH 127.0.0.0:18231 - Local (0,0,0,0:0)

I'd greatly appreciate any help, do you think supernode needs a different set up from secure node?
I have 500 ZEN in the wallet address I used for , and chose super for

Thank you very much.

Can you edit /mnt/zen/config/zen.conf and change the second line to:

rpcallowip=127.0.0.1

Then restart:

docker restart zen-node
docker restart zen-secnodetracker

I followed your instructions, and it says

dockerzennode3

so after multiple error messages, it seems to start, but the node type is "secure" not "super"

also zencash site says certificate is not valid

https://securenodes2.na.zensystem.io/nodes/84272/detail

and it's showing up under secure nodes, not super nodes...

dockerzennode4

Thank you for the reply.

I did
Edit /mnt/zen/secnode/config.json so that first 4 lines are the following then restart node and tracker.

{
"active": "super",
"super": {
"nodetype": "super",

docker

It seems the certificate is now valid, but still classified under secure node, not super node

https://securenodes2.na.zensystem.io/nodes/84272/detail

Super node server is xns1.na, but my server is ts1.na (secure node server)

I'd greatly appreciate it if you could help fix this problem.

Thank you very much.

Change your config.json to xns1 from ts1

Let me know if challeges work correctly for you

Finally got everything on the super working. Challenges and all. Let me know if you still need help.

I've tried to change it to xns1 but did not work.
Would you mind sharing the config.json?

This is what I did, but did not work

dockerzennode5

No all the others have to match to. Actually to the home doesn't matter much. It's just the one that it tries to use first and if it doesn't work at Riverts it's the other ones. you have to update all the server addresses listed above change all the ones and it should work

Thank you for the information.

So this is what I did instead for the config.json,

dockerzennode6

and this is what I got

dockerzennode7

It's saying cannot find a registration and cannot authenticate....

Yeah I had that as well.. Not sure if it was related to nodeid or not. Drop that in the discord and people can help sort that out.

If you had the same issue, how did you get yours finally work ?

I think I had the same issue, and was able to get it to work. Check out Issue #102 to see how I fixed it. (Sorry for creating a new issue instead of working on this one...I didn't realize that they were related.)

Fix is here. Please try re-run the installer 1048f7b