Bitcoin Forum

Bitcoin => Project Development => Topic started by: boy130 on July 23, 2017, 08:45:45 PM



Title: Where to get ethereum testnet coins?
Post by: boy130 on July 23, 2017, 08:45:45 PM
Hi,

I need ethereum testnet coins for some development but can't find any working faucet...

Those two are not working for me:

http://faucet.ropsten.be:3001

http://aira.life/tap/

Is there any other faucets or ways (instead mining) to get testnet coins?

Also if somebody have it, PLEEEASE send here: 0xa5Eb82F8D84ae7f9A3ECcD9FAa9f674028756fDA (TESTNET!)  :)

Thanks!


Title: Re: Where to get ethereum testnet coins?
Post by: espante on July 23, 2017, 08:48:11 PM
I'm interested in knowing the answer to this too.

I need some test net coins to test the funfair gaming platform on their showcase but all faucets I've found on a google search haven't worked.


Title: Re: Where to get ethereum testnet coins?
Post by: boy130 on July 24, 2017, 11:23:58 AM
Still looking for solution...


Title: Re: Where to get ethereum testnet coins?
Post by: cloverme on July 24, 2017, 12:22:28 PM
You create your own testnet in ethereum:
http://ethdocs.org/en/latest/network/test-networks.html

Be prepared for a long, long, road... developing in ethereum is a nightmare. If you're not a C/C++ dev, I suggest you hire one to help you that's also familiar with Ethereum. It's about 100 lines of code needed to just create a token.

If you want to focus on just your project and not worry too much about the tech behind it, look at Counterparty tokens on Bitcoin.


Title: Re: Where to get ethereum testnet coins?
Post by: boy130 on July 24, 2017, 01:35:25 PM
You create your own testnet in ethereum:
http://ethdocs.org/en/latest/network/test-networks.html

Be prepared for a long, long, road... developing in ethereum is a nightmare. If you're not a C/C++ dev, I suggest you hire one to help you that's also familiar with Ethereum. It's about 100 lines of code needed to just create a token.

If you want to focus on just your project and not worry too much about the tech behind it, look at Counterparty tokens on Bitcoin.

Thats not what I am asking about at all... Did you read my first message? I am not asking about creating my own testnet network or other things. I have ethereum wallet installed and choose TESTNET network instead real. And now I just need testnet coins for it... If you have not answer then just ignore my thread do not post insensitive messages just for signature campaigns...

http://preview.ibb.co/d7tFEk/testnet.png (http://ibb.co/kZQ6LQ)


Title: Re: Where to get ethereum testnet coins?
Post by: BenR on July 25, 2017, 11:58:18 AM
Try:
1. https://github.com/kovan-testnet/faucet

2. https://blog.b9lab.com/when-we-first-built-our-faucet-we-deployed-it-on-the-morden-testnet-70bfbf4e317e

3. mine some

4. ask for some https://www.reddit.com/r/ethdev/comments/61zdn8/if_you_need_some_ropsten_testnet_ethers/


Title: Re: Where to get ethereum testnet coins?
Post by: boy130 on July 25, 2017, 12:21:12 PM
Try:
1. https://github.com/kovan-testnet/faucet

2. https://blog.b9lab.com/when-we-first-built-our-faucet-we-deployed-it-on-the-morden-testnet-70bfbf4e317e

3. mine some

4. ask for some https://www.reddit.com/r/ethdev/comments/61zdn8/if_you_need_some_ropsten_testnet_ethers/

Thank you mate!  :)