Post
Topic
Board Announcements (Altcoins)
Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨MasterNodes🔨| - COIN OF YOUR DREAMS!
by
Alex68
on 12/01/2018, 15:11:10 UTC
Hi, i will try to run masternode on Android TV Box. I install multiboot with Ubuntu  Mate, i have box T95N Mini M8S Pro Amlogic S905 2GB 8GB. Still need 150 coin for masternode to test, i hope that price of coin will go not too much high i need now about 10days. I will post guide for in next days, i mining about 5000 KH/s.

Hi everbody, i start yesterday with masternode on Android Box Ubuntu arm64. I have for now wallet on Win open on mining machine for monitoring. I have status WATCHDOG_EXPIRED all the time, because is not posibble to install sentinel on linux i try with all resolution on all forum "sudo ./sentinel-lin64" error " 1: ./sentinel-lin64: Syntax error: Unterminated quoted string" maybe python problem or arm64 cpu. Payment was first about 33h is that normal, i see that payment of masternodes is different i get 4,6 i see on other masternodes also 4,8? I try  also sentinel on Win10 64bit, but i have error "Please ensure desired is running and the JSONRPC port is open to Sentinel" must open port 9918 is this  because the wallet have different IP as VPS masternode server? I wii also try monitoring script to mail what was show in this page 73. I will see if the second payment be before 24h.

My desire.conf

rpcuser=user123
rpcpassword=pass123
rpcallowip=127.0.0.1
rpcport=9918
listen=1
server=1
daemon=1
staking=0



~/Desire/src# ./desire-cli mnsync status
{
  "AssetID": 999,
  "AssetName": "MASTERNODE_SYNC_FINISHED",
  "AssetStartTime": 1515600882,
  "Attempt": 0,
  "IsBlockchainSynced": true,
  "IsMasternodeListSynced": true,
  "IsWinnersListSynced": true,
  "IsSynced": true,
  "IsFailed": false
}

Best,

If you are running Linux, you can use "traditional" Dash sentinel installation:

cd ~/.desirecore
git clone https://github.com/dashpay/sentinel.git
cd sentinel
virtualenv venv
venv/bin/pip install -r requirements.txt
nano sentinel.conf
edit>>> dash_conf=/root/.desirecore/desire.conf

venv/bin/python bin/sentinel.py (it should return no error)

crontab -e
add this line to run sentinel once per minute
* * * * * cd /root/.desirecore/sentinel && ./venv/bin/python bin/sentinel.py 2>&1 >> sentinel-cron.log