Bitcoin Forum
April 28, 2024, 10:27:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 121 ... 163 »
  Print  
Author Topic: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨MasterNodes🔨| - COIN OF YOUR DREAMS!  (Read 167273 times)
mninfo
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
November 15, 2017, 06:22:43 PM
 #1401

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
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
cryptonick_mn
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 15, 2017, 06:38:53 PM
 #1402

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.
Drobodan
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
November 15, 2017, 07:28:28 PM
 #1403

no payout 24+ hours. status: ENABLED, windows64, sentinel launched
The Cryptophilanthropist
Full Member
***
Offline Offline

Activity: 231
Merit: 101



View Profile
November 15, 2017, 10:26:10 PM
 #1404

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

L8nit3-Miners Multi-Pool BTC PRT-LOG-XGTC BTC #GetMining
GdonateqfnmiJKv7mfnUcyvZHaiqxcTQS1 - XGTC DEV FUND
1G2PTf59cYsWKoZjj3i3Cv1Bb8NuNaeho2 - BTC POOL DEV
mining_drone_143
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
November 15, 2017, 11:04:12 PM
 #1405

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" <your-mail-address>
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="<tx_id>0-<didgit>"

#Look for your node in the masternode list, identified by the transaction
status=$(/home/<user>/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" <your-mail-address>
fi

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

Run command:
Code:
crontab -e
And add row:
Code:
*/5 * * * * <path-to-script>/desire-alert.sh

The script will now run every 5 min
cryptonick_mn
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 15, 2017, 11:39:42 PM
 #1406

How can I stop my MN? Can anyone tell me, plz?
lazy_boozer (OP)
Full Member
***
Offline Offline

Activity: 271
Merit: 100



View Profile WWW
November 15, 2017, 11:44:17 PM
 #1407

mercatox.com soon! They compiled Desire node. Several DSR were sent for its test.



mining_drone_143
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
November 15, 2017, 11:59:09 PM
 #1408

How can I stop my MN? Can anyone tell me, plz?

Assuming you are on a linux server:

from your home folder:
Code:
cd Desire
cd src
./desire-cli stop
pokimon
Newbie
*
Offline Offline

Activity: 78
Merit: 0


View Profile
November 16, 2017, 12:00:54 AM
 #1409

Time to end this shit exchange of coinsmarkets and to convey this desire to the next level !
borimfab
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 16, 2017, 12:04:57 AM
 #1410

Hello guys,

I did all the procedure for a Windows wallet but when running Sentinel I got the message below:

-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.

Masternode status still "WATCHDOG_EXPIRED".

cryptonick_mn
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 16, 2017, 12:10:26 AM
 #1411

How can I stop my MN? Can anyone tell me, plz?

Assuming you are on a linux server:

from your home folder:
Code:
cd Desire
cd src
./desire-cli stop


Thank you. But I meen on my cold wallet. I want to sell my DSR.
Stars55
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 16, 2017, 01:05:15 AM
 #1412


Hi folks. I'm having real trouble upgrading on linux. I've spent several days working on it and I can't get it to work. I finally upgraded but now when I try to run desired i get the following error:

"desired: error while loading shared libraries: libboost_filesystem.so.1.54.0: cannot open shared object file: No such file or directory"

I spent many hours trying to install the missing libboost package but nothing I do works. Any suggestions?

Thanks in advance
 

You might try to see if you repo has libboost version 1.54.0, ie: sudo apt-get install libboost1.54-dev

If it isn't in your repository, I would try to build desire from 0 with the latest libboost (sudo apt-get install libboost-all-dev).



Thanks very much for replying to me. Unfortunately I can't seem to install libboost1.54. I always get "Package libboost1.54-dev is not available, but is referred to by another packag" "E: Package 'libboost1.54-dev' has no installation candidate". I have even tried installing manually, but that has made no difference!

I have now re-installed and complied Desire from source code 6 times, and it takes many hours each time. Every time I do that. I am getting the old version number. I have made sure every single files was deleted, but it continues to install the old version. I am about to pull all my hair out! When i replace it with the new desired, i am still getting this error "desired: error while loading shared libraries: libboost_filesystem.so.1.54.0: cannot open shared object file: No such file or directory". Does anyone have an other suggestions? it would be much appreciated.

Thanks
GhostMinerBox
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
November 16, 2017, 02:35:53 AM
 #1413

12+ Hours for me without rewards.
Update: rewards are coming in. Less than expected but at least all my masternodes satarted to receive the rewards.

Join a Shared Masternode and started earning interest on those coins you have idle in your wallets! More info: https://discord.gg/Kd6peTz
candyiman
Full Member
***
Offline Offline

Activity: 308
Merit: 100


View Profile
November 16, 2017, 03:03:41 AM
Last edit: November 16, 2017, 03:15:33 AM by candyiman
 #1414

OK update


ONLY FOR THE HOTWALLET Windows Version same machine  NO VPS


OK   I have 2 MN

MN 1 is on watchdog expired mode    but it worked after several days of torture  NO sentinel I want to Test if it pays or not and what


**the extremely strange thing was that  

I had a Basic problem and it was "not capable masternode: could not connect to your Ipv4 " Wich is usually when someone has por 9919 closed

But i have it open like all the good days before the "chaos" after the updates etc 



Then i wanted to "empty" a wallet and send the last 10 MN to  the "Problematic  MN wallet" in order   to send  1000 in another machine to try new things


ok 10 received   After so me confirms  I try to send 1k coins  "not enough funds"

 I said what tats not possible only if Aaaaaaaaaohhhhhh  masternode is started? 


"Masternode start" masternode start successfull I was like YES FInaly   and then again WTF?  *the only difference was that i received 10DSR


I left the Masternode wallet in Watchdog Expired mode  in order to test if it works or not  in 16 hours I can confirm



Masternode 2.    

another machine another location did everything like I wrote in my "guide" post

but I  forgot to "confirm" the 10 coins "theory"       Ive send 1k coins to wallet  then left for work

I came back about 40 minutes   send additional 10 coins    started masternode  OK here

Started sentinel  OK there

now it is in enabled mode



Since 16 minutes   (MN 1 was like 11 hours -not payment for now) gonna w8 30 total



If someone does not believe me about the 10 drs  thing i can prove it  

A note-request-please to Dev-  If for some reason  you plan to do an Update  could you inform like "Update at 20  november"  Care for BLocks etc see if wallet stopped etc


I believe it is fair and right and gives more trust to the community

because in the last couple of days  some smarter  guys who done linux  and  have deeper understanding   they fixed the problem

and gained like 25 coins per 24 hours  while other who have only the guides in the page 16  could not do anything   were sitting with theirs masternodes  and of course many others  trying to make it work etc spending  time (like Mninfo) while achieving nothing
(Im 99% sure my request will be ignored but ok)

pokimon
Newbie
*
Offline Offline

Activity: 78
Merit: 0


View Profile
November 16, 2017, 03:58:45 AM
 #1415

takes 12% levies !!! but at 0.9% , I knew that stealing but not so much the proof of discord < Altminer < common <<< korshyn232
candyiman
Full Member
***
Offline Offline

Activity: 308
Merit: 100


View Profile
November 16, 2017, 04:34:08 AM
 #1416

takes 12% levies !!! but at 0.9% , I knew that stealing but not so much the proof of discord < Altminer < common <<< korshyn232

what? just mine at u mine 0% fee   btw altminer have stratum problems
Bigbaggo
Newbie
*
Offline Offline

Activity: 62
Merit: 0


View Profile
November 16, 2017, 04:57:48 AM
 #1417

I run MN on vultr vps on my vps show masternode run successful but my wallet on my pc show watchdog expire and noway to fix Sad


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.
[/quote]

Chinorots
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
November 16, 2017, 05:22:59 AM
 #1418

try everything on this forum still get Watchdog_expired and no payment for 48 hours:(, can't we just go back to perfectly working old versoin?
Melancholy225
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
November 16, 2017, 06:12:25 AM
 #1419

Anyone mine on Altminer and receive their coins for today? I think they may have forgotten to update their wallet. https://imgur.com/a/vp54X left it mining last night but never got any payment today.
cryptojai
Full Member
***
Offline Offline

Activity: 238
Merit: 101


View Profile
November 16, 2017, 06:36:11 AM
 #1420


How can i remove everything related to desire from a ubuntu VPS ? Thinking to configure MN from scratch . I cant rebuild the server as i have other masternodes running .
Pages: « 1 ... 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 121 ... 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!