id run one but only got windows guess no windows builds yet only linux running?
you can run a linux vm inside windows
if I run both moonstone and extreme on the same machine, is there a port conflict? both witness node I need to run using port 21000? How do I change extreme witness node to another port, say 21001?
you can put 0.0.0.0:21001 in the rpc endpoint
ok thx. What about the chain-id, is it the same as moonstone?
f3bebc47a4c53877cac2dc53317b0889716926688ac216f34fb093bd9d9cdb6a
I currently run both on the same dedicated VPS. Works well, with one exception - by some reason my Moonstone witness stopped few hours ago (first time in last month). Not sure what is the reason, maybe a resource issue. But apparently those daemons do not conflict.
BTW, do NOT use "0.0.0.0:21001"! Its dangerous as you open it to the whole world. Use "127.0.0.1:21001" instead, as is specified in Moonstone tutorial.