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 generate an address start with "ecash:" #436

Open
past2017 opened this issue Jul 5, 2021 · 2 comments
Open

how to generate an address start with "ecash:" #436

past2017 opened this issue Jul 5, 2021 · 2 comments

Comments

@past2017
Copy link

past2017 commented Jul 5, 2021

I run bitcoin-abc 0.23.7 with -ecash=true
after synced ok, i use bitcoin-cli getnewaddress to generate a new address, i expecte an ecash address start with 'ecash:" will be genrated but only an address start with '1' to generate, so how to generate an address start with 'ecash:'

@Fabcien
Copy link
Contributor

Fabcien commented Jul 6, 2021

Thanks for the report. Can you confirm you used bitcoin-qt ? Note that the correct syntax is -ecash=1 or simply -ecash.

@costaste
Copy link

I have the same issue using either -ecash-1 or -ecash. Were you ever able to solve this issue @past2017 ?

ftrader pushed a commit to bitcoin-cash-node/bitcoin-cash-node that referenced this issue Nov 30, 2022
See investigations in Bitcoin-ABC#436 .
Use of the Boost-internal (non-API!) BOOST_FILESYSTEM_C_STR has been replaced by string().

Test plan:

(on various platforms, both with Boost 1.80+ and existing platforms with
older Boost versions):

- Run `ninja check-all`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants
@past2017 @costaste @Fabcien and others