Future looking bleak for Bitcoin [BTC] (24/01/2019)
After it’s historical high dated back in Dec 2017, has taken a huge beating ever since. It is worth noting that all the hype before has died down. From a technical point of view, it is pretty simple to see how the trend is. 3928 will be the and we expect price to retest this level soon. Failure to break up of this level will see price retest the low 2750. In order for to have a more stable recovery, it will need to break up and closed above 4500 before bulls will look to come into the market. We can also see that is thinning as there is not as much interest in this speculative instrument after the heavy sell down with big on 20 Nov 2018.
Short-term wise, it is better to stay on the short side to make some fast money!
Good luck in your trading journey!
Best Regards, Nour Capital – Tracking Smart
Disclaimer: The material (whether or not it states any opinions) is for educational purposes only, and does not take into account your personal circumstances or objectives. Nothing in this material is (or should be considered to be) financial, investment or other advice on which should be placed. No opinion given in the material constitutes a recommendation by Nour Capital or the author that any particular investment, security, transaction or investment strategy is suitable for any specific person. You should be aware of all the risks associated with foreign exchange trading, and seek advice from an independent financial advisor if you have any doubts.
Stellar Price Notes Promising Uptrend as Other Markets Start to Slip Heading into the weekend, it would appear there will be plenty of bearish momentum to go around. Nearly all of the top 10 markets […]
HitBTC is insolvent, claim customers facing trouble withdrawing funds for several weeks | HitBTC is insolvent, claim customers facing trouble withdrawing funds for several weeks | ⋆ Crypto New Media Home 2019 May 19 News […]
Bulletproofs, presented in a titled “Bulletproofs: Short Proofs for Confidential Transactions and More,” describe a new zero-knowledge proof system. The proposal uses on-chain scaling for privacy and suggests a new, faster and more compact way to verify privacy-enhancing Confidential Transactions (CTs). Specifically, Bulletproofs can decrease the size of these verifications for these types of transactions drastically. Furthermore, the authors of the paper — Stanford University’s Applied Cryptography Group, overseen by professor — have already managed to create a practical implementation for Bulletproofs.
This is how it works.
Currently, all transaction information — such as wallet addresses and especially the sent amount of bitcoins — are visible on the bitcoin blockchain. This affects the privacy of all users. If we wish to pay wages via the bitcoin network, for example, this means that every salary will be visible on the blockchain network. This, in turn, could mean that someone (like your landlord) could look up how much money you’re making to try and increase your rent accordingly.
are much needed to bring any type of blockchain to a higher level of privacy. Confidential Transactions combine and utilize several cryptographic tricks so that only the sender and the receiver of a transaction are aware of the amount transacted. These cryptographic tricks let users obfuscate the amounts they are transacting while still allowing onlookers to perform math on the obfuscated amounts. Basically, anyone can still check that the sum of sent bitcoins is greater than the sum of received bitcoins.
Confidential Transactions are realized with “zero-knowledge proofs.” These proofs are best described as a method for proving to another party that a Confidential Transaction is valid without conveying any information about the Confidential Transaction itself.
However, as stated in the Bulletproofs paper: “Current proposals for CT zero-knowledge proofs have either been prohibitively large or required a trusted setup. Neither is desirable.”
First of all, if we have to prove multiple range proofs, which is the case for multisignature transactions, the complexity and size will scale in a linear fashion. For example, if the size of a single proof is 2 kB, two proofs are 4 kB, three proofs are 6 kB and so on.
Additionally, zero-knowledge proofs typically require a trusted setup: they must be initialized by some trusted authority. However, the security properties of the bitcoin system don’t apply to that authority because in practice it means that the authority could produce fake “proofs.” These fake proofs could lead to uncontrolled and undetectable inflation.
Bulletproofs could solve these problems.
According to the paper,“In any distributed system where proofs are transmitted over a network or stored for a long time, short proofs reduce overall cost.”
Bulletproofs are claimed to be able to reduce the cryptographic proof significantly: from 8 kB to 734 bytes, though this depends on what the transaction looks like. Moreover, when dealing with multiple proofs, the size increases with just a few percent instead of this linear scaling. And in addition, Bulletproofs do not require a trusted setup.
Andrew Poelstra, contributor to the research paper and mathematician at Blockstream, believes that Bulletproofs are very practical: “We have already implemented a first version in the bitcoin crypto library , which can verify proofs three and a half times than the verifier for the classic rangeproofs. It is a drop-in replacement for classic rangeproofs that does not affect other aspects of the system and is therefore very easy to integrate.”
Until now, Confidential Transactions were just a theoretical concept because they were so heavy to implement. With Bulletproofs, the implementation of Confidential Transactions on bitcoin suddenly becomes more likely.