Author

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

sr. member
Activity: 422
Merit: 250
Why am I supposed to do any of that dancing. Other coins's MN that I have run for weeks without problems. With this one I already lost payments for several days after a wallet update. Looks like it's another time for me. Still, after all the dances, I see WATCHDOG_EXPIRED  message.

Then I don't know :-(

Thats the price of being early I guess. Also don't blame me, I'm not part of the dev team, just a humble mining drone ;-)

Same issue here, running MNs on windows, all of them are showing WATCHDOG_EXPIRED. I've deleted entire DesireCore folder ( backed up configs and wallet.dat )

However issuing masternode status, says masternode has started. Am I still wrecked?
full member
Activity: 211
Merit: 100
WATCHDOG_EXPIRED status Sad
newbie
Activity: 16
Merit: 0

I tried rpcport=9998 and now I get

Code:
-342: non-JSON HTTP response with '401 Unauthorized' from server
Cannot connect to desired. Please ensure desired is running and the JSONRPC port is open to Sentinel.

Please help me!


So its replying with Unauthorized, probably because there is a mismatch with the settings when it started and the ones you have now, look at this post and do step 1.
https://bitcointalksearch.org/topic/m.24525799

(always do backups!)
newbie
Activity: 27
Merit: 0
 I checked out the chat of http://mnrank.com/

 and they disabled the coin till fixing the network of desire.

 so I think we shall wait till maintenance completed.

newbie
Activity: 4
Merit: 0
I don't know why Sentinel isn't working.
When I run

sudo SENTINEL_DEBUG=1 ./venv/bin/python bin/sentinel.py

I get this message:
Cannot connect to desired. Please ensure desired is running and the JSONRPC port is open to Sentinel.

So, I changed my desired.conf to:

rpcuser=
rpcpassword=
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
staking=0
logtimestamps=1
txindex=1
maxconnections=256

port=9998
externalip=IP:9919
masternode=1
masternodeprivkey=

Now, when I run

sudo SENTINEL_DEBUG=1 ./venv/bin/python bin/sentinel.py

I get
Code:
Traceback (most recent call last):
  File "bin/sentinel.py", line 265, in
    main()
  File "bin/sentinel.py", line 164, in main
    if not is_desired_port_open(desired):
  File "bin/sentinel.py", line 151, in is_desired_port_open
    info = desired.rpc_command('getgovernanceinfo')
  File "lib/desired.py", line 42, in rpc_command
    return self.rpc_connection.__getattr__(params[0])(*params[1:])
  File "/home/ubuntu/sentinel/venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py", line 139, in __call__
    response = self._get_response()
  File "/home/ubuntu/sentinel/venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py", line 179, in _get_response
    http_response = self.__conn.getresponse()
  File "/usr/lib/python2.7/httplib.py", line 1089, in getresponse
    response.begin()
  File "/usr/lib/python2.7/httplib.py", line 444, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.7/httplib.py", line 408, in _read_status
    raise BadStatusLine(line)
httplib.BadStatusLine: ''

Any ideas what to do??

I think its supposed to be rpcport=9998, not port.


I tried rpcport=9998 and now I get

Code:
-342: non-JSON HTTP response with '401 Unauthorized' from server
Cannot connect to desired. Please ensure desired is running and the JSONRPC port is open to Sentinel.

Please help me!
newbie
Activity: 16
Merit: 0
I don't know why Sentinel isn't working.
When I run

sudo SENTINEL_DEBUG=1 ./venv/bin/python bin/sentinel.py

I get this message:
Cannot connect to desired. Please ensure desired is running and the JSONRPC port is open to Sentinel.

So, I changed my desired.conf to:

rpcuser=
rpcpassword=
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
staking=0
logtimestamps=1
txindex=1
maxconnections=256

port=9998
externalip=IP:9919
masternode=1
masternodeprivkey=

Now, when I run

sudo SENTINEL_DEBUG=1 ./venv/bin/python bin/sentinel.py

I get
Code:
Traceback (most recent call last):
  File "bin/sentinel.py", line 265, in
    main()
  File "bin/sentinel.py", line 164, in main
    if not is_desired_port_open(desired):
  File "bin/sentinel.py", line 151, in is_desired_port_open
    info = desired.rpc_command('getgovernanceinfo')
  File "lib/desired.py", line 42, in rpc_command
    return self.rpc_connection.__getattr__(params[0])(*params[1:])
  File "/home/ubuntu/sentinel/venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py", line 139, in __call__
    response = self._get_response()
  File "/home/ubuntu/sentinel/venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py", line 179, in _get_response
    http_response = self.__conn.getresponse()
  File "/usr/lib/python2.7/httplib.py", line 1089, in getresponse
    response.begin()
  File "/usr/lib/python2.7/httplib.py", line 444, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.7/httplib.py", line 408, in _read_status
    raise BadStatusLine(line)
httplib.BadStatusLine: ''

Any ideas what to do??

I think its supposed to be rpcport=9998, not port.
newbie
Activity: 4
Merit: 0
I don't know why Sentinel isn't working.
When I run

sudo SENTINEL_DEBUG=1 ./venv/bin/python bin/sentinel.py

I get this message:
Cannot connect to desired. Please ensure desired is running and the JSONRPC port is open to Sentinel.

So, I changed my desired.conf to:

rpcuser=
rpcpassword=
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
staking=0
logtimestamps=1
txindex=1
maxconnections=256

port=9998
externalip=IP:9919
masternode=1
masternodeprivkey=

Now, when I run

sudo SENTINEL_DEBUG=1 ./venv/bin/python bin/sentinel.py

I get
Code:
Traceback (most recent call last):
  File "bin/sentinel.py", line 265, in
    main()
  File "bin/sentinel.py", line 164, in main
    if not is_desired_port_open(desired):
  File "bin/sentinel.py", line 151, in is_desired_port_open
    info = desired.rpc_command('getgovernanceinfo')
  File "lib/desired.py", line 42, in rpc_command
    return self.rpc_connection.__getattr__(params[0])(*params[1:])
  File "/home/ubuntu/sentinel/venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py", line 139, in __call__
    response = self._get_response()
  File "/home/ubuntu/sentinel/venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py", line 179, in _get_response
    http_response = self.__conn.getresponse()
  File "/usr/lib/python2.7/httplib.py", line 1089, in getresponse
    response.begin()
  File "/usr/lib/python2.7/httplib.py", line 444, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.7/httplib.py", line 408, in _read_status
    raise BadStatusLine(line)
httplib.BadStatusLine: ''

Any ideas what to do??
legendary
Activity: 1162
Merit: 1000
Mac OS wallet fixed.

https://github.com/lazyboozer/Desire/releases/download/Desire-v.0.12.2.1/desire-0.12.2.1-osx.dmg

If errors occur, then install boost libraries (brew install boost --c++11)
Hello dev, I got a problem when updating new wallet. after updated wallet, I re-config my MN and then when I start my MN, it shown "watchdog_expired" on my MN status. I'm using window vps, directly config MN on that vps. Any recommendation for fix that situation?

Okay, finally wallet sync well, this way every time you synchronize will be easier and faster. once a month there should be a wallet update to make it easier and no wallet is not synced anymore later.
newbie
Activity: 33
Merit: 0
I did the backup. Lost my wallet. Could I be any luckier? Damn!
newbie
Activity: 16
Merit: 0
Why am I supposed to do any of that dancing. Other coins's MN that I have run for weeks without problems. With this one I already lost payments for several days after a wallet update. Looks like it's another time for me. Still, after all the dances, I see WATCHDOG_EXPIRED  message.

Then I don't know :-(

Thats the price of being early I guess. Also don't blame me, I'm not part of the dev team, just a humble mining drone ;-)
member
Activity: 98
Merit: 10
Why am I supposed to do any of that dancing. Other coins's MN that I have run for weeks without problems. With this one I already lost payments for several days after a wallet update. Looks like it's another time for me. Still, after all the dances, I see WATCHDOG_EXPIRED  message.
newbie
Activity: 16
Merit: 0
I am running a Windows wallet for MN. What should I do?

First of all, before you try anything I suggest TAKE A BACKUP Smiley

I haven't tried with the windows version. But what I would try/do (I assume that you updated from earlier version?) is to remove the files under your .dashcore equivalent, probably under C:\Users\username\AppData\Roaming This will let the new version recreate all the files properly

Leave the wallet.dat

Then restart
full member
Activity: 599
Merit: 100
PointPay.io
http://202.5.19.121/
Difficulty
69.30909691811948

http://desire.lchain.cc/
Difficulty
34.22186230853804
member
Activity: 98
Merit: 10
OK, to get rid of the "status": "Not capable masternode: Invalid protocol version" and "WATCHDOG_EXPIRED" errors, when updating, here's what I did:

1 --- RESET BLOCKCHAIN AND SETTINGS --- (This might not be necessary, but it will clear up any incorrect settings and stuck blocks)

1.1
Delete the entire .desirecore fodler

1.2
Restart the daemon again and let it sync the blocks, meanwhile restore the settings in the masternode.conf and desire.conf files

1.3
Once all the blocks are synced, restart it again

2 --- REMOVE ALL OLD NODES ---

2.2  Run the comand: ./desire-cli getpeerinfo | grep version and see of you have any connections using 70206

2.3 Run the comand: ./desire-cli getpeerinfo, for each node with wrong version  run: ./desire-cli disconnectnode

2.4 once you have only 70208 nodes, run start alias from your wallet.

3 --- INSTALL SENTINEL ---

Install sentinel following https://github.com/lazyboozer/sentinel . If it refuses to start, redo step 1

4  --- VERIFY ---
Verify that your node is PRE_ENABLED with
./desire-cli masternode list-conf

5  --- WAIT ---
Wait 10-20 min

Good Luck!




I am running a Windows wallet for MN. What should I do?
newbie
Activity: 16
Merit: 0
OK, to get rid of the "status": "Not capable masternode: Invalid protocol version" and "WATCHDOG_EXPIRED" errors, when updating, here's what I did:

1 --- RESET BLOCKCHAIN AND SETTINGS --- (This might not be necessary, but it will clear up any incorrect settings and stuck blocks)

1.1
Take a backup and then delete the entire .desirecore fodler

1.2
Restart the daemon again and let it sync the blocks, meanwhile restore the settings in the masternode.conf and desire.conf files

1.3
Once all the blocks are synced, restart it again

2 --- REMOVE ALL OLD NODES ---

2.2  Run the comand: ./desire-cli getpeerinfo | grep version and see of you have any connections using 70206

2.3 Run the comand: ./desire-cli getpeerinfo, for each node with wrong version  run: ./desire-cli disconnectnode

2.4 once you have only 70208 nodes go on to the next step

3 --- INSTALL SENTINEL ---

Install sentinel following https://github.com/lazyboozer/sentinel . If it refuses to start with a 401 Unauthorized , redo step 1

4  --- START AND VERIFY ---
4.1 run start alias from your wallet.

4.2 Verify that your node is PRE_ENABLED with
./desire-cli masternode list-conf

5  --- WAIT ---
Wait 10-20 min

Good Luck!



member
Activity: 98
Merit: 10
What to do with WATCHDOGE_EXPIRED the status?(((

What the hell is going on?
member
Activity: 224
Merit: 28
Hello everyone,

The macOS wallet is fully working the problem are the missing libraries that are not shipped with a default installation of macOS.

Please install homebrew by executing the following command in your terminal: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

After it is installed just install the missing boost libraries with the following command: brew install boost --c++11

If everything was done correctly you will now be able to execute the wallet. Also if for some reason you keep getting a missing library error please link boost to your system with the following command: brew link boost --force

Cheers
I have only wallet on my MacBook, what i must do? I don't know what is terminal(( Can you make step by step? Help, please!

Hello,

Sure thing.

Go to Applications > Utilities > Terminal

In terminal write: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

When it is finished write: brew install boost --c++11

When finished try to run your wallet, it should work now.

In case it doesn't please write this instruction in the terminal: brew link boost --force

Cheers
Thank you! Writes that you need a password. What is it?
Yes, a stupid question, I already understand password))

It's your macOS password.
Thanks! And how much time there should be an installation after the command: brew install boost --c++11 ?
The last thing that is now indicated is:
./b2 --prefix=/usr/local/Cellar/boost/1.65.1 --libdir=/usr/local/Cellar/boos


Hello,

Please wait until it finishes, it can take a couple of minutes.

Cheers
Is it the same, so it should be? Already 17 minutes ((

Hey, did you had another message after this one: ./b2 --prefix=/usr/local/Cellar/boost/1.65.1 --libdir=/usr/local/Cellar/boos
Yes, and not one. It is necessary to wait, my process took almost 28 minutes)


Does anyone know how to stop MN for a restart?

Took me 13 minutes
newbie
Activity: 85
Merit: 0
What to do with WATCHDOGE_EXPIRED the status?(((
full member
Activity: 211
Merit: 100
What addnodes I need for synced wallet?
Latest version.
newbie
Activity: 85
Merit: 0
Hello everyone,

The macOS wallet is fully working the problem are the missing libraries that are not shipped with a default installation of macOS.

Please install homebrew by executing the following command in your terminal: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

After it is installed just install the missing boost libraries with the following command: brew install boost --c++11

If everything was done correctly you will now be able to execute the wallet. Also if for some reason you keep getting a missing library error please link boost to your system with the following command: brew link boost --force

Cheers
I have only wallet on my MacBook, what i must do? I don't know what is terminal(( Can you make step by step? Help, please!

Hello,

Sure thing.

Go to Applications > Utilities > Terminal

In terminal write: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

When it is finished write: brew install boost --c++11

When finished try to run your wallet, it should work now.

In case it doesn't please write this instruction in the terminal: brew link boost --force

Cheers
Thank you! Writes that you need a password. What is it?
Yes, a stupid question, I already understand password))

It's your macOS password.
Thanks! And how much time there should be an installation after the command: brew install boost --c++11 ?
The last thing that is now indicated is:
./b2 --prefix=/usr/local/Cellar/boost/1.65.1 --libdir=/usr/local/Cellar/boos


Hello,

Please wait until it finishes, it can take a couple of minutes.

Cheers
Is it the same, so it should be? Already 17 minutes ((

Hey, did you had another message after this one: ./b2 --prefix=/usr/local/Cellar/boost/1.65.1 --libdir=/usr/local/Cellar/boos
Yes, and not one. It is necessary to wait, my process took almost 28 minutes)


Does anyone know how to stop MN for a restart?
Jump to: