You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
aquaflamingo
changed the title
Why are regtest addresses prefixed with 'R' as opposed to 'm' like every other btc node client?
Why are regtest addresses prefixed with 'R' instead of 'm' which is common in other btc node clients?
Jan 27, 2019
Until one of those PRs gets reviewed and merged, I recommend just changing the values yourself in lib/protocol/networks.js or perhaps using simnet which is specifically compatible with btcd.
I noticed that regtest receiving addresses generated from bcoin have a prefix
'R'
many other bitcoin node (bitcore
,btcd
,bitcoind
) which use"m"
.Wondering why this is? It kind of makes compatibility with other libraries like
bitcoinjs-lib
or key generators difficult .I know the
--network=testnet
option createsm
-prefixed addresses like normal but I don't really want to download the whole testnet chain.e.g.
The text was updated successfully, but these errors were encountered: