0
What are some recent scaling proposals worth note? (Continually Updated)
0
What are some recent scaling proposals worth note? (Continually Updated)
0
SIDECHAIN
Peg communicates between sidechain & BC and is the mechanism for exchange rate between assets. It is possible for assets can be imported from and to other chains. Allowed to use in side chain and transfer back and forth between chains
They require mining, reward could be TX fee or coins, many possible implementations, Raiden/Lighting are just payment channels, not sidechains
After successful transaction, the coin signifying transfer between chains will be destroyed. The actual coin is not actually transferred, but locked on mainchain while equiv coins created on sidechain. To go back to original coin, must place back into secondary wallet to get primary unlocked.
Major usage of the:
SPV proof : A mathematical proof providing a way where you can determine that a particular transaction was in a block in the block chain without requiring the entire block chain to be downloaded.
Keywords:
0
Notes I have from a Berkeley Deep Dive:
Lightning Network
Paiwise Channels - Between 2 players Funding Transaction: Initializes channel w certain amount of bitcoin from each party
Hashed Timelock Contract Provide preimage of contract hash to redeem payment else receiver can withdraw funds. Timelock created through changing sequence numbers.
Example: Open fund, close fund are only blocks to add on chain, anchors the transaction into the chain To redeem deposit, network must be closed. Also there is a temporary key swap for each transaction, not private key. Unique key for each transaction, created just for commitment transaction.
Error Handling: Payment Malfunction If payment not redeemed, sender gets their money back after time expires TX’s exist on BC layer, no actual contracts made Cost is transaction fees and time spent. If LN fails, Blockchain does not fails as well but deposits may be lost