A sink to the Ropsten Faucet.
RopstenSink will help recharge your test accounts on the Ethereum testnet. Under the hood it will create temporary accounts and ask for ethers from the Ropsten Faucet, and finally funnel the ethers to the address you specified.
Please use at your own risk. And please show some respect to the Ropsten Faucet. Don't ask for an incredible amount of ethers.
npm install -g
-
Make sure you have an Ethereum client running on testnet.
e.g. To run geth on testnet locally
geth --light --testnet --rpc --rpcapi="eth,net,web3,personal" console
-
Run the sink
sink <address> <numEthers> <httpProvider, if you run geth locally, then it should be http://localhost:8545>