<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Testnet</id>
	<title>Testnet - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Testnet"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Testnet&amp;action=history"/>
	<updated>2026-05-15T07:58:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=Testnet&amp;diff=7163&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;{{#seo: |title=Testnet. All about cryptocurrency - zaoniaoWiki |keywords=testnet, bitcoin testnet, mining, wallet, blockchain, explorer |description=Testnet is an alternative...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Testnet&amp;diff=7163&amp;oldid=prev"/>
		<updated>2019-07-25T11:40:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{#seo: |title=Testnet. All about cryptocurrency - zaoniaoWiki |keywords=testnet, bitcoin testnet, mining, wallet, blockchain, explorer |description=Testnet is an alternative...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#seo:&lt;br /&gt;
|title=Testnet. All about cryptocurrency - zaoniaoWiki&lt;br /&gt;
|keywords=testnet, bitcoin testnet, mining, wallet, blockchain, explorer&lt;br /&gt;
|description=Testnet is an alternative Bitcoin blockchain, to be used for testing. Bitcoin testnet allows developers to test network, mining and block explorer without having to use real bitcoins or worrying about breaking the main bitcoin chain.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;amp/&amp;gt;&lt;br /&gt;
[[File:Logo_testnet.png|400px|right|Bitcoin Testnet logo]]&lt;br /&gt;
'''Testnet''' is an alternative Bitcoin [[blockchain]], to be used for testing. Testnet coins are separate and distinct from actual bitcoins, and are never supposed to have any value. This allows application developers or bitcoin testers to experiment, without having to use real bitcoins or worrying about breaking the main bitcoin chain.&lt;br /&gt;
&lt;br /&gt;
Run [[bitcoin]] or [[bitcoind]] with the -testnet flag to use the testnet (or put testnet=1 in the bitcoin.conf file).&lt;br /&gt;
&lt;br /&gt;
==Testnet Review==&lt;br /&gt;
{{#ev:youtube|gIZCQUatkes|500|right|Blockchain tutorial 25: Testnet and faucets}}&lt;br /&gt;
Test net is a special test chain of transaction blocks. It is used by developers of [[cryptocurrencies]] to check the work of the future digital currency. All problems and errors are detected and corrected during the tests.&lt;br /&gt;
&lt;br /&gt;
Testnet allows developers to test the operation of the created digital currency. Moreover, it is suitable for testing any information in the blockchain network system. But in the case of cryptocurrency, this is especially important. Creating any record when testing a currency in a real network can be very expensive, which would have a negative impact on the development and improvement of the blockchain cryptocurrency at the initial stages of development. The advantages of using test chains are as follows:&lt;br /&gt;
* The low complexity that allows to use for these tests is relatively weak computers that can not cope with mining in real conditions even forgotten digital currencies;&lt;br /&gt;
* No real value, which eliminates the huge financial cost of testing the process of creating [[chain]]s of blocks of transactions and minimizes the risk of a hacker attack;&lt;br /&gt;
* The ability to create any number of coins and records, which will have a positive impact on the speed and quality of testing;&lt;br /&gt;
* Test digital currency using scripts, API, CLI, or RPC.&lt;br /&gt;
During the tests, the developer will have enough time to identify all possible problems and vulnerabilities. This is very important when creating any cryptocurrency. If the available coins are not enough, then there is always the opportunity to get them through mining through the Central processor of the computer.&lt;br /&gt;
&lt;br /&gt;
There have been three generations of testnet. Testnet2 was just the first testnet reset with a different genesis block, because people were starting to trade testnet coins for real money. '''Testnet3''' is the current test network. It was introduced with the 0.7 release, introduced a third genesis block, a new rule to avoid the &amp;quot;difficulty was too high, is now too low, and [[transactions]] take too long to verify&amp;quot; problem, and contains blocks with edge-case transactions designed to test implementation compatibility. On the December 21 of 2015 SegNet was deployed, to test the Wuille's Segregated Witness proposal&amp;lt;ref&amp;gt;[https://bitcoin.org/en/glossary/testnet Testnet, Testing Network - Bitcoin Glossary - Bitcoin.org]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Testnet vs Testnet2===&lt;br /&gt;
* Default Bitcoin network protocol listen port is 18333 (instead of 8333)&lt;br /&gt;
* Default RPC connection port is 18332 (instead of 8332)&lt;br /&gt;
* Bootstrapping uses different DNS seeds.&lt;br /&gt;
* A different value of ADDRESSVERSION field ensures no testnet Bitcoin addresses will work on the production network. (0x6F rather than 0x00)&lt;br /&gt;
* The protocol message header bytes are 0x0B110907 (instead of 0xF9BEB4D9) &lt;br /&gt;
* 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. In addition, if no block has been found in 20 minutes, the difficulty automatically resets back to the minimum for a single block, after which it returns to its previous value&amp;lt;ref&amp;gt;[https://en.bitcoin.it/wiki/Testnet https://en.bitcoin.it/wiki/Testnet]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
* A new genesis block&lt;br /&gt;
* The IsStandard() check is disabled so that non-standard transactions can be experimented with.&lt;br /&gt;
&lt;br /&gt;
===Genesis Block===&lt;br /&gt;
Testnet uses a different genesis block to the main network. You can find it [https://www.biteasy.com/testnet/blocks/000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943 here] or [http://blockexplorer.com/testnet/b/0 here].&lt;br /&gt;
The testnet was [https://github.com/gavinandresen/bitcoin-git/commit/feeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c reset with a new genesis block] for the 0.7 bitcoin release.&lt;br /&gt;
&lt;br /&gt;
===Block Size===&lt;br /&gt;
Testnet receives less transactions than the main block chain and is typically much smaller in size. As of June 2016 the size of the data on disk was 7GB, containing data for about 4 years worth of testnet activity. Downloading this data required about 6GB of network activity peaking at 2MB/s rate of transfer&amp;lt;ref&amp;gt;[https://testnet.manu.backend.hamburg/faucet Faucet - Bitcoin TestNet sandbox]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Testnet Mining===&lt;br /&gt;
[[solo.ckpool]] has a testnet bitcoin solo mining implementation available, without the need to set up bitcoind locally.&lt;br /&gt;
&lt;br /&gt;
===Testnet Wallet===&lt;br /&gt;
Online testnet wallets to help you test your application.&lt;br /&gt;
* [http://testnetwallet.com/ TestnetWallet.com]&lt;br /&gt;
* [https://CoPay.io/ CoPay.io] wallet supports TestNet accounts&lt;br /&gt;
&lt;br /&gt;
===Faucets===&lt;br /&gt;
Once you're done with your test coins, it is a nice gesture to send them back to the faucets, so they become available to other developers.&lt;br /&gt;
* [http://bitcoinfaucet.uo1.net/ UO1 Testnet Faucet]&lt;br /&gt;
* [http://tpfaucet.appspot.com/ TP's TestNet Faucet]&lt;br /&gt;
* [http://kuttler.eu/bitcoin/btc/faucet/ nkuttler's Bitcoin Testnet Faucet], transactions are made through Joinmarket, a [[CoinJoin]] implementation&lt;br /&gt;
* [https://testnet.manu.backend.hamburg/faucet flyingkiwi's TestNet Faucet]&lt;br /&gt;
* [https://play.google.com/store/apps/details?id=com.mycelium.testnetwallet Mycelium Testnet Wallet for Android with integrated Testnet &amp;quot;faucet&amp;quot; function (Local Trader)]&lt;br /&gt;
&lt;br /&gt;
Offline (2016-08-07):&lt;br /&gt;
* [http://faucet.luis.im/ luis.im Mojocoin Testnet3 Faucet]&lt;br /&gt;
* [https://accounts.blockcypher.com/testnet-faucet BlockCypher Testnet Faucet], also provided as a [http://dev.blockcypher.com/#faucets Testnet faucet API] for test automation&lt;br /&gt;
&lt;br /&gt;
===Testnet Block explorers===&lt;br /&gt;
* [https://www.biteasy.com/testnet/blocks Biteasy.com Testnet Blockexplorer]&lt;br /&gt;
* [http://blockexplorer.com/testnet Testnet Block Explorer]&lt;br /&gt;
* [http://tbtc.blockr.io/ Bitcoin Testnet on Blockr.io]&lt;br /&gt;
* [https://test-insight.bitpay.com/ Bitcoin Testnet on insight.bitpay.com]&lt;br /&gt;
* [https://live.blockcypher.com/btc-testnet/ BlockCypher Testnet Explorer]&lt;br /&gt;
&lt;br /&gt;
===Attack on Testnet===&lt;br /&gt;
There is no point in attacking the test [[network]], as it does not contain coins that could be valuable in monetary terms. However, there are cases when such networks fell under spam attacks. This causes difficulties and temporarily deprives developers of the opportunity to test the cryptocurrency. To attack Testnet does not require large capacity, as the entire network is based on weak processors for simple coin [[mining]]. As the transaction costs increase, attacks weaken and eventually cease completely.&lt;br /&gt;
&lt;br /&gt;
To arrange attacks on Testnet almost meaningless. The only benefit an attacker can derive is the complication of the tests. This may be relevant for direct competitors who want to gain an advantage and move their currency forward. However, the real benefit of such actions will be small, as it will affect the tested network slightly&amp;lt;ref&amp;gt;[https://www.blocktrail.com/tBTC BlockTrail Testnet Explorer, Testnet API and Testnet Faucet]&amp;lt;/ref&amp;gt;. The reason for the attack on Testnet can be a banal desire to test their strength on such networks, learn something new or prepare for a more complex hacker attack.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [https://bitcointalk.org/?topic=4483.0 Testnet in a box forum topic]&lt;br /&gt;
* [https://sourceforge.net/projects/bitcoin/files/Bitcoin/testnet-in-a-box/ Testnet-In-A-Box self-contained testnet]&lt;br /&gt;
* [https://github.com/freewil/bitcoin-testnet-box Forked/Updated testnet-box]&lt;br /&gt;
* [https://live.blockcypher.com/btc-testnet/ Bitcoin Testnet Block Explorer - BlockCypher]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Lightning Network]]&lt;br /&gt;
* [[ASIC]]&lt;br /&gt;
* [[Ethereum]]&lt;br /&gt;
* [[Bitcoin Cash]]&lt;br /&gt;
* [[BTC-E]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Bitcoin Core documentation}}&lt;br /&gt;
&lt;br /&gt;
[[de: Testnet]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Technology]]&lt;br /&gt;
[[Category:Bitcoin Core documentation]]&lt;br /&gt;
[[Category:Bitcoin]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>