fatorius / DUCO-Android-Miner

A Duino Coin Mining App for Android
MIT License
6 stars 2 forks source link

Duinocoin Web Wallet site detects "incorrect mining key" from this app #2

Closed lokety closed 7 months ago

lokety commented 7 months ago

Google Pixel 7 I have a mining key set in my account. As the app starts mining, I see this message on https://wallet.duinocoin.com/ under the Miners list:

Invalid miner configuration detected One or more miner is trying to mine on your account but has an incorrect mining key entered. If it's yours, double check your config files.

The log looks fine though, reporting a reasonable hashrate and no connection errors.

fatorius commented 7 months ago

Hello! Thanks for your feedback!

I see why this is happening. It turns out that the mining key wasn't being stored in the app, but I'm already working on fixing it. I'll let you know when it's done!

fatorius commented 7 months ago

Commit 4dca12f solves this issue