EthWorks / ethereum.rb

Ethereum library for the Ruby language
MIT License
731 stars 229 forks source link

Insufficient ether for `rake ethereum:test:setup`? #148

Closed marckohlbrugge closed 2 years ago

marckohlbrugge commented 3 years ago

When trying to run rake ethereum:test:setup I get the following error message:

Account already exist, skipping this step
Not enough ether to run tests.
You have: 0.0 ether.
You need at least 0.02 ether to run tests.
Transfer ether to account: 0xfb95cfd55d38a96023b01ff125926ed0bf984fae.
The easiest way to get ether is to use Ethereum Testnet Faucet.

However, if you check out 0xfb95cfd55d38a96023b01ff125926ed0bf984fae you'll see it has plenty of ether.

What am I doing wrong?

Is ethereum:test:setup using a different testnet than goerli? rake ethereum:node:test runs fine (says its on goerli testnet) and rake ethereum:node:waitforsync returns Synced

I'm running Parity-Ethereum/v2.7.2-stable-d961010f63-20200205/x86_64-apple-darwin/rustc1.41.0, solidity 0.7.5, and ethereum.rb 2.5

Any help is appreciated. I'm new to Ethereum development, but familiar with Ruby and software development in general.

kurotaky commented 2 years ago

@marckohlbrugge Thanks for the issue. Please migrate as we will maintain the eth.rb library here. ;)