Bitcoin Forum
May 02, 2024, 10:42:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 [43] 44 45 46 47 48 49 »
841  Alternate cryptocurrencies / Altcoin Discussion / Re: Creating an altcoin that will never perform well on GPUs/FPGAs/ASICs on: May 26, 2014, 05:55:18 PM
What I can say is this:

1. X11 is trivial to obliterate via FPGAs and ASICs, and will be obliterated in the near future if X11 coins continue to appreciate.

2. Designs that focus on branching also play towards the strengths of ASICs and FPGAs.  ASICs and FPGAs evaluate branches in parallel.

3. When engineering ASICs, going from most expensive to least: RAM > I/O bandwidth* > Compute
  * I/O bandwidth is really a proxy for RAM, think DDR.

ANY design that relies on difficulty to code rather than cost to manufacture WILL fall to ASICs/FPGAs (i.e. X11).

Recommendations:

Scrypt was a good start. Scrypt does the following things well:

1. Focuses on the economics of ASICs and FPGAs (i.e. RAM > Compute)

Hashcash with a memory bound hash function like Scrypt is a dead-end for CPU-friendly PoWs because verification time is linear in memory usage, which prevents the use of the large amounts of memory required to present a serious obstacle to ASICs.

The ultimate CPU-friendly coin will have a PoW that takes GBs to prove, but can be verified instantly.

842  Alternate cryptocurrencies / Altcoin Discussion / Re: Cuckoo Cycle: a new memory-hard proof-of-work system on: May 24, 2014, 09:49:08 PM
any coins using this algo atm?

Nope...
843  Alternate cryptocurrencies / Altcoin Discussion / Re: Opinions on Myriad? on: May 21, 2014, 02:53:44 AM
two reasons I can think of:

somewhat boring selection of proof-of-work algorithms (4 sha-alikes and scrypt)

if your mining equipment is setup and tuned for one particular proof-of-work,
you might be under the illusion that it's better to devote it to coins that
use that pow exclusively. or perhaps you don't like the idea of
competing for blocks with people having different setups.
844  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin (CPU-mining, true anonymity) on: May 10, 2014, 08:04:34 PM
You r right. That's why we are mining this coin. BCN is the first coin based on better algorithm in compare with other altcoins.

How is it better than MemoryCoin 2?
845  Alternate cryptocurrencies / Altcoin Discussion / Re: ASICs are coming soon. Time to start supporting X11 coins? on: May 02, 2014, 10:05:27 PM
Not really my claim. I do believe its happening.

It is to be expected.

Make a new proof-of-work by throwing a bunch of ASIC-friendly hash-functions together
=> expect to resist ASICs for a few years
=> expect to resist FPGAs for a few months
=> expect to resist GPUs for a few weeks

Better to have true resistance by requiring hundreds of MB of memory...
846  Alternate cryptocurrencies / Altcoin Discussion / Re: Goodbye GPU litecoin mining. on: May 02, 2014, 03:13:21 PM
It is time to say good bye to GPU scrypt mining .Then where will you go ?X11 ?

All these random collections of hash-functions are a dead-end for ASIC-resistance...

You get ASIC-resistance from the use of memory.
scrypt, at 128KB, doesn't use even nearly enough, nor does scrypt-N.

You should be requiring at least a thousand times more memory:
hundreds of MB, if not GBs.

For verification to remain fast, you need an asymetric proof-of-work,
where verifying the proof is MUCH easier than a single attempt to find it.


847  Alternate cryptocurrencies / Altcoin Discussion / Re: Cuckoo Cycle: a new memory-hard proof-of-work system on: April 30, 2014, 10:11:40 PM
So while your statement is true, it's not necessarily the right truth.  Is Cuckoo Cycle better or worse than adaptive scrypt-N?  Is it better than a variant of Invictus's Momentum PoW that has an adaptive N factor?

Neither of us knows the answer to this question.  There is a chance that it's stronger.  But there's also a very real chance that the requirement to find a cycle, instead of a simple collision, will mean that the approach can yield to something with sublinear memory requirements and, in fact, underperform compared to Momentum in its memory requirements.

It cannot "underperform compared to Momentum in its memory requirements"
because Cuckoo Cycle generalizes Momentum.

Momentum looks for collisions of a hash function mapping 2^{26} nonces to 50-bit outputs.
Each nonce corresponds to an edge in a bi-partite graph on nodes M union L, where
M is all possible 25-most-significant bits of hash output, and
L is all possible 25-least-significant bits of hash output,
and so each collision is a 2-cycle in this graph.

Thus, it is more likely that Momentum, being a special case of Cuckoo Cycle,
underperforms in its memory requirements.
848  Alternate cryptocurrencies / Altcoin Discussion / Re: Goodbye GPU litecoin mining. on: April 30, 2014, 01:55:26 AM
Goodbye x11 when people figure out FPGAs can mine them with little effort

FGPAs are expensive...

http://elinux.org/Parallella_Hardware

Only $99 for a board with both a Parallella manycore and Xilinx Zynq 7010 or 7020 FPGA...
849  Alternate cryptocurrencies / Altcoin Discussion / Re: [HP] Hash-on-blockchain discussion on: April 29, 2014, 11:45:56 PM
If you want to strengthen the ASIC resistance of CryptoNight and avoid the slowness of verification,
why not use an a-symmetric memory-bound proof-of-work like Momentum or my Cuckoo Cycle?
Thank you for suggestion, will look at this. How long it do one check in microseconds?

42x2 siphashes and 2 sha256 hashes can't take more than a few microsecs...
850  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin (CPU-mining, true anonymity) on: April 29, 2014, 07:25:26 PM
It is a research cluster (xeons) used for my day job. Mining is done during idle time. I am authorized to do this.

What is the largest number of cores sharing the same main memory on your cluster?
851  Alternate cryptocurrencies / Altcoin Discussion / Re: [HP] Hash-on-blockchain discussion on: April 29, 2014, 05:54:13 PM
Let's open hash-function discussion friends.
Just want to uncover our approach and show differences with CryptoNote that we use in our project announced here: https://bitcointalk.org/index.php?topic=577267.0

First of all I want to say that CryptoNote hash function (so called cn_slow_hash) is actually a very strong protected from ASIC's with different CPU instructions set as well as memory consuming algo. cn_slow_hash works hard on 2MB scratchpad and most of this scratchpad are fits in CPU cache.

Shortcomings
1. H1, as well as final hash (keccak) have to be very fast, otherwise memory consuming accent will be slight. If H1 is slow than possible to implement some specific hardware working similar to Instruction pipeline
2. Despite the first, H1 have to have modern cpu instructions set - 64-bits numbers multiplication, AES/SSE instructions to make ASIC engineers bloody mad.

Wellcome to comment.

If you want to strengthen the ASIC resistance of CryptoNight and avoid the slowness of verification,
why not use an a-symmetric memory-bound proof-of-work like Momentum or my Cuckoo Cycle?
852  Alternate cryptocurrencies / Altcoin Discussion / Re: The danger in alt coins on: April 29, 2014, 04:24:01 PM
i'll be mining 666coin when it launches looks pretty cool.

https://twitter.com/666Coin666


thats all there is?

Just don't turn it, or you'll end up confusing it with 999 coin...
853  Alternate cryptocurrencies / Altcoin Discussion / Re: Could proof of Blockchain (PoBC) be the solution to ASIC industrial mining? on: April 28, 2014, 05:19:25 PM
If I understand the ASIC miners correctly it would be difficult to give them enough memory or they would end up bandwidth constrained.  Most ASIC miners use multiple chips.  For one chip to work efficiently you would need the entire blockchain available on the ASIC.  I believe the Bitcoin blockchain is around 15GB and growing, so that is far more RAM than practical to build into one chip.  An ASIC

An ASIC for this could just store the first 10% of the whole blockchain,
which, considering that early blocks were very small, probably takes much less than 1%
of that 15GB. Then it just keeps generating inner hashes until the index falls within
the first 10%.

But I have to wonder: doesn't this whole scheme break down with an insane memory
requirement for every single client that needs to verify proofs-of-work?
I thought clients, esp. smartphones, have to be able to verify with minimal resources.
854  Alternate cryptocurrencies / Altcoin Discussion / Re: List of CPU Friendly AltCoins on: April 27, 2014, 05:10:44 PM
X11 is not the most profitable algo for CPUs atm. Cryptonight is.
The correct name is CryptoNote.

The proof-of-work algorithm is indeed

https://en.bitcoin.it/wiki/CryptoNight


855  Alternate cryptocurrencies / Altcoin Discussion / Re: Does anyone have a comparison of hashrates between different algorithms? on: April 26, 2014, 06:51:32 PM
Agreed. This would be nice info. I'm interested in CPU coins like quark, particle.

For Cuckoo Cycle of size 2^{30}, aka cuckoo30:

single-threaded:    0.00018  42-cycles/second
4-threads:            0.00061  42-cycles/second

These are average rates, since running a single cuckoo30
instance has about 2.2% chance of finding a 42-cycle.
Multiply the above rates by 45 to get instances/second.
856  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin (CPU-mining, true anonymity) on: April 25, 2014, 05:18:46 PM
If you heard of Tenebrix and Fairbrix back in the day, then Monero is to Fairbrix what Bytecoin is to Tenebrix

I think it's much clearer if you say:

Monero is to Bytecoin what Fairbrix is to Tenebrix
857  Alternate cryptocurrencies / Altcoin Discussion / Re: New BCN/Cryptonote-based coin discussion on: April 25, 2014, 04:33:13 PM
So we have a couple of CryptoNote technology implementations and a lot of discussions around them.

I ask you not to deteriorate existing solutions, but to create a new version of CryptoNote based cryptocurrency that will suit us all.

I'm ready to develop it, but I need to clarify your wishes concerning:
*Coin name
*Emission curve
*Additional features

Why do you prefer the CryptoNight proof-of-work over other CPU-friendly alternatives,
like my Cuckoo Cycle?
858  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][MRO] Monero - an anonymous coin based on CryptoNote technology on: April 24, 2014, 08:07:27 PM
been mining for hrs with 4h and on other comp at 2h.... nothing found. yet 150k coins out out already. well that was yesterday. more now that more blocks are found...

whats the point to keep mining this. if i will find 15 coins in 24 hrs while others have in tens of thousands. This was suppose to be a fork of bytecoin to fix their problems...

but if i cant mine this. few days from lunch , how will this be appealing later?

also there must be an enhances miner or a private mining pool mining this. there no way 150k coin are mined in 5 days but i can't mine any with 2-4 H

Theres a lot of miners. its not like there are only a handful of miners.. I went all weekend and didn't find a block on hashrate 11.xx.  You people are going nuts over some of this stuff.  Its like a scrypt release if your GPU mining solo and there is high demand guess what, you don't get blocks!  Happens to me all the time.  Luckily with this it can be mined in the background and even a low hashrate should net a few blocks by the end of the week

its not about me not mining a block. its about being 5 days late and not mining anything. its about me having a normal computer chip with 6 threads and not being able to mine anything 5 day later. while few people own 150k+ coins already.

this coin was forket because it was too late to mine Byte coin and %80 already were mined in bytecoin. this coin was forket to give people a new chance to use cryptonotes. it was suppose to be fair.

Well guess what, it is not.

disclaimer: i currently own 0 bytecoin, have not tried to mine byte coin due to all the coins being mined already.

Could the difference between a successful and an unsuccessful miner be explained by one having a recent intel-cpu with hardware AES support?
859  Alternate cryptocurrencies / Altcoin Discussion / Re: List of CPU Friendly AltCoins on: April 24, 2014, 04:24:44 PM
I pulled MMC from the list a few days ago. There is no dev and it still uses KGW. KGW can be exploited.

I feel that potential exploitability should be left out of consideration for what CPU-coins to list.

PS: please update the Cuckoo Cycle synopsis as follows, to reflect recent implementation improvements:
Code:
This PoW requires finding a 42-cycle in a huge graph
whose edges are generated by the siphash-2-4 hash function.
The amount of memory needed (with no known practical trade-off for time)
is configurable from a few KB to several GB, while remaining instantly verifiable.
67% of run time is spent waiting for memory latency,
making this an extremely low-power and GPU unfriendly algorithm.
860  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][MRO] Monero - an anonymous coin based on CryptoNote technology on: April 24, 2014, 04:08:00 PM
I don't have a machine with a decent CPU. Does it mean I will forever banned of mining and will have to resort to buying? Talk about fairness. What about the increasingly growing mobile phone and tablet-only population?

it's only fair that crappy hardware makes for poor mining...
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 [43] 44 45 46 47 48 49 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!