Closed mcsnubbs closed 5 years ago
is your node still doing IBD? is it a pruned node?
No its up and running with both lightning and electrumrs working appropriately
Sent from my iPhone
On Oct 21, 2019, at 6:59 AM, Fontaine notifications@github.com wrote:
is your node still doing IBD?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Backup
This error means you have connected to the server successfully but there is something wrong with either your node configuration or most likely your rpc credentials are not correct. This is not an issue with the app.
I can help troubleshoot the server issue if you tell me what OS your node is running on.
Just re-entered RPC credentials with no avail...
The "myNodeBTC" runs on a raspberry pi; Linux. mynodebtc.com
On Mon, Oct 21, 2019 at 11:35 PM Fontaine notifications@github.com wrote:
That is the error you can get if your rpc credentials are incorrect. Are you sure there were no typos and that you got them from the correct bitcoin.conf file?
What OS is your node running on? Nodl, mac, linux?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Fonta1n3/FullyNoded/issues/9?email_source=notifications&email_token=ANC4REMBQU5WVXYZ4FVBAWDQPZYIHA5CNFSM4JCTRGNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB4OBGY#issuecomment-544792731, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANC4REN5G4GA7O5F763J6YLQPZYIHANCNFSM4JCTRGNA .
Have you tried Tor?
Try to SSH in to the raspi with a computer, using the same SSH creds you put into the app.
Yes
Sent from my iPhone
On Oct 22, 2019, at 5:14 AM, Fontaine notifications@github.com wrote:
Are you able to ssh into it with another computer?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
If you get connected from another computer then issue the following command substituting the username and password with your own.
curl --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getblockchaininfo", "params":[] }' -H 'content-type: text/plain;' http://yourRPCUsername:yourRPCPassword@127.0.0.1:8332/
Let me know what the response is.
@backup
All
@mcsnubbs
not an issue with the app
Im using the latest test flight to connect to a myNode with SSH. Although it connects, it gives me this error whenever I try any of the wallet features.