Answer the following True/False questions.
- (T/F) Bitcoin address doesn't reveal who the owner of the address is.
- (T/F) Each person can have at most one bitcoin address.
- (T/F) Authenticity of a transaction is provided by a digital signature
scheme.
- (T/F) Bitcoin address has nothing to do with a digital signature scheme.
- (T/F) A bitcoin address can be longer than some other bitcoin addresses.
- (T/F) Bitcoin provides privacy of transactions by keeping them hidden from the public.
- (T/F) The global ledger is append only. It's impossible to delete some blocks in it.
- (T/F) Each block contains exactly one transaction.
- (T/F) For each block, there exists only one nonce (i.e., proof of work)
that will cause the block to be valid.
- (T/F) The difficulty level indicates how many leading 0's the hash of the
block should start with.
- (T/F) The difficulty level doesn't change over time.
- (T/F) The prevHash of a block (except the genesis block) must start with
some 0s.
- (T/F) When all coins have been mined, miners will no longer be incentivized
to add blocks to the chain, and the bitcoin system will stop working.
answers