Pages:
Author

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

hero member
Activity: 1974
Merit: 856
I had a WATCHDOG_EXPIRED this morning, but it seems to run nicely now. (I have a Linux VPS)
Currently payments seem to come in every ~5hours, which is like >20 coin per day, so there are less MN running than it is saying on mnrank
full member
Activity: 308
Merit: 100
What is the point of all this??? Python and all that stuff...

I dont know maybe they think everyone is some linux hacker , i am too old for this shit . Masternodes were working fine trouble free on Windows for a long time before update , now they dont work . Spent all day a lot of frustration and waisted time . If masternode is only Linux compatible from now i am dumping them all in next few days , no point keeping a cow that does not milk  Angry Windows is easy and user friendly , why are they forcing simple users to move to crap linux and expecting that everyone should learn how to workd commands and all other nonsence in 2017 , this is stone age from DoS times aint going back to that , zero point time consuming and inneficient  . Python , Sentinel , compile ... what is that shit ? Was working fine and great before update , so fix it to working state please or we will dump all our non working masternodes and they can enjoy it with their few linux "advanced" users   Angry


My Win masternode broke just before the payment *i was in the masternode winners list*  then was gone like many others
newbie
Activity: 59
Merit: 0
What is the point of all this??? Python and all that stuff...

I dont know maybe they think everyone is some linux hacker , i am too old for this shit . Masternodes were working fine trouble free on Windows for a long time before update , now they dont work . Spent all day a lot of frustration and waisted time . If masternode is only Linux compatible from now i am dumping them all in next few days , no point keeping a cow that does not milk  Angry Windows is easy and user friendly , why are they forcing simple users to move to crap linux and expecting that everyone should learn how to workd commands and all other nonsence in 2017 , this is stone age from DoS times aint going back to that , zero point time consuming and inneficient  . Python , Sentinel , compile ... what is that shit ? Was working fine and great before update , so fix it to working state please or we will dump all our non working masternodes and they can enjoy it with their few linux "advanced" users   Angry
full member
Activity: 308
Merit: 100
Will there be an official statement from the dev team on how Desire coin will function from now on so I can decide to stay with it or pursue other ventures?

Yes, we will prepare an official statement. And explain the reason for the update. In the meantime, do not worry.

someone said he will answer me in 20-30 minutes
full member
Activity: 308
Merit: 100
If you are on Windows you can run sentinel too, there's nothing stopping you from it.

Make sure you have python installed, either of this will work (make sure you choose 2.x not 3.x):
https://www.python.org/downloads/
https://www.anaconda.com/download/

Clone sentinel github:
https://github.com/dashpay/sentinel

Modify dash.conf to point to you desire config, ie.
dash_conf=/path/to/desire.conf

Open a terminal/console/cmd inside sentinel (or either type "cd folder" until you are inside)
pip install -r requirements.txt
If you get an error, make sure pip is on the path (or use the complete path to you python installation, ie. "C:\Program Files\Python\bin\pip" instead of pip".

Once done, setup a task to run every minute
schtasks /create /sc minute /mo 1 /tn "DesireSentinel" /tr \\python fullpath\to sentinel folder\sentinel.py
If you had problems with pip, make sure to use the full path to python here too, instead of simply python.
You might want to try running sentinel.py first, to make sure it will work,
python fullpath\to sentinel folder\sentinel.py (or full path instead of python)

Good luck!

Disclaimer: This is not tested, I am running linux, so you may have to adapt it


im gonna try that but what exactly does it do?
full member
Activity: 271
Merit: 100
Will there be an official statement from the dev team on how Desire coin will function from now on so I can decide to stay with it or pursue other ventures?

Yes, we will prepare an official statement. And explain the reason for the update. In the meantime, do not worry.
member
Activity: 98
Merit: 10
If you are on Windows you can run sentinel too, there's nothing stopping you from it.

Make sure you have python installed, either of this will work (make sure you choose 2.x not 3.x):
https://www.python.org/downloads/
https://www.anaconda.com/download/

Clone sentinel github:
https://github.com/dashpay/sentinel

Open a terminal/console/cmd inside sentinel (or either type "cd folder" until you are inside)
pip install -r requirements.txt
If you get an error, make sure pip is on the path (or use the complete path to you python installation, ie. "C:\Program Files\Python\bin\pip" instead of pip".

Once done, setup a task to run every minute
schtasks /create /sc minute /mo 1 /tn "DesireSentinel" /tr \\python fullpath\to sentinel folder\sentinel.py
If you had problems with pip, make sure to use the full path to python here too, instead of simply python.


Good luck!

Disclaimer: This is not tested, I am running linux, so you may have to adapt it

What is the point of all this??? Python and all that stuff...

Well, sentinel is a python script, you need python to run it. That's basically the point :/ No python, no sentinel
And I need this Sentinel thing now because... ? Yesterday I did not need it.
member
Activity: 98
Merit: 10
Will there be an official statement from the dev team on how Desire coin will function from now on so I can decide to stay with it or pursue other ventures?
newbie
Activity: 42
Merit: 0
If you are on Windows you can run sentinel too, there's nothing stopping you from it.

Make sure you have python installed, either of this will work (make sure you choose 2.x not 3.x):
https://www.python.org/downloads/
https://www.anaconda.com/download/

Clone sentinel github:
https://github.com/dashpay/sentinel

Open a terminal/console/cmd inside sentinel (or either type "cd folder" until you are inside)
pip install -r requirements.txt
If you get an error, make sure pip is on the path (or use the complete path to you python installation, ie. "C:\Program Files\Python\bin\pip" instead of pip".

Once done, setup a task to run every minute
schtasks /create /sc minute /mo 1 /tn "DesireSentinel" /tr \\python fullpath\to sentinel folder\sentinel.py
If you had problems with pip, make sure to use the full path to python here too, instead of simply python.


Good luck!

Disclaimer: This is not tested, I am running linux, so you may have to adapt it

What is the point of all this??? Python and all that stuff...

Well, sentinel is a python script, you need python to run it. That's basically the point :/ No python, no sentinel
member
Activity: 98
Merit: 10
If you are on Windows you can run sentinel too, there's nothing stopping you from it.

Make sure you have python installed, either of this will work (make sure you choose 2.x not 3.x):
https://www.python.org/downloads/
https://www.anaconda.com/download/

Clone sentinel github:
https://github.com/dashpay/sentinel

Open a terminal/console/cmd inside sentinel (or either type "cd folder" until you are inside)
pip install -r requirements.txt
If you get an error, make sure pip is on the path (or use the complete path to you python installation, ie. "C:\Program Files\Python\bin\pip" instead of pip".

Once done, setup a task to run every minute
schtasks /create /sc minute /mo 1 /tn "DesireSentinel" /tr \\python fullpath\to sentinel folder\sentinel.py
If you had problems with pip, make sure to use the full path to python here too, instead of simply python.


Good luck!

Disclaimer: This is not tested, I am running linux, so you may have to adapt it

What is the point of all this??? Python and all that stuff...
newbie
Activity: 42
Merit: 0
If you are on Windows you can run sentinel too, there's nothing stopping you from it.

Make sure you have python installed, either of this will work (make sure you choose 2.x not 3.x):
https://www.python.org/downloads/
https://www.anaconda.com/download/

Clone sentinel github:
https://github.com/dashpay/sentinel

Modify dash.conf to point to you desire config, ie.
dash_conf=/path/to/desire.conf

Open a terminal/console/cmd inside sentinel (or either type "cd folder" until you are inside)
pip install -r requirements.txt
If you get an error, make sure pip is on the path (or use the complete path to you python installation, ie. "C:\Program Files\Python\bin\pip" instead of pip".

Once done, setup a task to run every minute
schtasks /create /sc minute /mo 1 /tn "DesireSentinel" /tr \\python fullpath\to sentinel folder\sentinel.py
If you had problems with pip, make sure to use the full path to python here too, instead of simply python.
You might want to try running sentinel.py first, to make sure it will work,
python fullpath\to sentinel folder\sentinel.py (or full path instead of python)

Good luck!

Disclaimer: This is not tested, I am running linux, so you may have to adapt it
full member
Activity: 896
Merit: 108

Is coinsmarkets isue fixed ? can we send coins to sell ?

yes


.
.
.

I have experimented in various environments, but there is no computer with sentinel working properly.

execute > masternode list command..
WATCHDOG_EXPIRED,WATCHDOG_EXPIRED,WATCHDOG_EXPIRED,WATCHDOG_EXPIRED,
WATCHDOG_EXPIRED,WATCHDOG_EXPIRED,WATCHDOG_EXPIRED,WATCHDOG_EXPIRED,
WATCHDOG_EXPIRED,WATCHDOG_EXPIRED,WATCHDOG_EXPIRED,WATCHDOG_EXPIRED,
WATCHDOG_EXPIRED,WATCHDOG_EXPIRED,WATCHDOG_EXPIRED,WATCHDOG_EXPIRED,
WATCHDOG_EXPIRED,WATCHDOG_EXPIRED,WATCHDOG_EXPIRED,WATCHDOG_EXPIRED.....

Advice to DEV.
Fix it!
full member
Activity: 238
Merit: 101

Is coinsmarkets isue fixed ? can we send coins to sell ?
newbie
Activity: 59
Merit: 0
It should have known that Windows users will die when adopting sentinel.
Why did DEV do that..?

Just a complete disaster , 90% + percent of Masternodes not working since wallet update , from perfectly working to this , what kind of "update" is that ? Why no comments or suggestions from dev ? Just ignoring . Very weird , because dev from start was very helpfull not sure what happened now . At least say something , cant you see whats happening when "masternodelist" , does that look normal to you lazy_boozer ? Windows masternodes not working , same everything , same VPS server , everything from scratch like in guide that was working before .  Please help lazy_boozer . Watchdog expired and no payments for a long time now (24+ hours)
full member
Activity: 896
Merit: 108
It should have known that Windows users will die when adopting sentinel.
Why did DEV do that..?
full member
Activity: 308
Merit: 100
Since the wallet problems sadly my wallets were also in trouble


After the wallets sync  I again set up my masternode and it started  after about 8 hours I was in the Masternode winners list


 1 hour later  for some reason  i was no more in the masternode winners list (command in debug)


I tried to set up the masternode again from scratch but this time  it said   not capable masternode  could not connect to IP *the one that usualy one has when he does not open ports



Ok i thought maybe it it the wallet (ive run the older version)   I send all my coins to coinsmarket

Downloaded the new wallet,  Deleted the files from app data

Did everything from scratch and now it says SADLy not capable Masternode could not connect to IP


ANy ideas?  


I was running 2 Hot walletts from Windows
full member
Activity: 308
Merit: 100
what's the ratio of profitability for mining this? Would I need to buy say 1000 coins or more to then receive something like a 5% annual transaction reward?
Also is this mineable via X11 with an Antminer D3?
Thanks

read the 1 page ok?


(and no to both questions)
newbie
Activity: 12
Merit: 0
what's the ratio of profitability for mining this? Would I need to buy say 1000 coins or more to then receive something like a 5% annual transaction reward?
Also is this mineable via X11 with an Antminer D3?
Thanks
full member
Activity: 271
Merit: 100
newbie
Activity: 19
Merit: 0
I need help my windows wallet does not sync after few hours and need to reindex to get sync again and MN will reset. How to fix this? Have paid once only from MN for 2 days damn.
Pages:
Jump to: