User Tools

Site Tools


network_stuff:cryptocurrencies

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
network_stuff:cryptocurrencies [2023/10/18 03:53] jotasandokunetwork_stuff:cryptocurrencies [2025/03/22 12:13] (current) jotasandoku
Line 1: Line 1:
-  * **[[https://en.wikipedia.org/wiki/Blockchain|Blockchain]]** A blockchain is an immutable **digital ledger** that records every single transaction ever made.  +** [[https://en.wikipedia.org/wiki/Blockchain|Blockchain]] ** 
-    * Blockchain transactions are irreversible in that, once they are recorded, the data in any given block cannot be altered retroactively without altering all subsequent blocks.  +A blockchain is an immutable **digital ledger** that records every single transaction ever made.  
-    * Layer 1 and layer 2: Refer to two distinct methods of designing blockchains. While some blockchains can operate independently, others are built on top of existing blockchains to add functionality. See [[https://zebpay.com/blog/difference-between-layer-1-and-layer-2-blockchains|Link]]+  * Blockchain transactions are irreversible in that, once they are recorded, the data in any given block cannot be altered retroactively without altering all subsequent blocks.  
 +  * Layer 1 and layer 2: Refer to two distinct methods of designing blockchains. While some blockchains can operate independently, others are built on top of existing blockchains to add functionality. See [[https://zebpay.com/blog/difference-between-layer-1-and-layer-2-blockchains|Link]]
  
-\\ +=== How the new blocks are generated in blockchain === 
-=== Currencies ==== +  * The hash of the info (data + Nonce) needs to have x4 leading zeros to be valid. 
-Blockchain helps to solve double-spending problem without the need of trusted authority or central server.+    * Nonce (aka number used once) < Is the one the miners use in order to create valid block (by creating a valid hash(ie: below a level (zeros) determined by the blockchain network)
  
-  * Bitcoin : was designed as a digital alternative to traditional currencies, aiming to provide a decentralized method of transferring value. Bitcoin transactions are verified by a network of nodes through cryptography and recorded on a public ledger called a blockchain. 
-  * Ethereum : While it is a cryptocurrency, is designed to be a platform that allows peer-to-peer contracts and applications to be built and run without any control, permission, or interference from third parties. 
  
-\\+---- 
 +==== Currencies ==== 
 +Blockchain helps to solve double-spending problem without the need of a trusted authority or central server. Immutable and distributed ledger. Beyond simple transactions, modern blockchains often support smart contracts - self-executing code that automatically enforces agreements when predetermined conditions are met, enabling programmable trustless interactions between parties who don't need to know or trust each other. 
 + 
 +==== Bitcoin ==== 
 +Bitcoin : Asset of value that can be interchanged securely without 3rd party. It was designed as a digital alternative to traditional currencies, aiming to provide a decentralized method of transferring value. Bitcoin transactions are verified by a network of nodes through cryptography and recorded on a public ledger called a blockchain. It has ''digital scarcity'' (concept of miners). 
 + 
 +Proof of Work (for consensus among miners). Computational effort discourages cheating. 
 + 
 +Transaction and wallets. All transactions are verified (or rejected) by a global and decentralized network. The corresponding transaction (since the beginning of time) are uniquivocally assigned to my wallet, which establishes its balance now. That's why me, as the owner, do not 'have' the coins. I just have the private key associated to the walleta and to those transactions (and, as a consequence, to the balance). There's a public key associated, which is public and uses to send/receive me money. 
 + 
 + 
 +BTC is the original Bitcoin's blockchain (1mb per block). Then it was forked to BCH (8mb per block). Then it forked to BTG. All blockchain are still working and valid but they 'trade'/mine separately. 
 + 
 +==== Ethereum ==== 
 +  * It is designed to be a platform that allows peer-to-peer smart contracts but it also does cryptocurrency,  and applications to be built and run without any control, permission, or interference from third parties. 
 +    * Proof of Stake. Validator with more coins is more likely to be selected for the next one. 
 + 
 +=== Agents ====
   * Institutions (banks) do Asset Management. Also invest on your behalf with their strategies   * Institutions (banks) do Asset Management. Also invest on your behalf with their strategies
  
-\\ + 
-  Exchanges +=== Exchanges ==== 
-    * Binance (asia, like many of them) +  * Binance (asia, like many of them) 
-    * Coinbase +  * Coinbase 
-    * ...+  * ...
network_stuff/cryptocurrencies.1697601227.txt.gz · Last modified: (external edit)