Leo
May 15, 2020, 1:11pm
#1
I am using a VPS to run a node. I would like to set it as a public node to the network.
I set Host
as 0.0.0.0
and Port
as 3414
in the configuration file server-config.toml
. Port 3414 is also allowed in firewall. However, there is no inbound connection in the node.
I am wondering if there is anything missing with the setting.
Thank you in advance!
Did you try setting it to:
host = "::"
we do have a server-toml config file you can look at here: grinnode.live/grin-server.toml at master · Grinnode-live/grinnode.live · GitHub and more details on
https://grinnode.live/faq
2 Likes
Leo
May 15, 2020, 2:54pm
#3
Hi Mike,
Thank you for the tips.
It works!
Much appreciated! Have a good day.
1 Like
Shobji
May 16, 2020, 6:56pm
#4
How to run on MAC (ios) ?
Leo
May 17, 2020, 4:08pm
#5
Follow the guide here to run on your desktop: https://github.com/mimblewimble/docs/wiki/How-to-run-a-Grin-node
you can’t run on ios.
Shobji
May 17, 2020, 4:12pm
#6
yes that’s what I have been trying thank you for feed back
Leo
May 17, 2020, 4:47pm
#7
The node runs when you open wallet, Grin ++ or Niffler. It’s unnecessary to run a node seperately in your computer.
You could see the references Mike gave above when you want to run on vps.
Shobji
May 17, 2020, 7:15pm
#9
Yes I wanted to run Node separately and Mike’s references helped.