Comparison of Bitcoin Ethereum and Tezos

yentotexbof
1 min readDec 31, 2020

opcode

tezos has a Turing complete language, Michelson, so if, loop, etc. are present in opcodes, otherwise is not Turing complete.

Bitcoin: Minimal opcodes are lined up. There have been some opcode changes in hardfork. It’s an implementation that isn’t for smart contracts. It won’t change in the future.
https://github.com/bitcoin/bitcoin/blob/v0.14.0/src/script/script.h

Ethereum: The four precompiled contracts complicate the calculation of gas, making it impossible to calculate the extra charge accurately.
https://github.com/crytic/evm-opcodes

Tezos:As listed above.
https://tezos.gitlab.io/007/michelson.html

wallet(Self-study):

(1): P2ksh etc. are dangerous. Currently, a considerable proportion of them have been confirmed to exist. Segwit is also implemented in ethereum. Currently, it seems to be safe.

(2): bitcoin wallet generally uses chrome, but firefox is still used by jaxx.

(3): jaxx was vulnerable. This is mainly for smartphone storage, and even if you enter a pin, you can easily obtain a private key by migrating to another storage. More than that, against hardware hacking You don’t have to focus solely on the famous wallet for true anonymity.

blockexplorer:

bitcoin: It is abundant. https://github.com/blockcypher/explorer
ethereum: https://ethstats.io/, https://www.ethernodes.org/
tezos:It is abundant.

If you want more information, please tell us what you want to compare!

--

--

yentotexbof

information science & technology. threat hunting. Researcher of Internet Assigned Numbers Authority