Bitcoin-ABC / bitcoin-abc

Bitcoin ABC develops node software and infrastructure for the eCash project. This a mirror of the official Bitcoin-ABC repository. Please see README.md

Home Page:https://reviews.bitcoinabc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to generate an address start with "ecash:"

past2017 opened this issue · comments

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:'

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

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