Difference between revisions of "Testnet"

From Bitcoin Wiki
Jump to: navigation, search
(Mostly the edits from the forum topic, but it's better than almost nothing at all.)
(add difficulty scale difference)
Line 8: Line 8:
 
* A different value of ADDRESSVERSION field ensures no testnet BitCoin addresses will work on the production network.
 
* A different value of ADDRESSVERSION field ensures no testnet BitCoin addresses will work on the production network.
 
* The protocol message header bytes are shifted up (0xFABFB5DA instead of 0xF9BEB4D9)
 
* The protocol message header bytes are shifted up (0xFABFB5DA instead of 0xF9BEB4D9)
 +
* Minimum [[difficulty]] of 1.0 on testnet is equal to difficulty of 0.5 on mainnet. This means that the mainnet-equivalent of any testnet difficulty is half the testnet difficulty.
  
 
==External links==
 
==External links==

Revision as of 09:22, 16 January 2011

Hashbtc.jpgThis page is a stub. Help by expanding it.

The testnet is an alternative Bitcoin block chain, to be used for testing. This allows application developers or bitcoin testers to experiment, without having to use real bitcoins or worrying about breaking the main bitcoin chain.

Differences

  • Instead of ports 8333 (listen) and 8332 (JSON-RPC), ports 18333 and 18332 are used.
  • Bootstrapping IRC channel is #bitcoinTEST instead of #bitcoin (both on irc.lfnet.org). The built-in node list is disabled.
  • A different value of ADDRESSVERSION field ensures no testnet BitCoin addresses will work on the production network.
  • The protocol message header bytes are shifted up (0xFABFB5DA instead of 0xF9BEB4D9)
  • Minimum difficulty of 1.0 on testnet is equal to difficulty of 0.5 on mainnet. This means that the mainnet-equivalent of any testnet difficulty is half the testnet difficulty.

External links