Skip to content
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

Compiled Linux Wallet needs a default node IP to connect to #27

Closed
Goro2030 opened this issue Jun 20, 2020 · 1 comment
Closed

Compiled Linux Wallet needs a default node IP to connect to #27

Goro2030 opened this issue Jun 20, 2020 · 1 comment

Comments

@Goro2030
Copy link
Contributor

If I run the wallet with no parameters, it doesn't connect to any default node, therefore it fails to connect and create the wallet. The log looks like this:

2020-Jun-19 22:41:12.322363 INFO    prosus wallet v0.7.2 (antiasic)
Nor 'generate-new-wallet' neither 'wallet-file' argument was specified.
What do you want to do?
O - open wallet
G - generate new wallet
I - import wallet from keys
R - restore backup/paperwallet
T - import tracking wallet
E - exit
g
Specify wallet file name (e.g., wallet.bin).
Wallet file name: test
2020-Jun-19 22:41:15.558417 ERROR   Error: Error connecting to the remote node: TcpConnector::connect, connection failed
2020-Jun-19 22:41:15.561360 ERROR   Error: Failed to parse remote node response

We should add the default IP recommended for the daemon into the code.

@yerkobits
Copy link
Member

The prosus-wallet must runs after prosus-daemon (local or remote daemon). Type prosus-wallet --help for details.
Mining with remote node is not allowed (the CPU instructions are local hardware).
(all Cryptonote clients work this way)
http://prosus.money/download

Only gui-wallet (not mining) connect automatically to a remote node if there no a local daemon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants