-
Notifications
You must be signed in to change notification settings - Fork 44
Test Network
Our second public test network for Simplicity.
This requires building the simplicityregtest2-1.0
version of Elements.
You will need to use the following elements.conf
file (in your.elements
directory)
chain=simplicityregtest2
[simplicityregtest2]
validatepegin=0
anyonecanspendaremine=0
fallbackfee=0.00004
initialfreecoins=2100000000000000
con_dyna_deploy_start=-1
con_max_block_sig_size=152
con_has_parent_chain=0
parentgenesisblockhash=NULL
daemon=1
listen=1
txindex=1
rpcport=51514
port=51515
pubkeyprefix=235
scriptprefix=75
blindedprefix=4
bech32_hrp=tex
blech32_hrp=tlq
pchmessagestart=534d5030
dynamic_epoch_length=1000
signblockscript=51210324b376dec5d9bc8eaa110dba0510f792efd65e1e10346c5425936382d663ef4351ae
connect=simplicity-test.dev.blockstream.com:51515
You can post your test network address on libera.chat IRC ##simplicity
and ask for funds.
This test network may be hard forked or reset from time to time as we deem necessary. In particular, expect new jets to be hard forked in over time.
simplicityregtest2-1.0
is chain compatible hard-fork that adds two jets: BuildTaptweak and TapdataInit.
simplicityregtest2-0.0
is expected to be our final regtest network before launch.
We have our final set of jets prepared and have reassessed all the jet costs, changing most addresses used in the previous test network.
Note: the jet names are still hashed with the "DRAFT" version number, and this will be changed in the launched version of Simplicity. So none of the CMRs and addresses in this regtest version will be compatible with the launched version.
With version simplicityregtest1-0.0
a brand new test network has been started.
In addition to a series of new jets for basic arithmetic operations, including division, mix, max, and more, the specifications of all jets have been updated to include a commitment to their assign cost (in terms of milliWU).
This changes have invalidated all previous addresses, hence the need to start a new test network
Version simplicityregtest0-1.0
fixes a crashing bug, and hard forks in several new jets. While this is a hard fork, it is compatible with the simplicityregtest0
. You do not need to redownload the chain; simply updating your client suffices.