Author

Topic: [2018-07-31]BTC Plunges Below $8k Amid Unexpected Sell-Off On the Last Day of Ju (Read 178 times)

brand new
Activity: 0
Merit: 0
each implementation of bitcoin should have a way of producing and verifying ECDSA signatures and work with scripts to some extent (usually standard ones only) but they don't have to have the flags used in bitcoin core specially when it comes to message verification. for example none of these exist in SPV clients such as Electrum so their code has to significantly change if they wanted to implement this I.P.:
Verifying
Verify a proof, given a standard flags value, a script sig, an optional witness, and a derived sighash as described above.
1. Verify Script with flags=consensus flags (currently P2SH, DERSIG, NULLDUMMY, CLTV, CSV, WITNESS), scriptSig=script sig, scriptPubKey=scriptPubKey, witness=witness, and sighash=sighash
3. Verify Script with flags=standard flags (above plus STRICTENC, MINIMALDATA, etc.), scriptSig=script sig, scriptPubKey=scriptPubKey, witness=witness, and sighash=sighash

also these flags are used during block verification and most of them are there for backward compatibility (eg. whether BIP-66 is enabled to use DERSIG or BIP-112 for OP_CSV), i don't see why they should be used in a message signature verification.

not to mention that certain things from bitcoin scripts can not even be imported into message verification. some are addressing malleability issues, some OP codes such as those involving locktimes cause a lot of problems as there is no transaction or block to use for verification, the "signature" that is popped from the stack in transaction during script evaluation has a sighash flag which makes no sense in a message since there is no txout/ins to sign based on that,...

Quote from: gmaxwell on July 12, 2020, 05:57:52 AM
So I don't think anyone particularly wants to use the bitcoin core code base-- but rather they want a signmessage that works for all Bitcoin addresses.
then the proposal could have been a lot simpler or even expand on BIP-137 instead.
for instance as i said above there is no reason to use "witness" in a message signature from a bitcoin address since we are not producing a transaction and backward compatibility of SegWit is not needed here.

take P2PKH and P2WPKH, both of them are the exact same thing there is a pubkey that is hashed using HASH160 and there is a signature that matches that pubkey. in a transaction it makes a difference when creating the hash digest for verification and where the "stack items" are placed, but it is the same when verifying a message.
same with P2SH and P2WSH.
each implementation of bitcoin should have a way of producing and verifying ECDSA signatures and work with scripts to some extent (usually standard ones only) but they don't have to have the flags used in bitcoin core specially when it comes to message verification. for example none of these exist in SPV clients such as Electrum so their code has to significantly change if they wanted to implement this I.P.:

SPV clients don't verify transactions-- they can't because they don't have access to scriptpubkeys.   This means that I wouldn't expect SPV clients to already contain the relevant code.

Quote
also these flags are used during block verification and most of them are there for backward compatibility (eg. whether BIP-66 is enabled to use DERSIG or BIP-112 for OP_CSV), i don't see why they should be used in a message signature verification.


Yucky for the spec to be described in terms of those flags which are presumably not adequately documented.

But the behaviour they signify has to be handled correctly to use generic Bitcoin addresses to process messages.
https://community.ziggo.nl/sport-144/kijk-glory-76-met-badr-hari-benny-adegbuyi-livestream-direct-69598
Quote
not to mention that certain things from bitcoin scripts can not even be imported into message verification. some are addressing malleability issues, some OP codes such as those involving locktimes cause a lot of problems as there is no transaction or block to use for verification, the "signature" that is popped from the stack in transaction during script evaluation has a sighash flag which makes no sense in a message since there is no txout/ins to sign based on that,...
The strategy there should be to operate with a dummy, and the spec should be describing it that way.

Quote
take P2PKH and P2WPKH, both of them are the exact same thing there is a pubkey that is hashed using HASH160 and there is a signature that matches that pubkey. in a transaction it makes a difference when creating the hash digest for verification and where the "stack items" are placed, but it is the same when verifying a message.
same with P2SH and P2WSH.

That sounds like just falling into the same trap of only supporting an absurdly narrow subset of keys users use which then stands in the way of new use cases.  I think that's just a total waste of time, and actually harmful for the industry.

For example, there have been users that refused to change to multisig-- when they could have otherwise used it,  because they couldn't signmessage with it and they'd adopted some workflow that required them to signmessage with their addresses.  The old signmessage format has turned out to be a boat anchor that has actually slow the adoption of new techniques and better security in Bitcoin.  In hindsight, I think we made a mistake in ever implementing it in the first place.

http://agi.alabama.gov/event/videos-canelo-v-smith-liv-9xm-tv09.html
http://agi.alabama.gov/event/videos-canelo-v-smith-liv-9xm-tv.html
http://agi.alabama.gov/event/video-canelo-v-smith-liv.html
http://agi.alabama.gov/event/video-canelo-v-smith3.html
http://agi.alabama.gov/event/canelo-v-smith.html
http://agi.alabama.gov/event/video-mis-liv-on9.html
http://agi.alabama.gov/event/video-mis-liv-on.html
http://agi.alabama.gov/event/video-mis-2021-tv.html
http://agi.alabama.gov/event/video-mis-12-19.html
https://www.bkreader.com/events/watch-boxing-canelo-vs-smith-live-streams-free-full-fight/


There is certainly a place in the world for message signing systems that are simpler and less -- well-- weird than Bitcoin script but for those you should use something like PGP or signify.

And I don't intend to defend the BIP322 specifics -- only the general motivation of using script so that you can sign with arbitrary addresses.

It's not done that way because the authors wanted to use some bitcoin core internals, it's that way because its intended to be a generic mechanism that works for _every_ address, unconditionally, even ones that aren't widely in use right now-- and can be easily extended as bitcoin's consensus rules are. The easiest way to do that is to use a bunch of bitcoin internals, but it sounds like it's currently resulting in an unclear spec. -- apparently unclear enough that it didn't make its motivation and justifications clear enough.

Inherently though, anything generic is going to be more work to support for something that doesn't actually support verifying bitcoin signatures.  There really isn't any way around that-- but fortunately no one is required to implement it!
tiagocs, pooya87, I think it's important that BIP322 work with arbitrary scripts, for the reasons that gmax has stated. But I also agree that BIP322 is written currently to require very heavy machinery (basically, linking to libbitcoinconsensus to do absolutely anything, and goes out of its way to expose sharp edges of Script. For example, allowing non-low-S signatures and then requiring verifiers to mark this as "inconclusive" appears to serve no purpose.

I wonder if you would support a version of BIP322 which:
brand new
Activity: 0
Merit: 0
Bitcoin Plunges Below $8k Amid Unexpected Sell-Off on the Last Day of July

NYT Columnist Paul Krugman Tries to Justify his Skepticism Towards Cryptocurrencies, Claims Bitcoin Represents a 300-year economic regression


Read Here: https://news.bitzamp.com/cryptocurrency-market-loses-16-billion-as-bitcoin-falls-below-8000-again/


I think you're mistaken.

If you want something that signs messages in general use GPG.  It would be an extremely bad practice to come up with some novel cryptosystem just to sign messages when established audited and mature alternatives exists.

Bitcoin uses a novel cryptosystem for signing transactions called Bitcoin Script which allows all sorts of complex constraints on the signatures.  It's why with Bitcoin you can do multisig-- but for GPG and whatnot, you can't really (technically it could be done, but would need complex MPC crypto which no one implements).

Sometimes you want to sign messages with bitcoin addresses, e.g. to have the operator of an address attest to something.

If you're going to do that and support all addresses, then you need to use Bitcoin script to do it. In doing so, you pick up some of the structure that goes around script-- some of which may not be as useful outside of the blockchain.

So I don't think anyone particularly wants to use the bitcoin core code base-- but rather they want a signmessage that works for all Bitcoin addresses.

Quote from: tiagocs on July 11, 2020, 07:45:44 PM
1 - Why was it chosen to prepend the scriptPubKey (when not P2PKH) to the preimage? To me, this adds unnecessary complexity which will slow down the adoption of BIP 322 by bitcoin libraries.
I'm not sure, but I could speculate:

Because that's how signing works in Bitcoin so it should make it simpler for existing code. Also signatures generally must commit to their public keys or weird vulnerabilities crop up where you think you're signing with one key, but you're really signing for a related key.

https://community.ziggo.nl/stel-je-vraag-211/kickboksen-glory-76-live-op-tv-naar-kijken-69600
Bitcoin uses a novel cryptosystem for signing transactions called Bitcoin Script which allows all sorts of complex constraints on the signatures.
each implementation of bitcoin should have a way of producing and verifying ECDSA signatures and work with scripts to some extent (usually standard ones only) but they don't have to have the flags used in bitcoin core specially when it comes to message verification. for example none of these exist in SPV clients such as Electrum so their code has to significantly change if they wanted to implement this I.P.:
Verifying
Verify a proof, given a standard flags value, a script sig, an optional witness, and a derived sighash as described above.
1. Verify Script with flags=consensus flags (currently P2SH, DERSIG, NULLDUMMY, CLTV, CSV, WITNESS), scriptSig=script sig, scriptPubKey=scriptPubKey, witness=witness, and sighash=sighash
3. Verify Script with flags=standard flags (above plus STRICTENC, MINIMALDATA, etc.), scriptSig=script sig, scriptPubKey=scriptPubKey, witness=witness, and sighash=sighash

also these flags are used during block verification and most of them are there for backward compatibility (eg. whether BIP-66 is enabled to use DERSIG or BIP-112 for OP_CSV), i don't see why they should be used in a message signature verification.

not to mention that certain things from bitcoin scripts can not even be imported into message verification. some are addressing malleability issues, some OP codes such as those involving locktimes cause a lot of problems as there is no transaction or block to use for verification, the "signature" that is popped from the stack in transaction during script evaluation has a sighash flag which makes no sense in a message since there is no txout/ins to sign based on that,...

Quote from: gmaxwell on July 12, 2020, 05:57:52 AM
So I don't think anyone particularly wants to use the bitcoin core code base-- but rather they want a signmessage that works for all Bitcoin addresses.
then the proposal could have been a lot simpler or even expand on BIP-137 instead.
for instance as i said above there is no reason to use "witness" in a message signature from a bitcoin address since we are not producing a transaction and backward compatibility of SegWit is not needed here.

take P2PKH and P2WPKH, both of them are the exact same thing there is a pubkey that is hashed using HASH160 and there is a signature that matches that pubkey. in a transaction it makes a difference when creating the hash digest for verification and where the "stack items" are placed, but it is the same when verifying a message.
same with P2SH and P2WSH.
each implementation of bitcoin should have a way of producing and verifying ECDSA signatures and work with scripts to some extent (usually standard ones only) but they don't have to have the flags used in bitcoin core specially when it comes to message verification. for example none of these exist in SPV clients such as Electrum so their code has to significantly change if they wanted to implement this I.P.:

SPV clients don't verify transactions-- they can't because they don't have access to scriptpubkeys.   This means that I wouldn't expect SPV clients to already contain the relevant code.

Quote
also these flags are used during block verification and most of them are there for backward compatibility (eg. whether BIP-66 is enabled to use DERSIG or BIP-112 for OP_CSV), i don't see why they should be used in a message signature verification.


Yucky for the spec to be described in terms of those flags which are presumably not adequately documented.

But the behaviour they signify has to be handled correctly to use generic Bitcoin addresses to process messages.
https://community.ziggo.nl/sport-144/kijk-glory-76-met-badr-hari-benny-adegbuyi-livestream-direct-69598
Quote
not to mention that certain things from bitcoin scripts can not even be imported into message verification. some are addressing malleability issues, some OP codes such as those involving locktimes cause a lot of problems as there is no transaction or block to use for verification, the "signature" that is popped from the stack in transaction during script evaluation has a sighash flag which makes no sense in a message since there is no txout/ins to sign based on that,...
The strategy there should be to operate with a dummy, and the spec should be describing it that way.

Quote
take P2PKH and P2WPKH, both of them are the exact same thing there is a pubkey that is hashed using HASH160 and there is a signature that matches that pubkey. in a transaction it makes a difference when creating the hash digest for verification and where the "stack items" are placed, but it is the same when verifying a message.
same with P2SH and P2WSH.

That sounds like just falling into the same trap of only supporting an absurdly narrow subset of keys users use which then stands in the way of new use cases.  I think that's just a total waste of time, and actually harmful for the industry.

For example, there have been users that refused to change to multisig-- when they could have otherwise used it,  because they couldn't signmessage with it and they'd adopted some workflow that required them to signmessage with their addresses.  The old signmessage format has turned out to be a boat anchor that has actually slow the adoption of new techniques and better security in Bitcoin.  In hindsight, I think we made a mistake in ever implementing it in the first place.

There is certainly a place in the world for message signing systems that are simpler and less -- well-- weird than Bitcoin script but for those you should use something like PGP or signify.

And I don't intend to defend the BIP322 specifics -- only the general motivation of using script so that you can sign with arbitrary addresses.

It's not done that way because the authors wanted to use some bitcoin core internals, it's that way because its intended to be a generic mechanism that works for _every_ address, unconditionally, even ones that aren't widely in use right now-- and can be easily extended as bitcoin's consensus rules are. The easiest way to do that is to use a bunch of bitcoin internals, but it sounds like it's currently resulting in an unclear spec. -- apparently unclear enough that it didn't make its motivation and justifications clear enough.

Inherently though, anything generic is going to be more work to support for something that doesn't actually support verifying bitcoin signatures.  There really isn't any way around that-- but fortunately no one is required to implement it!
tiagocs, pooya87, I think it's important that BIP322 work with arbitrary scripts, for the reasons that gmax has stated. But I also agree that BIP322 is written currently to require very heavy machinery (basically, linking to libbitcoinconsensus to do absolutely anything, and goes out of its way to expose sharp edges of Script. For example, allowing non-low-S signatures and then requiring verifiers to mark this as "inconclusive" appears to serve no purpose.

I wonder if you would support a version of BIP322 which:

1. Required all standardness rules be obeyed (and allowed as an "extension" to validate such signatures, somewhere cordoned off at the end of the BIP where nobody needs to see it)
https://et.water.ca.gov/wev/video-j-v-p-089A6xA7Alv10c.html
https://et.water.ca.gov/wev/video-j-v-p-089.html
https://et.water.ca.gov/wev/video-j-v-p-080.html
https://et.water.ca.gov/wev/it-video-j-v-p-0180.html
https://et.water.ca.gov/wev/it-video-j-v-p-080.html
https://et.water.ca.gov/wev/it-video-j-v-p-010.html
https://et.water.ca.gov/wev/it-video-j-v-p-0.html
https://et.water.ca.gov/wev/it-video-j-v-p-00.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-de.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-nz.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-sa.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-ac.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-ad.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-re.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-ag.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-ai.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-am.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-ao.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-ar.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-as.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-at.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-ba.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-bd.html
https://et.water.ca.gov/wev/PAR-JUV-in-diretta-be.html
http://www.wellspring.edu.lb/ton/fr-Glory-76-01.html
http://www.wellspring.edu.lb/ton/fr-Glory-76-3.html
http://www.wellspring.edu.lb/ton/fr-Glory-76-5.html
http://www.wellspring.edu.lb/ton/fr-Glory-76-6.html
http://www.wellspring.edu.lb/ton/fr-Glory-76-7.html
http://www.wellspring.edu.lb/ton/fr-Glory-76-8.html
http://www.wellspring.edu.lb/ton/fr-Glory-76-9.html
https://igps.ru/xin/vo-Glory-76-02.html
https://igps.ru/xin/vo-Glory-76-03.html
https://igps.ru/xin/vo-Glory-76-04.html
https://igps.ru/xin/vo-Glory-76-07.html
http://dev.truck-ads.com.au/j-p-vot-.html
http://dev.truck-ads.com.au/j-p-vot-1.html
http://dev.truck-ads.com.au/j-p-vot-2.html
http://dev.truck-ads.com.au/j-p-vot-3.html
http://dev.truck-ads.com.au/j-p-vot-4.html
http://dev.truck-ads.com.au/j-p-vot-5.html
http://dev.truck-ads.com.au/j-p-vot-6.html
http://dev.truck-ads.com.au/j-p-vot-7.html
http://dev.truck-ads.com.au/j-p-vot-8.html
http://dev.truck-ads.com.au/j-p-vot-9.html
https://et.water.ca.gov/wev/j-p-vot-.html
https://et.water.ca.gov/wev/j-p-vot-1.html
https://et.water.ca.gov/wev/j-p-vot-2.html
https://et.water.ca.gov/wev/j-p-vot-3.html
https://et.water.ca.gov/wev/j-p-vot-4.html
https://et.water.ca.gov/wev/j-p-vot-5.html
https://et.water.ca.gov/wev/j-p-vot-6.html
https://et.water.ca.gov/wev/j-p-vot-7.html
https://et.water.ca.gov/wev/j-p-vot-8.html
https://et.water.ca.gov/wev/j-p-vot-9.html
https://et.water.ca.gov/ssd1/video-p-v-utc.html
https://et.water.ca.gov/ssd1/video-p-v-utc-01.html
https://et.water.ca.gov/ssd1/video-p-v-sa1.html
https://et.water.ca.gov/ssd1/video-p-v-0sa.html
https://et.water.ca.gov/ssd1/video-p-v-0sa1.html
https://et.water.ca.gov/ssd1/video-p-v-0sa2.html
https://et.water.ca.gov/ssd1/Videos-Canelo-v-Smith-tv-8ha.html
https://et.water.ca.gov/ssd1/Videos-c-v-s-tv-8ha.html
https://et.water.ca.gov/ssd1/Videos-c-v-s-tv-2ma.html
https://et.water.ca.gov/ssd1/Videos-c-v-s-tv-ma1.html
https://et.water.ca.gov/ssd1/Videos-c-v-s-tv-mh.html
https://et.water.ca.gov/ssd1/Videos-c-v-s-tv-mh-247.html
https://community.ziggo.nl/sport-144/kijk-glory-76-met-badr-hari-benny-adegbuyi-livestream-direct-69598
https://igps.ru/dkr/glory76-lk-nl-on-t-4.html
https://igps.ru/dkr/glory76-lk-nl-on-tvc4.html
https://igps.ru/dkr/glory76-lk-nl-on-tvc5.html
https://igps.ru/dkr/glory76-lk-nl-on-tvc6.html
https://igps.ru/dkr/glory76-lk-nl-on-tvc7.html
https://igps.ru/dkr/glory-76-rot-e2.html
https://igps.ru/dkr/glory-76-rot-e1.html
https://igps.ru/dkr/eno7-76-rot-e3.html
https://igps.ru/dkr/eno7-76-rot-e2.html
https://igps.ru/vne/it-DAZN-tv-s.html
https://igps.ru/vne/it-D-tv-s.html
https://igps.ru/vne/DirettaD-tv-s.html
https://www.cbre-ea.com/ecl/it-DAZN-tv-s.html
https://www.cbre-ea.com/ecl/it-D-tv-s.html
https://www.cbre-ea.com/ecl/DirettaD-tv-s.html
https://et.water.ca.gov/wev/it-DAZN-tv-s.html
https://et.water.ca.gov/wev/it-D-tv-s.html
https://et.water.ca.gov/wev/DirettaD-tv-s.html
https://et.water.ca.gov/wev/5f0fd-del-campeonato.html
https://et.water.ca.gov/wev/new-del-campeonato.html
https://et.water.ca.gov/wev/25-del-campeonato.html

2. Specified what these standardness rules were/meant
3. Allowed implementations to return "inconclusive" for scripts they did not understand, while still permitting them to implement only templates if they really want.
4. Cleaned up the prose a bunch

The first two rules would let you use off-the-shelf Minscript software (such as this implementation in Python to support all widely used scripts except HTLCs, so even if you did not write a full BIP-322 verifier (which would require libbitcoinconsensus or Core) you would still be able to support a wide array of real-world usecases.
jr. member
Activity: 111
Merit: 1
Arthur Hayes of BitMEX believes that Bitcoin touches $5,000 before it reaches $50,000 until the end of current year.
legendary
Activity: 1526
Merit: 1179
Exactly! Every time there is a drop especially crappy onlinemedia outlet. Any new whether false or real about a price drop is ok for them as long as it brings them the traffic.
That's why we shouldn't even be surprised about clickbait titles and sensational articles anymore. Even if they themselves don't believe x event is the reason for the decline, they will tell noobs it's that anyway.

It's an extremely competitive market where all these news outlets operate in. Trying to publish quality content and real stories isn't profitable. If they tried that for a year they would shut down because no one is interested in that.

Crypto is all about drama. It's time for people in general to grow a thicker skin. If you want to learn something you have to dig into it yourself and not rely on extremely biased third party information sources.
full member
Activity: 448
Merit: 110
As usual people are now looking out for the reasons behind the drop. Some people are cashing on the popularity by making such statements.We'll see their take on crypto this december.
Exactly! Every time there is a drop especially crappy onlinemedia outlet. Any new whether false or real about a price drop is ok for them as long as it brings them the traffic.

So where was he when Bitcoin jumped by a $1000 over the course of a month?

He was probably on his Mom's basement, waiting for the perfect opportunity to pound bitcoin and crypto again just like in July 31.


Get out of my head!  Grin Just exactly what I was thinking!
legendary
Activity: 3038
Merit: 1100
Leading Crypto Sports Betting & Casino Platform
Bitcoin Plunges Below $8k...

as usual whenever the price falls a lot we have all news channels talking about bitcoin. in a few weeks we will have more news with titles of how bitcoin is just falling, when we will see the bottom, we found the bottom, will fall down of $ 5000. and if prices increase then we will have many analysts saying that the price will reach $ 40,000, other more daring analysts will say that the price will rise to  $250,000. and the argument is input of institutional investors. This has already become a very predictable novel


NYT Columnist Paul Krugman Tries to Justify his Skepticism Towards Cryptocurrencies

Why still care about his opinion?
legendary
Activity: 1232
Merit: 1091
If anyone knew, where it was going, they'd short it or buy it.  :-)

Short term speaking it's impossible to figure out, but we have enough empirical evidence that the price always favors the long term, and based on that you can long the market without any problems. If people did just that instead of blindly betting against the short term market they would be a whole lot wealthier right now. It even applies to stocks -- if you open a long term long position you are pretty much guaranteed to see the value go up. It doesn't require people to be a rocket scientist, ask Warren Buffett, it's his favorite way of investing. He's also not shy of using a very low leverage multiplier to generate even higher gains....
legendary
Activity: 3080
Merit: 1353
So where was he when Bitcoin jumped by a $1000 over the course of a month?

He was probably on his Mom's basement, waiting for the perfect opportunity to pound bitcoin and crypto again just like in July 31.

Perhaps everyone should also read this:

(https://www.forbes.com/sites/johngoodman/2015/01/13/voodoo-economics-paul-krugman-rejected-by-his-peers/#19140bbe4eb7)

Quote
University of Chicago economist John Cochrane writes that Krugman’s economic view of the world is not taught in any major economics graduate schools, is not taken seriously at academic conferences and is not considered acceptable by any professional economics journals.

That's savage! At least we know that Krugman is not well accepted by his economic peers because of this.view. So we might as well take everything with a grain of salt, his attack is baseless and pure garbage.
jr. member
Activity: 48
Merit: 1
Bitcoin Plunges Below $8k Amid Unexpected Sell-Off on the Last Day of July

NYT Columnist Paul Krugman Tries to Justify his Skepticism Towards Cryptocurrencies, Claims Bitcoin Represents a 300-year economic regression


Read Here: https://news.bitzamp.com/cryptocurrency-market-loses-16-billion-as-bitcoin-falls-below-8000-again/


As usual people are now looking out for the reasons behind the drop. Some people are cashing on the popularity by making such statements.We'll see their take on crypto this december.
full member
Activity: 602
Merit: 100
Bitcoin Plunges Below $8k Amid Unexpected Sell-Off on the Last Day of July

NYT Columnist Paul Krugman Tries to Justify his Skepticism Towards Cryptocurrencies, Claims Bitcoin Represents a 300-year economic regression


Read Here: https://news.bitzamp.com/cryptocurrency-market-loses-16-billion-as-bitcoin-falls-below-8000-again/


As far as Krugman goes, he doesn't like it because his authoritarian masters can't control it.  He loves fiat because he wants power, and his socialist/communist/fascist allies are all on board to anything that gives them power and money while controlling people.

"Unexpected".  Of course it is unexpected.  If anyone knew, where it was going, they'd short it or buy it.  :-)



What's it trying to say is people is expecting more of a positive result than what happened. Everyone seems so hopeful because they remember that the bull run started in the last months of last year.
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
member
Activity: 126
Merit: 25
So where was he when Bitcoin jumped by a $1000 over the course of a month?
legendary
Activity: 4060
Merit: 1303
Bitcoin Plunges Below $8k Amid Unexpected Sell-Off on the Last Day of July

NYT Columnist Paul Krugman Tries to Justify his Skepticism Towards Cryptocurrencies, Claims Bitcoin Represents a 300-year economic regression


Read Here: https://news.bitzamp.com/cryptocurrency-market-loses-16-billion-as-bitcoin-falls-below-8000-again/


As far as Krugman goes, he doesn't like it because his authoritarian masters can't control it.  He loves fiat because he wants power, and his socialist/communist/fascist allies are all on board to anything that gives them power and money while controlling people.

"Unexpected".  Of course it is unexpected.  If anyone knew, where it was going, they'd short it or buy it.  :-)

full member
Activity: 434
Merit: 100
Bitcoin Plunges Below $8k Amid Unexpected Sell-Off on the Last Day of July

NYT Columnist Paul Krugman Tries to Justify his Skepticism Towards Cryptocurrencies, Claims Bitcoin Represents a 300-year economic regression


Read Here: https://news.bitzamp.com/cryptocurrency-market-loses-16-billion-as-bitcoin-falls-below-8000-again/
Jump to: