Pages:
Author

Topic: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨MasterNodes🔨| - COIN OF YOUR DREAMS! - page 40. (Read 167500 times)

member
Activity: 92
Merit: 10
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.
sr. member
Activity: 672
Merit: 265
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.
newbie
Activity: 16
Merit: 0
When will the deposit address on mercatox be fixed?
full member
Activity: 206
Merit: 101
Nothing is True...
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


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
sr. member
Activity: 533
Merit: 251
MasterNode Sutup Guides (Chinese)
Desire 主节点设置中文教程
https://shimo.im/docs/tSql3ke4OWASJ8AC/
MasterNode Sutup Guides (Chinese)
Desire 主节点设置中文教程

https://shimo.im/docs/tSql3ke4OWASJ8AC/
newbie
Activity: 12
Merit: 0


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

[/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 ?
newbie
Activity: 8
Merit: 0
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.
newbie
Activity: 15
Merit: 0
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....
newbie
Activity: 8
Merit: 0
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
newbie
Activity: 34
Merit: 0
Why cannot DSR be on KuCoin or Binance Exchanges? Having DSR on these two exchanges makes access to 500million+ people a possibility. . .
newbie
Activity: 15
Merit: 0
How are people trading 300k on mercatox when it says not available?

same question, pls help to explain
newbie
Activity: 296
Merit: 0
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!
newbie
Activity: 25
Merit: 0
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...
newbie
Activity: 1
Merit: 0
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

Rewards calculated by formula 2222222/(((Difficulty+2600)/9)^2) which is you can find in this post https://bitcointalksearch.org/topic/m.23037625 and masternodes getting reward 20% till block #158000
You can take Difficulty from blocks or from "getdifficulty" command in the wallet. For example block #48705 have Difficulty 177.59786589884 https://altmix.org/coins/13-Desire/explorer/block/48705
Block time is 150 seconds so 24*60*60/150=576 blocks per 24 hours. Number of Masternodes for now is 744 which you can take from "masternode count" command. So reward per masternode per 24 hours is 2222222/(((177.59786589884+2600)/9)^2)*0.2*576/744=3.61 https://www.wolframalpha.com/input/?i=2222222%2F(((177.59786589884%2B2600)%2F9)%5E2)*0.2*576%2F744
newbie
Activity: 3
Merit: 0
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
newbie
Activity: 5
Merit: 0
All time high plus android wallet update!
full member
Activity: 206
Merit: 101
Nothing is True...
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
sr. member
Activity: 533
Merit: 251
MasterNode Sutup Guides (Chinese)
Desire 主节点设置中文教程
https://shimo.im/docs/tSql3ke4OWASJ8AC/
full member
Activity: 140
Merit: 100
Peace not piece.
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.
newbie
Activity: 36
Merit: 0
I am pretty pissed off to be honest, it seems only a select few can actually trade this coin that have old exchange wallet address that still works on the only exchange that accepts it.

The rest of us who have coins have to sit and wait with our thumbs up our arses for a new exchange to be registered and there is bugger all coming from what the devs intend to do about it.

That strikes me with loads of confidence in this really it does "sarcasm"
Pages:
Jump to: