Altcoins Flashcards
3 changes in altcoins
- block generation time
- hash function used
- total coin supply
Namecoin
- namecoin is new domain-name system to register web addresses
- participants of namecoin control domain names
Litecoin
Generate block every 2.5 minutes => faster confirmation
sha256 => scrypt to decrease importance of customized hardware
litecoin network produces four times as many coins as btc
Dogecoin
generate block every minute => higher orphaned rate, faster verification
scrypt, 100 billion dogecoins, different rewards
Required confirmations
Dogecoin, litecoin, ethereum require many more confirmations to match 6 confirmations of bitcoin
Proof of X
Nakamote-style Proof of X
Select leader randomy to generate next block
random select resilient to sybil attack as well as censorship
PoS Issues
Nothing at stake:
Deliberate forking with no cost => Work on multiple forks to increase winning ods
=> a lot of active forks in network => deposit based PoS to punish working on multiple forks
History attack:
Blocks are never finalized => enough adventage in the past can overtake main fork
=> checkpoint at somepoint to limit range of attack
Grinding attack: Combining computational resources have advantages in leader selection. Deterministic leader eligibility check can be predictable
TEE based PoS
blocks are signed by a trusted application protected by TEE
=> can only sign correct blocks
=> monotonic counter tracks block height of last signing request
Proof of elapsed time
Wait for x time to create block => no unfair advantage by computing power