Any troubleshooting steps you would recommend?
One step I have tried is relaunching rc.local on monero-wallet-ws to:
user@host:~$/rw/config/rc.local
2018/04/21 17:22:54 socat[1935] E bind(5, {AF=2 127.0.0.1:18081}, 16): Already in use
So it looks like that is running. I am not sure how to check that the right stuff is going into the pipe from monerod-ws?
Yes it is. I deleted my two appVMs and redid everything on two new appvms. THis solved my problem, though not that that helps explain what the issue was. Maybe things got out of step because I started the monerod daemon manually before starting the wallet?
Thanks for your work on this.
Setup is working fine for me except that I could not find a way to properly forward i2p port (18080) from outside to monerod-ws when using sys-whonix as the netVM, I had to switch to sys-firewall.
(Script used to setup port forward https://gist.github.com/Joeviocoe/6c4dc0c283f6d6c5b1a3f5af8793292b)
any ideas on how to fix this ?
I thought I had to run a full node to be synced with main blockchain but I now understand that running a local node is enough
So everything works as expected,
Thanks for you answer and clarification :)
It should be noted that I still had to remove option "--p2p-bind-ip=127.0.0.1" to let monerod bind on 0.0.0.0 to make it work.
Any security implication about this ? Does all traffic is still routed through Tor network ?
Ok ! I had begun to doubt..
> Not sure what you mean about "make it work", but I'm having some
> stalling/connection issues[1][2] on the newly released version (v0.13.0).
Sorry, I was meaning "syncing".
> At first connection issues were solved by adding torsocks to monerod
> when using Whonix gateway or binding p2p ip to 0.0.0.0 if not using a
> Whonix gateway. Next I started to experience stalls, which I still
> haven't found a solution for yet.
>
> [1] https://github.com/monero-project/monero/issues/4468
> [2] https://github.com/monero-project/monero/issues/4469
Exactly the same issue.
Running monerod with torsocks was working for me too.