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

Can i use this for dogecoin? #12

Closed buzztiaan closed 3 years ago

buzztiaan commented 3 years ago

Heya, as dogecoin uses 99% the same stuff as bitcoin, it should, right?

buzztiaan commented 3 years ago

I guess this stuff all needs other constants, at least ; https://github.com/micro-bitcoin/uBitcoin/blob/master/src/Bitcoin.cpp#L19

but anything else?

stepansnigirev commented 3 years ago

I am not 100% sure, I think it should be just the constants, so you can fork the repo and change the constants to work with Doge or Litecoin or any other Bitcoin fork.

buzztiaan commented 3 years ago

Seems it works :) https://github.com/micro-bitcoin/uBitcoin/pull/13