Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 2.36 KB

README.md

File metadata and controls

78 lines (53 loc) · 2.36 KB

EtherCore Testnet

EtherCore Logo

Welcome to EtherCore Testnet!

Meta data

Connecting the clients

All clients supporting the go-ethercore protocol can sync with EtherCore Testnet.

Go-EtherCore

You can connect Geth to EtherCore Testnet by executing geth --test. https://github.com/ethercore/go-ethercore/releases/latest

Connecting Metamask

You could connect EtherCore Testnet with your Metamask plugin installed on your browser.

Add the following config value to Custom RPC settings.

  • Network Name: EtherCore

  • New RPC URL: https://testnet-rpc.ethercore.io

  • ChainID: 468

  • Symbol: ERE

  • Block Explorer URL: https://testnet-explorer.ethercore.io

Now you could use your Metamask plugin to receive testnet coins, deploying contract with https://remix.ethereum.org, and interacting DApps deployed on EtherCore Testnet!

Receiving Testnet Coins

Create new wallet from https://wallet.ethercore.io/?network=ethercore_testnet or Metamask and receive some testnet coins from https://testnet-faucet.ethercore.io to play with

Mining on EtherCore Testnet

Not only requesting coins from faucet, you could also mine some testnet coins via testnet pool https://testnet-pool.ethercore.io

Like mining on Mainnet, fetch the EthCoreMiner and start your miner with the following configuration.

Here is the example bat file for windows

:start
TIMEOUT 10
ethcoreminer.exe -P stratum1+tcp://0xbf0d596191fed3c4ed421a42ee4b9bf21bc1139d.rig1@testnet-pool.ethercore.io:8008
goto start