[ENHANCEMENT] `chia wallet` should have a way to get next receive address
See original GitHub issueRight now the only easy way to get a wallet receive address is in the GUI or to grab the first wallet address in chia keys show
.
We should probably both:
- Display a current valid receive address in
chia wallet show
- Have a way to increment the receive address in
chia wallet show
and/orchia keys show
via the command line
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:11 (8 by maintainers)
Top Results From Across the Web
Chia USDS Deposit Wallet Address Update on Stably Prime
A small percentage of users will have a new deposit address for Chia. Log out of and back into your Stably Prime account...
Read more >How to buy Chia | Buy XCH in 4 easy steps
The easiest way to buy Chia is from a cryptocurrency exchange. ... on an exchange, you will need to verify your email address...
Read more >Offers Launch Demo and Q&A | January 12, 2022 - YouTube
Buy XCH: https:// chia.net/ buy -xchLight Wallet Beta download with Offers: https://www. chia.net/download/#light- wallet -betaHashgreen: ...
Read more >Writing My First Chia Blockchain Program — Part 2 — Setup
In this second part of the series, we will go over how to setup your… ... To get TXCH you just need to...
Read more >Wallet address changes and cant see change payout ...
The thing with the wallet change has happend in every 1.3.X version once, But this time the address changed FEW times upon restarting...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It could be something like https://bitcoincore.org/en/doc/0.18.0/rpc/wallet/getnewaddress/ - e.g.
bitcoin-cli getnewaddress "label" "address_type"
Maybe in addition to
chia wallet show
displaying the current valid receive address, something likechia wallet getnewaddress
would return a new address and set it as the current address.And merged