Syscoin 4.x Testnet
December 12, 2019
UPDATED: Dec 12, 2019
If you run a previous version of Syscoin. Please run the following
##### FOR LINUX USERS #####
# change directory to your syscoin repo
$ cd ~/syscoin
$ sudo make uninstall
# check if this file exist
$ ls /usr/local/bin/scrypt.node
# if it's still there, please remove it before upgrading
$ sudo rm -rf /usr/local/bin/scrypt.node
For Windows users:
Please go to %APPDATA% and find the syscoin directory. Remove the scrypt.node file before running the newest version
To access Syscoin 4.x testnet, use the latest commit on dev-4.x branch.
$ git clone https://www.github.com/syscoin/syscoin
$ git checkout dev-4.x
$ ./autogen.sh && ./configure && sudo make install
$ mkdir ~/.syscoin
$ vi .syscoin/syscoin.conf
Use the following config in syscoin.conf
testnet=1
[test]
listen=1
daemon=1
server=1
port=18369
rpcport=18370
gethtestnet=1
addnode=54.190.239.153
addnode=52.40.171.92
Testing Direction
There are many moving parts in Syscoin 4.x, so here is a list of directions we can go into to test
Sanity Testing:
- Asset / assetallocation creation, transfer, send, syscoinburntoassetallocation
- Masternode
Bridge Testing:
-
Syscoin Bridge Agent ( submitter / challenger )
Please see https://syscoin.readme.io/v4.0.0/docs/sysethereum-agent -
assetallocation burn/mint (bridge.syscoin.org)
Please see https://syscoin.readme.io/v4.0.0/docs/syscoin-41-syscoin-ethereum-bridge
Updated over 4 years ago