langerhans / dogecoin-wallet-new

Dogecoin Wallet app for your Android device. Standalone Dogecoin node, no centralized backend required. Forked from the popular Bitcoin Wallet.
188 stars 105 forks source link

Cant compile "org.libdohj:libdohj:0.14-SNAPSHOT" not found #34

Open theScrabi opened 8 years ago

theScrabi commented 8 years ago

Hello,

I was trying to compile the app with the command gradle clean build but gradle keeps telling me that it could not find org.libdohj:libdohj:0.14-SNAPSHOT

rgds schabi

langerhans commented 8 years ago

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 try checking out a commit that is close to the last Android wallet release.

A bit confusing, but a lot is changing in the codebases upstream right now.

FaysalM commented 7 years ago

Hello -

I am trying to use this as a base for a litecoin wallet. Would you be interested or have time to help me with this? The issues I am having are with including libdohj snapshot, same as the person above. Do I need to install this or manually import this into the project?

I also noticed you already have some params set for litecoin, I assume some of this was tested with litecoin at some point?

Any and all help would be appreciated.

Thanks,

langerhans commented 7 years ago

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 actual wallet I'd think just taking the upstream bitcoin version and then applying roughly the same changes I did on top. That would make updating for you easier.

If you have specific questions feel free to contact me, I hang out on freenode with the same name ;)

FaysalM commented 7 years ago

Thanks @langerhans i was able to get it compiled on a different machine (windows can be a pain). Will ping you if I run into more issues

rajgupta93 commented 3 years ago

Hello can you please tell how to compile this I am new to this please