Slashdot Mirror


Bitcoin Miners Bail, While Cryptocurrency Capitalization Drops 83% Since January (coindesk.com)

"Bitcoin miners hit hard by the cryptocurrency's crash may be throwing in the towel," reports Bloomberg: The Bitcoin network's hash rate, one way of gauging the computing power dedicated to mining the digital currency, dropped about 24 percent from an all-time high at the end of August through Nov. 24, according to Blockchain.com. While the decline may have partially resulted from miners switching to other cryptocurrencies, JPMorgan Chase & Co. says some in the industry are losing money after Bitcoin's price tumbled. "This suggests that prices have declined to a point where mining is becoming uneconomical for some," JPMorgan strategists led by Nikolaos Panigirtzoglou wrote in a Nov. 23 report, in reference to the falling hash rate...

The break-even cost to mine a single Bitcoin using Bitmain's Antminer S9 rig was estimated at $7,000 in a Nov. 16 report by Fundstrat Global Advisors, though the level is probably lower for some miners with access to cheap electricity and equipment... A big miner shakeout could be bad news for chipmakers including Taiwan Semiconductor Manufacturing Co. and Nvidia Corp. who supply the industry, along with mining-rig designers like Bitmain Technologies Ltd. that are pursuing initial public offerings.

The price of bitcoin dropped 37.4% just in the month of November -- its worst monthly decline in seven years, since August 2011 when it fell from roughly $8 to $4.80. And the decline in bitcoin also dragged down 24 of the top 25 largest cryptocurrencies, reports CoinDesk. "What's more, the average performance of the top 10 cryptocurrencies by market capitalization was -30 percent, while the average performance of all 25 was -37 percent..."

"The total capitalization of the cryptocurrency market has now lost over $690 billion and 83 percent of its value since reaching its all time high north of $820 billion this past January, according to CoinMarketCap."

64 of 148 comments (clear)

  1. Ha ha by Anonymous Coward · · Score: 2, Insightful

    Ha ha

    1. Re:Ha ha by istartedi · · Score: 1

      Homer: Looks like I HODL'd my Nelson Coin a bit too long.
      Snake: I'm transferring Homer's coins to Mexico.
      C. Montgomery Burns: Eeeeeexcellent.

      --
      For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
  2. It will come back by 110010001000 · · Score: 3, Funny

    It will bounce back. Guaranteed. The same thing happened with Flooz in the 1990s.

    1. Re:It will come back by 110010001000 · · Score: 3, Funny

      Wait...they shutdown? I have a lot of Flooz still. No one told me they shut down.

    2. Re:It will come back by Nidi62 · · Score: 3, Funny

      Wait...they shutdown? I have a lot of Flooz still. No one told me they shut down.

      The A/C is lying to you. He's just trying to trick you into giving him your Flooz for nothing.

      --
      The only thing necessary for evil to triumph is for it to be pitted against a slightly greater evil
    3. Re:It will come back by 110010001000 · · Score: 1

      Whew. I'm still on track for retirement then.

    4. Re:It will come back by Anonymous Coward · · Score: 1

      I read some survey somewhere that suggested a lot of people getting into bitcoin knew it was a bubble - they were just hoping to ride it up.
      I personally believed it had hit its peak when it had "gone exponential" and my barber was talking excitedly about bitcoin prices. This is sometimes called the shoeshine boy indicator. And indeed the price started tanking within a couple weeks.
      Who knows, it could climb again and surpass its previous peak... but I think it won't because it's run out of mugs to hold the bag.

    5. Re:It will come back by JustAnotherOldGuy · · Score: 1

      I remember using Flooz to buy buggy whips and a new tin of Uncle Earl's Mustache Wax.

      --
      Just cruising through this digital world at 33 1/3 rpm...
    6. Re:It will come back by Applehu+Akbar · · Score: 1

      The 'shoeshine boy indicator' is a pretty reliable tell for when an investment mania is reaching exponential bubble status.

      Look not just at Bitcoin, but at all the other cryptocurrencies (over 900 of them last time I checked!) that have been launched for people who think they missed the boat on Bitcoin when it was selling so high a year or so back. The crash will start on these 'alt-coins' first. We will find that a lot of people effectively borrowed against Bitcoin positions to "invest" in alt-coins. When these become worthless, Bitcoin itself will fall.

      What do I mean my "effectively borrow?" Although you can't actually pledge a Bitcoin position as collateral to a bank, the wealth effect you feel when you have a large position in BTC has caused people to borrow on credit cards, car titles, etc. to fund alt-coin positions. In the aftermath, we will find that a shockingly large number of people did that.

    7. Re:It will come back by hoggoth · · Score: 1

      I had the same experience with my Van Dyke style beard. When 4/4 Postal Clerks at my local Post Office had Van Dykes (one of them is a woman) I knew it wasn't hip anymore.

      --
      - For the complete works of Shakespeare: cat /dev/random (may take some time)
  3. Why Bitcoin has a maximum Flux by goombah99 · · Score: 5, Interesting

    Not all Cryptocurrencies are doomed, but All cryptocurrencies based on "proof of work" are doomed. Here's the analysis.

    The sole purpose of proof of work is to make a double-spend impossible in a distributed (no centralized authority) system. In a distributed system, multiple ledgers might exist so the rule is the longest blockchain ledger trumps any other. With this rule the only way a cheater can spend a coin, get the benefit of the transaction, then after the fact erase the expenditure from the transaction is if they can using their own CPU power extend the pre-spend ledger faster than the post-spend ledger is being chained by the collective cpu power of the community. This is often dubbed the 51% attack. In real life it take more than 51% or a dose of good luck to make it work, but 51% is a good name for it.

    No DISTRIBUTED cryptocurrency can exist if it does not solve the double spend problem. Many use proof of work.

    How does proof of work do this? Well it doesn't work if the cost of getting 51% of the collective CPU power is less than the profit you can make by re-writing the ledger successfully.

    Proof-of-work therefore has to adaptively adjust the cost of doing that so that the amount of money being transacted is always less than the cost someone wold incur for confidently performing a 51% attack.

    You can imagine a lot of ways of doing that adaptation, bit coin has an approximate one built into it's growth rate and hash rate.

    How good the approximation is, is less important than the bottom line: No cryptocurrency can survive long term if it is vulnerable to a 51% attack, and so the proof of work cost must grow with the transaction volume.

    This means the costs of operating any system based on that principle is doomed to collapse in heat death as it grows beyond practical size.

    If you want to have a viable cryptocurrency, then you need to come up with some clever system that impairs the double spend problem without proof of work. Alternatively you need to rig things so that the 51% attack does not scale lineary with the number of CPUs you have. (this might be rule based such as voting cheaters off the island, but that particular solutions isn't it because it just moves the problem somewhere else not solving it)

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:Why Bitcoin has a maximum Flux by 110010001000 · · Score: 2

      Just like every paper currency has failed because of counterfeiting.

    2. Re: Why Bitcoin has a maximum Flux by goombah99 · · Score: 1

      please explain what SSL has to do with this. I am mystified, and curious.

      --
      Some drink at the fountain of knowledge. Others just gargle.
    3. Re:Why Bitcoin has a maximum Flux by 110010001000 · · Score: 1

      Yeah. Exactly. All currencies are doomed because they have a flaw that could be exploited. Thanks for the insight.

    4. Re: Why Bitcoin has a maximum Flux by goombah99 · · Score: 3, Informative

      I disagree. While it may use public key signatures it's a lot more sophisticated than that. There are several key difference. Among these is the actual storing of value in the signed transactions as opposed to a signed transaction referencing an external contract.

      Let me give an example. If you and I wanted to sign a contract, I could sign the contract in the usual SSL method of signing a contract that is provably linked to my private key. To be specific, it is provable that the person behind a specific public key is the only person who could have signed it (assuming their private key is private).

      That contract might say I promise to pay you $100.

      But that doesn't mean I actually have paid you $100. It just means I promised to do it. Now perhaps you could take that promise to a third party like my bank and treat it as a demand note (i.e. like a check). But the actual transfer of wealth isn't assured just by that signature. It takes something else to make it real.

      With bitcoin, the memo itself actually transfers the bitcoin! If I say I am doing it, I actually just did it.

      What makes bitcoin clever is that it figured out a way to store wealth in the bits. A way you could actually deposit real money into the system to make electronic transactions real money transactions.

      It's quite a bit more sophisticated than SSL. But you are right that public/private keys are required. But they are not the "magic".

      --
      Some drink at the fountain of knowledge. Others just gargle.
    5. Re:Why Bitcoin has a maximum Flux by Kjella · · Score: 1

      I don't think your argument is a very good one because most currencies fail eventually. If you got Roman coins that were once backed by the mightiest empire on Earth they're not usable as currency today, but they functioned for a while. If Bitcoin flops and dies because the blockchain is abandoned or becomes chaos, well it functioned for a while. If you bake in the risk premium of the occasional catastrophic failure it's just a cost of doing business. For example drug smugglers know that 100% of the drugs don't make it through, occasionally it's confiscated and they lose everything. It doesn't mean drug smuggling is unprofitable, the margins are so big they make a profit on everything that gets through. I think it's the same with taking payment via cryptocurrencies, every day it works they make money and if it crashes out to $0 well too bad let's start taking payment in some other small, still functional coin(s).

      Same thing with exchanges and such, they'll just structure commissions and fees so they make money whether the currency goes up or down or flops. Speculators? Well, some win... but like day traders, many people lose. But the other groups I mentioned have some nominal interest in keeping it working, they don't want it all to crash. But one currency is quite expendable, in fact many alt-coins have already been born and died rather quick. They're not going to do anything about people losing money, not until the system itself starts to tear apart.

      --
      Live today, because you never know what tomorrow brings
    6. Re:Why Bitcoin has a maximum Flux by phantomfive · · Score: 1

      I don't think this is exactly right, because there are other ways to "increase the cost of doing the double spend." If you are exchanging $1million worth of bitcoin for a valuable painting, for example, you can do the bitcoin transaction, then wait for the transaction to be added to the block-chain, then wait longer so it is several levels deep in the block-chain. As the transaction gets deeper and deeper into the chain, it becomes harder and harder to forge.

      In practice, for a high-value transaction, 6 levels is deep enough to be sure (and that takes an hour on average).

      --
      "First they came for the slanderers and i said nothing."
    7. Re:Why Bitcoin has a maximum Flux by drnb · · Score: 1

      Any paper currency that you could perfectly counterfeit would quickly fail.

      The British pound notes of WW2 suggests otherwise. The British government recalled and replaced notes. Sure it hurt, and the pound was devalued on the continent, but it survived.
      https://insh.world/history/how...

    8. Re:Why Bitcoin has a maximum Flux by Hallux-F-Sinister · · Score: 1

      Just like every paper currency has failed because of counterfeiting.

      There are a couple hilariously glaring flaws in this argument: first, if you counterfeit Bitcoin, even if you do so while physically present in, say, the United States, a country that has reasonably strong law enforcement and investigative functions, they’re probably not going to take it as seriously as if you counterfeit US dollars; if you do so from outside the US, from any-old-where on Earth, how is anyone ever going to catch or punish you? Are they even likely to bother?

      Second, even inasmuch as it is possible to counterfeit, for example, US dollars, when someone hands you a fistful of dollars in exchange for some work or a product, some produce, etc., you can be reasonably confident, especially if you examine them, look for the security features, make sure they’re genuine, and knowing the Secret Service, (yes, they’re not just the president’s Praetorian Guard,) will hunt down and prosecute people who make or pass counterfeit notes, that the notes you’ve been handed are real, genuine, and have a certain knowable value.

      When someone gives you a string of numbers and says, “that’s a Bitcoin,” any reasonable person has to wonder, “is it?” A US Federal Reserve Note on the other hand, you can examine. You can look for watermarks, holographic threads woven into the fabric, resistance to certain acids, how it looks under UV light, details in the design difficult to mimic, etc. None of this can be done with Bitcoin.

      The same things I’ve written about US dollars are true of most modern, government issued, hard-currencies around the world, because those countries that issue them have the same vested interest as the US does, in not allowing people to counterfeit them.

      What government is going to waste its time giving a shit if someone counterfeits something the whole point of which is making it so people can avoid using the dollars, francs, marks, or pounds (or whatever... I guess some of those aren’t even used anymore, but if the Euro collapses, they might be brought back,) that they themselves issue, which though there are legitimate reasons to choose to use them, could be popular because they allow for evasion of taxes, or the purchase of contraband, etc.

      If I were the US, (or any other) national government, not only would I not bother prosecuting “crimes” committed involving play-money, like Bitcoin, but I’d do whatever I legally could to hinder Bitcoin, including lending my resources, such as the NSA and CIA, etc., to the cause of letting people periodically hijack and steal Bitcoins or Bitwallets or whatever, just to undermine confidence in them, and tracking every purchase made with it.

      Am I saying that they’re actively doing that? No. But I wouldn’t put it passed them, and if they’re not, maybe they should.

      --
      Our reign has gone on long enough. Indeed. Summon the meteors.
    9. Re:Why Bitcoin has a maximum Flux by Srin+Tuar · · Score: 1

      > but All cryptocurrencies based on "proof of work" are doomed.

      That would be all cryptocurrencies. PoS has been proven to be equivalent and inferior to PoW.

      > adjust the cost of doing that so that the amount of money being transacted is always less than the cost someone wold incur for confidently performing a 51% attack.

      Lol, you need to re-read the white paper. Look for the math on "confirmations".

      Its very routine to transact amount far in excess of the transaction fees and block rewards. but each subsequent transaction set contributes to the security of past ones, cumulatively. so you assertion is flat wrong.

    10. Re: Why Bitcoin has a maximum Flux by dryeo · · Score: 1

      At times, those Roman coins were pretty debased. While having collector value, those don't have much intrinsic value.
      Even the silver coins I saved as a kid, a dime had the face value of a chocolate bar, 2-2.5 chocolate bars in silver value. That silver dime is worth about half a chocolate bar now.

      --
      https://en.wikipedia.org/wiki/Inverted_totalitarianism
    11. Re:Why Bitcoin has a maximum Flux by goombah99 · · Score: 1

      > but All cryptocurrencies based on "proof of work" are doomed.

      That would be all cryptocurrencies. PoS has been proven to be equivalent and inferior to PoW.

      > adjust the cost of doing that so that the amount of money being transacted is always less than the cost someone wold incur for confidently performing a 51% attack.

      Lol, you need to re-read the white paper. Look for the math on "confirmations".

      Its very routine to transact amount far in excess of the transaction fees and block rewards. but each subsequent transaction set contributes to the security of past ones, cumulatively. so you assertion is flat wrong.

      I don't agree. Suppose you wait ten rounds of confirmations before assuming your transaction is safe. Has this changed the ratio of how much the fraudster gets versus how much it costs? E.g.can one say "well yeah, it's now ten times harder to unroll. so it won't be worth it". Wrong.

      that's naive because it's only looking at one transaction. If the fraud keeps adding new transactions every epoch of the bitcoin processing then they increase their potential winnings by 10 also. So the ratio of win versus cost to win stays the same

      --
      Some drink at the fountain of knowledge. Others just gargle.
    12. Re:Why Bitcoin has a maximum Flux by misnohmer · · Score: 1

      "Voting cheaters off the island" is also an attack vector. If you can somehow, even temporarily, vote off a large chunk of the collective, 51% of a smaller collective scales down.

    13. Re:Why Bitcoin has a maximum Flux by Srin+Tuar · · Score: 1

      > that's naive because it's only looking at one transaction.

      How many fraud transactions can you float? each one you add has a fixed cost, and if the fraud is detected or blocked you could also lose your funds forever.

      > that's naive because it's only looking at one transaction. If the fraud keeps adding new transactions every epoch of the bitcoin processing then they increase their potential winnings by 10 also. So the ratio of win versus cost to win stays the same

      This doesnt stack; if your attack is based on a six confirmation release of funds then all of your pending attacks with 5 or fewer fail.

      so you have to undo at least R-1 blocks at cost with no benefit to yourself, depending on the nature of the victims. You also have to overcome any withdraw limits and IDV or else you can end up with a pure loss. Generally there are not many easy targets.

      In the mean time; all new transactions add to the attack cost of all new ones, which means your ante-up for this attack is about 1.5 billion dollars, with no guarantee of success.

      Unless you can control more than half of mining, prevent exchange security measures, avoid identification, and float enough funds at risk to make this all worthwhile, then its simply too risky and low return. And if you have that much money why bother ?

  4. Re:Other crypto? by Luckyo · · Score: 2, Informative

    And the article references nvidia as taking a hit in this one, which is equally ignorant, as ethereum ASICs pushed GPU mining out completely a few months ago. It's why nvidia and its board partners are reported to have large warehouses full of unsold GTX 1060s, which were the most economical card to mine ethereum on before ASIC hit the market.

  5. Can only go so far by tie_guy_matt · · Score: 1

    No matter how far the price drops, remember that the price can never drop bellow the implicit value of a bitcoin. Oh wait, never mind!

    1. Re:Can only go so far by DanielRavenNest · · Score: 1

      The value of a bitcoin is how useful it is to transfer money from point A to point B. It's like the cost of a UPS shipping label, or a Western Union money transfer fee. The bitcoin fee part is your cost and hassle to convert from your local currency, and then send the funds to the destination.

    2. Re:Can only go so far by drnb · · Score: 1

      The value of a bitcoin has always been, and continues to be, the value a speculator is willing to pay for it.

      75% drops in value are somewhat routine. This one is slightly deeper, probably because the non-nerd speculators have recently joined the traditional nerd speculators. Many of the non-nerd speculators were fully away of this and expected a drop to $4-5K, it was something they conceded publicly on CNBC at times during those $10K-15K days.

  6. Re:Modding up! by 110010001000 · · Score: 1

    It is similar to the "peak oil" fanatics. They write the diatribes about how "peak oil" is right around the corner and everything is going to collapse (for the last 50 years).

  7. Re:Modding up! by mermeid007 · · Score: 1

    Well, if you are a Misanthrope, you might not like me!

  8. My plot for a future Bond/Heist movie by goombah99 · · Score: 5, Funny

    Between cat grooming session, Ernst Stavro Blofeld arranges to take delivery of all the diamonds in the DeBeers vaults after paying in bitcoin. As his trucks drive off with the purchased diamonds, an unexplained nationwide power failure ripples across china. It only lasts ten minutes. And then power is restored. It is traced to a faulty decision at a load balancing station that drove the grid to instability and causing every power plant to take itself off line to protect itself. While the power is down, 99% of all the bitcoin miners are offline. It's impractical to use UPSs for bitcoin mining since they are so power intensive. Worse, most miners outside china were getting their blockchain publications to and from nodes in china so they are effectively shut out of the chain extension process too. Meanwhile Blofeld contracted with AWS for a relatively modest amount of surge CPU power to re-write the ledger are 0.01% of the cost. And somehow Debeers never received payment at all.
    Blofeld can then both crash the economies of nations, buy islands for missile launching, destabilize the value of diamonds leading to the destruction of marriage, and dress his cat in a diamond Liberace outfit.

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re: My plot for a future Bond/Heist movie by toddestan · · Score: 1

      Hey, it's a Bond movie. Do you really think 007 has a cutting laser in his watch too?

  9. Re:Modding up! by 110010001000 · · Score: 1

    Exactly. It always "just happened" with you nuts. So predictable.

  10. Meanwhile...... by JustAnotherOldGuy · · Score: 3, Insightful

    Meanwhile, the money I have in Bank Of America and Chase are still worth pretty much exactly what they were worth yesterday.

    --
    Just cruising through this digital world at 33 1/3 rpm...
    1. Re:Meanwhile...... by alvinrod · · Score: 4, Informative

      So were the Bolivian bolivar, the Zimbabwe dollar, or the Yugoslavian dinar right up until they weren't. A fiat currency isn't a guarantee of safety either. The drop in bitcoins value is absolutely horrendous, but some of those currencies were losing that much of their value every single week, or even more quickly. I think post-WWII Hungary holds the record at some several quadrillion percent inflation per month. That's an amount so large that if you average it out, a Hungarian pengo would have lost more value than bitcoin has over this last year in between the time it started and finished being printed.

    2. Re:Meanwhile...... by JustAnotherOldGuy · · Score: 1

      And if the dollar tanks, what do you think Bitcoin will do? It'll take a nosedive too.

      I like the idea of cryptocurrencies in general, but I don't think they're mature enough to trust with anything other than "fun money", that is, money you can afford to lose. And the exchanges? They seem to be little more than a place to stash your coins so they can all be stolen at once.

      If your exchange gets robbed or hacked or whatever, your money is gone gone gone....but if they rob my local Bank of America or Chase, my money is still there (up to the FDIC limit, anyway).

      When a cryptocurrency offers that level of protection, then I'll take it more seriously.

      --
      Just cruising through this digital world at 33 1/3 rpm...
    3. Re:Meanwhile...... by DerekLyons · · Score: 1

      So were the Bolivian bolivar, the Zimbabwe dollar, or the Yugoslavian dinar right up until they weren't. A fiat currency isn't a guarantee of safety either.

      Which sure sounds impressively frightening. If you're uneducated, clueless, or a bitcoin zealot. (Yeah, I realize the last is kinda redundant.) Someone who is none of those things realizes two things - first, you're cherry picking. Second, that all of those currencies failed during periods of massive economic unrest... While bitcoin is failing for no apparent reason at all.

      Fiat currencies may be no certain guarantee of safety, but their track record is a hell of a lot better than bitcoin's.

    4. Re:Meanwhile...... by JustAnotherOldGuy · · Score: 1

      Second, that all of those currencies failed during periods of massive economic unrest... While bitcoin is failing for no apparent reason at all.

      Exactly. What drives the price of bitcoin up and down? No one has a clue, and if they say they do they're either lying or mistaken.

      People say the stock market is irrational (and it certainly is) but bitcoin is far and away more unpredictable than any stock.

      Oh sure, there are tons of "after action" reports that claim to explain why bitcoin did this or that, but you'll notice there are never any reliable reports that predict where bitcoin will be in a week, or a day, or even an hour from now.

      Bitcoin (and blockchain and all the other related stuff) is interesting, maybe even fascinating, but it's far too immature and fickle to bet any significant amount of my money on.

      --
      Just cruising through this digital world at 33 1/3 rpm...
  11. Financial Bubble Deflating by DanielRavenNest · · Score: 3, Insightful

    This is what a financial bubble looks like after it pops. Should be no surprise to anyone who has studied the phenomenon. We had the dotcom bubble around 2000, and the housing bubble in 2007, and many more before that.

    1. Re: Financial Bubble Deflating by reanjr · · Score: 2

      Yes and no. Bitcoin bubbles are at a scale that dwarfs other asset bubbles. The bubbles are much frothier.

  12. Good by Alain+Williams · · Score: 4, Insightful

    What a waste of electricity and the consequential effects on global warming.

    1. Re: Good by Zocalo · · Score: 1

      The professional miners tend to congregate their server farms where the combination of electricity and hosting costs are cheapest, not where it's greenest, which means a healthy mix of supply types - e.g. mostly renewables in places like Iceland, vs. a healthy dose of carbon-based in places like China. Then you have the illicit miners who don't give a damn because they're not paying for it; all they care about is whether their minerbot's delivery mechanism has a suitable exploit for as many potentially vulnerable targets as possible. Besides basic statistics, the practicalicalities of how crypto-currency works pretty much guarantees there is going to a split between energy types that will fluctuate continually due to basic economics ahead of anything else.

      Either way it's moot, because of thermodynamics and conservation of energy (which is also why you should instantly climate change arguments from anyone who claims mankind has a near-zero impact on the climate). All those renewable power supplies still require the consumption of materials and power to build, operate, and cool, with the net result that they damage the environment and contribute to global warming. All that waste heat from processor cycles has to go somewhere...

      --
      UNIX? They're not even circumcised! Savages!
  13. Re: Miner Miner Forty-Niner by reanjr · · Score: 1

    750,000 pounds of gold was found, which probably went directly to the banking cartels through lending to gold rush businesses, etc. A hundred years later, the families of the guys who sold tools are middle class Americans, and the banks have profited immensely off the gold.

  14. Re:are you growing weed? by spth · · Score: 1

    Yes, already back in 2011 in Canada. News reports can still be easily found.

  15. Crypto software based, proof of work not required by drnb · · Score: 1

    Not all Cryptocurrencies are doomed, but All cryptocurrencies based on "proof of work" are doomed.

    Cryptocurrencies are based on software, they can be changed. They can migrate from proof of work to other methods, Etherium has planned on doing so all along. Bitcoin and other coins could do so if necessary.

  16. good, its about time crypto-currency crashed by FudRucker · · Score: 4, Insightful

    now the price of video cards should return to normal and the supply will be able to fill the demand

    --
    Politics is Treachery, Religion is Brainwashing
    1. Re:good, its about time crypto-currency crashed by swillden · · Score: 1

      now the price of video cards should return to normal and the supply will be able to fill the demand

      Does mining have any effect on the availability of GPUs any more? I doubt it. ASIC mining rigs have taken over.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    2. Re:good, its about time crypto-currency crashed by DontBeAMoran · · Score: 1

      Some coins have been designed to be ASIC-resistant, so yes a price drop should affect availability of GPUs.

      On the other hand, some coins like Reddcoins which are proof-of-stake don't use raw processing power so don't affect GPU availability one way or another.

      --
      #DeleteFacebook
    3. Re:good, its about time crypto-currency crashed by AHuxley · · Score: 1

      Depends on the cost of power, the "math" needed for that cryptocurrency, the math ability of the GPU at a price, the way a cryptocurrency was set up.

      --
      Domestic spying is now "Benign Information Gathering"
    4. Re:good, its about time crypto-currency crashed by swillden · · Score: 1

      A few obscure coins are ASIC-resistant, but there's not enough work being done on them to affect GPU prices.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    5. Re:good, its about time crypto-currency crashed by swillden · · Score: 1

      Depends on the cost of power, the "math" needed for that cryptocurrency, the math ability of the GPU at a price, the way a cryptocurrency was set up.

      Right now, the math for all of the major cryptocurrencies is such that unless your power is basically free, GPU-based mining is unprofitable. And if you have really cheap power, you'll make much more money by using ASICs.

      Yes, there are the ASIC-resistant coins, but they're in the noise.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  17. Its not as if wall street types didn't concede ... by drnb · · Score: 1

    Its not as if wall street types on CNBC didn't acknowledge previous massive drops in bitcoins history and conceded a drop to $4-5K was a real possibility .. oh wait. Many knew/know it is a "greater fool" game, they just don't expect to be the greater fool themselves.

  18. What I'd like to know... by gnasher719 · · Score: 2

    I would really like to know what are the total profits and losses of the whole bitcoin thing.

    Take any person or company who invested in bitcoin by buying or by mining, take how many dollars they got by selling bitcoin, take the value of their bitcoins today, subtract their total cost of mining, fees, buying bitcoin. If they are ahead, count them under "profits". If they lost money, count them under "losses". So the guy who mortgaged his house to buy 10 bitcoins for $19,000 worth $4,000 today adds $150,000 to "losses".

    But there must be people sitting on tons of bitcoins harvested when it was easy. I wonder if they have any chance ever to turn this into real money.

    1. Re:What I'd like to know... by TeknoHog · · Score: 1

      So the guy who mortgaged his house to buy 10 bitcoins for $19,000 worth $4,000 today adds $150,000 to "losses".

      That 150,000 doesn't just fall into a sinkhole. It goes to other people who sell the coins. So yes, there are people getting rich off Bitcoin by simply trading it. I know a handful of people who earned millions of EUR and/or bought their own apartment with their Bitcoin profits.

      I'm not sure if it's all reasonable and fair, but it's a drop in the ocean compared to all the shady deals of traditional finance and stock markets. I do think that mortgaging your house for almost any kind of investment is beyond stupid, though.

      --
      Escher was the first MC and Giger invented the HR department.
  19. You mean intrinsic, right? by lamer01 · · Score: 1

    That concludes my first pedantic post on /. ever.

  20. minus inflation by lamer01 · · Score: 2

    So, 0.0195% less than yesterday

  21. Re:Modding up! by Jeremi · · Score: 1

    They write the diatribes about how "peak oil" is right around the corner and everything is going to collapse (for the last 50 years).

    Given that there is a finite amount of oil on the planet, and that oil is effectively destroyed as it is used, they will sooner or later be correct.

    --


    I don't care if it's 90,000 hectares. That lake was not my doing.
  22. Re:Lol, Doctor Luckyo the plastic eating faggot? by Luckyo · · Score: 1

    I didn't say we know the effect to be harmless. I said that as far as we know right now, they're harmless. Which if you understand the scientific method, is literally the best that can be said about anything. We can never prove something to the fullest extent, we can merely state that as far as the best effort attempts to find out found out, it appears to be harmless. The original study that found the microplastics in human bodies stated that they were observed to be chemically inert and mechanically too small to interact with cellular structures, though which they appear to pass uninhibited.

    The AC stalker edgy boy here is trying to continue with the PR narrative that much of journalist class grabbed on to to sell clicks that plastic garbage in the oceans is the same thing as microplastics, even though those are two completely separate issues, with separate causes and separate effects.

  23. I saw an ad for bitcoin mining in train by aepervius · · Score: 1

    When it becomes so mainstream as to be ads in train, then I am thinking of people trying to fleece the public, and regulation will follow not far away (this is the EU not the US where consumer protection are somewhat weaker).

    --
    C. Sagan : A demon haunted world:
    http://www.amazon.com/gp/product/0345409469/
    visit randi.org
  24. Pointless "proof of work" is doomed. by Martin+S. · · Score: 1

    You make a good point, but I can see a potential future space for genuinely useful proof of work based crypto.

    An example would be protein folding which was done for free like the SETI analysis, similar scientific tasks could have been wrapped up as useful proof of work. They were not, they were done for free. The work done on protein folding has value to society. Similar productives proof of work tasks could be rewarded by the value tied up in the work. The a share of the revenues from the application of the work could be paid as dividends just like conventional stocks.

    The exchanges could exist to trade a full range of these like conventional stocks.

    Wasted energy crypto is doomed, this is why bitcoin has always been a huge pyramid scheme, there is no fundamental value in it.

  25. Bitcoin Ain't No Bubble by Chealer · · Score: 1

    "cryptocurrency" isn't just a bubble... see http://www.philippecloutier.co...

  26. Re:Pointless "proof of work" is doomed. by goombah99 · · Score: 1

    I agree. Indeed I've thought about protein folding as a great proof of work if it could be harnessed. Are you working on that?

    --
    Some drink at the fountain of knowledge. Others just gargle.
  27. Re:The REAL story by TJ_Phazerhacki · · Score: 1

    They're idiots. BTC loses money on electricity at this cost so it WILL go up within a fairly short amount of time.

    "Bitcoin is expensive to make, so it's going to go up in price! Idiots!" Someone took off early from Econ 101, only got through the 'Supply' side of the lecture. Might want to go back and freshen up on the 'Demand' notes the smart people took while you were off spending your virtual millions...

    --
    Physics is nothing like religion. If it was, we'd have an easier time trying to raise money!
  28. Re: Miner Miner Forty-Niner by reanjr · · Score: 1

    He was talking about tradesmen and craftsmen who sold to the miners. My point was that it ultimately ended up with the bankers.