Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Diapolo on June 09, 2012, 12:24:52 AM



Title: Any quick way to mine some Coins in the testnet?
Post by: Diapolo on June 09, 2012, 12:24:52 AM
I need to mine a few coins in the testnet and seek a way to do this quick and dirty, any ideas?

Dia


Title: Re: Any quick way to mine some Coins in the testnet?
Post by: Pieter Wuille on June 09, 2012, 11:10:10 AM
./bitcoind -testnet -gen

OR

http://testnet.freebitcoins.appspot.com/


Title: Re: Any quick way to mine some Coins in the testnet?
Post by: Schleicher on June 09, 2012, 03:52:22 PM
bitcoind.exe -testnet
and then
cgminer.exe -u name -p password -o http://localhost:8332

Takes only a few seconds to find a block if you are lucky.


Title: Re: Any quick way to mine some Coins in the testnet?
Post by: Diapolo on June 09, 2012, 11:41:05 PM
Thanks, got it :).