Bitcoin Forum
April 27, 2024, 04:20:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 »  All
  Print  
Author Topic: BitCoin miner for Android?  (Read 29577 times)
Xenland
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
March 03, 2012, 08:27:44 PM
 #21

Anyone know of just an arm mining app? Maybeh the arm a8 that the beagle
Bone has it would be interesting to see a machine code miner just to get some extra cpu cycles in there.
1714191623
Hero Member
*
Offline Offline

Posts: 1714191623

View Profile Personal Message (Offline)

Ignore
1714191623
Reply with quote  #2

1714191623
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714191623
Hero Member
*
Offline Offline

Posts: 1714191623

View Profile Personal Message (Offline)

Ignore
1714191623
Reply with quote  #2

1714191623
Report to moderator
marked
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
March 03, 2012, 09:47:53 PM
 #22

Anyone know of just an arm mining app? Maybeh the arm a8 that the beagle
Bone has it would be interesting to see a machine code miner just to get some extra cpu cycles in there.

There's a Litecoin mining app for the android (search for "andltc miner"), which according to pooler is a port of the java miner to dalvik.

Don't think there's a miner for bitcoin for android yet, nor one that works on the GPUs.

Also there's this CuBox : http://www.solid-run.com/

marked
oxydius
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 03, 2012, 11:43:00 PM
 #23

I already have a hard time getting my Android phone through a whole day. Can't imagine battery life with a mining app! Smiley
BusmasterDMA
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
March 05, 2012, 08:26:09 PM
 #24

I ported cpuminer to Android over the weekend, mostly as an exercise for learning Android development. 

I haven't fully worked out a UI solution.  Currently you can only view the status output through the debug console.  Having issues with Java callbacks from a native environment.

Perhaps when I get it a bit more polished I'll share if anyone is interested.

Of course it would be impractical to actually mine with it.  Although you never know, perhaps one day someone in some remote village with a solar powered phone, will download an app and run it for an hour or so to earn a few satoshis with which to play.  I'd like to integrate p2ppool and a wallet to make it an easy one-click solution.  Also sooner or later Android is bound to support openCL.

Bears.  Beets.  Battlestar Galactica.  Bitcoin.
BlueCorp
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
March 05, 2012, 08:35:24 PM
 #25

would this work on a quad core Android ?
BusmasterDMA
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
March 05, 2012, 08:40:49 PM
 #26

I would think so, as long as it as an ARM CPU.  And you can manually configure the number of threads to take advantage of multiple cores.

Bears.  Beets.  Battlestar Galactica.  Bitcoin.
loadrs2009
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
March 05, 2012, 11:15:10 PM
 #27

i me minig @



use GPU and some old computer
kr105
Hero Member
*****
Offline Offline

Activity: 938
Merit: 501


View Profile
April 13, 2012, 03:56:06 PM
 #28

I'm developing an Android Bitcoin miner that i'll be uploading soon, currently it does around 450khash/s per core on my Galaxy S2, i optimized it a lot as it was giving about 230khash/s using the original cpuminer 'c' algo. I'm looking to optimize it to give at least 500khash/s per core, so i can get 1mh/s on my phone. Yes, all of this is just for fun, not profitable at all. I will let you know when it is ready  Smiley
BusmasterDMA
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
April 13, 2012, 09:19:24 PM
 #29

Sounds nice.  Mine was not optimized at all. 

I'm curious to see the code.  Mostly wondering how you solved the problem I was encountering, updating the UI from native threads.

Bears.  Beets.  Battlestar Galactica.  Bitcoin.
eurocashbtc
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 13, 2012, 10:19:47 PM
 #30

An android miner would actually be a cool but very wasteful way to pay for android software.
Want to play a puzzle? pay by mining in the backgound!
and that would be a sure way for your app to be thrown out of the android market / google play.

But nice thinking ^^

Edit: Please release your code !!
marked
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
April 14, 2012, 08:23:53 PM
 #31

I'm looking to optimize it to give at least 500khash/s per core, so i can get 1mh/s on my phone. Yes, all of this is just for fun, not profitable at all. I will let you know when it is ready  Smiley

an arm core optimised release would be useful in other areas as well, so please include source in any release.

Though for 1Mhs you might as well put it on glbse.com in one of the 1Mhs/share mining co.s and have a responsive phone :-)

marked
jga
Member
**
Offline Offline

Activity: 96
Merit: 10


http://btcgear.com


View Profile WWW
April 14, 2012, 11:11:06 PM
 #32

As long as your phone is plugged into someone else's power.  (at work, maybe?)

Bitcoin simplified. - a new, simpler Bitcoin guide.
Bitcoin Hats and the newest styles from GUNNAR Optiks on sale now at BTC Gear.
shivansps
Hero Member
*****
Offline Offline

Activity: 1134
Merit: 502


Vave.com - Crypto Casino


View Profile
April 30, 2012, 09:57:14 PM
 #33

Remember that there is OpenCL supporting gpus already avalibe for ARM cpus...

ARM Gpus from 2012 onward are going to Support full OpenCL, Directx 11, OpenGL 4.0, OpenGL ES 2.0 and some even Directx 9.

BusmasterDMA
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
April 30, 2012, 10:28:00 PM
 #34

Remember that there is OpenCL supporting gpus already avalibe for ARM cpus...

ARM Gpus from 2012 onward are going to Support full OpenCL, Directx 11, OpenGL 4.0, OpenGL ES 2.0 and some even Directx 9.
Last I checked there was no API yet though, at least not for Android.

Bears.  Beets.  Battlestar Galactica.  Bitcoin.
faidsaid
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
April 30, 2012, 10:49:55 PM
 #35

Dont think this would be good, maybe for litecoin.
Bitcoin on ARM suggests that, like other forms of BTC mining, it works best if you simply ignore the math. For example, there's a post here somewhere where someone estimates their payback period on FPGA hardware to be 2 years. Two years to break even on something that will have no resale value in six months? True Believers have to be lining up left and right for a deal like that.
firstworldproblems
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 30, 2012, 11:13:20 PM
 #36

Even if you could do this, you would make so little ... a couple pennies a day or something.
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
April 30, 2012, 11:51:04 PM
 #37

Even if you could do this, you would make so little ... a couple pennies a day or something.
You won't make any money. In fact, you will lose it.  There is no way a phone will ever make more in coin than the cost of electricity.

Spontaneous123
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
May 01, 2012, 12:02:09 AM
 #38

Cost of a battery to the amount of bitcoins you generate will not be worth it :\
That alongside the possibility of your phone pretty much dying..haha
Xenland
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
May 05, 2012, 06:04:47 AM
 #39

Lol everyone keeps mentioning phones that would be pointless for sure. Beaglebone (maybe beagleboard might be better) on the other hand might go faster with a mini lunux version no gui, nothing to compute besides btc transactions.
aspirez
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
May 05, 2012, 01:49:01 PM
 #40

I want to try on my galaxy s2
Pages: « 1 [2] 3 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!