graymauser / btcposbal2csv

List all bitcoin addresses with positive balance.
BSD 3-Clause "New" or "Revised" License
268 stars 201 forks source link

Support for LTC and DOGE? #22

Open tonysuri opened 3 years ago

tonysuri commented 3 years ago

Is it possible to get this working for other chainstates? I tried with DOGE and LTC and it did not work. Thanks!

graymauser commented 3 years ago

Hi, as the LTC is based on BTC, adapting it should be possible in principle. You would only need to change specific constants that are different for LTC. In reality I didn't check whether the utxo organization is still the same for both coins.

Regarding the DOGE, I think, that it would require substantial rewrite as it's bases is completely different.