micro-bitcoin / uBitcoin

Bitcoin library for microcontrollers. Supports Arduino, mbed, bare metal.
https://micro-bitcoin.github.io/
MIT License
166 stars 34 forks source link

Add Dogecoin Networktype #13

Open buzztiaan opened 3 years ago

buzztiaan commented 3 years ago

Seems to work perfectly for me to generate dogecoin addresses and privatekeys that match what i get on bip32.org

stepansnigirev commented 3 years ago

Hi, I don't plan supporting cryptocurrencies other than Bitcoin in this repo, so I can't merge this PR. But what I can do is to add a few defines so anyone could add any networks they want in their project.

If you don't mind I'll take your Dogecoin network as an example for documentaion.

buzztiaan commented 3 years ago

Totally fine :)