Pages:
Author

Topic: 20 llatops mining (Read 2226 times)

legendary
Activity: 990
Merit: 1108
November 23, 2015, 09:15:55 AM
#38
In Cuckoo Cycle computation is minimized and you spend most time waiting for memory.
You can scale memory use to the GB range while remaining instantly verifiable.
Trading off memory for time is not so feasible, incurring an extra order-of-magnitude slowdown.

interesting, could this be a good deterrent for asic? without the need to upgrade the algo each time?

To the extent that DRAM is an ASIC for reading and writing bits at random
(which is the bottleneck in Cuckoo Cycle) everyone already has an ASIC for this.

Changing PoWs is a not a feature you want in a truly decentralized coin.
Instead Cuckoo Cycle could dynamically change its size as I explain in the whitepaper.

legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
November 23, 2015, 07:43:25 AM
#37
GPU which are more effective than CPUs for this task).  Smiley

For some PoWs, GPUs offer no advantage.
Some PoWs even leave your CPU running cool...

what pow?

Cuckoo Cycle

https://github.com/tromp/cuckoo

is this something like scrypt-n but for sha256 to counteract asic? i seen somethign about memory there

sha256 is the simplest choice of compute-bound hash function in the Hashcash Proof of Work.
scrypt-n is an attempt to make the hash function require lots of memory but fails in three ways:
1) scrypt allows trading off memory for time
2) the larger n, the slower the hash computation, quickly making it unsuitable for fast verification
3) scrypt is still rather computation heavy

In Cuckoo Cycle computation is minimized and you spend most time waiting for memory.
You can scale memory use to the GB range while remaining instantly verifiable.
Trading off memory for time is not so feasible, incurring an extra order-of-magnitude slowdown.


interesting, could this be a good deterrent for asic? without the need to upgrade the algo each time?
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
November 22, 2015, 09:03:24 PM
#36
GPU which are more effective than CPUs for this task).  Smiley

For some PoWs, GPUs offer no advantage.
Some PoWs even leave your CPU running cool...

what pow?

Cuckoo Cycle

https://github.com/tromp/cuckoo

is this something like scrypt-n but for sha256 to counteract asic? i seen somethign about memory there

sha256 is the simplest choice of compute-bound hash function in the Hashcash Proof of Work.
scrypt-n is an attempt to make the hash function require lots of memory but fails in three ways:
1) scrypt allows trading off memory for time
2) the larger n, the slower the hash computation, quickly making it unsuitable for fast verification
3) scrypt is still rather computation heavy

In Cuckoo Cycle computation is minimized and you spend most time waiting for memory.
You can scale memory use to the GB range while remaining instantly verifiable.
Trading off memory for time is not so feasible, incurring an extra order-of-magnitude slowdown.


All these ideas and features of the new Cuckoo Cycle algorithm, makes me think that we will be soon seeing CuckooCoin around. It will be better than most SHA-256 and Scrypt coins out there. This will make more memory efficient.  Grin

It's not even that new.

I published/announced it in early January 2014,
and in May 2014, courtesy of David Andersen,
the miner reached its current, presumably near-optimal form.

I thought it was new, since I have never heard of such algorithm. It is a good thing I stay updated with the latest innovations in the crypto world right here on BCT. Thanks for sharing this information.  Wink
legendary
Activity: 990
Merit: 1108
November 22, 2015, 08:59:48 PM
#35
GPU which are more effective than CPUs for this task).  Smiley

For some PoWs, GPUs offer no advantage.
Some PoWs even leave your CPU running cool...

what pow?

Cuckoo Cycle

https://github.com/tromp/cuckoo

is this something like scrypt-n but for sha256 to counteract asic? i seen somethign about memory there

sha256 is the simplest choice of compute-bound hash function in the Hashcash Proof of Work.
scrypt-n is an attempt to make the hash function require lots of memory but fails in three ways:
1) scrypt allows trading off memory for time
2) the larger n, the slower the hash computation, quickly making it unsuitable for fast verification
3) scrypt is still rather computation heavy

In Cuckoo Cycle computation is minimized and you spend most time waiting for memory.
You can scale memory use to the GB range while remaining instantly verifiable.
Trading off memory for time is not so feasible, incurring an extra order-of-magnitude slowdown.


All these ideas and features of the new Cuckoo Cycle algorithm, makes me think that we will be soon seeing CuckooCoin around. It will be better than most SHA-256 and Scrypt coins out there.

It's not even that new.

I published/announced it in early January 2014,
and in May 2014, courtesy of David Andersen,
the miner reached its current, presumably near-optimal form.

Quote
This will make more memory efficient.

Not sure what you mean by that. Just having more memory by itself doesn't translate to increased cuckoo mining performance.
You also need more cores (or more hyperthreading) to keep that memory busy.

That's why the motto is: 1 memory bank + 1 virtual core = 1 vote
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
November 22, 2015, 08:25:02 PM
#34
GPU which are more effective than CPUs for this task).  Smiley

For some PoWs, GPUs offer no advantage.
Some PoWs even leave your CPU running cool...

what pow?

Cuckoo Cycle

https://github.com/tromp/cuckoo

is this something like scrypt-n but for sha256 to counteract asic? i seen somethign about memory there

sha256 is the simplest choice of compute-bound hash function in the Hashcash Proof of Work.
scrypt-n is an attempt to make the hash function require lots of memory but fails in three ways:
1) scrypt allows trading off memory for time
2) the larger n, the slower the hash computation, quickly making it unsuitable for fast verification
3) scrypt is still rather computation heavy

In Cuckoo Cycle computation is minimized and you spend most time waiting for memory.
You can scale memory use to the GB range while remaining instantly verifiable.
Trading off memory for time is not so feasible, incurring an extra order-of-magnitude slowdown.


All these ideas and features of the new Cuckoo Cycle algorithm, makes me think that we will be soon seeing CuckooCoin around. It will be better than most SHA-256 and Scrypt coins out there. This will make more memory efficient.  Grin
legendary
Activity: 990
Merit: 1108
November 22, 2015, 10:56:14 AM
#33
GPU which are more effective than CPUs for this task).  Smiley

For some PoWs, GPUs offer no advantage.
Some PoWs even leave your CPU running cool...

what pow?

Cuckoo Cycle

https://github.com/tromp/cuckoo

is this something like scrypt-n but for sha256 to counteract asic? i seen somethign about memory there

sha256 is the simplest choice of compute-bound hash function in the Hashcash Proof of Work.
scrypt-n is an attempt to make the hash function require lots of memory but fails in three ways:
1) scrypt allows trading off memory for time
2) the larger n, the slower the hash computation, quickly making it unsuitable for fast verification
3) scrypt is still rather computation heavy

In Cuckoo Cycle computation is minimized and you spend most time waiting for memory.
You can scale memory use to the GB range while remaining instantly verifiable.
Trading off memory for time is not so feasible, incurring an extra order-of-magnitude slowdown.
legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
November 22, 2015, 07:49:26 AM
#32
GPU which are more effective than CPUs for this task).  Smiley

For some PoWs, GPUs offer no advantage.
Some PoWs even leave your CPU running cool...

what pow?

Cuckoo Cycle

https://github.com/tromp/cuckoo

is this something like scrypt-n but for sha256 to counteract asic? i seen something about memory there
legendary
Activity: 1610
Merit: 1000
Well hello there!
November 22, 2015, 02:19:13 AM
#31
Personally I would probably take a look into mining gridcoin (GRC).  It's not like mining in the traditional sense in that it basically requires you to dedicate computer resources to any number of Boinc approved projects and rewards you for the work they put in.
legendary
Activity: 990
Merit: 1108
November 21, 2015, 10:07:55 PM
#30
GPU which are more effective than CPUs for this task).  Smiley

For some PoWs, GPUs offer no advantage.
Some PoWs even leave your CPU running cool...

what pow?

Cuckoo Cycle

https://github.com/tromp/cuckoo

This is a great concept for Proof of Work mining algorithm. Is not there a crypto currency which implements this by the way? It would be pretty interesting to check it out.  Grin

No; it's not used anywhere.
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
November 21, 2015, 07:47:33 PM
#29
GPU which are more effective than CPUs for this task).  Smiley

For some PoWs, GPUs offer no advantage.
Some PoWs even leave your CPU running cool...

what pow?

Cuckoo Cycle

https://github.com/tromp/cuckoo

This is a great concept for Proof of Work mining algorithm. Is not there a crypto currency which implements this by the way? It would be pretty interesting to check it out.  Grin
legendary
Activity: 990
Merit: 1108
November 21, 2015, 11:16:02 AM
#28
GPU which are more effective than CPUs for this task).  Smiley

For some PoWs, GPUs offer no advantage.
Some PoWs even leave your CPU running cool...

what pow?

Cuckoo Cycle

https://github.com/tromp/cuckoo
legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
November 21, 2015, 11:04:12 AM
#27
GPU which are more effective than CPUs for this task).  Smiley

For some PoWs, GPUs offer no advantage.
Some PoWs even leave your CPU running cool...

what pow? i only now about magi, but it was an old coin, now i believe there is a gpu for that also
it was also inefficient to run gpu on monero algo i think, or not very groundbreaking if you compare it to cpu
hero member
Activity: 840
Merit: 500
November 21, 2015, 01:16:14 AM
#26
if you're a Manager or Owner of the laptops, you really don't know how to do your work sorry.

Laptops arent for mining.


If you wanna mine buy a fucking greedseed and put in your desk you'll earn more than with the 20 laptops.

what you been doing in the forum? your rank mind experience or you just post for post?

Its Laptops no LLaptos, I know my English is shit but mate at least try to write proper

Your English is indeed shit, and you apparently have no idea what you are commenting on. Fuck off maybe?
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
November 20, 2015, 06:49:46 AM
#25
GPU which are more effective than CPUs for this task).  Smiley

For some PoWs, GPUs offer no advantage.
Some PoWs even leave your CPU running cool...

Exactly. Mining with GPU depends on the coin algorithm, whereas some are efficiently mined with the GPU while others are better mined with CPU. An example of this is Ethereum which can be mined with a GPU due to its Dagger Hashimoto algorithm. Please correct me if I'm wrong.  Cheesy
legendary
Activity: 990
Merit: 1108
November 18, 2015, 05:03:12 PM
#24
GPU which are more effective than CPUs for this task).  Smiley

For some PoWs, GPUs offer no advantage.
Some PoWs even leave your CPU running cool...
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
November 18, 2015, 09:13:08 AM
#23
If you are going to mining effectively, try doing this on a desktop PC instead of a laptop, since laptops are not suitable for intensive processes due to their design (which limits good air flow to reduce the heat) A gaming desktop PC would mine lots of alt coins of your choosing. (especially if mined with GPU which are more effective than CPUs for this task).  Smiley
full member
Activity: 166
Merit: 100
November 17, 2015, 10:22:07 AM
#22
My cousin was mining with his Laptop Dogecoin. After 1 day it was burned down, it even smoked out of it. Fortunately nothing in addition happened but the Laptop was brocken

Don't do mining at Laptops.
sr. member
Activity: 289
Merit: 250
November 13, 2015, 03:41:49 PM
#21
I could not use the translator was on the subway , as I said at least try to write well
legendary
Activity: 1400
Merit: 1050
November 13, 2015, 02:00:47 PM
#20
if you're a Manager or Owner of the laptops, you really don't know how to do your work sorry.

Laptops arent for mining.


If you wanna mine buy a fucking greedseed and put in your desk you'll earn more than with the 20 laptops.

what you been doing in the forum? your rank mind experience or you just post for post?

Its Laptops no LLaptos, I know my English is shit but mate at least try to write proper
yay you already mined successfully a grammar nazi (and a douche, based on the rest of his message) Grin
(seriously who the fuck do you think you are ? it is an international forum... so expect to find many grammatical error,
if you can't stand that, may-be that forum isn't for you... )
legendary
Activity: 1400
Merit: 1050
November 13, 2015, 01:55:27 PM
#19
Hello All,
I was not able to monitor what is happening in the Bitcoin and Altcoin worlds the last 2-3 months and I am really excited to hear that BTC is going up again.
Anyway, The thing what I want to ask is that I have office with 20 laptops which can be running 24/7 without paying for electricity, the thing is most of them are brand new, but are brand Acer 100 or Hp 250 which is something really basic for mining.
My question is: Do you have any suggestions of what I can mine with them or what I can do to get some new coins or any altcoin on the market right now?
I will also need help from someone may be to help me configure all of them for which I can pay.
Please share your comments and your thoughts about such situation, what can I do?
THANK IN ADVANCE!

Best Regards,

Gondel
don't forget to buy a fire extinguisher   Grin (I am at least half serious)
Pages:
Jump to: