Bitcoin Forum
July 04, 2024, 06:16:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1] 2 »  All
  Print  
Author Topic: Google I/O Bitcoin Mining Announcement  (Read 1955 times)
Bitcoin-hotep (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 253


View Profile
June 30, 2014, 09:59:44 PM
 #1

They didn't straight up say this, but they are making phones that are meant for mining.

They said "This is quite literally PC gaming graphics in your pocket" in reference to the new GPUs in their phones that are about to go out.

Taxidermista
Legendary
*
Offline Offline

Activity: 1148
Merit: 1001



View Profile
June 30, 2014, 11:17:58 PM
 #2

Good luck mining *bitcoin* with a phone.  Cheesy

Bitcoin-hotep (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 253


View Profile
July 01, 2014, 12:32:12 AM
 #3

Good luck mining *bitcoin* with a phone.  Cheesy

When the GPUs are better, it will be viable.

Bitcoin-hotep (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 253


View Profile
July 01, 2014, 12:49:09 AM
 #4

Also,
Check this out.
https://bitcointalk.org/index.php?topic=671921

Bitcoin-hotep (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 253


View Profile
July 01, 2014, 12:49:47 AM
 #5

Good luck mining *bitcoin* with a phone.  Cheesy
I just realized what you meant. It will be ALTCOINS that get mined.

Bitcoin-hotep (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 253


View Profile
July 01, 2014, 03:28:30 AM
 #6

You can also use Droid Mini PCs, just BTW.

Bitcoin-hotep (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 253


View Profile
July 02, 2014, 03:45:58 PM
 #7

Does anyone plan on utilizing this once it happens?

I remember their were a few people making coins in the past that were supposed to be mined on phones, but no one could ever get it to work because phones don't have big enough GPUs (before now).

coinsolidation
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

Bitmark Developer


View Profile WWW
July 02, 2014, 03:52:39 PM
 #8

Yes, if and when it is viable to do so.

Bitmark (reputation+money) : Bitmark v0.9.4 (release)
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 02, 2014, 03:55:35 PM
 #9

Good luck mining *bitcoin* with a phone.  Cheesy
that's possible  Grin


djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Bitcoin-hotep (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 253


View Profile
July 02, 2014, 05:25:54 PM
 #10

Yes, if and when it is viable to do so.

I heard there is already mining app, and I bet there are about to be a slew of new ones.

Bitcoin-hotep (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 253


View Profile
July 02, 2014, 05:28:59 PM
 #11

Good luck mining *bitcoin* with a phone.  Cheesy
that's possible  Grin



Hell yeah, that is the future.

Everyone should read this
https://bitcointalk.org/index.php?topic=674842.0

knightcoin
Full Member
***
Offline Offline

Activity: 238
Merit: 100


Stand on the shoulders of giants


View Profile
July 02, 2014, 07:03:05 PM
 #12

is it possible make a miner and then lock a mining algorithm to a specific chip type ?  Huh Huh

I mean ... in pseudo code

Code:
#if defined(__ia64) || defined(__itanium__) || defined(_M_IA64)
/* Itanium -------------------------------------------------- */

#endif

so ..if the statement is true then call mining function bla bla  

Code:
while(nonce < MAX):
  if sha(sha(block+nonce)) < target:
     return nonce
  nonce += 1


ps-> of course for mobile could be ARM

http://sourceforge.net/p/predef/wiki/Architectures/

 

http://www.introversion.co.uk/
mit/x11 licence 18.x/16|o|3ffe ::71
Bitcoin-hotep (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 253


View Profile
July 02, 2014, 07:07:48 PM
 #13

is it possible make a miner and then lock a mining algorithm to a specific chip type ?  Huh Huh

I mean ... in pseudo code

Code:
#if defined(__ia64) || defined(__itanium__) || defined(_M_IA64)
/* Itanium -------------------------------------------------- */

#endif

so ..if the statement is true then call mining function bla bla  

Code:
while(nonce < MAX):
  if sha(sha(block+nonce)) < target:
     return nonce
  nonce += 1


ps-> of course for mobile could be ARM

http://sourceforge.net/p/predef/wiki/Architectures/

 

I have no idea. lol

coinsolidation
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

Bitmark Developer


View Profile WWW
July 02, 2014, 07:13:01 PM
 #14

As I understand it, you'd use RenderScript in pretty much the same way existing android miners use it.

So programmatic approach will not change, just speed on new devices will.

Bitmark (reputation+money) : Bitmark v0.9.4 (release)
knightcoin
Full Member
***
Offline Offline

Activity: 238
Merit: 100


Stand on the shoulders of giants


View Profile
July 02, 2014, 07:34:12 PM
 #15

Sorry, Let me try to be more clear ..

Is it possible to develop a cryptocoin which can only be mined by specific chip architecture ? intuitively I think it is possible because it's reminds me lock serial number to hardware by retrieving hardware identifier to lock ...

Why would you lock a cryptocoin to specific hardware ? to sell hardware I guess ..

http://www.introversion.co.uk/
mit/x11 licence 18.x/16|o|3ffe ::71
Bitcoin-hotep (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 253


View Profile
July 02, 2014, 07:41:56 PM
 #16

Sorry, Let me try to be more clear ..

Is it possible to develop a cryptocoin which can only be mined by specific chip architecture ? intuitively I think it is possible because it's reminds me lock serial number to hardware by retrieving hardware identifier to lock ...

Why would you lock a cryptocoin to specific hardware ? to sell hardware I guess ..

I think so. I have heard of GPU, CPU and ASIC coins, is that what you mean? Or do you mean even more specific than that?

knightcoin
Full Member
***
Offline Offline

Activity: 238
Merit: 100


Stand on the shoulders of giants


View Profile
July 02, 2014, 07:57:03 PM
 #17

...

to illustrate:

The company X wants to develop a product and jump into crypto currency world, they think their last product called "X-wallet" is not cool theses days so they decide to make their own crypto currency.. the marketing guys of the company already have an idea ... "buy our mobile and make digital cash while you use it" .. so they decide sell a new cellphone product let's say, called ... "Nex-us-cash" but they want to keep their new crypto currency under their control by locking it to their own hardware ...


http://www.introversion.co.uk/
mit/x11 licence 18.x/16|o|3ffe ::71
Bitcoin-hotep (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 253


View Profile
July 02, 2014, 08:36:56 PM
 #18

...

to illustrate:

The company X wants to develop a product and jump into crypto currency world, they think their last product called "X-wallet" is not cool theses days so they decide to make their own crypto currency.. the marketing guys of the company already have an idea ... "buy our mobile and make digital cash while you use it" .. so they decide sell a new cellphone product let's say, called ... "Nex-us-cash" but they want to keep their new crypto currency under their control by locking it to their own hardware ...



I think that if they wanted to do that they would have to do like Devcoin. Make it where ANYONE can mine the coin, but a percentage (in Devcoin's case 90% of coins mined) go to people that do tasks for the company (in Devcoin's case: writing, coding and inventing). Then they would be able to let ANYONE mine their coin which does not limit their hash rate possibilities, and let's them control the flow of coins that keeps people within their network.

Bitcoin-hotep (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 253


View Profile
July 04, 2014, 01:38:35 PM
 #19

I am about to watch the rest of the Google I/O stuff. There are like 2 days of video to watch, lol.

Bitcoin-hotep (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 253


View Profile
July 05, 2014, 03:51:12 AM
 #20

It sounds like they are already going to do the galvanic skin response thing. They are going to make MODULES. So you can buy different things for your phone.
http://www.projectara.com/

Digital Tattoos to unlock your phone!?!?!?
http://www.hindustantimes.com/technology/gadgets-updates/a-link-with-ink-digital-tattoo-unlocks-moto-x/article1-1234492.aspx

Pages: [1] 2 »  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!