Closed sne4ker closed 2 years ago
The error/exception is coming from the monero-wallet-rpc, not the pool. If you want to report an issue with the monero-wallet-rpc then you need to do so on that repository.
I have actually already created one: https://github.com/monero-project/monero/issues/8477
Is there any way I can check if the pool withdrawals work correctly, as that is my main concern? Can I manually set the current due balance of a user so I can try withdrawing XMR?
Just mine to testnet if you're worried.
First of all thank you for your work.
I'm currently setting up the pool software, running
monero-wallet-rpc
with the following command:monero-wallet-rpc --config-file /path/to/config.conf
This is my config file:After a while I get the following error in the session running monero-wallet-rpc:
I looked at
netstat - napt
which showed the connection asESTABLISHED
. I then monitored the traffic with tshark in another window and saw that the connection error occurs at the point a JSON rpc request gets made. But when I send a request via curl, i.e. get_height:I get the correct output of the current height, which means it has to have a connection to the daemon:
Can I ignore the errors that are thrown, as there are no errors in the pool logs I see while the error occurs in monero-wallet-rpc and it looks like the pool gets the correct values from the rpc request?