Pages:
Author

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

newbie
Activity: 42
Merit: 0
ok, here are my preliminary findings.

with sentinel:
-sentinel runs [hooray]
-masternode starts [hooray] from wallet on Mac, running on VPS
-Status remains watchdog_expired and the Active time does not change [edit - time is now changing showing it is running, still waiting on watchdog message to change.]

without sentinel running:
--masternode starts [hooray] from wallet on Mac, running on VPS
-Status remains watchdog_expired and the Active time does change [ex: -4m: -3s]

do I need to wait longer with sentinel running for that message and time to change?


Have you tried the restore option in the sentinel? It would require to resync, but its worth it
newbie
Activity: 57
Merit: 0

Hi everybody.

I'm trying to set up Desire masternode

I do exactly this tutorial :

https://steemit.com/desire/@giothenics/desire-new-altcoin-masternode-setup

But i have this message when I write "masternode start" command :

"Not capable masternode: Masternode not in masternode list"

Any idea?

I was surprised to no have to set outputs, tx etc. as a XCXT or Arctic Masternodes.

Thank you for your help

newbie
Activity: 35
Merit: 0
At first, thanks for the new version. At least it starts, but actually same issue tvanes has.

Quote
completely ignored my message where I said to try running it through xvfb-run, so yeah, nice!
I did not read the complete thread, but think this is not mentioned anywhere in any masternode/sentinel setup guide Sad
But wtf is running a non-headless VPS? - Sorry.

newbie
Activity: 7
Merit: 0
ok, here are my preliminary findings.

with sentinel:
-sentinel runs [hooray]
-masternode starts [hooray] from wallet on Mac, running on VPS
-Status remains watchdog_expired and the Active time does not change [edit - time is now changing showing it is running, still waiting on watchdog message to change.]

without sentinel running:
--masternode starts [hooray] from wallet on Mac, running on VPS
-Status remains watchdog_expired and the Active time does change [ex: -4m: -3s]

do I need to wait longer with sentinel running for that message and time to change?
member
Activity: 117
Merit: 100
Bceм пpивeт, нe мoгли бы мнe пoмoчь c нacтpoйкoй мacтepнoды? Hи кaк нe мoгy нacтpoить
Ha пepвoй cтpaницe ecть инcтpyкции нa вce cлyчaи жизни, бoлee пoдpoбнo тpyднo нaпиcaть!
newbie
Activity: 42
Merit: 0
sorry, just onboard here and did not see a prior message. But I am going to try the headless version you just posted. Will report as soon as possible, because this is what I'm doing - running it as a headless mn with local wallet (Mac). Thank you.

Don't worry, it was not for you at all Wink Let's hope it's solved
newbie
Activity: 7
Merit: 0
sorry, just onboard here and did not see a prior message. But I am going to try the headless version you just posted. Will report as soon as possible, because this is what I'm doing - running it as a headless mn with local wallet (Mac). Thank you.
newbie
Activity: 42
Merit: 0
Hey! How's it going? I have been pretty busy with work and couldn't take the time to write something.

Do you need anything else from me? or some improvements to sentinel?

Hello!

On Twitter some users asked about the version of Sentinel for the MAC OS. Do you have the option to compile it?

Regards.

Sadly I don't own a MAC... It should easy to build it though, simply clone the repo on a MAC with Python 2.7, and then run (from within the repo folder):
pip install -r requirements.txt
pip install pyinstaller
pyinstaller --onefile --paths=lib main.py

Funny enough I am having the exact same issue with Sentinel, have my VPS on 16.04 because it's not exactly new, right? cannot get sentinel running at all.
This is my first attempt at a masternode and I'm not a Linux newbie - the instructions remain convoluted at best. It's amazing so many have gotten this far.
Now I have read that even with the watchdog errors it is paying out so I'm going to wait and see but this seems like a very basic issue to resolve.
[...]
Do I really have to deploy a 14.04 instance of Ubuntu to get Sentinel running? Seriously? *FAIL*

(This rant is mostly focused towards Gehacktesmacher than tvanes, but well, I had to!)

Noone has said anything about ubuntu 14.04 nor 16.04, not even ubuntu! This is compiled on a debian sid and tested on both the debian and an ubuntu 16.04, so please, stfu Cheesy
Now, that being said, you (or however said it before) completely ignored my message where I said to try running it through xvfb-run, so yeah, nice!

And, still, I am as nice as to pull out another version just for you who run headless servers, try it out:
https://github.com/ZonnCash/sentinel/releases/tag/v1.1.0.3


Those of you that already have it running, no need to update.
newbie
Activity: 7
Merit: 0
Funny enough I am having the exact same issue with Sentinel, have my VPS on 16.04 because it's not exactly new, right? cannot get sentinel running at all.
This is my first attempt at a masternode and I'm not a Linux newbie - the instructions remain convoluted at best. It's amazing so many have gotten this far.
Now I have read that even with the watchdog errors it is paying out so I'm going to wait and see but this seems like a very basic issue to resolve.
newbie
Activity: 35
Merit: 0
hi,

I am trying to get Sentinel working but with no luck.

I tried Sentinel on Linux, but using 16.04 instead of 14.04 an getting this when I tried to start Sentinel (doesn't matter if using binary or compiling from source)

./sentinel-lin64
Traceback (most recent call last):
  File "main.py", line 18, in
  File "/tmp/pip-build-utWYhZ/pyinstaller/PyInstaller/loader/pyimod03_importers.py", line 396, in load_module
  File "site-packages/pynput/__init__.py", line 23, in
  File "/tmp/pip-build-utWYhZ/pyinstaller/PyInstaller/loader/pyimod03_importers.py", line 396, in load_module
  File "site-packages/pynput/keyboard/__init__.py", line 49, in
  File "/tmp/pip-build-utWYhZ/pyinstaller/PyInstaller/loader/pyimod03_importers.py", line 396, in load_module
  File "site-packages/pynput/keyboard/_xorg.py", line 38, in
  File "/tmp/pip-build-utWYhZ/pyinstaller/PyInstaller/loader/pyimod03_importers.py", line 396, in load_module
  File "site-packages/pynput/_util/xorg.py", line 38, in
  File "site-packages/pynput/_util/xorg.py", line 36, in _check
  File "site-packages/Xlib/display.py", line 89, in __init__
  File "site-packages/Xlib/display.py", line 71, in __init__
  File "site-packages/Xlib/protocol/display.py", line 85, in __init__
  File "site-packages/Xlib/support/connect.py", line 72, in get_display
  File "site-packages/Xlib/support/unix_connect.py", line 61, in get_display
Xlib.error.DisplayNameError: Bad display name ""
[11215] Failed to execute script main


Then I tried running Sentinel on Windows.

On Windows I can start Sentinel but always says Error 'Invalid Masternode Status, cannot continue.'


Another thing is, that It should be clearly announced that each Masternode needs its own Unique IP caused by the port restriction. (this fact was not really clear and i get this at first when i tried to setup second masternode on same VPS)



I think this Sentinel nonsense should be deactivated or an new wallet should be released to get rid of Sentinel. If you look at the Masternode list half of the Masternodes not running because status is anything other then ENABLED.
From alle MN Coins a have tried and setup Desire is the most painful one.

Do I really have to deploy a 14.04 instance of Ubuntu to get Sentinel running? Seriously? *FAIL*

full member
Activity: 271
Merit: 100
Hey! How's it going? I have been pretty busy with work and couldn't take the time to write something.

Do you need anything else from me? or some improvements to sentinel?

Hello!

On Twitter some users asked about the version of Sentinel for the MAC OS. Do you have the option to compile it?

Regards.
member
Activity: 117
Merit: 10
Bceм пpивeт, нe мoгли бы мнe пoмoчь c нacтpoйкoй мacтepнoды? Hи кaк нe мoгy нacтpoить

дoбaвляйcя в диcкopд, и пиши в pyccкий кaнaл.
Cпacибo, ceйчac тaк и пocтyплю
newbie
Activity: 42
Merit: 0
Hey! How's it going? I have been pretty busy with work and couldn't take the time to write something.

Do you need anything else from me? or some improvements to sentinel?
full member
Activity: 364
Merit: 100
Bceм пpивeт, нe мoгли бы мнe пoмoчь c нacтpoйкoй мacтepнoды? Hи кaк нe мoгy нacтpoить

дoбaвляйcя в диcкopд, и пиши в pyccкий кaнaл.
full member
Activity: 271
Merit: 100
the Mastenode reward will be 20% forever ? no changes to 30% or 40% on the future? (like some other coins)

I remember Dev, spoke about the possible increase in awards in the future

Block    Award MN

158000 - 25.0%
175280 - 30.0%
192560 - 35.0%
209840 - 37.5%
227120 - 40.0%
244400 - 42.5%
261680 - 45.0%
278960 - 47.5%
313520 - 50.0%
sr. member
Activity: 322
Merit: 250
The Slack invite link doesn't seems to be valid anymore. Could you post a new one, please?
full member
Activity: 364
Merit: 100
the Mastenode reward will be 20% forever ? no changes to 30% or 40% on the future? (like some other coins)

I remember Dev, spoke about the possible increase in awards in the future
member
Activity: 117
Merit: 10
Bceм пpивeт, нe мoгли бы мнe пoмoчь c нacтpoйкoй мacтepнoды? Hи кaк нe мoгy нacтpoить
member
Activity: 117
Merit: 100
Hi, dev!
Please add new pool to OP: https://aikapool.com/dsr



Hello! Done, thanks.
any news about to other exchanges? Maybe need deleted notice about listing on yobit, month i see "soon'!
full member
Activity: 271
Merit: 100
Pages:
Jump to: