Max K.

Results 83 comments of Max K.

The upstream MultiBit wallet is not developed anymore thus adding features here is not a priority for me.

You will need to compile this locally: https://github.com/dogecoin/libdohj since it's not available on Maven. In case it doesn't match the current bitcoinj/Android wallet code on master, you might want to...

Instructions to compile libdohj are in the linked repo. Pretty sure all you need to do is `mvn install` and then you can compile this wallet. As for porting the...

Just thinking about that, even if you do get the privkeys out, where are you planning to put them? There aren't really any wallets besides Dogecoin Core that accept raw...

But the other addresses the wallet used are in the output of the page you linked? I really don't see why that would happen 🤔

Yes, this repository solely exists for some very minor patches the Android wallet requires. You will need to compile https://github.com/dogecoin/libdohj . And then also update wallet-tool to actually use the...

The wallet uses a flat fee of 1DOGE/KB. Admittedly that isn't 100% correct either but I don't see how it could have created a tx with a fee like this.

Wow, nice! The metadata and build script look fine on a quick look. Scrypt is for example used here: https://github.com/langerhans/dogecoinj-new/blob/master/core/src/main/java/com/dogecoin/dogecoinj/core/Utils.java#L165 But even if you leave out the native lib it...

I'm still here, just busy jumping around between projects. Do you need anything else for getting the build to work? I also really need to update the wallet to the...

The script will definitely need an update and target a later release. 2.00 won't work anymore. Also, dogecoinj is not used anymore. The newer versions of the wallet use https://github.com/dogecoin/libdohj...