Skip to content

Syscoin 3.0 with V1 Masternodes @ Release Candidate 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@sidhujag sidhujag released this 09 Mar 21:31

Syscoin 3.0 MN RC1 Release Notes

This is a mandatory update for Testnet 5 users. It is not compatible with the current Syscoin Mainnet. Please only install this if you wish to setup and run a Masternode on the Syscoin testnet. Please clear your syscoin data directory before starting. This is a forking testnet so previous version blockchain will not work.

For more information on how to setup a masternode (currently only for Ubuntu 16.04 LTS users) see this blog post. The only difference is you will notice that the tutorial now omits the step "git checkout 349de28", so if you have cloned already for testnet3 you can just do a "git pull" in the syscoin2 directory to get the latest code and run and start your masternode.

Please also re-pull the sentinel code, goto your sentinel directory and type "git pull" or if that fails delete it and reclone sentinel and follow tutorial for setting up sentinel again.

This release is locked to testnet!

Changes

  1. Assets updates and bug fixes
  2. Z-DAG updates
  3. ZMQ indexing through node indexer

How To Use Syscoin Services - Primer

NEW ALIAS(jag):
aliasnew jag p 3 0 '' '' '' ''
signrawtransaction
syscoinsendrawtransaction

generate 1 (miner creates a block)

aliasnew jag p 3 0 '' '' '' ''
signrawtransaction
syscoinsendrawtransaction

NEW ASSET(asset):
assetnew asset jag public assets 5 5 ''
signrawtransaction
syscoinsendrawtransaction

generate 1 (miner creates a block)

ASSET INFO:
assetinfo asset

ASSET SEND(create new allocation):
assetsend asset jag jag 5 ''
signrawtransaction
syscoinsendrawtransaction

generate 1 (miner creates a block)

ASSET ALLOCATION INFO:
assetallocationinfo asset jag

ASSET ALLOCATION SENDER STATUS (For receivers to detect any issues with the sender prior to sending goods/service for real-time payment):
assetallocationsenderstatus asset jag

ASSET ALLOCATION SEND:
assetallocationsend asset jag jag1 5 ''asset
... (more assetallocationsends)

generate 1 (sometime down the road a block gets created and your asset allocations should be similar to what they showed in real-time)

Note that the install path and Syscoin data directory has been renamed to Syscoincore from Syscoin

Please copy the provided syscoin.conf file to your Syscoincore data directory. If you do not do so you will not be connected to our Masternode network