Hi, i am trying to deploy a contract using the online ethereum wallet (https://wallet.ethereum.org/deploy-contract). I tried the local one, but its seems that i cannot have it to work, it is just syncing forever, that is why i tried using the online one. But everytime i am puting the code it is giving e this error (Error: The method eth_compileSolidity does not exist/is not available). Do i have to install geth localy to be able to have a compiler or is there any other way to get that compiler working. I tried using https://ethereum.github.io/browser-solidity/#optimize=false&version=soljson-v0.4.19+commit.c4cbbb05.js , but it is giving me a gas estimate of over 5 million. I tried to compile and and run the code on the local ethereum wallet using ropsten test network and i am able to publish it with a 25000 gas, but using remix its more than 5 million.

Dec 24, 2017, 11:23 PM
sorry 3 million, not over 5million
and when i try to deploy it using metamask the estimate is almost 2million
if i try to deploy that contract with a high gas estimation, and i succeed, the transaction i will make with that contract will fail with a revert opcode message
i hope someone can help me, i am a beginner with all of this, i try to read as much as i can, but for not i think i hit a brick wall already
Dec 24, 2017, 11:40 PM

© 2024 Draquery.com All rights reserved.