February 25, 2026

Capitalizations Index – B ∞/21M

WE GOT ON THE TESLA EARNINGS CALL

We got on the tesla earnings call

WE GOT ON THE TESLA EARNINGS CALL

We got on the tesla earnings callIt’s our usual Tesla earnings recap/analysis video with a twist! HyperChange heisted the conference call and was able to ask ~10 questions directly to Elon & Tesla management. It was unreal! Thank you all so much for your support, it means the world, and WE DID IT!!! Let me know what you think in the comments below 🙂

Become a #HyperChanger & support us on Patreon to receive the exclusive weekly HyperChange Newsletter!! https://www.patreon.com/hyperchange

LINK – Tesla Q1 2018 shareholder letter: http://files.shareholder.com/downloads/ABEA-4CW8X0/5492053330x0x979026/44C49236-1FC2-4FD9-80B1-495ED74E4194/TSLA_Update_Letter_2018-1Q.pdf
LINK – Tesla IR: http://ir.tesla.com/
LINK – Replay of the Q1 earnings call: http://ir.tesla.com/eventdetail.cfm?EventID=188711

HyperChange Reddit: https://www.reddit.com/r/hyperchanger/
HyperChange Twitter: https://twitter.com/HyperChangeTV
HyperChange Instagram: http://instagram.com/Hyperchange
HyperChange Facebook: https://www.facebook.com/HyperChange/

Music by Marko: https://soundcloud.com/markothedon & Fritz Carlton: https://soundcloud.com/fritzcarlton

Disclaimer: This video is purely my opinion and should not be regarded as factual information. I am not a financial advisor. This is not a recommendation to buy or sell securities. Do not assume any facts and numbers in this video are accurate. Always do your own due diligence. As of 05/02/2018 HyperChange host (Galileo Russell) is invested in shares of Tesla (TSLA), long Maker, bitcoin and long Boring Company & flamethrowers.

Previous Article

ذيادة ملحوظة في سعر عملة فالوربيت Valorbit | العملة بدات تستيقظ !

Next Article

Blockchain Training India

You might be interested in …

How Bulletproofs Could Make Bitcoin Privacy Less Costly

bulletproofs

Bulletproofs, presented in a paper 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 Dan Boneh — 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.

Confidential Transactions 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 libsec256k1, which can verify proofs three and a half times faster 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.

The post How Bulletproofs Could Make Bitcoin Privacy Less Costly appeared first on Bitcoin Magazine.