bitpay / bitcore

A full stack for bitcoin and blockchain-based applications
https://bitcore.io/
MIT License
4.84k stars 2.08k forks source link

altcoin support? #2280

Open minkcrypto-zz opened 5 years ago

minkcrypto-zz commented 5 years ago

Is there any documentation or guide to how to use bitcore with non bitcoin/bitcoin-cash chain?

For example like Bitcoin Gold, Zcash, etc.

roccomuso commented 5 years ago

Following for decred

michelvankessel commented 4 years ago

interested for Blackcoin

greatwolf commented 4 years ago

I'm wondering about this as well. In particular some coins, such as Groestlcoin and Decred, seem to use a different hash algorithm for computing the base58check 4-byte checksum. Is there a way to tell the library (specifically HDPublicKey) to use something other than the default sha256sha256?

In Groestlcoin's case, it not only uses groestl for computing base58 public addresses but also for the HD xpubkey as well.