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

Improve first-time launch process #2458

Open
vufon opened this issue Jan 22, 2025 · 0 comments
Open

Improve first-time launch process #2458

vufon opened this issue Jan 22, 2025 · 0 comments

Comments

@vufon
Copy link

vufon commented Jan 22, 2025

Upon the first launch, initializing and running dcrwallet requires significant time and effort from users.

  • The configuration file is neither automatically generated nor initialized with the necessary RPC values.
  • If the wallet is not created, the user must re-launch the --create command, as no solution is provided to create the wallet during the initial run.
  • The naming of RPC parameters in dcrwallet remains inconsistent with those in dcrd.
  • Dcrd rpc params: rpcuser - rpcpass
  • Dcrwallet rpc params: username - password
  • Although rpcAuthType is set to "basic," the clientCAs certificate is still checked, and a warning is issued
    "DCRW: gRPC server is configured with listeners, but no trusted client certificates exist (looked in /home/x/.dcrwallet/clients.pem)"

Although Decred provides a dcrinstall binary for quick installation and setup, there remains a need for active and comprehensive support for programs when run individually.

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

1 participant