Syscoin 4.1 Testnet
July 10, 2019
To access Syscoin 4.1 testnet, use the latest commit on dev-4.x branch
$ git clone https://www.github.com/syscoin/syscoin#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.1, so here is a list of directions we can go into to test
Sanity Testing:
- Asset / assetallocation creation, transfer, send, syscoinburntoassetallocation
- Masternode
Bridge Testing:
-
Sysethereum 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 5 years ago