Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Simran on July 14, 2012, 07:08:36 AM



Title: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on July 14, 2012, 07:08:36 AM
AndLTC Miner 0.7 using pooler's CPU Miner 2.2.3. Now with NEON support!

Quote from the PlayStore(Free Version):
Code:
"*HAS AN AD

The first ever Litecoin Miner for Android. Now you can select whether you want to use the miner with or without NEON support, both being more optimized, thanks to pooler's CPU Miner 2.2.3! Enjoy!"

Quote from the PlatyStore(PRO Version):
Code:
"*HAS NO AD
*THANKS <3

The first ever Litecoin Miner for Android. Now you can select whether you want to use the miner with or without NEON support, both being more optimized, thanks to pooler's CPU Miner 2.2.3! Enjoy!"

Please report any bugs to me.

Donate to me PayPal: http://simran.coleak.com/donate.php
Donate to me LTC: LRgbgTa3XNQSEUhnwC6Ye2vjiCV2CNRpib


Like me on Facebook: https://www.facebook.com/SimranApps
Follow me on Twitter: http://www.twitter.com/SimranDevs
Add me on Google+: https://plus.google.com/114069302448745664287

Google Play takes awhile before it updates the screenshots and description, but it's there! :)

https://play.google.com/store/apps/details?id=com.simran.andltcminer
https://play.google.com/store/apps/details?id=com.simran.andltcminerpro

Code:
*Initial commit. 02/24/12
*Added support for API 7(2.1) Eclair. 02/29/12
*Removed support for API 7(2.1), Eclair. Raised to API 9(2.3.3), Gingerbread for better compatibility. Using pooler's C Miner. A lot faster! 07/21/12
*Added Stop button! 07/22/12
*Using API 16(4.1). Using pooler's CPU Miner 2.2.3. Added option to use miner with or without NEON. Even more optimized! 08/07/12

I don't like to keep you guys waiting, especially the time it takes for the Google Play server's to propagate the new miner, so here's a direct link to the latest free version: http://litecoinforums.org/android/andltc-miner/AndLTC%20Miner.apk

Thread on LitecoinForums: http://litecoinforums.org/index.php?/topic/15-andltc-miner-android-ltc-miner-neon-playstore-updated-v07-080712/

Android Hardware Mining Comparison Chart:
https://i.imgur.com/GWzca.png

:) --Simran


Title: Re: Mining LTC on Android.
Post by: Luceo on July 14, 2012, 07:13:13 AM
Looking forward to seeing some results with a C-based miner.

As I said on IRC, I'd be willing to test this on Blackberry 10 Alpha / Blackberry Playbook OS for you.


Title: Re: Mining LTC on Android.
Post by: film2240 on July 14, 2012, 10:19:24 AM
When this miner comes out,I'd like to test it on an android phone. :)


Title: Re: Mining LTC on Android.
Post by: Simran on July 14, 2012, 09:56:25 PM
I'm already compiling Android! This time it was easier than the last time I had tot do this. I might have this C miner out faster than I expected! :)


Title: Re: Mining LTC on Android.
Post by: str4wm4n on July 15, 2012, 04:57:30 PM
this is a really good idea, and I could see mobile mining becoming popular especially if it uses the graphics hardware of the device


Title: Re: Mining LTC on Android.
Post by: film2240 on July 15, 2012, 05:34:28 PM
this is a really good idea, and I could see mobile mining becoming popular especially if it uses the graphics hardware of the device
That would be good as long as I can tell it to be less aggressive in GPU use so I can still navigate around my phone.It's be even better if CPU and GPU can both be used as I'm determined to squeeze every drop of performance from all my devices (Nokia N900/router,etc as they're both run by ARM cpus and can be modified.) and computers (PC/MBP etc).


Title: Re: Mining LTC on Android.
Post by: Simran on July 16, 2012, 03:00:51 AM
I just cross compiled pooler's cpuminer for my Kindle Fire. It's dual core! I'm getting 0.7 khash/s per core as opposed to 0.02 khash/s on the old Java miner I had coded awhile back! I'm gonna put this back on the Google PlayStore! I'll post pictures in a couple of minutes! :)


Title: Re: Mining LTC on Android.
Post by: str4wm4n on July 16, 2012, 03:35:13 AM
that's pretty awesome, so 1.4 kh/s total?


Title: Re: Mining LTC on Android.
Post by: 2112 on July 16, 2012, 03:40:33 AM
I just cross compiled pooler's cpuminer for my Kindle Fire.
With NEON SIMD or without?


Title: Re: Mining LTC on Android.
Post by: Simran on July 16, 2012, 03:41:30 AM
that's pretty awesome, so 1.4 kh/s total?

Yup! That was over adb shell though. It was a bit slower on Terminal Emulator on my tablet. Here's a picture:

https://i.imgur.com/nuMK3.png

I just cross compiled pooler's cpuminer for my Kindle Fire.
With NEON SIMD or without?

What's that? lol


Title: Re: Mining LTC on Android.
Post by: smoothie on July 16, 2012, 03:44:54 AM
Cool....now I can make about 7 LTC a month mining on my phone!

 ;D ;D ;D


Title: Re: Mining LTC on Android.
Post by: Simran on July 16, 2012, 03:47:34 AM
Cool....now I can make about 7 LTC a month mining on my phone!

 ;D ;D ;D

lol probably. Can't wait to test this when I buy my Nexus 7 tab!  ;D


Title: Re: Mining LTC on Android.
Post by: 2112 on July 16, 2012, 03:56:38 AM
With NEON SIMD or without?

What's that? lol
The original code by pooler was an awesome example of using Intel SSE (and/or AVX) to achieve great speedups (about 4 times?) with the help of SIMD (Single Instruction Multiple Data).

Did you attempted to use SIMD on ARM (where it is called NEON)?


Title: Re: Mining LTC on Android.
Post by: Simran on July 16, 2012, 03:59:10 AM
With NEON SIMD or without?

What's that? lol
The original code by pooler was an awesome example of using Intel SSE (and/or AVX) to achieve great speedups (about 4 times?) with the help of SIMD (Single Instruction Multiple Data).

Did you attempted to use SIMD on ARM (where it is called NEON)?

All I did was compile libcurl for Android, edit the code to suit Android, recompile it using the Android toolchain I compiled.... lol


Title: Re: Mining LTC on Android.
Post by: 2112 on July 16, 2012, 04:11:24 AM
All I did was compile libcurl for Android, edit the code to suit Android, recompile it using the Android toolchain I compiled.... lol
The ARM core on Kindle Fire has 128-bit registers in addition to the usual 32-bit registers. This could give a 2-4 times speedup, depending on the exact details of the core used.

There are many ways to use them:

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dht0004a/CHDGDHIC.html
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dht0002a/ch01s04s02.html

You could probably take a look and see how you can do on ARM things comparable to what pooler did on Intel.


Title: Re: Mining LTC on Android.
Post by: mokahless on July 16, 2012, 04:23:56 AM
I just cross compiled pooler's cpuminer for my Kindle Fire. It's dual core! I'm getting 0.7 khash/s per core as opposed to 0.02 khash/s on the old Java miner I had coded awhile back! I'm gonna put this back on the Google PlayStore! I'll post pictures in a couple of minutes! :)

Cool. If you want to compile a list of devices and performance for your reference or others, I'd love to test it on my android devices so I'll follow this thread.


Title: Re: Mining LTC on Android.
Post by: pooler on July 16, 2012, 09:06:08 AM
The ARM core on Kindle Fire has 128-bit registers in addition to the usual 32-bit registers. This could give a 2-4 times speedup, depending on the exact details of the core used.

Unfortunately not. I have already written a version of the scrypt core that uses NEON (it will be released in the upcoming cpuminer 2.2.3), and the speedup is only about 40% in the best case. There are various technical reasons for this, most importantly the lack of an instruction for bitwise rotation and the fact that current NEON coprocessors can only execute one instruction per cycle, with rare exceptions.
The basic ARM instruction set, on the other hand, is pretty optimal for implementing this kind of hashing functions (thanks to the barrel shifter), but of course it cannot compete with the SIMD implementations of performance-oriented architectures.

An example: a Samsung Galaxy S II (dual-core Cortex-A9 at 1200 MHz) can do about 1.64 khash/s with the current cpuminer code (hand-written ARM assembly), and about 2.3 khash/s with the to-be-released NEON implementation. The speedup is even more modest on Cortex-A8 processors.


Title: Re: Mining LTC on Android.
Post by: 2112 on July 16, 2012, 09:24:59 AM
Unfortunately not. I have already written a version of the scrypt core that uses NEON (it will be released in the upcoming cpuminer 2.2.3), and the speedup is only about 40% in the best case.
Thank you very much for your work and your comment.

I actually don't have an ARM machine to play. I played a bit with a pre-release simulator for a device that incorporates an ARM core. And by "a bit" I mean "floating point only". Because of the pre-release status:

1) instruction timing could be inacurate
2) it could simulate a future version of the ARM core

Thanks again.


Title: Re: Mining LTC on Android.
Post by: film2240 on July 16, 2012, 09:45:38 PM
Download link please for this miner as I want to try it out.


Title: Re: Mining LTC on Android.
Post by: str4wm4n on July 17, 2012, 06:02:24 AM
Download link please for this miner as I want to try it out.

i 2nd this!


Title: Re: Mining LTC on Android.
Post by: tgmarks on July 17, 2012, 03:33:03 PM
Download link please for this miner as I want to try it out.

i 2nd this!
+1 and also a litecoin address to donate back to the op!


Title: Re: Mining LTC on Android.
Post by: tgmarks on July 17, 2012, 03:51:09 PM
https://play.google.com/store/apps/details?id=com.raad287.LTCMiner&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5yYWFkMjg3LkxUQ01pbmVyIl0. (https://play.google.com/store/apps/details?id=com.raad287.LTCMiner&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5yYWFkMjg3LkxUQ01pbmVyIl0.)

I'm mining away at 7.21 h/s right now just seeing if it works.  I like the settings page a lot more than the previous setup.


Title: Re: Mining LTC on Android.
Post by: Simran on July 17, 2012, 04:48:34 PM
https://play.google.com/store/apps/details?id=com.raad287.LTCMiner&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5yYWFkMjg3LkxUQ01pbmVyIl0. (https://play.google.com/store/apps/details?id=com.raad287.LTCMiner&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5yYWFkMjg3LkxUQ01pbmVyIl0.)

I'm mining away at 7.21 h/s right now just seeing if it works.  I like the settings page a lot more than the previous setup.

That's using pooler's JMiner. It was a mistake I made when I coded my first Android LTC Miner. It's too slow and worthless, and was the reason I removed it from the Google Play Store. Now that I compiled the C version CPU Miner, It's a lot faster and more efficient rather than using Android's JVM. And yes, the miner already has a UI :)


Title: Re: Mining LTC on Android.
Post by: gbl08ma on July 17, 2012, 06:24:50 PM
Any chance of making it compatible with Android 2.2? I want to burn out my cheap tablet by trying this, but it only has Froyo and can't be updated.


Title: Re: Mining LTC on Android.
Post by: Simran on July 17, 2012, 07:22:11 PM
Any chance of making it compatible with Android 2.2? I want to burn out my cheap tablet by trying this, but it only has Froyo and can't be updated.

It will be compatible with Android 2.1 and up.


Title: Re: Mining LTC on Android.
Post by: mokahless on July 17, 2012, 11:39:32 PM
https://play.google.com/store/apps/details?id=com.raad287.LTCMiner&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5yYWFkMjg3LkxUQ01pbmVyIl0. (https://play.google.com/store/apps/details?id=com.raad287.LTCMiner&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5yYWFkMjg3LkxUQ01pbmVyIl0.)

I'm mining away at 7.21 h/s right now just seeing if it works.  I like the settings page a lot more than the previous setup.

That's using pooler's JMiner. It was a mistake I made when I coded my first Android LTC Miner. It's too slow and worthless, and was the reason I removed it from the Google Play Store. Now that I compiled the C version CPU Miner, It's a lot faster and more efficient rather than using Android's JVM. And yes, the miner already has a UI :)

So 0.1 is JMiner-based? I get
18 H/s on an atrix (tegra 2, dual core (1 thread), 1GHz, A9, neutrino rom (android 2.3.7))
35 H/s on an atrix (tegra 2, dual core (2 threads), 1GHz, A9, neutrino rom (android 2.3.7))
16 H/s on a Galaxy S (hummingbird, single core, 1GHz, A8, cyanogenmod 9)

Both at normal priority. So the nexus 7 should get > 80 H/s on Jminer.


Title: Re: Mining LTC on Android.
Post by: Bitcoin Oz on July 18, 2012, 03:07:32 AM
12 h/s on HTC Envy  :D

Edit: Wont let me set the miner as a service so cant do it in the background yet.


Title: Re: Mining LTC on Android.
Post by: Garr255 on July 18, 2012, 03:12:35 AM
I just sent it to my Nexus 7, I'll post results in a bit :D


Title: Re: Mining LTC on Android.
Post by: smoothie on July 18, 2012, 03:12:41 AM
12 h/s on HTC Envy  :D

Edit: Wont let me set the miner as a service so cant do it in the background yet.


lol i wonder what my iphone would hash at....damn...i guess i gotta wait until its built for ios.


Title: Re: Mining LTC on Android.
Post by: Bitcoin Oz on July 18, 2012, 03:16:00 AM
12 h/s on HTC Envy  :D

Edit: Wont let me set the miner as a service so cant do it in the background yet.


lol i wonder what my iphone would hash at....damn...i guess i gotta wait until its built for ios.

By then I might have mined half a ltc  :P


Title: Re: Mining LTC on Android.
Post by: smoothie on July 18, 2012, 03:23:21 AM
12 h/s on HTC Envy  :D

Edit: Wont let me set the miner as a service so cant do it in the background yet.


lol i wonder what my iphone would hash at....damn...i guess i gotta wait until its built for ios.

By then I might have mined half a ltc  :P


lol...  :D


Title: Re: Mining LTC on Android.
Post by: Simran on July 18, 2012, 03:23:59 AM
In case you guys are wondering, the current LTC miner on Google Play Store isn't mine. Mine is called AndLTC Miner :) which in 3 days will be up. I'm currently on vacation with the family... be back on Thursday or Friday.


Title: Re: Mining LTC on Android.
Post by: tacotime on July 21, 2012, 05:46:55 AM
The ARM core on Kindle Fire has 128-bit registers in addition to the usual 32-bit registers. This could give a 2-4 times speedup, depending on the exact details of the core used.

Unfortunately not. I have already written a version of the scrypt core that uses NEON (it will be released in the upcoming cpuminer 2.2.3), and the speedup is only about 40% in the best case. There are various technical reasons for this, most importantly the lack of an instruction for bitwise rotation and the fact that current NEON coprocessors can only execute one instruction per cycle, with rare exceptions.
The basic ARM instruction set, on the other hand, is pretty optimal for implementing this kind of hashing functions (thanks to the barrel shifter), but of course it cannot compete with the SIMD implementations of performance-oriented architectures.

An example: a Samsung Galaxy S II (dual-core Cortex-A9 at 1200 MHz) can do about 1.64 khash/s with the current cpuminer code (hand-written ARM assembly), and about 2.3 khash/s with the to-be-released NEON implementation. The speedup is even more modest on Cortex-A8 processors.

this is important stuff, and I guess shows how an arm based system designed to mine litecoin might perform. at 125w, about 166 arm cortex a9 cpus could thus mine only approximately 210khs if I'm doing the math right (cortex cpu ~ 750mW when running neon code fully loaded).


Title: Re: Mining LTC on Android.
Post by: gbl08ma on July 21, 2012, 10:31:01 PM
I really don't want to put pressure into you doing this, but are there any updates? Don't forget to tell us when you achieve some more progress... :)


Title: Re: AndLTC Miner! (Android LTC Miner)! Out on Google PlayStore
Post by: Simran on July 22, 2012, 03:58:23 AM
The app is out on Google PlayStore! Read OP!


Title: Re: AndLTC Miner! (Android LTC Miner)! Out on Google PlayStore
Post by: gbl08ma on July 22, 2012, 09:55:04 AM
When I asked you to make it compatible with Android 2.2, it was because I was already guessing it would only be compatible with 2.3 and up, like most Bitcoin and Litecoin apps. I guess it's some problem related to certain libraries not being present on 2.2...


Title: Re: AndLTC Miner! (Android LTC Miner)! Out on Google PlayStore
Post by: Simran on July 22, 2012, 03:21:02 PM
The mistake I made was that compiled the miners using the 2.3 toolchain.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: AMD FTW on July 23, 2012, 04:47:35 AM
I'm running LTCMiner now on my Galaxy SIII and am getting 61.867 hs/s

My Galaxy SIII Specs
1.5 GHz dual-core Qualcomm Snapdragon S4 Processor
2 GB Ram
32 GB internal Memory
64 GB micro sdxc card


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: Simran on July 23, 2012, 05:22:23 AM
I'm running LTCMiner now on my Galaxy SIII and am getting 61.867 hs/s

My Galaxy SIII Specs
1.5 GHz dual-core Qualcomm Snapdragon S4 Processor
2 GB Ram
32 GB internal Memory
64 GB micro sdxc card

You can get faster speeds if you use my Android Miner... 0_o
Why does everyone think that's my Android miner? Maine's in the OP.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: AMD FTW on July 23, 2012, 05:59:08 AM
I'm running LTCMiner now on my Galaxy SIII and am getting 61.867 hs/s

My Galaxy SIII Specs
1.5 GHz dual-core Qualcomm Snapdragon S4 Processor
2 GB Ram
32 GB internal Memory
64 GB micro sdxc card

You can get faster speeds if you use my Android Miner... 0_o
Why does everyone think that's my Android miner? Maine's in the OP.

So I just installed yours, I'm getting for thread 0 = 1.09 khash/s and for thread 1 = 1.15 khash/s

Not bad for a phone pulling in roughly 2.25 khash/s


This app is definitely faster, but I did like the fact the other client could save your profile, where as this app requires you input your data everytime.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: Simran on July 23, 2012, 06:03:38 AM
I'm running LTCMiner now on my Galaxy SIII and am getting 61.867 hs/s

My Galaxy SIII Specs
1.5 GHz dual-core Qualcomm Snapdragon S4 Processor
2 GB Ram
32 GB internal Memory
64 GB micro sdxc card

You can get faster speeds if you use my Android Miner... 0_o
Why does everyone think that's my Android miner? Maine's in the OP.

So I just installed yours, I'm getting for thread 0 = 1.09 khash/s and for thread 1 = 1.15 khash/s

Not bad for a phone pulling in roughly 2.25 khash/s


This app is definitely faster, but I did like the fact the other client could save your profile, where as this app requires you input your data everytime.

I'll implement those features tomorrow. I just wanted to release the app to test the minerd binary I cross compiled. Please comment and rate the app highly if you liked it!


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: AMD FTW on July 23, 2012, 06:10:51 AM
I'm running LTCMiner now on my Galaxy SIII and am getting 61.867 hs/s

My Galaxy SIII Specs
1.5 GHz dual-core Qualcomm Snapdragon S4 Processor
2 GB Ram
32 GB internal Memory
64 GB micro sdxc card

You can get faster speeds if you use my Android Miner... 0_o
Why does everyone think that's my Android miner? Maine's in the OP.

So I just installed yours, I'm getting for thread 0 = 1.09 khash/s and for thread 1 = 1.15 khash/s

Not bad for a phone pulling in roughly 2.25 khash/s


When you get the app updated, I'll go ahead and give it a whirl again. I'll gladly give you a positive rating.

This app is definitely faster, but I did like the fact the other client could save your profile, where as this app requires you input your data everytime.

I'll implement those features tomorrow. I just wanted to release the app to test the minerd binary I cross compiled. Please comment and rate the app highly if you liked it!


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: tgmarks on July 23, 2012, 06:52:21 AM
I'm pulling 3.1 khash/s testing on my Nexus 7 right now.  Thats pretty sweet for an android based miner.  Well done.

Edit: As soon as i turned the tablet sideways so that the orientation changed, the miner reset.  Thats a bummer.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: Simran on July 23, 2012, 07:09:34 AM
I'm pulling 3.1 khash/s testing on my Nexus 7 right now.  Thats pretty sweet for an android based miner.  Well done.

Edit: As soon as i turned the tablet sideways so that the orientation changed, the miner reset.  Thats a bummer.

I'll fix that today, sir. When the orientation changes on an app, it resets, so, yeah, lol.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: gbl08ma on July 23, 2012, 10:11:55 AM
Is there any way you can compile minerd so that it is run from the command line on the Android system (i.e. compile as a normal Linux binary for ARM)? This would have a few advantages for some specific use cases:
- Possibility to control and monitor the miner over SSH/any other remote shell protocol
- Would run on devices with broken screen (or broken input method)
- Android-version independent (I'm not sure)?
- Better for people who love the command line :)


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: kmsalex on July 23, 2012, 12:35:19 PM
Is there any way you can compile minerd so that it is run from the command line on the Android system (i.e. compile as a normal Linux binary for ARM)? This would have a few advantages for some specific use cases:
- Possibility to control and monitor the miner over SSH/any other remote shell protocol
- Would run on devices with broken screen (or broken input method)
- Android-version independent (I'm not sure)?
- Better for people who love the command line :)

^^
http://gifsforum.com/images/image/me%20gusta/grand/me_gusta_0341.jpg


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: Simran on July 23, 2012, 04:05:44 PM
Is there any way you can compile minerd so that it is run from the command line on the Android system (i.e. compile as a normal Linux binary for ARM)? This would have a few advantages for some specific use cases:
- Possibility to control and monitor the miner over SSH/any other remote shell protocol
- Would run on devices with broken screen (or broken input method)
- Android-version independent (I'm not sure)?
- Better for people who love the command line :)

lol I thought you guys would fogire it out. lulz. After the app has downloaded the minerd binary, it's in the folder of the my app, which is data/data/com.simran.andltcminer/minerd. I suggest you running it from there, and opening the app occasionally, as my app will update the minerd binary when a new one is uploaded to my server. :)


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: gbl08ma on July 23, 2012, 05:15:40 PM
Would you mind posting here a direct download link for the minerd executable?
a) Not everyone can install from the Play Store
b) Not everyone has an Android device running 2.3 or higher, required just to download minerd (and setting up an emulator is a PITA for such a simple thing)


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: Simran on July 23, 2012, 08:21:12 PM
Would you mind posting here a direct download link for the minerd executable?
a) Not everyone can install from the Play Store
b) Not everyone has an Android device running 2.3 or higher, required just to download minerd (and setting up an emulator is a PITA for such a simple thing)

The minerd binary only supports 2.3+, which is why I set the app to 2.3+.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: gbl08ma on July 23, 2012, 08:44:02 PM
I guess I'll need to cross-compile minerd myself then...


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: Simran on July 23, 2012, 08:54:41 PM
I guess I'll need to cross-compile minerd myself then...

You're free to do what you want :)


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: 1Pakis on July 24, 2012, 07:56:10 PM
I'm pushing ~3 khash/s testing on my Asus transformer prime Quad core right now


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: film2240 on July 24, 2012, 11:37:28 PM
I love the miner for android idea but can someone please compile a version for maemo 5 (OS used on Nokia N900) as I'm unable to compile it due to the fact that I can't code otherwise I would do it,thanks. I curious to see what kind of hashpower my N900 will give me at 1.15GHz (OC'd cpu). :)


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: matthewh3 on July 25, 2012, 10:49:39 AM
Would be good if you could set it to auto mine only when charging to save your battery.  Then every time you charge your phone you get some coins but doesn't slow the device down or drain the battery when your using it after it's been charged.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: tgmarks on July 25, 2012, 02:18:26 PM
Would be good if you could set it to auto mine only when charging to save your battery.  Then every time you charge your phone you get some coins but doesn't slow the device down or drain the battery when your using it after it's been charged.

Just use an app like tasker or smart actions to launch the app once its plugged in and to kill the app when its unplugged.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: muqali on August 06, 2012, 07:09:29 AM
Running it now on my American(dual core S4 2GB RAM)
Not really expecting it to do a lot, but it is a cool "just cause I can" thing. btw, I got the Pro version to support you for making something so cool.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: muqali on August 07, 2012, 03:34:57 AM
Getting a json decode error connecting to coinotron, my desktop miners have no issues connecting to it however.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: Simran on August 07, 2012, 03:58:30 AM
Getting a json decode error connecting to coinotron, my desktop miners have no issues connecting to it however.

Umm.. not sure what it might be, but tomorrow I'll be releasing an update using the new CPU miner 2.2.3. It will have a regular and NEON minerd binaries.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: muqali on August 07, 2012, 04:51:12 AM
Getting a json decode error connecting to coinotron, my desktop miners have no issues connecting to it however.

Umm.. not sure what it might be, but tomorrow I'll be releasing an update using the new CPU miner 2.2.3. It will have a regular and NEON minerd binaries.
It'll be interesting to see how the NEON version performs.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: Simran on August 07, 2012, 05:17:03 AM
Getting a json decode error connecting to coinotron, my desktop miners have no issues connecting to it however.

Umm.. not sure what it might be, but tomorrow I'll be releasing an update using the new CPU miner 2.2.3. It will have a regular and NEON minerd binaries.
It'll be interesting to see how the NEON version performs.

pooler & I put up a chart of Android devices we tested using cpuminer 2.2.2, 2.2.3, and 2.2.3 with NEON.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: muqali on August 07, 2012, 05:26:43 AM
Getting a json decode error connecting to coinotron, my desktop miners have no issues connecting to it however.

Umm.. not sure what it might be, but tomorrow I'll be releasing an update using the new CPU miner 2.2.3. It will have a regular and NEON minerd binaries.
It'll be interesting to see how the NEON version performs.

pooler & I put up a chart of Android devices we tested using cpuminer 2.2.2, 2.2.3, and 2.2.3 with NEON.
Yea, but looking at a chart and holding the hardware you're testing in your hands is totally different. It's like reading about the horsepower of a Corvette vs. being inside one accelerating. Well, sort of.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: tgmarks on August 07, 2012, 02:37:34 PM
Getting a json decode error connecting to coinotron, my desktop miners have no issues connecting to it however.

Umm.. not sure what it might be, but tomorrow I'll be releasing an update using the new CPU miner 2.2.3. It will have a regular and NEON minerd binaries.
It'll be interesting to see how the NEON version performs.

pooler & I put up a chart of Android devices we tested using cpuminer 2.2.2, 2.2.3, and 2.2.3 with NEON.

Where?


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: mc_lovin on August 07, 2012, 04:29:31 PM
This is so cool.  Cellphone has a broken screen?  Make it hash until it buys you a new phone!


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: Simran on August 07, 2012, 04:46:34 PM
https://i.imgur.com/0Cibd.png

:)


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: tgmarks on August 07, 2012, 05:08:38 PM
Add my nexus 7 with android 4.1.1 getting 3.2 khash/s.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: D4CH on August 07, 2012, 05:56:27 PM
You'd use more money on recharging your phone than it can produce, haha, but fun nontheless :D


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: Simran on August 07, 2012, 06:20:44 PM
Add my nexus 7 with android 4.1.1 getting 3.2 khash/s.

Updated:

https://i.imgur.com/vx9QL.png


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: mc_lovin on August 07, 2012, 06:46:17 PM
Simran, keep up the good spreadsheeting!  I want to know which phones are the most productive, definitely keeping an eye on this.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: fabrizziop on August 07, 2012, 09:35:01 PM
Tried it, 0.32 KH/s on an S5360, stock ROM (2.3.5)/no OC. I think we're the only 15-year-olds here who aren't scammers(unlike Jake lol).


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: muqali on August 07, 2012, 11:52:39 PM
You'd use more money on recharging your phone than it can produce, haha, but fun nontheless :D

Starbucks, your buddies car charger while he give you a ride. Mooch man, mooch!


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: muqali on August 07, 2012, 11:54:13 PM
Add my nexus 7 with android 4.1.1 getting 3.2 khash/s.

updated:

You might want to specify which models of the One X you're using. The US has a different version afaik and definitely has a different version of the Galaxy S3.


Title: Re: AndLTC Miner! (Android LTC Miner)| PlayStore | Updated v0.51 07/22/12
Post by: Simran on August 08, 2012, 12:33:47 AM
Add my nexus 7 with android 4.1.1 getting 3.2 khash/s.

updated:

You might want to specify which models of the One X you're using. The US has a different version afaik and definitely has a different version of the Galaxy S3.

It is specified, the US version uses the Cortex-A15 while the Global uses ARM11.. Same goes for the Galaxy S3.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on August 08, 2012, 01:28:59 AM
Updated v0.7 08/07/12! Added NEON support, in which the app allows you to use the regular and NEON minerd, thanks to pooler's CPU Miner 2.2.3! It should be more optimized for both versions nonetheless!

Quoted from change log:
Code:
*Using API 16(4.1). Using pooler's CPU Miner 2.2.3. Added option to use miner with or without NEON. Even more optimized! 08/07/12


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: muqali on August 08, 2012, 07:40:53 AM
I'm still getting http errors, 403 and 401, on two different pools that I can verify the settings work fine with minerd.exe on Windows. Internet connectivity is good on the device as I just updated to the latest version.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: kmsalex on August 08, 2012, 03:02:14 PM
My Droid RAZR runs 1.8 kh/s at 1.2 ghz eclipse ROM.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on August 08, 2012, 05:56:55 PM
If anyone has already downloaded the new app, please do this:

Settings -> Apps -> AndLTC Miner -> Clear Data

and use the miner again. This solves some issues with the minerd binaries earlier.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on August 08, 2012, 06:13:37 PM
Updated Android Mining Chart:
https://i.imgur.com/ZU0r7.png


4.03 kH/s on my One X using the NEON version! :)


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: muqali on August 08, 2012, 06:45:43 PM
Still only connecting to the default pool, which is closed to registration. So technically it works, but not with any mining pool I've tried to set up.
edit - also the CPU for the One X is a Krait/S4 which isn't quite an A9 or an A15. Wouldn't it make more sense to list the actual CPUs vs an abstract A9/A15 listing?


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: tgmarks on August 08, 2012, 06:49:18 PM
I'm getting 3.6 k/s now with neon on my nexus 7


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on August 08, 2012, 07:09:17 PM
I'm getting 3.6 k/s now with neon on my nexus 7

Hmmm. Can you try that again? Do this, Settings -> Apps -> AndLTC Miner -> Clear Data, and try to to mine with NEON again.

Still only connecting to the default pool, which is closed to registration. So technically it works, but not with any mining pool I've tried to set up.
edit - also the CPU for the One X is a Krait/S4 which isn't quite an A9 or an A15. Wouldn't it make more sense to list the actual CPUs vs an abstract A9/A15 listing?

Will update soon! Thanks :)


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: tgmarks on August 08, 2012, 08:36:23 PM
I'm getting 3.6 k/s now with neon on my nexus 7

Hmmm. Can you try that again? Do this, Settings -> Apps -> AndLTC Miner -> Clear Data, and try to to mine with NEON again.

Still 3.6 khash/s.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on August 08, 2012, 10:56:24 PM
Updated Android Hardware Mining Comparison Chart:
https://i.imgur.com/jO4sL.png


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: fabrizziop on August 09, 2012, 01:07:13 PM
Updated Android Hardware Mining Comparison Chart:
https://i.imgur.com/jO4sL.png

Hey, you didn't include my low-end phone. It's in the last page I think.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: muqali on August 09, 2012, 04:24:40 PM
My American Galaxy S3(S4 Krait CPU) is getting 2.1kh on regular and around 3.0kh with NEON. This is with AT&T stock 4.0.4 kernel 3.0.8


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on August 09, 2012, 04:40:48 PM
Updated Android Hardware Mining Comparison Chart:
https://i.imgur.com/jO4sL.png

Hey, you didn't include my low-end phone. It's in the last page I think.

Are you using it with or without NEON? What processor is it?


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: fabrizziop on August 09, 2012, 07:01:40 PM
Updated Android Hardware Mining Comparison Chart:
https://i.imgur.com/jO4sL.png

Hey, you didn't include my low-end phone. It's in the last page I think.

Are you using it with or without NEON? What processor is it?


I've got two android devices:

My Galaxy Young (S5360) has a Broadcom BCM21553 ARM11 832 MHz processor (ARMv6, single core). Has android stock 2.3.5 ROM. Tested with miner 2.2.3, without NEON (not compatible with NEON). Gives 0.32 kh/s.

My Lenovo A1 tablet, has a single core Cortex A8 1GHz processor, tested with android 2.3.4 (stock ROM), gives 0.86 KH/s with NEON, 0.39 KH/s w/o NEON.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on August 09, 2012, 07:16:19 PM
Updated Android Hardware Mining Comparison Chart:
https://i.imgur.com/jO4sL.png

Hey, you didn't include my low-end phone. It's in the last page I think.

Are you using it with or without NEON? What processor is it?


I've got two android devices:

My Galaxy Young (S5360) has a Broadcom BCM21553 ARM11 832 MHz processor (ARMv6, single core). Has android stock 2.3.5 ROM. Tested with miner 2.2.3, without NEON (not compatible with NEON). Gives 0.32 kh/s.

My Lenovo A1 tablet, has a single core Cortex A8 1GHz processor, tested with android 2.3.4 (stock ROM), gives 0.86 KH/s with NEON, 0.39 KH/s w/o NEON.

Added:
https://i.imgur.com/GWzca.png


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: rTech on August 09, 2012, 07:48:02 PM
Samsung Xcover. Android 2.3.6 "regular non modded"
Cpu: single core 800mhz marwell mg2
Miner: Default
Average: 0.4kh/s


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Nicksasa on August 09, 2012, 10:56:54 PM
Updated Android Hardware Mining Comparison Chart:
https://i.imgur.com/jO4sL.png

Hey, you didn't include my low-end phone. It's in the last page I think.

Are you using it with or without NEON? What processor is it?


I've got two android devices:

My Galaxy Young (S5360) has a Broadcom BCM21553 ARM11 832 MHz processor (ARMv6, single core). Has android stock 2.3.5 ROM. Tested with miner 2.2.3, without NEON (not compatible with NEON). Gives 0.32 kh/s.

My Lenovo A1 tablet, has a single core Cortex A8 1GHz processor, tested with android 2.3.4 (stock ROM), gives 0.86 KH/s with NEON, 0.39 KH/s w/o NEON.

Added:
https://i.imgur.com/GWzca.png
kHz ?  ::)


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: muqali on August 09, 2012, 11:11:10 PM
Quote
kHz ?  ::)
Hashes, cycles, they're all the same :-P


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: mokahless on August 14, 2012, 12:26:36 AM
Well, the data for all my devices is up now so no new testing I can do. Love the app but there are still some glitches. This is on android 2.3.3 with a tegra 2, I didn't test too much with my other devices:

-about 25% of the time, the drop down menu only has the option of 1 core. Quick fix would be to always have 1-4 as option
-stops mining and resets the number of threads option to "1" about 80% of the time if I rotate the screen
-when the screen turns off, it doesn't prevent idle clocks. This means my Atrix mines at like 200MHz. I tried it on my nexus 7 as well and the console listed speeds that make sense for 4 threads running on a 500MHz single core
-credentials not saved
-console doesn't autoscroll


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Azrael_PT on August 15, 2012, 09:31:40 PM
Samsung Galaxy S3, cyanogen 9, neon, 4 threads, 1.4ghz, 4.77kh/s


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: muqali on August 18, 2012, 07:09:41 PM
I'm still getting a http 403 error connecting to ltc.kattare.com and a 401 error connecting to coinotron. This is with configurations that work flawlessly on several of my PC's that are CPU  mining. I'd try the server that the app defaults to, which I assume you mine with, but they are closed to new registrations. As such the app is useless to me unless I want to mine and have you get the shares.

What can be done to fix these bugs?


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on August 18, 2012, 08:15:24 PM
I'm still getting a http 403 error connecting to ltc.kattare.com and a 401 error connecting to coinotron. This is with configurations that work flawlessly on several of my PC's that are CPU  mining. I'd try the server that the app defaults to, which I assume you mine with, but they are closed to new registrations. As such the app is useless to me unless I want to mine and have you get the shares.

What can be done to fix these bugs?

I'm honestly not sure.. can I see the config?


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: muqali on August 18, 2012, 09:27:19 PM
I'm still getting a http 403 error connecting to ltc.kattare.com and a 401 error connecting to coinotron. This is with configurations that work flawlessly on several of my PC's that are CPU  mining. I'd try the server that the app defaults to, which I assume you mine with, but they are closed to new registrations. As such the app is useless to me unless I want to mine and have you get the shares.

What can be done to fix these bugs?

I'm honestly not sure.. can I see the config?

Is there a config file?
Here is how it looks "on screen"

Code:
LiteCoin Pool URL:
http://litecoinpool.org:9332/

Credentials:
Simran.simran:william

Threads:
1

Minerd:
Regular

That is the default config that it comes with, and it works fine. Below is my setup that returns errors.

Code:
LiteCoin Pool URL:
http://ltc.kattare.com:9332/

Credentials:
tului.1:y

Threads:
1

Minerd:
Regular


I've tried that also with coinotron's server and they both return errors. The phone has internet access via wifi and I can browse the web, SSH into my servers and whatnot, so I know TCP/IP is functioning. I'm guessing perhaps something in the handshake is wrong. Could you try the same settings and see if you get a problem?


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on August 18, 2012, 09:49:21 PM
I'm still getting a http 403 error connecting to ltc.kattare.com and a 401 error connecting to coinotron. This is with configurations that work flawlessly on several of my PC's that are CPU  mining. I'd try the server that the app defaults to, which I assume you mine with, but they are closed to new registrations. As such the app is useless to me unless I want to mine and have you get the shares.

What can be done to fix these bugs?

I'm honestly not sure.. can I see the config?

Is there a config file?
Here is how it looks "on screen"

Code:
LiteCoin Pool URL:
http://litecoinpool.org:9332/

Credentials:
Simran.simran:william

Threads:
1

Minerd:
Regular

That is the default config that it comes with, and it works fine. Below is my setup that returns errors.

Code:
LiteCoin Pool URL:
http://ltc.kattare.com:9332/

Credentials:
tului.1:y

Threads:
1

Minerd:
Regular


I've tried that also with coinotron's server and they both return errors. The phone has internet access via wifi and I can browse the web, SSH into my servers and whatnot, so I know TCP/IP is functioning. I'm guessing perhaps something in the handshake is wrong. Could you try the same settings and see if you get a problem?


I'm getting the same errors, but when I use ltcpool or notroll, it works fine.. weird 0_o


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: tiberiandusk on August 19, 2012, 04:39:22 AM
My LG Ally and Mesmerize are so slow they don't even get a share before the next block comes out.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: muqali on August 19, 2012, 05:00:16 AM
My LG Ally and Mesmerize are so slow they don't even get a share before the next block comes out.
My US SIII barely gets them out in time. I forget, have you posted the code for the minerd with NEON extensions. Maybe some of us hacking on it could eke out a bit more performance. If we can push up to about 10KH/s on a device it might be worth mining when you're out and about and using someone else's electricity(Starbucks, a city bus, a friends house, or a solar panel)


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: btharper on August 19, 2012, 06:44:32 AM
I'm having the several issues that were reported already: not saving credentials, resetting when the screen is rotated.

Also, on the free version the ad covers up part of the console, and when held sideways, I can't even see any of the console.

Is there any real reason for requiring android 2.3? I've got an old phone that I wanted to test but the stock kernel is stuck on 2.1


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: pooler on August 19, 2012, 07:42:58 AM
I forget, have you posted the code for the minerd with NEON extensions. Maybe some of us hacking on it could eke out a bit more performance.

Simran's project is a GUI for cpuminer, not a separate fork of it.
The NEON code was already available when cpuminer 2.2.3 came out on August 5. Release notes here (https://bitcointalk.org/index.php?topic=55038.msg1079996#msg1079996).

The source code is, as always, available at GitHub.

The commit that adds NEON support is 3419ca2 (https://github.com/pooler/cpuminer/commit/3419ca26076dbac16752c721a680c3ec950482bd).


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: muqali on August 19, 2012, 09:42:29 AM
Quote
Simran's project is a GUI for cpuminer, not a separate fork of it.
The NEON code was already available when cpuminer 2.2.3 came out on August 5. Release notes here (https://bitcointalk.org/index.php?topic=55038.msg1079996#msg1079996).

So I can use a terminal, either via an app or adb and run minerd manually as well? What folder is the binary stored in? I want to see if I can fix my problem that way. Maybe Simran can then figure out the issue and add a patch in.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on August 19, 2012, 06:11:03 PM
Quote
Simran's project is a GUI for cpuminer, not a separate fork of it.
The NEON code was already available when cpuminer 2.2.3 came out on August 5. Release notes here (https://bitcointalk.org/index.php?topic=55038.msg1079996#msg1079996).

So I can use a terminal, either via an app or adb and run minerd manually as well? What folder is the binary stored in? I want to see if I can fix my problem that way. Maybe Simran can then figure out the issue and add a patch in.

It's in "/data/data/com.simran.andltcminer/". There's 2 minerd binaries, "minerd-Regular" and "minerd-NEON".


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: muqali on August 20, 2012, 07:50:34 AM
I'm not sure what the issue was. I was running stock AT&T 4.0.4 and was getting those errors. Today I installed CM10(Android 4.1.1) and am having no issues connecting with  my S3.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: portron on September 20, 2012, 07:05:33 AM
I'm getting 2.1 khash/s on my VZW Galaxy Nexus w/ CM10 4.1.1 @ 1.2ghz

3.4 khash/s @ 1.8ghz but its not very stable at this speed for me.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: TiuraZ on September 20, 2012, 08:44:09 AM
Tried it and it seems to be working on my HTC Desire HD with 1 GHz Qualcomm 8255 Snapdragon (http://en.wikipedia.org/wiki/HTC_Desire_HD (http://en.wikipedia.org/wiki/HTC_Desire_HD)). With NEON it gives 0,96-1,05 khash/s, without it about 0,7. I have the same problem like others, when I change the orientation of the phone, it stops.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Bitcoin Oz on September 20, 2012, 08:47:22 AM
http://bitcoin.me/post/31914364872/my-solar-powered-litecoin-miner  (http://bitcoin.me/post/31914364872/my-solar-powered-litecoin-miner)  check out my mining rig!

 :D


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: TiuraZ on September 20, 2012, 09:27:03 AM
http://bitcoin.me/post/31914364872/my-solar-powered-litecoin-miner  (http://bitcoin.me/post/31914364872/my-solar-powered-litecoin-miner)  check out my mining rig!

 :D


Wow! Where did you get that solar panel? I would love to have something like that in my boat.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Bitcoin Oz on September 22, 2012, 01:02:58 PM
http://bitcoin.me/post/31914364872/my-solar-powered-litecoin-miner  (http://bitcoin.me/post/31914364872/my-solar-powered-litecoin-miner)  check out my mining rig!

 :D


Wow! Where did you get that solar panel? I would love to have something like that in my boat.

I got it off ebay.

http://www.ebay.com.au/itm/Portable-13W-Solar-Generator-Briefcase-GorillaSpoke-Great-Gadgets-Free-P-P-/251150960644?pt=UK_Gadgets&hash=item3a79c38804#ht_3997wt_981  13w model. I usually have it attached to a  jetski battery which i take inside at night to charge the phone  :)


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: meebs on September 22, 2012, 01:34:44 PM
http://bitcoin.me/post/31914364872/my-solar-powered-litecoin-miner  (http://bitcoin.me/post/31914364872/my-solar-powered-litecoin-miner)  check out my mining rig!

 :D


I feel sorry for that phone once the sun comes out and beams right on it.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: muqali on October 22, 2012, 11:25:13 AM
Any plans to update this to the newer APIs 16 and up for Android 4.1 and soon 4.2? I realize me buying the app isn't going to make you rich, but I think it's an awesome idea. More for the fact of "it can be done" and that it does expand what is possible.

I'd love to see this ported to the x86 android market as well as Windows RT!


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on October 22, 2012, 11:49:07 AM
Any plans to update this to the newer APIs 16 and up for Android 4.1 and soon 4.2? I realize me buying the app isn't going to make you rich, but I think it's an awesome idea. More for the fact of "it can be done" and that it does expand what is possible.

I'd love to see this ported to the x86 android market as well as Windows RT!

It's using the API's for Android 4.1, and when I get more time due to school, I will update the app. I've already gotten a small list I want to add:

1. Fix when the device to turn(Keep mining)
2. Move API up.
3. Autoscroll in text box(Console)

I'd love to see this ported to the x86 android market as well as Windows RT!

x86 Android Market? Windows RT? I don't get it?


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: muqali on October 22, 2012, 11:53:09 AM
For instance, there are the old first gen google TV's that run on an Intel(not ARM cpu). The upcoming Medfield phones are also Intel based. I was under the assumption you could select multiple think APKs per architecture to compile for when you made an app. There was actually news that google just merged support for this into the Play store.

Windows RT I would think would be a logical place to port the code. The CPU in them is ARM, typically the same as in tablets and phones. It should be an easy port. Windows RT is "Windows 8" but for ARM SoCs.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on October 22, 2012, 12:39:54 PM
For instance, there are the old first gen google TV's that run on an Intel(not ARM cpu). The upcoming Medfield phones are also Intel based. I was under the assumption you could select multiple think APKs per architecture to compile for when you made an app. There was actually news that google just merged support for this into the Play store.

Windows RT I would think would be a logical place to port the code. The CPU in them is ARM, typically the same as in tablets and phones. It should be an easy port. Windows RT is "Windows 8" but for ARM SoCs.

Didn't know my app was on the play store for GoogleTV. Once I get home, I'll try my GoogleTV and see. Since it is Intel, wouldn't the precompiled Intel binaries work? As for Windows RT, they current ARM binaries don't work? If not, I'll see wut2do. Gonna talk with pooler again.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: muqali on October 22, 2012, 01:24:14 PM
For instance, there are the old first gen google TV's that run on an Intel(not ARM cpu). The upcoming Medfield phones are also Intel based. I was under the assumption you could select multiple think APKs per architecture to compile for when you made an app. There was actually news that google just merged support for this into the Play store.

Windows RT I would think would be a logical place to port the code. The CPU in them is ARM, typically the same as in tablets and phones. It should be an easy port. Windows RT is "Windows 8" but for ARM SoCs.

Didn't know my app was on the play store for GoogleTV. Once I get home, I'll try my GoogleTV and see. Since it is Intel, wouldn't the precompiled Intel binaries work? As for Windows RT, they current ARM binaries don't work? If not, I'll see wut2do. Gonna talk with pooler again.

No, the device isn't on the Google TV. You'd need to set it up to compile for a different CPU type. It appears Google just recently enabled this. I imagine you'd need to update your Android SDK on you machine and maybe the client SDK's not sure. Here is the URL

http://www.embedded.com/design/system-integration/4397060/Getting-rid-of-Androids-fat-APKs-


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Joshwaa on October 22, 2012, 02:06:43 PM
1.98Khash/s on Galaxy S2 Epic 4G Touch (Sprint network)  ;D


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: powersync on October 22, 2012, 03:12:32 PM
1.14Khash/s on a overclocked HTC Desire.  I need to buy a quad-core phone to mine on now lol

PS


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: muqali on October 22, 2012, 04:32:38 PM
I've found you mine more liquidcoins. Given that this is really just to stroke our egos and make us feel like we're working, the numerically larger LQC mined "feels" better. I'm charging on solar anyway, so it isn't costing me.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on October 22, 2012, 08:55:59 PM
For instance, there are the old first gen google TV's that run on an Intel(not ARM cpu). The upcoming Medfield phones are also Intel based. I was under the assumption you could select multiple think APKs per architecture to compile for when you made an app. There was actually news that google just merged support for this into the Play store.

Windows RT I would think would be a logical place to port the code. The CPU in them is ARM, typically the same as in tablets and phones. It should be an easy port. Windows RT is "Windows 8" but for ARM SoCs.

Didn't know my app was on the play store for GoogleTV. Once I get home, I'll try my GoogleTV and see. Since it is Intel, wouldn't the precompiled Intel binaries work? As for Windows RT, they current ARM binaries don't work? If not, I'll see wut2do. Gonna talk with pooler again.

No, the device isn't on the Google TV. You'd need to set it up to compile for a different CPU type. It appears Google just recently enabled this. I imagine you'd need to update your Android SDK on you machine and maybe the client SDK's not sure. Here is the URL

http://www.embedded.com/design/system-integration/4397060/Getting-rid-of-Androids-fat-APKs-

The app doesn't compile the binaries on the device. I cross compiled the cpu miner for ARM, so the app simply downloads the precompiled binaries. What I suggested was that you should try the current Intel precompiled binaries on a GoogleTV device, as they are Intel CPU's. There's no need to update the API's for the app either, but I'll go ahead and do so like I said.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: muqali on October 22, 2012, 09:58:38 PM
For instance, there are the old first gen google TV's that run on an Intel(not ARM cpu). The upcoming Medfield phones are also Intel based. I was under the assumption you could select multiple think APKs per architecture to compile for when you made an app. There was actually news that google just merged support for this into the Play store.

Windows RT I would think would be a logical place to port the code. The CPU in them is ARM, typically the same as in tablets and phones. It should be an easy port. Windows RT is "Windows 8" but for ARM SoCs.

Didn't know my app was on the play store for GoogleTV. Once I get home, I'll try my GoogleTV and see. Since it is Intel, wouldn't the precompiled Intel binaries work? As for Windows RT, they current ARM binaries don't work? If not, I'll see wut2do. Gonna talk with pooler again.

No, the device isn't on the Google TV. You'd need to set it up to compile for a different CPU type. It appears Google just recently enabled this. I imagine you'd need to update your Android SDK on you machine and maybe the client SDK's not sure. Here is the URL

http://www.embedded.com/design/system-integration/4397060/Getting-rid-of-Androids-fat-APKs-

The app doesn't compile the binaries on the device. I cross compiled the cpu miner for ARM, so the app simply downloads the precompiled binaries. What I suggested was that you should try the current Intel precompiled binaries on a GoogleTV device, as they are Intel CPU's. There's no need to update the API's for the app either, but I'll go ahead and do so like I said.

I haven't had any luck running binaries on my Google TV. I've got the Sony bluray player. I have tried a couple of precompiled(static) busybox's and I believe Sony set the filesystem masks such that I can't execute any files.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: SynOps on December 27, 2012, 11:05:34 PM
I have tried this (With the paid app) on my Nexus 7, and have not got it to work with 3 of the usually named LTC pool mining sites. I have not tried it on my HTC Rezound yet.

I get an error no matter the site i use, i have double checked every informational site and i seem to be entering everything correctly.

My Nexus 7 is Rooted if that means anything to the situation.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on December 28, 2012, 04:08:09 AM
I have tried this (With the paid app) on my Nexus 7, and have not got it to work with 3 of the usually named LTC pool mining sites. I have not tried it on my HTC Rezound yet.

I get an error no matter the site i use, i have double checked every informational site and i seem to be entering everything correctly.

My Nexus 7 is Rooted if that means anything to the situation.

I'm in the process of moving the server the miner files were on. That's the issue that my shared hosting is up and down, nothing with your devices.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: SynOps on December 29, 2012, 09:47:04 AM
I have tried this (With the paid app) on my Nexus 7, and have not got it to work with 3 of the usually named LTC pool mining sites. I have not tried it on my HTC Rezound yet.

I get an error no matter the site i use, i have double checked every informational site and i seem to be entering everything correctly.

My Nexus 7 is Rooted if that means anything to the situation.

I'm in the process of moving the server the miner files were on. That's the issue that my shared hosting is up and down, nothing with your devices.

Will it work very soon, like do you have an ETA (I hate asking developer that, I find it disrespectful.) If it is a while are you offering refund on the paid version?


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on December 30, 2012, 04:21:14 AM
I have tried this (With the paid app) on my Nexus 7, and have not got it to work with 3 of the usually named LTC pool mining sites. I have not tried it on my HTC Rezound yet.

I get an error no matter the site i use, i have double checked every informational site and i seem to be entering everything correctly.

My Nexus 7 is Rooted if that means anything to the situation.

I'm in the process of moving the server the miner files were on. That's the issue that my shared hosting is up and down, nothing with your devices.

Will it work very soon, like do you have an ETA (I hate asking developer that, I find it disrespectful.) If it is a while are you offering refund on the paid version?

Should be working since I moved everything to my VPS and changed the nameservers of my the domain it was on.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: mokahless on December 30, 2012, 08:10:15 AM
Any plans to update this app anytime soon to fix the GUI issues?


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on December 30, 2012, 01:49:06 PM
Any plans to update this app anytime soon to fix the GUI issues?

I'm not sure how to fix it as to just keeping it one orientation. :\


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: mokahless on February 26, 2013, 11:43:05 PM
In that case, would you mind changing the #of threads dropdown to a fixed number we can change, without trying to detect the cores? On my Atrix, SGS and Nexus 7, more than 1 thread is not an option in the menu until I have changed the orientation to horizontal.
Have you been able to figure out why the miner stops mining and all the fields go back to default when the orientation changes?
If you have abandoned development on this project, have you considered making it open source?


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: Simran on February 27, 2013, 12:25:34 AM
In that case, would you mind changing the #of threads dropdown to a fixed number we can change, without trying to detect the cores? On my Atrix, SGS and Nexus 7, more than 1 thread is not an option in the menu until I have changed the orientation to horizontal.
Have you been able to figure out why the miner stops mining and all the fields go back to default when the orientation changes?
If you have abandoned development on this project, have you considered making it open source?

Will do on the next update soon, just been caught up with other projects! :)


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: msm595 on March 02, 2013, 12:11:08 AM
2.2kH/s on my Verizon S3.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: shivansps on March 02, 2013, 06:23:10 AM
https://i.imgur.com/WWYbyql.png

I was trying on my Novo 7 Basic (Single Core JZ4770 Mips processor) with touch screen broken...

Without Dalvik Turbo it does about 380 hashes/s, with Dalvik Turbo 2500 hashes/s

https://i.imgur.com/WWYbyql.png

i cant use AndLTC as it only have ARM binaries...

This is my other tablet with a AllWinner A10 1.2Ghz (Single Core Cortex-A8 with NEON)

https://i.imgur.com/WYVdVrA.png


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: SynOps on March 25, 2013, 02:54:26 PM
I tried this with http://ltc.kattare.com and have yet to get it to work.
I tried it on my HTC Rezound, Nexus 7, and Droid DNA...cant get it to work.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: True___Blue on May 10, 2013, 04:35:45 PM
Is this thread still going? I really appreciate the ability to use my phone to mine  ;D. Being a complete noob to mining I have a few questions.

 I am trying to use this ap on my Driod Razr Maxx HD. (Specs http://www.gsmarena.com/motorola_droid_razr_maxx_hd-4972.php (http://Specs http://www.gsmarena.com/motorola_droid_razr_maxx_hd-4972.php)).  How do I tell the total khash/s?  I running two threads: thread 0 = 0.53 khash/s, thread 1 = 0.63 khash/s.

I don't think it has shared anything with my mining pool (notroll) either. Is it too slow?  
Also the phone can play HD videos would there be a way to tap into the graphics card and mine using GUI or something?


EDIT: Just checked my stats at notroll again, and it has submitted 3 shares, and is doing 3.5 khash/s. This is using NEON with 2 threads.

Thanks in advance.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: DBG on June 11, 2013, 07:36:51 AM
Hey, could you post the source code on GitHub? I think it would allow for others to help out with the issues as well as help optimize for their platform.  There is also the GPL issue (you would only have to post the part of the code that you use from pooler if you are worried about someone else ripping you off - although I think you have made a name for yourself).  Also I'm unsure if pooler could wave the GPL rights, even though he's done a ton of work himself, others contributed as well and I think you'd have to go back to Jeff to get permission =p.  But it shouldn't be about licenses, it would just allow improvements to be made by other Android developers.


Title: Re: AndLTC Miner! (Android LTC Miner)| NEON | PlayStore | Updated v0.7 08/07/12
Post by: mrspiffy on August 08, 2013, 08:49:29 PM
This app seems to not support stratum+tcp:// pool addresses. More and more pools are ditching getwork in favor of stratum, so this app needs to get with the times or suffer the fate of 1 star reviews.