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

how to create a wallet in dogecoin-cli #1847

Closed
jackynanshan opened this issue Apr 22, 2021 · 3 comments
Closed

how to create a wallet in dogecoin-cli #1847

jackynanshan opened this issue Apr 22, 2021 · 3 comments

Comments

@jackynanshan
Copy link

how to create a wallet in dogecoin-cli

This issue tracker is only for technical issues related to Dogecoin Core.

For general questions about Dogecoin please use one of the various communities, e.g. Reddit, IRC, Discord, etc.

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

What version of Dogecoin Core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.

Machine specs:

  • OS:
  • CPU:
  • RAM:
  • Disk size:
  • Disk Type (HD/SDD):

Any extra information that might be useful in the debugging process.

This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.

@Mouradif
Copy link

when your node is running you already have a wallet with a default account that has no name (empty string). You can do

$ dogecoin-cli listaccounts

to see it (and its balance). You can get the address with

$ dogecoin-cli getaccountaddress ""

Sadly, everyone seems to think the info is obvious but it's not. I've been searching for a long time on how to use the cli, I found countless links to forums where someone asked the question and people answered "RTFM". Running dogecoin-cli --help shows the options but not the commands. I ended up looking for bitcon cli commands instead and so far, everything seems to work the same :

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

@vertiond
Copy link
Contributor

The wallet is created on first start currently and you can call new addresses from the wallet via dogecoin-cli getnewaddress

The account system will most likely be deprecated in further releases due to being deprecated from upstream.

@jackynanshan
Copy link
Author

jackynanshan commented Apr 23, 2021 via email

@rnicoll rnicoll closed this as completed Apr 23, 2021
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

4 participants