Notes
After Bitcoin, other coins started popping up-
- Litecoin(using its hashing algo) only allowed mining using GPUs or CPUs.
- Monero(using its hashing algo) only allowed mining using CPUs.
- Ethereum also introduced something called smart contracts.
What problems might come up in smart contracts?
- If the code is non-deterministic then it’ll be a problem.
- Data of the code must be isolated so each smart contract is run in classes and objects.
- Infinite loops