Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: ftc-c on May 28, 2014, 11:24:42 AM



Title: How to build a test BTC network ?
Post by: ftc-c on May 28, 2014, 11:24:42 AM
How to build a test BTC network ,What development steps? 
Any help here would appreciated.  ;)


Title: Re: How to build a test BTC network ?
Post by: shorena on May 28, 2014, 11:48:03 AM
How to build a test BTC network ,What development steps? 
Any help here would appreciated.  ;)

No need to "build" one, there is one allready.

Run bitcoin-core with -testnet1. If you have to add a node manually use addnode blockexplorer.com add.

You get coins there either from testnet faucets (I got 2 BTC for testing within a few minutes) or mining (low difficulty)


[1]https://en.bitcoin.it/wiki/Running_Bitcoin


Title: Re: How to build a test BTC network ?
Post by: KaChingCoinDev on May 28, 2014, 01:31:26 PM
You can use the existing testnet, running bitcoin-core with -testnet.

If you wanted to create your own, you would have to clone bitcoin, change the stuff you want, and get a new genesis block / merkle root.



Title: Re: How to build a test BTC network ?
Post by: ftc-c on May 28, 2014, 02:21:51 PM
Hi shorena , We need build p2p pool on testnet. Otherwise No block made. No connect. :'(


Title: Re: How to build a test BTC network ?
Post by: grue on May 28, 2014, 02:33:42 PM
search: testnet in a box


Title: Re: How to build a test BTC network ?
Post by: KaChingCoinDev on May 28, 2014, 02:35:00 PM
Hi shorena , We need build p2p pool on testnet. Otherwise No block made. No connect. :'(

I think p2pool can run on the bitcoin testnet. What you need to do is start bitcoin-core with: ./bitcoind -testnet. Then, add to your p2pool startup line "--net bitcoin-testnet". (Syntax might be wrong, I don't know though.) That is what you need to do.