Difference between revisions of "Main Page"
m (Added links to protocols in top section) |
|||
Line 10: | Line 10: | ||
This site will also cover major second layer protocols that have been built for Bitcoin such as: | This site will also cover major second layer protocols that have been built for Bitcoin such as: | ||
− | * Metanet Protocol | + | * [[Metanet Protocol]] |
− | * Tokenized Protocol | + | * [www.tokenized.com Tokenized Protocol] |
− | * B:, C:, | + | * [https://github.com/unwriter/B B://], [https://planaria.network/@1KuUr2pSJDao97XM8Jsq8zwLS6W1WtFfLg C://], [https://planaria.network/@1G3BpTyEK6xF4LaQTHqdFBBaVxYHZzts4M D://], [http://bcat.bico.media/ BCAT], etc |
+ | * Other second layer protocols (contact [email protected] to have your stable, released protocol added) | ||
==Table of Contents== | ==Table of Contents== |
Revision as of 23:51, 6 August 2019
Welcome to the BitcoinSV Wiki
This is a comprehensive guide to the Bitcoin protocol, Bitcoin Ledger and BitcoinSV network.
Here you can find information on and links to some of the amazing tools developed for Bitcoin including:
This site will also cover major second layer protocols that have been built for Bitcoin such as:
- Metanet Protocol
- [www.tokenized.com Tokenized Protocol]
- B://, C://, D://, BCAT, etc
- Other second layer protocols (contact [email protected] to have your stable, released protocol added)
Table of Contents
Quick Glossary
- Introduction
- What Is Bitcoin?
- History of Bitcoin
- Getting Started
- How Bitcoin Works
- Transactions, Blocks, Mining, and the Blockchain
- Bitcoin Transactions
- Constructing a Transaction
- Bitcoin Mining
- Mining Transactions in Blocks
- Proof of Work
- Spending the Transaction
- Bitcoin v0.1: The foundation of the protocol
- Deterministic wallets
- Introduction
- Private Keys
- Public keys and addresses
- Keychains
- Talking to the Network
- Unspent Transaction Outputs
- Introduction
- Bitcoin Puzzles
- P2PK
- P2PKH
- P2RP
- P2RPH
- P2MS
- P2SH Sunset
- Other
- Wallets
- Wallet Technology Overview
- Wallet Technology Details
- Wallet Examples
- Transactions
- Introduction
- Transactions in Detail
- Transaction Outputs and Inputs
- Digital Signatures (ECDSA)
- Puzzles and solutions
- Signature stacking
- OP_RETURN
- Timelocks
- Building on Bitcoin
- Bitcoin tools
- Planaria
- etc
- Bitcoin wallet libraries
- Nakasendo SDK
- Metanet Protocol
- SV Alias and Paymail
- OP_RETURN protocols
- Tokenized Protocol
- B:
- C:
- BCAT:
- Bitcoin tools
- Advanced Bitcoin Scripting
- Introduction
- Opcodes used in Bitcoin Script
- Scripts with Flow Control (Conditional Clauses)
- Data passing in inputs
- OP_CODESEPARATOR
- OP_RETURN
- Complex Script Examples
- Payment Channels
- Introduction
- Establishing a channel
- Sequence
- Using a channel
- Closing a channel
- Examples
- The Metanet
- Introduction
- Metanet nodes and edges
- Signatures in Metanet
- Building a metanet graph
- Reading a metanet graph
- The Bitcoin Network
- Peer-to-Peer Network Architecture
- The Extended Bitcoin Network
- Network Discovery
- Exchanging “Inventory”
- Simplified Payment Verification (SPV)
- Bloom filters
- How SPV nodes use bloom filters
- SPV nodes and privacy
- Encrypted and Authenticated Connections
- Transaction Pools
- The Blockchain
- Introduction
- GetBlockTemplate interface
- Block Header
- Block Identifiers: Block Header Hash and Block Height
- The Genesis Block
- Linking Blocks in the Blockchain
- Merkle Trees
- Merkle Trees and Simplified Payment Verification (SPV)
- Bitcoin’s Test Blockchains
- Regtest – The local blockchain
- Testnet – Test your app
- Scaling Testnet – Test your app in the rain
- Using test blockchains for development
- Mining and Consensus
- Introduction
- Decentralized Consensus
- Independent Verification of Transactions
- Nodes
- The small world of mining
- Honesty and incentives
- Miner API
- Aggregating Transactions into Blocks
- Constructing the Block Header
- Mining the Block
- Successfully Mining the Block
- Validating a New Block
- Assembling and Selecting Chains of Blocks
- Mining and the Hashing Race
- Attacks
- 51% attack
- Small Block attack
- Network Split attack