Search content
Sort by

Showing 16 of 16 results by mining_drone_143
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Gravium | x16r | Masternodes | Community Ran
by
mining_drone_143
on 11/06/2018, 17:57:41 UTC
Big thanks to the Gravium Dev team who handled the swap flawlessly!

Very friendly discord channel with lots of guides and support!
Post
Topic
Board Announcements (Altcoins)
Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨CPU GPU MINING🔨| - COIN OF YOUR DREAMS!
by
mining_drone_143
on 21/11/2017, 17:12:11 UTC
Masternodes seems to be working perfectly again :-)
Post
Topic
Board Announcements (Altcoins)
Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨CPU GPU MINING🔨| - COIN OF YOUR DREAMS!
by
mining_drone_143
on 15/11/2017, 23:59:09 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨CPU GPU MINING🔨| - COIN OF YOUR DREAMS!
by
mining_drone_143
on 15/11/2017, 23:04:12 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: Project Interzone - Blockchain Social Engine
by
mining_drone_143
on 15/11/2017, 08:49:13 UTC
So I just set up a masternode, however I could not get the remote masternode functionality to work so right now the funds are on the MN.

The windows client even crashes/stop when I add a masternode.conf file. Is this supposed to work or should I leave it as it is?
Post
Topic
Board Announcements (Altcoins)
Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨CPU GPU MINING🔨| - COIN OF YOUR DREAMS!
by
mining_drone_143
on 13/11/2017, 20:07:00 UTC

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://bitcointalk.org/index.php?topic=2272607.msg24525799#msg24525799

(always do backups!)
Post
Topic
Board Announcements (Altcoins)
Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨CPU GPU MINING🔨| - COIN OF YOUR DREAMS!
by
mining_drone_143
on 13/11/2017, 19:23:52 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨CPU GPU MINING🔨| - COIN OF YOUR DREAMS!
by
mining_drone_143
on 13/11/2017, 18:54:30 UTC
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 ;-)
Post
Topic
Board Announcements (Altcoins)
Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨CPU GPU MINING🔨| - COIN OF YOUR DREAMS!
by
mining_drone_143
on 13/11/2017, 18:48:24 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨CPU GPU MINING🔨| - COIN OF YOUR DREAMS!
by
mining_drone_143
on 13/11/2017, 18:34:29 UTC
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!



Post
Topic
Board Announcements (Altcoins)
Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨CPU GPU MINING🔨| - COIN OF YOUR DREAMS!
by
mining_drone_143
on 12/11/2017, 14:51:04 UTC
How many DESIRE will I get with one masternode? thanks all

You can compare cost and return of a MN here http://mnrank.com/

Just remember that a number of nodes are down right now due to the update so the numbers for Desire might be a bit high :-)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] UralsCoin - Vending currency. Masternodes. XEVAN Algo. No ICO. Airdrop.
by
mining_drone_143
on 11/11/2017, 22:26:37 UTC
CRYPTO MARKETS SOUTH AFRICA - Urals Coin - URALS is added to our exchange !

Our exchange is live and ready for trading - visit www.cryptomarkets.co.za

The following crypto currencies can be traded on Crypto Markets South Africa

.....



Nice! But you seem to be missing quite a few coins ;-)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] UralsCoin - Vending currency. Masternodes. XEVAN Algo. No ICO. Airdrop.
by
mining_drone_143
on 11/11/2017, 12:57:12 UTC
Looks nice, will mine for a while and see what happens.

I'm using https://github.com/krnlx/ccminer-xevan is that considered the best one for 1080 ?
Post
Topic
Board Announcements (Altcoins)
Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨CPU GPU MINING🔨| - COIN OF YOUR DREAMS!
by
mining_drone_143
on 10/11/2017, 11:28:41 UTC
Are the mastennodes PoW based where a VPS is required or is it simply Wallet based staking nodes?

https://www.hostmns.net/desire
Thanks but my question is still unanswered, is it a PoW Masternode or Staking node?

You don´t need a VPS, but you need to keep the wallet online 24/7 to get the awards.
Post
Topic
Board Announcements (Altcoins)
Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨CPU GPU MINING🔨| - COIN OF YOUR DREAMS!
by
mining_drone_143
on 09/11/2017, 19:51:14 UTC
Something wrong with altminer.net... any Neoscrypt coin gives me Stratum commection failed

eu1.altminer works fine for me, how does your config look?
Post
Topic
Board Announcements (Altcoins)
Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨CPU GPU MINING🔨| - COIN OF YOUR DREAMS!
by
mining_drone_143
on 08/11/2017, 23:21:59 UTC
is it worth noding?

the ROI is pretty good so far http://mnrank.com/