Pages:
Author

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

newbie
Activity: 16
Merit: 0
I wrote this small script for getting a mail-alert if my node stops being ENABLED. This is probably trivial for most of you guys, but I though I´d share if it could help anyone:
This only works on a linux server!

If you are not sure if your VPS has mail setup properly try running:
Code:
echo "Test" |  mailx -s "Test"
Wait and see if you get any mail. I will not document setting up mail since I did not need to do it :-)

Add this to a file called desire-alert.sh and fill out all the placeholders marked with <>
Code:
#!/bin/bash

#This is the transaction containing your 1000 DSR, the result from getnewaddress MN1
tx="0-"

#Look for your node in the masternode list, identified by the transaction
status=$(/home//Desire/src/desire-cli masternode list | grep "$tx");

#Make sure it has the correct status, if not send a mail
if [[ "$status" != *"\"$tx\": \"ENABLED\""* ]]; then
 echo "Current status: $status" |  mailx -s "Desire masternode is down"
fi

run
Code:
chmod o+x desire-alert.sh

Run command:
Code:
crontab -e
And add row:
Code:
*/5 * * * * /desire-alert.sh

The script will now run every 5 min
full member
Activity: 231
Merit: 101
Update error on VPS please advise:

./desired: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory
newbie
Activity: 2
Merit: 0
no payout 24+ hours. status: ENABLED, windows64, sentinel launched
newbie
Activity: 6
Merit: 0
juniornunes, I superpouse, it's bekause not latin letters in one of the folders of the path, for example "Bлaдeлeц". I'v got the same mistake.
newbie
Activity: 42
Merit: 0
Must I install Sentinel even though my masternode will run on VPS?
&
Is this method work on VPS?

I already try but not working it always fail and Watchdog Expire

Do you mean your own VPS or something like HostMNs?

1) If its the 1st case, yes, for sure, you need it.
2) If it is the 2nd case, I don't really know how the service works. Does the MN wallet (important MN wallet, not the cold wallet/collateral one) run on their machines or yours? If it runs on their end, then THEY must install sentinel. If it runs on yours, then its your job.

you Superman , thank you for your work , I will donate you want , I have everything working without a dog , but I know that a community with such a Superman will not be lost , thanks again mninfo !

Glad I could help Cheesy No need to donate, really, I was doing this because I love coding and cryptos are really exciting =P

mninfo, fyi - I've tried everything you said but when I put the following into console I get:  Method not found (code -32601)

command entered:   sentinel-win64.exe --config C:\Programs\desire --rpc-port:9919


And when I try to link it up via sentinel conf I get the error  Not capable masternode: could not connect to:  154.my.ip:9919

Check up that --rpc-port argument, you should not write :, simpy "--rpc-port 9919". It's indeed true that the connection will be done to ip:port, but that : is automatically added, you now have two of them, which might be causing the error.

If your desire.conf contains an "rpcport=9919" entry, then you don't even need the commandline argument

Wow - this is a shitshow of a update. Actually I like the UI and Im sure its more stable and such but may want to integrate so its less nuts.
I understand the need for sentinel - but dev may want integrate it into the qt for next release.
Sucks too - I was pretty excited about running my nodes again

Yeah, it was not smooth, no doubt on that. As of now integrating sentinel inside the qt interface (as a native integration) it is hard. We could however bundle them toghether and tie qt startup process with sentinel startup, I'll try to get this done by next week.


how should I proceed?    

Error: 'utf8' codec can't decode byte 0xfa in position 39: invalid start byte

thks

Umm.. how did you get that error? Make sure your desire.conf doesn't have any weird character. In case of doubt, move it somewhere and create a new one from scratch. Beware though, don't copy&paste from the old one to the new one, manually type everythin
newbie
Activity: 1
Merit: 0
how should I proceed?     

Error: 'utf8' codec can't decode byte 0xfa in position 39: invalid start byte

thks

Is this method work on VPS?

I already try but not working it always fail and Watchdog Expire



Desire + Sentinel standalone (windows + linux)

You only need this if you are running a masternode and getting WATCHDOG_EXPIRED

This is a version of sentinel that requires nothing but to run an exe, make you to follow all steps! Backup "wallet.dat" first, just in case

Download: https://github.com/ZonnCash/sentinel/releases/tag/v1.1.0-win64
Virustotal (3/67): https://www.virustotal.com/es/file/3a65c0df1fb89607531d8c02bb2a3070f1c39f555944d118c67d8ee616be5b18/analysis/1510697796/

Use at your own risk, it has been compiled exactly as the Github repo says

Before running it

1. Make sure you are running v0.12.2.1

2. Close your wallet

3. Go to desirecore folder and delete "mncache.dat" and "mnpayments.dat"

4. Make sure your "desire.conf" contains, at least, the following data:
rpcuser=someuser
rpcpassword=somepass
server=1
rpcport=9918
rpcconnect=127.0.0.1

Try to make rcpuser and rpcpassword hard to guess, you won't need to remember/use them for anything else, so feel free to smash the keyboard

5. Open wallet. Resync the whole wallet, from the menu "Tools" > "Wallet Repair" > "Rebuild Index"

6. Make sure the wallet is running and completely synced before continuing

How to

To make it point to your desire.conf, you have three options:

A) Create a file sentinel.conf in the same folder as the EXE with the following content:
desire_conf=C:\path\to\desire.conf

Start sentinel-win64.exe

B) From a console, execute the EXE by passing arguments
sentinel-win64.exe --config=C:\path\to\desire.conf

C) By creating a shortcut

1) Right click the sentinel-win64.exe, "Create Shortcut".
2) Right click the shortcut, Properties
3) Edit Target and, at the end, add a SPACE and then "--config=C:\path\to\desire.conf" INCLUDING the quotes "

Double click the shortcut to start sentinel.

When everything fails
If you have followed all the steps and still get WATCHDOG_EXPIRED when issuing "masternode status":

1. Close the wallet

2. Delete all files inside "desireconf" except for "wallet.dat" and "desire.conf".
Please make sure you don't delete wallet.dat! Backup it, for real, that's your coins!

3. Restart wallet, open sentinel-win64.exe, and let it sync!
how should I proceed?     

Error: 'utf8' codec can't decode byte 0xfa in position 39: invalid start byte

thks
full member
Activity: 294
Merit: 102
Wow - this is a shitshow of a update. Actually I like the UI and Im sure its more stable and such but may want to integrate so its less nuts.
I understand the need for sentinel - but dev may want integrate it into the qt for next release.
Sucks too - I was pretty excited about running my nodes again
newbie
Activity: 62
Merit: 0
Is this method work on VPS?

I already try but not working it always fail and Watchdog Expire



Desire + Sentinel standalone (windows + linux)

You only need this if you are running a masternode and getting WATCHDOG_EXPIRED

This is a version of sentinel that requires nothing but to run an exe, make you to follow all steps! Backup "wallet.dat" first, just in case

Download: https://github.com/ZonnCash/sentinel/releases/tag/v1.1.0-win64
Virustotal (3/67): https://www.virustotal.com/es/file/3a65c0df1fb89607531d8c02bb2a3070f1c39f555944d118c67d8ee616be5b18/analysis/1510697796/

Use at your own risk, it has been compiled exactly as the Github repo says

Before running it

1. Make sure you are running v0.12.2.1

2. Close your wallet

3. Go to desirecore folder and delete "mncache.dat" and "mnpayments.dat"

4. Make sure your "desire.conf" contains, at least, the following data:
rpcuser=someuser
rpcpassword=somepass
server=1
rpcport=9918
rpcconnect=127.0.0.1

Try to make rcpuser and rpcpassword hard to guess, you won't need to remember/use them for anything else, so feel free to smash the keyboard

5. Open wallet. Resync the whole wallet, from the menu "Tools" > "Wallet Repair" > "Rebuild Index"

6. Make sure the wallet is running and completely synced before continuing

How to

To make it point to your desire.conf, you have three options:

A) Create a file sentinel.conf in the same folder as the EXE with the following content:
desire_conf=C:\path\to\desire.conf

Start sentinel-win64.exe

B) From a console, execute the EXE by passing arguments
sentinel-win64.exe --config=C:\path\to\desire.conf

C) By creating a shortcut

1) Right click the sentinel-win64.exe, "Create Shortcut".
2) Right click the shortcut, Properties
3) Edit Target and, at the end, add a SPACE and then "--config=C:\path\to\desire.conf" INCLUDING the quotes "

Double click the shortcut to start sentinel.

When everything fails
If you have followed all the steps and still get WATCHDOG_EXPIRED when issuing "masternode status":

1. Close the wallet

2. Delete all files inside "desireconf" except for "wallet.dat" and "desire.conf".
Please make sure you don't delete wallet.dat! Backup it, for real, that's your coins!

3. Restart wallet, open sentinel-win64.exe, and let it sync!
member
Activity: 61
Merit: 10
how long would it take to mine enough for a note?
member
Activity: 117
Merit: 10
Hi all. When planning to bring the coin to other exchanges? There is information about the release date?
DCP
member
Activity: 110
Merit: 10
mninfo, fyi - I've tried everything you said but when I put the following into console I get:  Method not found (code -32601)

command entered:   sentinel-win64.exe --config C:\Programs\desire --rpc-port:9919


And when I try to link it up via sentinel conf I get the error  Not capable masternode: could not connect to:  154.my.ip:9919
full member
Activity: 210
Merit: 100
SENTINEL - created people only difficulties, without it everything worked. Now look at the price of the coin. When will the normal exchange? Angry
newbie
Activity: 78
Merit: 0
you Superman , thank you for your work , I will donate you want , I have everything working without a dog , but I know that a community with such a Superman will not be lost , thanks again mninfo !
newbie
Activity: 6
Merit: 0
Quote
I compiled sentinel on a Windows x64 machine, so I am afraid it will only work on x64. You might want to try it though, simply run sentinel-win64.exe, if a console pops up and it says something, you are good to go! Otherwise... I don't own a 32 bit windows, next week (can't do it sooner sry) I can setup a virtual machine and do it.

Must I install Sentinel even though my masternode will run on VPS?
newbie
Activity: 42
Merit: 0
I got so fed up trying to fix up these issues I destroyed my server. For like the third time. No more trying...

I will now wait until someone provides an updated step by step guide for setting up the mn on a vps with sentinel. Since the issues are solved, I don't think I have to wait long.
&
I mean a guide for setting up the entire masternode with these sentinel instruction integrated. FOR DUMMIES. I tried that, don't know how to run exes in linux etc. So fuck this. I'll get back to this when there are foolproof instructions. Thank you.

I'll make a new version of sentinel-win64.exe with two options:

1) Run sentinel
2) Fix wallet and masternode (basically all steps automated)

That's better than a "for dummies" guide, isn't it? Wink

and I may have found a BUg

Remember my post about the IP problem

it was solved when i Send additional 10 coins  to the 1000 containing wallet

go figure

So you finally got it to work by sending a transaction? That's really weird :/

I want to run a masternode on VPS. I run my wallet on Windows 32bit. Must I install sentinal on my local system? I see only Sentinal howto for Win64.

I compiled sentinel on a Windows x64 machine, so I am afraid it will only work on x64. You might want to try it though, simply run sentinel-win64.exe, if a console pops up and it says something, you are good to go! Otherwise... I don't own a 32 bit windows, next week (can't do it sooner sry) I can setup a virtual machine and do it.

Yes, I received first payment and sent you as acknowledgement. Thank you for your work!

Thank you so much!
member
Activity: 108
Merit: 10
Normally the 1st payment takes longer, the masternode must be recognized by the network and so on. You should be receiving, roughly:
3600*24 / (2.5*60) / 300 = 1.92
Payments a day (2.5 minutes blocktime, 300 active MNs), at 5DES per payment, that's 9.6DES/day.

If it says ENABLED, just let it be, you will receive them

(I'll take a look at all posts and answer them later, kind of busy right now!)

Yes, I received first payment and sent you as acknowledgement. Thank you for your work!
newbie
Activity: 6
Merit: 0
I want to run a masternode on VPS. I run my wallet on Windows 32bit. Must I install sentinal on my local system? I see only Sentinal howto for Win64.
member
Activity: 108
Merit: 10
I got so fed up trying to fix up these issues I destroyed my server. For like the third time. No more trying...

I will now wait until someone provides an updated step by step guide for setting up the mn on a vps with sentinel. Since the issues are solved, I don't think I have to wait long.


Desire + Sentinel standalone (windows + linux)

You only need this if you are running a masternode and getting WATCHDOG_EXPIRED

...

Please note that if you run sentinel from command prompt you need to write without '=' and add '--rpc-port':

sentinel-win64.exe --config C:\path\to\desire.conf --rpc-port 9918
newbie
Activity: 4
Merit: 0
Developers are too involved in the sale of prema. As a result, the coin's course falls and falls to the bottom. They do not understand, apparently, that they lose money on this. They do not understand that for a coin to grow, a good exchange is needed, for example Yobit, where a bunch of new people will see it and begin to mine, so the coin's exchange will soar and they will finally be able to sell with such difficulty the painted coins for a great price. Do not make a scam out of the coin-it is unprofitable.
full member
Activity: 308
Merit: 100
Seems magic happens



My hot wallet- masternode thing on windows


Went to Enabled without sentinel

SO wtf is going on

Btw my wallet stucked for 1 hour in a block cant recall the number

I GIVE up

and I may have found a BUg

Remember my post about the IP problem

it was solved when i Send additional 10 coins  to the 1000 containing wallet

go figure
Pages:
Jump to: