Pages:
Author

Topic: China-made CPU coins, the truth is... (Read 3796 times)

full member
Activity: 145
Merit: 100
January 20, 2014, 12:04:58 AM
#45
No such thing as a cpu only coin some one else will always find a way to mine gpu. if not they still got botnets out there

botnets are largely CPU based.  Primecoin is an example of a true CPU coin.  There's a GPU miner but it's very inefficient because GPUs just aren't good at prime chains, it's complex math that pretty much requires a complex core, not a bunch of little simple math GPU cores.

PS:  Still trolling I see, eh number37?
legendary
Activity: 1428
Merit: 1001
getmonero.org
January 19, 2014, 11:26:33 PM
#44
No such thing as a cpu only coin some one else will always find a way to mine gpu. if not they still got botnets out there

well the term "cpu only" means that it is not still efficient to mine with gpu...

full member
Activity: 182
Merit: 100
January 19, 2014, 10:49:29 PM
#43
No such thing as a cpu only coin some one else will always find a way to mine gpu. if not they still got botnets out there
newbie
Activity: 40
Merit: 0
January 19, 2014, 09:40:33 PM
#42
I am chinese, and I always keep myself away from chinese coins because I know them, I know this country very much!  Angry




newbie
Activity: 42
Merit: 0
January 06, 2014, 05:01:49 AM
#41
but do keep in mind it's the Chinese who drove up BTC price  xD
hero member
Activity: 686
Merit: 500
January 06, 2014, 04:51:43 AM
#40
This uses Quark algo, and Quark is not Chinese.

The algo is used by many coins now.
full member
Activity: 168
Merit: 100
December 23, 2013, 07:52:33 AM
#39
I would stick this topic if I could.
newbie
Activity: 14
Merit: 0
December 22, 2013, 02:38:31 AM
#38
 How about MOL?
sr. member
Activity: 588
Merit: 250
December 15, 2013, 04:44:16 AM
#37
How surprising that a number37 thread has flyingcat and sam53 replying noncontent

Well why posting under a fake name? registered a new account eh? You mentioned Sam because we were both supporters of the Elephantcoin? You are a hater? Well loser look at what ELP is today, I saw 3 new mining pools created for ELP lately.

I used my account to post all the time, not like you. Why not you reveal you real user ID to everyone, so we know your history. Retarded why posting under a cover!
full member
Activity: 196
Merit: 100
December 15, 2013, 04:35:55 AM
#36
scam coins
member
Activity: 86
Merit: 10
bitcoin
December 15, 2013, 04:32:15 AM
#35
This is the best guy who know the truth

next time, when criticize others, look at yourself first...
legendary
Activity: 2646
Merit: 1141
December 15, 2013, 04:30:49 AM
#34
Be aware of China-made CPU coins, the truth is that they are launched in CPU, while the dev creates a secret GPU miner, and they mine the coin in GPU, with 100 times speed than the CPU mining.

This happened many times already: the first being YAC. Then YBC, where a few weeks after the launch a GPU miner was revealed, then there are ZCC, FEC, Pangu, Baou or something alike, then  this new UnionCoin.

All these are old tricks now, cheaters please invent something new! Only a fool will mine these coins with CPU!

Union Coin is based on Quark algorithm. We know that there is a GPU miner for Quark but it's fast like CPU miner. Do you mean that Chinese have more powerfull GPU Quark miner (at least 10 times faster)?
newbie
Activity: 24
Merit: 0
December 15, 2013, 04:19:13 AM
#33
How surprising that a number37 thread has flyingcat and sam53 replying noncontent
member
Activity: 70
Merit: 10
December 15, 2013, 04:03:45 AM
#32
CPU's don't have the parallel execution resources that a CPU has, but CPU's use their transistors very differently.  Here's what I would add to an algorithm to guarantee that it's CPU-centric:

A 1MB table of pointers/references, which can be held in a L2/L3 cache.
Long, sequential series of reads.  Each pointer read in from the L2 cache points to a different location in the table.
Double-precision floating point operations.  Most CPU's have multiple FPU's, but GPU's almost always have single-precision only.  Double must be done in software.  IEEE 754/854 requires that results must be within 1/2 ulp and that, if a calculation produces a slightly larger result, that the FPU must produce results that are >= the previous results.
Many sequential compares, followed by sometimes-taken branches.  Typically, CPU branch prediction schemes produce greater accuracy than the static predictors generated by the compiler. 
Branches that depend on the results of two very close double-precision operations must be tested for equality, CPU's handle this very well.  GPU's and ASIC's will not.
64-bit integer operations with long strings of dependencies.  Modern, 64-bit CPU's tend to handle mask, shift, and logical operations well.  Use 16-bit signed-extended masks and shifts by variable amounts.
CPU's can also store these 64-bit values to the L1 cache, then load a variable part of the last load plus the remainder in a subsequent load.
Software division of very large (128-bit+) integers.  These must be done meticulously, and are notoriously difficult for highly parallel systems.  In general, only one or two operations can be issued at one time before the results of the previous operation have returned.
Parameter passing through shared L1/L2 caches, which GPU's and even supercomputers are not always ideal for.  If NSA uses its supercomputers and data centers to attack the Block Chain, their hardware will not be the ideal for these algorithms, even if they are using massively parallel systems with thousands of CPU's, because only one CPU can be working on a specific attack at a time.

In effect, the whole Block Chain must be put together over the course of several years as long sequences of many billions of PFLOP's and sequential loads from the L2/L3 cache.  These long chains of data-, load-, and control-dependencies inhibit parallelism in even the best code.

GPU's would not handle such well, but neither would supercomputers or ASIC's.  Only the CPU in your laptop or desktop is optimized for handling long sequences of data-dependent and control-dependent operations.  As important, the caching systems on modern CPU's are better oriented for database-style sequential accesses. 

Unless the algorithm is written this way, it is unlikely that CPU-mining will remain viable for long, even if that was not the intent from the beginning.
full member
Activity: 196
Merit: 100
December 15, 2013, 01:47:14 AM
#31
Suter coin did this again, I feel very sorry to these guys, they don't care honour and long time business.
The Chinese people who were borned before 1980 are hopeless.
sr. member
Activity: 658
Merit: 250
December 15, 2013, 01:40:15 AM
#30
Are u sure all of this coin is from China?
Why?

You from China too, right? Check these coins, they all have Chinese websites, and check details there, you know who made them Grin
sr. member
Activity: 280
Merit: 250
December 13, 2013, 08:56:48 AM
#29
Are u sure all of this coin is from China?
Why?
sr. member
Activity: 658
Merit: 250
December 13, 2013, 02:10:09 AM
#28
Why are you stupid?)))
Do you jealous  to Chinese.
I think they, unlike you, could do that.
But they do not do it because they understand  the freedom and community better then you.

freedom of taking advantage, lol
Grin Grin
sr. member
Activity: 588
Merit: 250
December 12, 2013, 02:18:28 PM
#27
Why are you stupid?)))
Do you jealous  to Chinese.
I think they, unlike you, could do that.
But they do not do it because they understand  the freedom and community better then you.

freedom of taking advantage, lol
hero member
Activity: 546
Merit: 503
December 11, 2013, 05:11:49 PM
#26
Why are you stupid?)))
Do you jealous  to Chinese.
I think they, unlike you, could do that.
But they do not do it because they understand  the freedom and community better then you.
Pages:
Jump to: