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.
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.
When trying to run
rake ethereum:test:setup
I get the following error message: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) andrake ethereum:node:waitforsync
returnsSynced
I'm running
Parity-Ethereum/v2.7.2-stable-d961010f63-20200205/x86_64-apple-darwin/rustc1.41.0
,solidity 0.7.5
, andethereum.rb 2.5
Any help is appreciated. I'm new to Ethereum development, but familiar with Ruby and software development in general.