swanchain / go-computing-provider

A golang implementation of computing provider
MIT License
21 stars 22 forks source link

Transaction costs #127

Open ThomasBlock opened 1 month ago

ThomasBlock commented 1 month ago

How do SWAN network fees work? ( how does the SWAN blockchain work in general - can we join as a evm blockchain node? )

On Ethereum Mainnet, fees are astronomical right now. So this also relates to Swan Mainnet fees?

A friend just wanted to register a ECP node. It is barely possible as it would costs like 12 Dollars.. can we do anything or do we have to wait? can we extend the ECP Early Participant Reward period by some days?

computing-provider account create ...
Error: deploy cp account contract failed, error: insufficient funds for gas * price + value: balance 5000000000000000, tx cost 5108109113711028, overshot 108109113711028
ThomasBlock commented 1 month ago

can we please explain this example?

ETH balance before: 0.0050 ETH balance after: 0.0041 cost according to block explorer: 0.0000032 why are 0.0009 deducted instead of 0.0000032 ? https://mainnet-explorer.swanchain.io/tx/0xe2c759b87b59e4d76320612a88f62daa6836d7ce1d52b669bc0da2e1f1dc8084

Normalnoise commented 3 weeks ago

this browser can not show the gas, if you want to know the all tx fee, you can see this page: https://mainnet-explorer.swanchain.io/address/0x82AB7Bd300976fe5e294586aD491d6bBd1CAfb06?tab=coin_balance_history

ThomasBlock commented 3 weeks ago

this browser can not show the gas, if you want to know the all tx fee, you can see this page: https://mainnet-explorer.swanchain.io/address/0x82AB7Bd300976fe5e294586aD491d6bBd1CAfb06?tab=coin_balance_history

okay that confirmes that 0.00089455 are deducted. still roughly 3 Dollars. This seems really high for a layer2. the blockchain is really empty. can you explain that?