Difference between revisions of "TestNet"

From Veriblock Wiki
Jump to: navigation, search
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
See: [[Main_Page]]
+
See: [[Main_Page]], [[MainNet]], [[AlphaNet]], [[tVBK]]
  
TestNet is spread across these geographically distributed nodes.
+
__TOC__
 +
 
 +
== Overview ==
 +
 
 +
MainNet and TestNet are separate environments with separate blockchain data. With the MainNet launch on 3/25/2019, coins mined in TestNet do NOT transfer to MainNet.
 +
 
 +
As of NodeCore 0.4.3 or greater, the same nodecore package can be configured to MainNet or TestNet simply by switching the network in the nodecore.properties file.
 +
 
 +
By default the network=mainnet.
 +
 
 +
TestNet has a significantly lower difficulty, such that minimal hash can push through transactions.
 +
 
 +
== Explorer ==
 +
 
 +
There is not currently an official testnet explorer.
 +
 
 +
There is a landing page:
 +
 
 +
https://testnet.explore.veriblock.org/
 +
 
 +
==Connecting to TestNet==
 +
 
 +
In nodecore.properties file, specify:
 +
<pre>
 +
network=testnet
 +
 
 +
#OPTIONAL: select specific nodes:
 +
peer.external.hosts.testnet=95.216.123.86\:7501,94.130.147.194\:7501
 +
</pre>
 +
 
 +
This will create a separate bin\testnet folder, alongside bin\mainnet.
 +
 
 +
== List of Nodes ==
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 7: Line 39:
 
! IP
 
! IP
 
|-
 
|-
| New Jersey
+
| Bootstrap 1
| 173.199.119.135
+
| 95.216.123.86
|-
 
| Chicago
 
| 144.202.49.232
 
|-
 
| Dallas
 
| 45.32.207.123
 
|-
 
| Los Angeles
 
| 45.76.65.101
 
|-
 
| Germany
 
| 78.46.106.162
 
|-
 
| Sydney
 
| 207.148.85.146
 
|-
 
| Tokyo
 
| 45.77.8.173
 
 
|-
 
|-
| Singapore
+
| Bootstrap 2
| 207.148.122.103
+
| 94.130.147.194
 
|-
 
|-
| Europe
+
| Bootstrap 3
| 176.9.30.210
+
| 94.130.147.195
 
|-
 
|-
| Europe
 
| 176.9.99.83
 
 
|}
 
|}
 +
 +
== PoW Mine to TestNet ==
 +
 +
There is a testnet pool with minimum hash to push through transactions:
 +
 +
* Miner connects to: testnet-pool-gpu.veriblock.org:8501  (or 95.216.53.162:8501)
 +
* Html page: http://testnet-pool-gpu.veriblock.org:8500 (or http://95.216.53.162:8500)
 +
 +
== PoP Mine to TestNet ==
 +
 +
VBK TestNet PoP Mines to BTC TestNet
 +
 +
Sample ncpop.properties (fees will vary!)
 +
 +
<pre>
 +
auto.mine.round4=true
 +
bitcoin.fee.max=20000
 +
bitcoin.fee.perkb=9000
 +
bitcoin.network=testnet
 +
nodecore.rpc.host=127.0.0.1
 +
nodecore.rpc.port=10501
 +
</pre>
 +
 +
== Faucet ==
 +
 +
Community created Faucets:
 +
 +
* https://vbk.bitspill.net/

Revision as of 02:59, 4 June 2019

See: Main_Page, MainNet, AlphaNet, tVBK

Overview

MainNet and TestNet are separate environments with separate blockchain data. With the MainNet launch on 3/25/2019, coins mined in TestNet do NOT transfer to MainNet.

As of NodeCore 0.4.3 or greater, the same nodecore package can be configured to MainNet or TestNet simply by switching the network in the nodecore.properties file.

By default the network=mainnet.

TestNet has a significantly lower difficulty, such that minimal hash can push through transactions.

Explorer

There is not currently an official testnet explorer.

There is a landing page:

https://testnet.explore.veriblock.org/

Connecting to TestNet

In nodecore.properties file, specify:

network=testnet

#OPTIONAL: select specific nodes:
peer.external.hosts.testnet=95.216.123.86\:7501,94.130.147.194\:7501

This will create a separate bin\testnet folder, alongside bin\mainnet.

List of Nodes

Location IP
Bootstrap 1 95.216.123.86
Bootstrap 2 94.130.147.194
Bootstrap 3 94.130.147.195

PoW Mine to TestNet

There is a testnet pool with minimum hash to push through transactions:

PoP Mine to TestNet

VBK TestNet PoP Mines to BTC TestNet

Sample ncpop.properties (fees will vary!)

auto.mine.round4=true
bitcoin.fee.max=20000
bitcoin.fee.perkb=9000
bitcoin.network=testnet
nodecore.rpc.host=127.0.0.1
nodecore.rpc.port=10501

Faucet

Community created Faucets: