|
paraipan
In memoriam
Legendary
Offline
Activity: 924
Merit: 1004
Firstbits: 1pirata
|
 |
October 18, 2012, 01:32:48 AM |
|
That is way too awesome  I need to change my phone asap
|
BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
|
|
|
crazyates
Legendary
Offline
Activity: 952
Merit: 1000
|
 |
October 18, 2012, 03:33:45 AM |
|
I've seen a lot of people spaming their videos for the BFL contest, but that's the only one I've legit been impressed by. Good Job!
|
|
|
|
Valalvax
|
 |
October 18, 2012, 03:39:49 AM |
|
I'd change the subject to a much more accurate "using Android phone as BFL host" Has the benefit of not sounding like one of those "I can use phone as miner cause they use like no power I don't care how efficient they are" noobs
|
|
|
|
|
Zeek_W
|
 |
October 18, 2012, 10:05:02 AM |
|
awesome work!
|
|
|
|
kaerf (OP)
|
 |
October 18, 2012, 05:13:40 PM |
|
yup, I submitted it to their contest.
|
|
|
|
Frequency
|
 |
October 18, 2012, 07:23:40 PM |
|
Very nice vid, .. 
|
COINDER COINDER
|
|
|
P_Shep
Legendary
Offline
Activity: 1822
Merit: 1324
I guess this is OK.
|
 |
October 18, 2012, 08:46:11 PM |
|
Nice 
|
|
|
|
dlasher
|
 |
October 19, 2012, 11:07:37 PM |
|
Requires : -- Cyanogen source, compile custom kernel -- libcurl -- build files for cgminer -- tweak cgminer pthread behavior (pthread_cancel) -- compile ftdi kernel module -- usb host mode working Miss anything?
|
|
|
|
kaerf (OP)
|
 |
October 20, 2012, 05:11:28 AM |
|
Requires : -- Cyanogen source, compile custom kernel -- libcurl -- build files for cgminer -- tweak cgminer pthread behavior (pthread_cancel) -- compile ftdi kernel module -- usb host mode working
Miss anything?
had to tweak some function names in cgminer e.g. #if defined(__BIONIC__) d64 = betoh64(*data64); #else d64 = be64toh(*data64); #endif
also removed the pthread check in the cgminer configure script when I say i modified the pthread_cancel behavior, I basically turned the cancel call into a SIGTERM...i didn't rewrite the code to do the "right" thing (though, i initially tried and failed). regarding the android build files for cgminer, i had to create the main Android.mk and ones for ccan and jansson. the tricky part in all this was passing/setting the right build environment variables to "configure" for libcurl and cgminer (there are several blogs and forums describing this stuff, but it's still tricky. the Android.mk file in curl is a pretty good reference).
|
|
|
|
Sitarow
Legendary
Offline
Activity: 1792
Merit: 1047
|
 |
October 20, 2012, 05:32:06 AM |
|
Requires : -- Cyanogen source, compile custom kernel -- libcurl -- build files for cgminer -- tweak cgminer pthread behavior (pthread_cancel) -- compile ftdi kernel module -- usb host mode working
Miss anything?
had to tweak some function names in cgminer e.g. #if defined(__BIONIC__) d64 = betoh64(*data64); #else d64 = be64toh(*data64); #endif
Nice work. also removed the pthread check in the cgminer configure script when I say i modified the pthread_cancel behavior, I basically turned the cancel call into a SIGTERM...i didn't rewrite the code to do the "right" thing (though, i initially tried and failed). regarding the android build files for cgminer, i had to create the main Android.mk and ones for ccan and jansson. the tricky part in all this was passing/setting the right build environment variables to "configure" for libcurl and cgminer (there are several blogs and forums describing this stuff, but it's still tricky. the Android.mk file in curl is a pretty good reference).
|
|
|
|
kuusj98
|
 |
October 20, 2012, 09:21:44 PM |
|
Is really nice what people can do... What speed does it get? and can you mine on the Gpu of it or is it only Cpu?
|
|
|
|
Zeek_W
|
 |
October 21, 2012, 05:53:52 AM |
|
Is really nice what people can do... What speed does it get? and can you mine on the Gpu of it or is it only Cpu?

|
|
|
|
nick0016
|
 |
October 21, 2012, 06:01:10 AM |
|
|
Likes Bitcoins!
|
|
|
kuusj98
|
 |
October 21, 2012, 10:49:38 AM |
|
Is really nice what people can do... What speed does it get? and can you mine on the Gpu of it or is it only Cpu?
 trolololo is it strange I asked that or something? (Im still a noob in mining, so I may ask stupid questions...  )
|
|
|
|
paraipan
In memoriam
Legendary
Offline
Activity: 924
Merit: 1004
Firstbits: 1pirata
|
 |
October 21, 2012, 10:59:49 AM |
|
Is really nice what people can do... What speed does it get? and can you mine on the Gpu of it or is it only Cpu?
 trolololo is it strange I asked that or something? (Im still a noob in mining, so I may ask stupid questions...  ) Lol, both questions were kind of stupid yeah  What speed does it get? It gets to the maximum of BFL Single, +800 Mh/s, as the phone only acts as a controlling device, where the actual miner is functioning. and can you mine on the Gpu of it or is it only Cpu? None actually, is the BFL's FPGA that is mining away. You could say some mining is made on the Android phone CPU because the miner that handles all the operation is working on it, but no actual hash calculations are carried on the phone. Hope it helps.
|
BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
|
|
|
kuusj98
|
 |
October 21, 2012, 08:27:51 PM |
|
Is really nice what people can do... What speed does it get? and can you mine on the Gpu of it or is it only Cpu?
 trolololo is it strange I asked that or something? (Im still a noob in mining, so I may ask stupid questions...  ) Lol, both questions were kind of stupid yeah  What speed does it get? It gets to the maximum of BFL Single, +800 Mh/s, as the phone only acts as a controlling device, where the actual miner is functioning. and can you mine on the Gpu of it or is it only Cpu? None actually, is the BFL's FPGA that is mining away. You could say some mining is made on the Android phone CPU because the miner that handles all the operation is working on it, but no actual hash calculations are carried on the phone. Hope it helps. Oh ok, now its clear to me So the device doesnt mine but controlls the mining devices?
|
|
|
|
crazyates
Legendary
Offline
Activity: 952
Merit: 1000
|
 |
October 21, 2012, 08:30:40 PM |
|
Is really nice what people can do... What speed does it get? and can you mine on the Gpu of it or is it only Cpu?
 trolololo is it strange I asked that or something? (Im still a noob in mining, so I may ask stupid questions...  ) Lol, both questions were kind of stupid yeah  What speed does it get? It gets to the maximum of BFL Single, +800 Mh/s, as the phone only acts as a controlling device, where the actual miner is functioning. and can you mine on the Gpu of it or is it only Cpu? None actually, is the BFL's FPGA that is mining away. You could say some mining is made on the Android phone CPU because the miner that handles all the operation is working on it, but no actual hash calculations are carried on the phone. Hope it helps. Oh ok, now its clear to me So the device doesnt mine but controlls the mining devices? To be fair, he does actually mine on the CPU on the phone. Then he uses the phone to control the BFL Single, which does the mining. Big difference.
|
|
|
|
kaerf (OP)
|
 |
October 23, 2012, 11:25:57 PM |
|
the phone itself gets around 500 KH/s via CPU mining...not something you'd want to run.
|
|
|
|
|