I just would like to check my understanding.
In the Bitcoin platform, the miner who does the following: - verify each unconfirmed transaction. - group them in a block - hash the block and find the nonce ( proof of work )
Now, in the Ethereum platform, who is minor ? does the node which calls a function in the smart contract can be called ( minor ) ??
If yes, what is the name of parties who call a smart contract function to follow the contract ??
Now I have coded a smart contract to set the prices between parties, each party has to call the function in the smart contract with goods amounts and the contract will calculate the settlement.
Each party has to pay gas to execute this call. Who will get these fees, EVM ( as a fees of call execution ) ???
and does the gas amount changes based on the amount of data in the call ( as a parameter ) or on the code complexity??
Thanks