Bitcoin Forum
April 28, 2024, 12:39:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 [70] 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 ... 163 »
  Print  
Author Topic: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨MasterNodes🔨| - COIN OF YOUR DREAMS!  (Read 167273 times)
Shalafi
Jr. Member
*
Offline Offline

Activity: 64
Merit: 2


View Profile
November 15, 2017, 01:01:57 PM
 #1381

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

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!

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.
1714264795
Hero Member
*
Offline Offline

Posts: 1714264795

View Profile Personal Message (Offline)

Ignore
1714264795
Reply with quote  #2

1714264795
Report to moderator
1714264795
Hero Member
*
Offline Offline

Posts: 1714264795

View Profile Personal Message (Offline)

Ignore
1714264795
Reply with quote  #2

1714264795
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714264795
Hero Member
*
Offline Offline

Posts: 1714264795

View Profile Personal Message (Offline)

Ignore
1714264795
Reply with quote  #2

1714264795
Report to moderator
lazy_boozer (OP)
Full Member
***
Offline Offline

Activity: 271
Merit: 100



View Profile WWW
November 15, 2017, 01:53:01 PM
 #1382

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

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!

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.


Members of our community have simplified everything, for ordinary users, having done a great job! Thank them for that. If you do not understand, then refer to hosting MN, everything is simple there!
And the simplest for you, do not invest in something you do not understand.

Imaha486
Full Member
***
Offline Offline

Activity: 896
Merit: 108


View Profile WWW
November 15, 2017, 02:07:43 PM
 #1383

I got a reward with the latest version!
5DSR@24hour

...few!!  Embarrassed

S_Natural
Member
**
Offline Offline

Activity: 154
Merit: 11


View Profile
November 15, 2017, 03:03:04 PM
 #1384

I got a reward with the latest version!
5DSR@24hour

...few!!  Embarrassed

I think it should be 9-10. You should wait for the second payment. Last day mine is 9,8.

candyiman
Full Member
***
Offline Offline

Activity: 308
Merit: 100


View Profile
November 15, 2017, 03:05:04 PM
Last edit: November 15, 2017, 03:16:35 PM by candyiman
 #1385

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  and then went fine again

I GIVE up
candyiman
Full Member
***
Offline Offline

Activity: 308
Merit: 100


View Profile
November 15, 2017, 03:15:01 PM
 #1386

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
shurap
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
November 15, 2017, 04:18:39 PM
 #1387

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.
Qraq
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
November 15, 2017, 04:30:01 PM
Last edit: November 15, 2017, 04:57:36 PM by Qraq
 #1388

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
Dali_Jolijo
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 15, 2017, 04:34:49 PM
 #1389

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.
Qraq
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
November 15, 2017, 04:38:21 PM
 #1390

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!
mninfo
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
November 15, 2017, 04:47:27 PM
 #1391

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!
Dali_Jolijo
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 15, 2017, 04:58:31 PM
 #1392

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?
pokimon
Newbie
*
Offline Offline

Activity: 78
Merit: 0


View Profile
November 15, 2017, 05:12:54 PM
 #1393

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 !
Ferminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
November 15, 2017, 05:26:56 PM
 #1394

SENTINEL - created people only difficulties, without it everything worked. Now look at the price of the coin. When will the normal exchange? Angry

DCP
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
November 15, 2017, 05:55:16 PM
 #1395

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

H ~ O ~ D ~ L
Vaevskui
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
November 15, 2017, 05:56:27 PM
 #1396

Hi all. When planning to bring the coin to other exchanges? There is information about the release date?

Leading-Edge Ecosystem & Technology     ▐ █ ▌     R E P U B L I A     ▐ █ ▌     P R E - S A L E   :   August 23rd - September 23rd
▬   ▬▬   ▬▬▬   ▬▬▬▬   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   ▬▬▬▬   ▬▬▬   ▬▬   ▬
|        [ WHITEPAPER ]  [ BOUNTY ]  [ ANN THREAD ]        |        Facebook     Telegram     Twitter     Instagram        |
minerlai
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
November 15, 2017, 05:56:41 PM
 #1397

how long would it take to mine enough for a note?

Paycent|ICO: 2-30 Nov ’17
Bigbaggo
Newbie
*
Offline Offline

Activity: 62
Merit: 0


View Profile
November 15, 2017, 06:02:33 PM
 #1398

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!
Littledragons
Full Member
***
Offline Offline

Activity: 294
Merit: 102



View Profile
November 15, 2017, 06:08:06 PM
 #1399

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

T r a x i o n                              TRADE AND EARN DURING PRE-ICO
TRANSITIONS YOU TO A CRYPTO-READY SOCIETY        Pre-Sale starts April 15, 2018
GITHUB     TELEGRAM     MEDIUM     FACEBOOK     TWITTER     REDDIT     YOUTUBE
juniornunes
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 15, 2017, 06:17:59 PM
 #1400

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
Pages: « 1 ... 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 [70] 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 ... 163 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!