-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Unable to use local XMR node through monerod #996
Comments
This is probably related to RPC authentication: #981 |
Been working on this, RPC authentication has just been a stumbling-block |
I believe this is a separate issue, as when running the server using
Currently waiting for monerod to fully sync with the chain, i'll run an nmap after it does... Edit/Update for nmap: |
Ended up fixing my issue, twas a skill issue afterall; |
Is there an existing issue for this?
Current Behavior
When connecting to a locally hosted monero node, i see the following traffic:
Stack sends SYN to server
Server responds with [RST, ACK]
Stack wallet says server is offline.
My cmdline options for my server are:
./monerod --restricted-rpc --rpc-login redacted:redacted --data-dir ./
And my node details are:
Node name: test
Url: http://192.168.0.123
Port: 18081
Login: redacted
Password: redacted
On the server, I have ports 18081, 18080, and 18089 set to ALLOW. Both the devices are on the same subnet and can clearly communicate, as I can contact a web server hosted on the same host.
Expected Behavior
I put in the details and it works.
Reproduce Steps
Run a node using monerod:
./monerod --restricted-rpc --rpc-login redacted:redacted --data-dir ./
Open up ports 18080, 18081, and 18089 using
ufw allow <port>
Connect via stack wallet
Stack wallet fails to connect
Environment
Server Env:
Stack env:
Logs
No response
Further Information
No response
The text was updated successfully, but these errors were encountered: