K
K
Kir Mozor2021-02-21 18:26:02
Java
Kir Mozor, 2021-02-21 18:26:02

How to make a Dogecoin miner in Java?

For 2 days I have been looking for how to make a Dogecoin miner in Java. Please give material on creating a Dogecoin miner

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2021-02-21
@150_Kirill_150

You have chosen everything that is most unsuccessful for learning - the language (java), the platform (android) and the algorithm (doge scrypt).
About the latter - the fact is that doge is not mined on its own, but as an appendage to litecoin, i.e. no one mines dogs, they are just thrown as a bonus to litecoin miners. Which by itself additionally imposes both the complexity of the development of the miner and testing.
On topic, take the scrypt mining project in webgl, it's an OpenGL ES based standard that is also most likely supported in android. Accordingly, your task is to figure out what shader scripts are there, adapt them for android (may not have to) and implement them in java.
Hellish and senseless work, I sympathize.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question