logging can be found in:
~/.xsncore/debug.log
It's perfectly normal to see a lot of:
XsnMiner -- Failed to find a coinstake
It means you just did not win the block reward
stakenet cli commands
xsn-cli getstakingstatus
check your staking status
xsn-cli tposcontract list
xsn-cli getwalletinfo
xsn-cli help
xsn-cli listaddress
xsn-cli listaddressgroupings
xsn-cli listwallets
merchantnode commands
xsn-cli merchantnode list-conf
check the status of your TPOS contract
example output
[
{
"alias": "TPOS1",
"address": "123.123.123.5:62583",
"privateKey": "Xsio9eiw9queingecha6cooLi9cahd6iezienah2ahsie0esai9e6",
"status": "ENABLED"
}
]
xsn-cli merchantnode status
check the status of your Merchantnode
example output
{
"pubkey": "iigae5echee8utheecaewoofaa2ya8Uth1engeol0",
"service": "123.123.123.5:62583",
"merchantAddress": "Xuu9pai2Aez5aug3ivee5ohqu6ioh9caipu",
"status": "Merchantnode successfully started"
}
xsn-cli listaddressgroupings
to check your TPoS transaction ids and the coins admitted to them
When the amount is incorrect you can try to fix by stopping xsnd and then rescanning the blockchain with:
xsnd -zapwallettxes=2
xsn-cli getblockchaininfo
example output
{
"chain": "main",
"blocks": 1379226,
"headers": 1379226,
"bestblockhash": "770aa4af734cbc18ca805e05b68b28b693e9d0623345da80d679d29f6313692b",
"difficulty": 239.3289586305278,
"mediantime": 1603979686,
"verificationprogress": 0.9999967235360691,
"initialblockdownload": false,
"chainwork": "0000000000000000000000000000000000000000000000000d9d0f271efc57ba",
"size_on_disk": 1708683627,
"pruned": false,
"softforks": [
{
"id": "bip34",
"version": 2,
"reject": {
"status": true
}
},
{
"id": "bip66",
"version": 3,
"reject": {
"status": true
}
},
{
"id": "bip65",
"version": 4,
"reject": {
"status": true
}
}
],
"bip9_softforks": {
"csv": {
"status": "active",
"startTime": -1,
"timeout": 9223372036854775807,
"since": 0
},
"segwit": {
"status": "active",
"startTime": 1533167940,
"timeout": 1564012740,
"since": 211680
}
},
"warnings": "Warning: unknown new rules activated (versionbit 1)"
}
xsn-cli tposcontract list
xsn-cli merchantnode count
xsn-cli merchantnode current
xsn-cli merchantnode list-config
xsn-cli merchantnode list-mine
xsn-cli merchantnode start-alias TPOS1