Bitcoin Forum
May 03, 2024, 09:30:04 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 ... 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 [174] 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 ... 256 »
  Print  
Author Topic: rpietila Altcoin Observer  (Read 387448 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
August 18, 2014, 09:59:10 PM
 #3461

Okay so Cryptonite retains GUIDs for at least the 'lockheight' (a blockchain length) allowance so the replay attack can't occur within that allowance. One side-effect of this slightly kludgy design decision if your transaction isn't included in a block before the allowance, then it is invalid and you will need to resend it. However, I assume they are keeping weeks or months of transaction history “in view” so shouldn't be an issue. Even at micro-transaction scales, this extra tx header data doesn't add more than 40 bytes per tx with sufficient collision resistance for the txid.

They are keeping two weeks currently. There was a bit of breath holding when the coin passed two weeks in age and switched to truncated blockchain mode, but everything seemed to work.

1714771804
Hero Member
*
Offline Offline

Posts: 1714771804

View Profile Personal Message (Offline)

Ignore
1714771804
Reply with quote  #2

1714771804
Report to moderator
1714771804
Hero Member
*
Offline Offline

Posts: 1714771804

View Profile Personal Message (Offline)

Ignore
1714771804
Reply with quote  #2

1714771804
Report to moderator
1714771804
Hero Member
*
Offline Offline

Posts: 1714771804

View Profile Personal Message (Offline)

Ignore
1714771804
Reply with quote  #2

1714771804
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714771804
Hero Member
*
Offline Offline

Posts: 1714771804

View Profile Personal Message (Offline)

Ignore
1714771804
Reply with quote  #2

1714771804
Report to moderator
1714771804
Hero Member
*
Offline Offline

Posts: 1714771804

View Profile Personal Message (Offline)

Ignore
1714771804
Reply with quote  #2

1714771804
Report to moderator
1714771804
Hero Member
*
Offline Offline

Posts: 1714771804

View Profile Personal Message (Offline)

Ignore
1714771804
Reply with quote  #2

1714771804
Report to moderator
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
August 18, 2014, 10:01:51 PM
Last edit: August 19, 2014, 06:52:33 AM by smooth
 #3462

There is just so much money invested in scrypt asics, and most of them haven't seen the light of day

And some of them probably wont ever would be my guess.

Quote
that I think it will have another boom cycle (and an accompanying boom in the number of tx/day). But who knows...

Hey its always possible. But even scrypt doesn't just mean LTC any more. It is still a big part of the scrypt space, but much less than it used to be.
AnonyMint
Hero Member
*****
Offline Offline

Activity: 518
Merit: 521


View Profile
August 18, 2014, 10:15:51 PM
Last edit: August 19, 2014, 08:39:58 PM by AnonyMint
 #3463

I don't have time to read this thread, so I don't know if this has been pointed out already. In our upthread discussion about Cryptonite and the MBC (mini blockchain), I failed to point out that the unscalable (without centralized mining) Bitcoin blockchain (and worse for Monero) can never be pruned because it relies on GUIDs to prevent double-spend replay transactions (or am I unaware that Bitcoin's tx GUID somehow incorporates the block hash?). If anyone is aware of a solution for that please let me know. Because I think it is major vulnerability of the MBC. Has Cryptonite addressed it in some way?

Their white paper says this:

Quote
In order to make sure the same signed transaction isn't processed by the network more than once, the block header must also contain a “lockheight” field. The transaction becomes invalid once the lockheight is outside the range of blocks which nodes are required to keep (lets call this the blocks “in view”), and same txid cannot be included twice in any of the blocks which are in view. This makes it impossible to use the same txid twice. However this solution requires that the txid is not malleable.

I think block header there is a typo...should that be transaction header?

Definitely should be 'transaction header'.

Okay so Cryptonite retains GUIDs for at least the 'lockheight' (a blockchain length) allowance so the replay attack can't occur within that allowance. Off the top of my head, I assume one side-effect of this slightly kludgy design decision if your transaction isn't included in a block before the allowance, then it is invalid and you will need to resend it. However, I assume they are keeping weeks or months of transaction history “in view” so shouldn't be an issue.

Edit: Pruning Bitcoin's txids won't require that transactions include this block chain length expiration field, because address reuse can't create a duplicate txid. The txid in Bitcoin is not a nonce rather the hash of the transaction which contains the output being spent, i.e. there is no way to reload an address with a duplicate txid, because all transactions are iterative hashes of hashes of hashes (etc) of the historical tree of preceding transactions history feeding the input.

Thus it is appears I was incorrect originally and Cryptonite's 'lockheight' field is unnecessary if they've implemented txids the same as for Bitcoin. Apparently for space efficiency they may have implemented txids as nonces instead of hash of the transaction?

one feature lost is the ability to sign a transaction and hold it indefinitely before sending to the blockchain network. I can't think of any practical need for such a feature, can you? Silly me, then the balance being spent could be double-spent before you could send to blockchain, so there is no use for the lost feature.

I suppose multi-sig is not adversely affected, because for one reason they need to complete within the retained transaction history. And for another reason I suppose multiple signatures are multiple layered transactions. But I guess it can affect multi-sig in that if you want to retain the tx history indefinitely until all the dependent sigs complete, then 'lockheight' can't be known a priori. However, setting 'lockheight' to weeks or a month is probably sufficient since a block doesn't have to be pruned once its 'lockheight' expires.

unheresy.com - Prodigiously Elucidating the Profoundly ObtuseTHIS FORUM ACCOUNT IS NO LONGER ACTIVE
smoothie
Legendary
*
Offline Offline

Activity: 2492
Merit: 1473


LEALANA Bitcoin Grim Reaper


View Profile
August 18, 2014, 10:20:20 PM
 #3464

Here is the 6-hour resolution chart of the LTC/USD currency pair from the BTC-e exchange. Note the two down legs of the great capitulation of 2014. Prices fell 28% in two days from $6.865 down to $5. Then fell another 30% from $5 down to $3.5. From the November peak price at $48.48, litecoin prices have fallen 13.85x. This is a more dramatic bubble run-up and collapse than the great bitcoin bubble of June 2013.

These litecoin prices have fallen to approximately twice the pre-bubble valuation and thus are very tempting, insofar as the analogy to the great bitcoin bubble holds . . .




June 2013? I don't remember that.  Roll Eyes

███████████████████████████████████████

            ,╓p@@███████@╗╖,           
        ,p████████████████████N,       
      d█████████████████████████b     
    d██████████████████████████████æ   
  ,████²█████████████████████████████, 
 ,█████  ╙████████████████████╨  █████y
 ██████    `████████████████`    ██████
║██████       Ñ███████████`      ███████
███████         ╩██████Ñ         ███████
███████    ▐▄     ²██╩     a▌    ███████
╢██████    ▐▓█▄          ▄█▓▌    ███████
 ██████    ▐▓▓▓▓▌,     ▄█▓▓▓▌    ██████─
           ▐▓▓▓▓▓▓█,,▄▓▓▓▓▓▓▌          
           ▐▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▌          
    ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓─  
     ²▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓╩    
        ▀▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▀       
           ²▀▀▓▓▓▓▓▓▓▓▓▓▓▓▀▀`          
                   ²²²                 
███████████████████████████████████████

. ★☆ WWW.LEALANA.COM        My PGP fingerprint is A764D833.                  History of Monero development Visualization ★☆ .
LEALANA BITCOIN GRIM REAPER SILVER COINS.
 
smoothie
Legendary
*
Offline Offline

Activity: 2492
Merit: 1473


LEALANA Bitcoin Grim Reaper


View Profile
August 18, 2014, 10:22:32 PM
 #3465

These litecoin prices have fallen to approximately twice the pre-bubble valuation and thus are very tempting, insofar as the analogy to the great bitcoin bubble holds . . .

Unlike BTC, there is no reason to expect increasing LTC adoption.



This was said in 2011, 2012, and 2013...

Yet things have not been further from those statements in those respective years those statements were made. Roll Eyes

███████████████████████████████████████

            ,╓p@@███████@╗╖,           
        ,p████████████████████N,       
      d█████████████████████████b     
    d██████████████████████████████æ   
  ,████²█████████████████████████████, 
 ,█████  ╙████████████████████╨  █████y
 ██████    `████████████████`    ██████
║██████       Ñ███████████`      ███████
███████         ╩██████Ñ         ███████
███████    ▐▄     ²██╩     a▌    ███████
╢██████    ▐▓█▄          ▄█▓▌    ███████
 ██████    ▐▓▓▓▓▌,     ▄█▓▓▓▌    ██████─
           ▐▓▓▓▓▓▓█,,▄▓▓▓▓▓▓▌          
           ▐▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▌          
    ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓─  
     ²▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓╩    
        ▀▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▀       
           ²▀▀▓▓▓▓▓▓▓▓▓▓▓▓▀▀`          
                   ²²²                 
███████████████████████████████████████

. ★☆ WWW.LEALANA.COM        My PGP fingerprint is A764D833.                  History of Monero development Visualization ★☆ .
LEALANA BITCOIN GRIM REAPER SILVER COINS.
 
itod
Legendary
*
Offline Offline

Activity: 1974
Merit: 1076


^ Will code for Bitcoins


View Profile
August 18, 2014, 10:30:22 PM
 #3466

There is definitely increased BTC adoption going on. There is real growth in retail acceptance and some other categories such as travel, and some real startups doing interesting things and building out meaningful capabilities that didn't exist before such as remittances, bitcoin debit card, new investment vehicles coming soon, etc. Whether that is a reason to buy BTC speculatively is a question only an investor can decide.

This is an easy question to answer. Growth in BTC retail acceptance is a great incentive for BTC price drop. People are not buying bitcoin to spend them immediately, all those spent BTC are from longer term holders. It's obvious what retailers do with BTC they acquire: they drop them on the exchanges that same moment through BitPay or other payment processors. I believe this is one of the main reasons for current drive towards lower BTC price.

Hoping the LTC will rebound from this enormous drop like BTC did in the past is very optimistic IMHO. It may, but it's very unlikely. BTC is not in the same league with LTC, there were reasons why it recovered which doesn't apply to LTC at all, but you can never be certain how things roll out in crypto.
thefunkybits
Legendary
*
Offline Offline

Activity: 1218
Merit: 1000


View Profile
August 18, 2014, 10:41:31 PM
 #3467

Monero XMR seems to be one of the only alts in the green today....


0.01 plez  Grin
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
August 19, 2014, 07:06:35 AM
 #3468

This is an easy question to answer. Growth in BTC retail acceptance is a great incentive for BTC price drop. People are not buying bitcoin to spend them immediately, all those spent BTC are from longer term holders. It's obvious what retailers do with BTC they acquire: they drop them on the exchanges that same moment through BitPay or other payment processors. I believe this is one of the main reasons for current drive towards lower BTC price.

I agree but I argue this is a short term effect and since retail has been going on for a while a some of that is already played out.

I don't agree that the goal is people buying BTC in order to spend them. That would be just neutral (since the retailers would generally just sell). The goal is for more people to recognize the coins as valuable and accept them as such. This requires there be useful ways to spend them, which is why retail is contributing to the growth of bitcoin despite the inevitable short term price pressure.

But this is somewhat off topic for the Altcoin observer thread so perhaps we should conclude this discussion soon.

Majormax
Legendary
*
Offline Offline

Activity: 2534
Merit: 1129


View Profile WWW
August 19, 2014, 09:25:23 AM
 #3469


That's exactly why an 80% drop now for LTC means a lot more than a 70% drop in BTC back in 2012. In 2012 when activity picked up again, it was almost entirely going back to BTC. Any increase in activity now won't be going back to LTC. There is simply no reason for that to happen. There are many more and better alternatives to LTC now.


OK, I see your point. I agree there are better alternatives, but I still feel like LTC has at least one more giant pump before (if) it dies a long slow death. There is just so much money invested in scrypt asics, and most of them haven't seen the light of day, that I think it will have another boom cycle (and an accompanying boom in the number of tx/day). But who knows...

Would those script ASICS be specific to LTC ?  .. or would LTC possibly become the 'byproduct' of a merge mine for a better alternative coin (thus depressing its price further).
coinsolidation
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

Bitmark Developer


View Profile WWW
August 19, 2014, 10:04:40 AM
 #3470


That's exactly why an 80% drop now for LTC means a lot more than a 70% drop in BTC back in 2012. In 2012 when activity picked up again, it was almost entirely going back to BTC. Any increase in activity now won't be going back to LTC. There is simply no reason for that to happen. There are many more and better alternatives to LTC now.


OK, I see your point. I agree there are better alternatives, but I still feel like LTC has at least one more giant pump before (if) it dies a long slow death. There is just so much money invested in scrypt asics, and most of them haven't seen the light of day, that I think it will have another boom cycle (and an accompanying boom in the number of tx/day). But who knows...

Would those script ASICS be specific to LTC ?  .. or would LTC possibly become the 'byproduct' of a merge mine for a better alternative coin (thus depressing its price further).

It does not take much for ASIC owners to work out that they will break even and start getting ROI much faster on currencies that are growing rather than shrinking.

Bitmark (reputation+money) : Bitmark v0.9.4 (release)
dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
August 19, 2014, 10:57:21 AM
Last edit: August 19, 2014, 10:25:47 PM by dga
 #3471

Apologies if this is a duplicate, but trying to add more actual information to the pile of cryptonote derivatives -- BBR's Zoidberg wrote up a whitepaper about his Blockchain PoW construction and its realization in Wild Keccak:

http://boolberry.com/files/Block_Chain_Based_Proof_of_Work.pdf

As a follow-up to his earlier explanations of
  Improved anonymity:  http://www.slideshare.net/boolberry/boolberry-solves-cryptonoteflaws-37055246
  Ring signature pruning:    http://www.slideshare.net/boolberry/boolberry-reduces-blockchain-bloat

I'm sure there will be pushback on these as there was to the others, but kudos to him and the Boolberry team for putting it out there for others to read, steal from, and criticize.  (Disclaimer:  I looked at an earlier draft of this one and provided some minor writing feedback.  I'm not an author of it and am not part of the BBR team.)

fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
August 19, 2014, 11:40:40 AM
 #3472

I'm sure there will be pushback on these as there was to the others, but kudos to him and the Boolberry team for putting it out there for others to read, steal from, and criticize.  (Disclaimer:  I looked at an earlier draft of this one and provided some minor writing feedback.  I'm not an author of it and am not part of the BBR team.)

Busy reading through it - he leads into it with a huge fallacy that is either incredibly naive or very disingenuous of him. When describing CryptoNight he states: "These constraints were supposed to protect hash from GPU and ASIC implementation" [sic]. Literally the first paragraph in the CryptoNote whitepaper that describes the PoW algorithm says: "Our primary goal is to close the gap between CPU (majority) and GPU/FPGA/ASIC (minority) miners. It is appropriate that some users can have a certain advantage over others, but their investments should grow at least linearly with the power. More generally, producing special-purpose devices has to be as less profitable as possible."

Misrepresenting the facts of the matter in a whitepaper, purposely or not, is unconscionable.

TooDumbForBitcoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1001



View Profile
August 19, 2014, 12:03:22 PM
 #3473

I'm sure there will be pushback on these as there was to the others, but kudos to him and the Boolberry team for putting it out there for others to read, steal from, and criticize.  (Disclaimer:  I looked at an earlier draft of this one and provided some minor writing feedback.  I'm not an author of it and am not part of the BBR team.)

Busy reading through it - he leads into it with a huge fallacy that is either incredibly naive or very disingenuous of him. When describing CryptoNight he states: "These constraints were supposed to protect hash from GPU and ASIC implementation" [sic]. Literally the first paragraph in the CryptoNote whitepaper that describes the PoW algorithm says: "Our primary goal is to close the gap between CPU (majority) and GPU/FPGA/ASIC (minority) miners. It is appropriate that some users can have a certain advantage over others, but their investments should grow at least linearly with the power. More generally, producing special-purpose devices has to be as less profitable as possible."

Misrepresenting the facts of the matter in a whitepaper, purposely or not, is unconscionable.

Looks like two different ways to say the same thing.  "protect from" has the same meaning as "close the gap between" in terms of reducing the ability for GPU/ASIC to skyrocket the hash beyond the capabilities of CPU to do so.






▄▄                                  ▄▄
 ███▄                            ▄███
  ██████                      ██████
   ███████                  ███████
    ███████                ███████
     ███████              ███████
      ███████            ███████
       ███████▄▄      ▄▄███████
        ██████████████████████
         ████████████████████
          ██████████████████
           ████████████████
            ██████████████
             ███████████
              █████████
               ███████
                █████
                 ██
                  █
veil|     PRIVACY    
     WITHOUT COMPROMISE.      
▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂
|   NO ICO. NO PREMINE. 
   X16RT GPU Mining. Fair distribution.  
|      The first Zerocoin-based Cryptocurrency      
   WITH ALWAYS-ON PRIVACY.  
|



                   ▄▄████
              ▄▄████████▌
         ▄▄█████████▀███
    ▄▄██████████▀▀ ▄███▌
▄████████████▀▀  ▄█████
▀▀▀███████▀   ▄███████▌
      ██    ▄█████████
       █  ▄██████████▌
       █  ███████████
       █ ██▀ ▀██████▌
       ██▀     ▀████
                 ▀█▌




   ▄███████
   ████████
   ███▀
   ███
██████████
██████████
   ███
   ███
   ███
   ███
   ███
   ███




     ▄▄█▀▀ ▄▄▄▄▄▄▄▄ ▀▀█▄▄
   ▐██▄▄██████████████▄▄██▌
   ████████████████████████
  ▐████████████████████████▌
  ███████▀▀▀██████▀▀▀███████
 ▐██████     ████     ██████▌
 ███████     ████     ███████
▐████████▄▄▄██████▄▄▄████████▌
▐████████████████████████████▌
 █████▄▄▀▀▀▀██████▀▀▀▀▄▄█████
  ▀▀██████          ██████▀▀
      ▀▀▀            ▀▀▀
aminorex
Legendary
*
Offline Offline

Activity: 1596
Merit: 1029


Sine secretum non libertas


View Profile
August 19, 2014, 12:28:01 PM
 #3474

...purposely or not, is unconscionable.

how does the saying go...when the accidental becomes unconscionable the neurotic become...demotivational?

when you have to explain the joke you know you've failed.

Give a man a fish and he eats for a day.  Give a man a Poisson distribution and he eats at random times independent of one another, at a constant known rate.
fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
August 19, 2014, 12:46:41 PM
 #3475

I'm sure there will be pushback on these as there was to the others, but kudos to him and the Boolberry team for putting it out there for others to read, steal from, and criticize.  (Disclaimer:  I looked at an earlier draft of this one and provided some minor writing feedback.  I'm not an author of it and am not part of the BBR team.)

Busy reading through it - he leads into it with a huge fallacy that is either incredibly naive or very disingenuous of him. When describing CryptoNight he states: "These constraints were supposed to protect hash from GPU and ASIC implementation" [sic]. Literally the first paragraph in the CryptoNote whitepaper that describes the PoW algorithm says: "Our primary goal is to close the gap between CPU (majority) and GPU/FPGA/ASIC (minority) miners. It is appropriate that some users can have a certain advantage over others, but their investments should grow at least linearly with the power. More generally, producing special-purpose devices has to be as less profitable as possible."

Misrepresenting the facts of the matter in a whitepaper, purposely or not, is unconscionable.

Looks like two different ways to say the same thing.  "protect from" has the same meaning as "close the gap between" in terms of reducing the ability for GPU/ASIC to skyrocket the hash beyond the capabilities of CPU to do so.

The full sentence in the whitepaper is: "These constraints were supposed to protect hash from GPU and ASIC implementation, but a GPU miner appeared on the scene in 2 weeks after this technology got public attention." Thus, contextually we know that his meaning in the word "protect" is "ensure they do not exist". He considers the very existence of a GPU miner a failure of the algorithm, when, in fact, a GPU miner can and should exist as long as it the performance gap is closed. Currently GPU miners are 2-3x as performant / efficient as CPU miners, and by dga's calculations they shan't exceed ~5x the performance / efficiency. Thus the algorithm has completely succeeded at what it purports to do, and has met its primary goal.

tromp
Legendary
*
Offline Offline

Activity: 978
Merit: 1082


View Profile
August 19, 2014, 01:52:06 PM
 #3476

The full sentence in the whitepaper is: "These constraints were supposed to protect hash from GPU and ASIC implementation, but a GPU miner appeared on the scene in 2 weeks after this technology got public attention." Thus, contextually we know that his meaning in the word "protect" is "ensure they do not exist". He considers the very existence of a GPU miner a failure of the algorithm, when, in fact, a GPU miner can and should exist as long as it the performance gap is closed. Currently GPU miners are 2-3x as performant / efficient as CPU miners, and by dga's calculations they shan't exceed ~5x the performance / efficiency. Thus the algorithm has completely succeeded at what it purports to do, and has met its primary goal.

If we're nitpicking, then closing the gap would mean that GPUs are no faster than (the fastest) CPU.
A 2x-3x gap is a narrowed, not a closed gap.

fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
August 19, 2014, 02:41:38 PM
 #3477

The full sentence in the whitepaper is: "These constraints were supposed to protect hash from GPU and ASIC implementation, but a GPU miner appeared on the scene in 2 weeks after this technology got public attention." Thus, contextually we know that his meaning in the word "protect" is "ensure they do not exist". He considers the very existence of a GPU miner a failure of the algorithm, when, in fact, a GPU miner can and should exist as long as it the performance gap is closed. Currently GPU miners are 2-3x as performant / efficient as CPU miners, and by dga's calculations they shan't exceed ~5x the performance / efficiency. Thus the algorithm has completely succeeded at what it purports to do, and has met its primary goal.

If we're nitpicking, then closing the gap would mean that GPUs are no faster than (the fastest) CPU.
A 2x-3x gap is a narrowed, not a closed gap.

That is true, but you and I are resigned in the knowledge that a purpose-built device will always be able to outperform a general purpose device, even if the cost of that purpose-built device is fiscally prohibitive. Thus, the gap cannot ever truly be closed, in the truest sense of the word. Thankfully, this is clarified somewhat: "It is appropriate that some users can have a certain advantage over others, but their investments should grow at least linearly with the power."

Holistically the take away is and should be that the performance gap needed to be reduced between CPUs, GPUs, FPGAs, and ASICs. CryptoNight delivers on that goal quite sufficiently.

Note: I much prefer Cuckoo Cycle over CryptoNight, and am watching its ongoing development with expectation and excitement. Although we do not expect to switch PoWs anytime soon, Cuckoo Cycle is on a very short list of candidates for future consideration.

TheUniporn
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
August 19, 2014, 02:53:26 PM
 #3478

Although we do not expect to switch PoWs anytime soon, Cuckoo Cycle is on a very short list of candidates for future consideration.

I like that this kind of decisions are on the table. I think most devs just chicken out of fear of ruining the price while that's what they're actually doing themselves by sticking with the easy way.
Este Nuno
Legendary
*
Offline Offline

Activity: 826
Merit: 1000


amarha


View Profile
August 19, 2014, 03:14:56 PM
 #3479

Hey. I'm not sure if this is true but apparently Ethereum might use something called DPOS (1). I haven't read the paper yet (2) but according to (1) vitalik agrees that proof of work is dead.

I believe this needs serious analysis in case they are right and onto something.

(1) https://bitcointalk.org/index.php?topic=740684

(2) https://bitcointalk.org/index.php?topic=558316.0

SlipperySlope and anyone else who has an interest in PoS:

What are you opinions on this DPoS? Is this the holy grail that people have been waiting for? I thought Vitalik was a PoW hardliner. So I was a bit surprised to read this.
drawingthesun
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
August 19, 2014, 03:59:20 PM
 #3480

That is true, but you and I are resigned in the knowledge that a purpose-built device will always be able to outperform a general purpose device, even if the cost of that purpose-built device is fiscally prohibitive. Thus, the gap cannot ever truly be closed, in the truest sense of the word. Thankfully, this is clarified somewhat: "It is appropriate that some users can have a certain advantage over others, but their investments should grow at least linearly with the power."

Vitalik is trying to get his PoW to use the general purpose computations from the contracts to prove that they are running CPU's.

I am not sure how far he is along with this idea, because the latest is that he is considering this new dPoS thing. But if he uses PoW and uses the turing complete contracts as proof for the PoW then a cpu would be the optimal hardware for mining, because an ASIC for Ethereum would simply be a better CPU, and then you're up against Intel.

Of course, his ideas might not be possible, which is why they still have no mining algorithm.
Pages: « 1 ... 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 [174] 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 ... 256 »
  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!