jeffytune
Full Member
 
Offline
Activity: 140
Merit: 100
Peace not piece.
|
 |
January 12, 2018, 12:12:28 PM |
|
How do you guys have a heart to invest in those coins which do not mention of their team and even don't have whitepaper?
I am looking for real good master node coin not just another trash MNC.
|
|
|
|
|
Alex68
Full Member
 
Offline
Activity: 206
Merit: 101
Nothing is True...
|
 |
January 12, 2018, 03:11:10 PM |
|
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.gitcd 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
|
|
|
|
Clairvoyance1991
Newbie
Offline
Activity: 5
Merit: 0
|
 |
January 12, 2018, 03:16:37 PM |
|
All time high plus android wallet update!
|
|
|
|
MV_Robocop
Newbie
Offline
Activity: 3
Merit: 0
|
 |
January 12, 2018, 04:07:36 PM |
|
Hello guys,
does anybody have a guide on how rewards are calculated? I see from masternodes.online an interesting ROI. How is it calculated?
Thank you
|
|
|
|
|
Roccko
Newbie
Offline
Activity: 25
Merit: 0
|
 |
January 12, 2018, 09:14:00 PM |
|
Does anybody know why my masternode works only 3d 20h:56m:37? After that I get status WATCHDOG_EXPIRED and masternode stops. Im using DigitalOcean VPS with Ubuntu, Watchdog works fine and I getting reward until 3d 20h...
|
|
|
|
zero24x
Newbie
Offline
Activity: 296
Merit: 0
|
 |
January 12, 2018, 10:15:37 PM |
|
Does anybody know why my masternode works only 3d 20h:56m:37? After that I get status WATCHDOG_EXPIRED and masternode stops. Im using DigitalOcean VPS with Ubuntu, Watchdog works fine and I getting reward until 3d 20h...
Hello, Most likely sentinel is not running - please visit the Desire discord channel. Asking there is the fastest way to get your issues solved usually!
|
|
|
|
Hnguyen1982
Newbie
Offline
Activity: 15
Merit: 0
|
 |
January 13, 2018, 12:42:49 AM |
|
How are people trading 300k on mercatox when it says not available?
same question, pls help to explain
|
|
|
|
AussieZen
Newbie
Offline
Activity: 34
Merit: 0
|
 |
January 13, 2018, 02:00:35 AM |
|
Why cannot DSR be on KuCoin or Binance Exchanges? Having DSR on these two exchanges makes access to 500million+ people a possibility. . .
|
|
|
|
devpew
Newbie
Offline
Activity: 8
Merit: 0
|
 |
January 13, 2018, 06:39:06 AM |
|
mining doesn't work for this coin
I thied unimining.net
they do not pay
Balance 0.00000000 DSR Total Unpaid 2.48526439 DSR Total Paid 0.00000000 DSR Total Earned 2.48526439 DSR
|
|
|
|
TRON_NZ
Newbie
Offline
Activity: 15
Merit: 0
|
 |
January 13, 2018, 06:55:20 AM |
|
mining doesn't work for this coin
I thied unimining.net
they do not pay
Balance 0.00000000 DSR Total Unpaid 2.48526439 DSR Total Paid 0.00000000 DSR Total Earned 2.48526439 DSR
Yeah they do. Payouts are every 2 hours once your above the threshold of the coin (0.001), been using them for a month or so....
|
|
|
|
devpew
Newbie
Offline
Activity: 8
Merit: 0
|
 |
January 13, 2018, 07:51:00 AM |
|
mining doesn't work for this coin
I thied unimining.net
they do not pay
Balance 0.00000000 DSR Total Unpaid 2.48526439 DSR Total Paid 0.00000000 DSR Total Earned 2.48526439 DSR
Yeah they do. Payouts are every 2 hours once your above the threshold of the coin (0.001), been using them for a month or so.... got it. thank you.
|
|
|
|
KickinHard
Newbie
Offline
Activity: 12
Merit: 0
|
 |
January 13, 2018, 10:44:48 AM |
|
If you are running Linux, you can use "traditional" Dash sentinel installation: cd ~/.desirecore git clone https://github.com/dashpay/sentinel.gitcd 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 [/quote] Hi, Thank you for your help, i try this but i have error: sudo venv/bin/python bin/sentinel.py -342: non-JSON HTTP response with '401 Unauthorized' from server Cannot connect to dashd. Please ensure dashd is running and the JSONRPC port is open to Sentinel. My desire.conf rpcuser=user123 rpcpassword=pass123 rpcallowip=127.0.0.1 listen=1 server=1 daemon=1 staking=0 maxconnections=24 externalip=145.33.**.**:9919 masternode=1 masternodeprivkey=7**** sentinel.conf db_name=database/sentinel.db db_driver=sqlite dash_conf=/root/.desirecore/desire.conf I look in sentinel.py but is only for dashhd ?
|
|
|
|
|
Alex68
Full Member
 
Offline
Activity: 206
Merit: 101
Nothing is True...
|
 |
January 13, 2018, 02:23:10 PM |
|
If you are running Linux, you can use "traditional" Dash sentinel installation: cd ~/.desirecore git clone https://github.com/dashpay/sentinel.gitcd 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 Hi, Thank you for your help, i try this but i have error: sudo venv/bin/python bin/sentinel.py -342: non-JSON HTTP response with '401 Unauthorized' from server Cannot connect to dashd. Please ensure dashd is running and the JSONRPC port is open to Sentinel. My desire.conf rpcuser=user123 rpcpassword=pass123 rpcallowip=127.0.0.1 listen=1 server=1 daemon=1 staking=0 maxconnections=24 externalip=145.33.**.**:9919 masternode=1 masternodeprivkey=7**** sentinel.conf db_name=database/sentinel.db db_driver=sqlite dash_conf=/root/.desirecore/desire.conf I look in sentinel.py but is only for dashhd ? 1) Try to specify rcpport in desire.conf: rpcport=9920 2) In sentinel.conf uncomment only first line "dash_conf=..." and make sure that "/root/.desirecore/desire.conf" is the correct location of your desire.conf file
|
|
|
|
S3nsati0n
Newbie
Offline
Activity: 16
Merit: 0
|
 |
January 13, 2018, 06:54:26 PM |
|
When will the deposit address on mercatox be fixed?
|
|
|
|
ferall
|
 |
January 13, 2018, 08:28:35 PM |
|
When will the deposit address on mercatox be fixed?
They take 2 weeks to answer a ticket. I’m expecting it to be a while.
|
|
|
|
Beny9313
Member

Offline
Activity: 92
Merit: 10
|
 |
January 13, 2018, 09:17:49 PM |
|
Beware guys. Hostmns.net is not hosting DSR anymore. As in : if you have issues with the sentinel,you are given a refund. So you lose 40$ with the 2 transactions (the refund transfers fee is paid by you). Maybe they will have the decency to state that on their website sometime as well.
|
|
|
|
PickleRick420
Newbie
Offline
Activity: 5
Merit: 0
|
 |
January 14, 2018, 02:21:12 AM |
|
Beware guys. Hostmns.net is not hosting DSR anymore. As in : if you have issues with the sentinel,you are given a refund. So you lose 40$ with the 2 transactions (the refund transfers fee is paid by you). Maybe they will have the decency to state that on their website sometime as well.
can dev team comment on why hostmns is not hosting DSR ?
|
|
|
|
|