Pages:
Author

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

newbie
Activity: 46
Merit: 0
Hi all. Please help me to setup Masternodes. I have tried several times I have failed. Thanks in advance

Hello,

You want to run warm or cold MN? Please tell us when you have error. If You want run cold MN on VPS, do this:
Code:
 ============ON YOUR WALLET IN WINDOWS============
go to:Tools>Debug console
type: getnewaddress MN01 (enter)
(send to this adress 1000DSR in one in one transaction)
back to Debug console and type:
masternode outputs (enter)
masternode genkey (enter)
(don't close debug console)
back to wallet window and go to:Tools>Open Masternode Configuration File

============paste this in blank masternode file============
MN01 xx.xx.xx.xx:9919 yyyyy zzzzz 1

============explanation of the above syntax============
MN01 <--- this is what you write after "getnewadress"
xx.xx.xx.xx:9919 <--- IP of yours VPS (port must stay 9919)
yyyyy <--- masternode genkey
zzzzz 1 <--- masternode output
============save file masternode.conf============
back to wallet window and go to:Tools>Open Wallet Configuration File
============paste this in blank masternode file============
rpcuser=YOURUSER  <--- change this! (what you want - you don't need remember that after end of configuration MN)
rpcpassword=YOURPASS <--- change this! (what you want - you don't need remember that after end of configuration MN)
============save file desire.conf============

============ON YOUR WALLET IN VPS============
============installation of necessary packages on your VPS============
apt-get update (enter)
apt-get upgrade -y (enter)
apt-get dist-upgrade -y (enter)
apt-get install nano htop git -y (enter)
sudo apt-get install build-essential libtool automake autoconf autogen (enter)
sudo apt-get install autotools-dev autoconf pkg-config libssl-dev (enter)
apt-get install libssl-dev libevent-dev bsdmainutils software-properties-common -y (enter)
sudo apt-get install libgmp3-dev libevent-dev bsdmainutils libboost-all-dev (enter)
sudo add-apt-repository ppa:bitcoin/bitcoin (enter)
sudo apt-get install libdb4.8-dev libdb4.8++-dev (enter)
sudo apt-get install libminiupnpc-dev (enter)

============installation of the Desire wallet============
sudo git clone https://github.com/lazyboozer/Desire.git (enter)
cd Desire (enter)
sudo chmod 755 autogen.sh (enter)
sudo ./autogen.sh (enter)
sudo ./configure (enter)
sudo chmod 755 share/genbuild.sh (enter)
sudo make (enter)
sudo cd ~/Desire (enter)
sudo wget https://github.com/lazyboozer/Desire/releases/download/Desire-v.0.12.2.1/desire-0.12.2.1-linux.tar.gz (enter)
sudo tar xzvf desire-0.12.2.1-linux.tar.gz (enter)
sudo mkdir .desirecore (enter)
cd .desirecore (enter)
wget https://github.com/ZonnCash/sentinel/releases/download/v1.1.0.3/sentinel-lin64 (enter)
chmod +x sentinel-lin64 (enter)
echo “desire_conf=`pwd`/desire.conf” > sentinel.conf (enter)
sudo nano desire.conf (enter)

============paste this in blank desire.conf on VPS============
rpcuser=YOURUSER  <--- change this to the same as before in Windows wallet!
rpcpassword=YOURPASS <--- change this to the same as before in Windows wallet!
rpcallowip=127.0.0.1
rpcport=9919
listen=1
server=1
daemon=1
masternode=1
staking=0
externalip=xx.xx.xx.xx:9919 <--- IP of yours VPS (port must stay 9919)
masternodeprivkey= yyyyy <--- masternode genkey
============save file (ctrl+x>Y>enter)============
sudo ufw allow 9919/tcp (enter)
cd ~/Desire/src (enter)
sudo ./desired -daemon (enter)
(wait until it downloads the whole blockchain ---> sudo ./desire-cli getblockcount <--- you check the progress)
cd ~/.desirecore (enter)
sudo ./sentinel-lin64 (enter)

======BACK TO WINDOWS WALLET======
go to: Settings>Options>Wallet>Show Masternode Tab>And click OK
======CLOSE YOUR WINDOWS WALLET AND RUN IT AGAIN======
go to: Masternodes>Select your Masternode (MN01) and click "Start alias"
member
Activity: 84
Merit: 10
For people having problems setting up a masternode i recommend looking at some videos on youtube. I found two that are very helpfull also for desire becouse basicaly it all comes down to the same thing. Search for arcticcoin masternode and chaincoin masternode and you will find videos from a guy named Fred Yen, they helped me a lot.
member
Activity: 112
Merit: 10
Block reward decreased.
member
Activity: 136
Merit: 12
Hi Guys!
i updated the VPS MN Guide, i hope it helps:

https://steemit.com/masternode/@juniormasters/desire-vps-masternode-setup-guide

If you face some error on any step, feel free to feedback to me, im on Discord Channel, i will do what i can to help the community.

cheers
newbie
Activity: 27
Merit: 0

  Desire thrives, ranked 11 on the total number of masternodes among about 60 coins on mnrank.com

  the second rank is DASH

  that seems promising but the thing that let the coin up is the team behind it, we hope dev gives more effort and time, more advertising campaign


 


Totally agree with you. A better website, more detailed
jr. member
Activity: 141
Merit: 2
Your brother in humanity
IDEA:
Can someone make a raspberry pi image for Desire Masternode? So it can be as simple as possible for many users- Just load os to raspi, add wallet info, forward needed ports, finished.
full member
Activity: 378
Merit: 121
"SWISSREALCOIN - FIRST REAL ESTATE CRYPTO TOKEN"
Hi all. Please help me to setup Masternodes. I have tried several times I have failed. Thanks in advance
newbie
Activity: 7
Merit: 0
Unfortunately. I could get it working. Already, tried Mint + Raspbian and Mint standalong. It is always Watchdog_expired after one minute and there is no any coins after one day. When I start sentinel from compiled the test gives error: 'No module named builtins'.
The debug gives:
Traceback (most recent call last):
  File "bin/sentinel.py", line 5, in
    import init
  File "lib/init.py", line 1, in
    from builtins import input
ImportError: No module named builtins

I checked this files and did not find this module "builtins". What am I missing? I do not know Pyton.
The built version gives error:

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

PS: I have rpcuser=user and rpcpassword=pass in desire.conf



and where to get the data rpcuser = user and rpcpassword = pass, this is where this data comes from? where to find them?

or just prescribe data rpcuser = user , rpcpassword = pass   HuhHuh??
newbie
Activity: 27
Merit: 0

  Desire thrives, ranked 11 on the total number of masternodes among about 60 coins on mnrank.com

  the second rank is DASH

  that seems promising but the thing that let the coin up is the team behind it, we hope dev gives more effort and time, more advertising campaign


 
newbie
Activity: 15
Merit: 0
Hey guys, i want to set up a second masternode on an another VPS Server with another ip.

i installed the second one like the other one and everything is fine.

My Win wallet Masternode config:

MN1 209.250.242.217:9919 xxx xxx x
MN2 45.63.117.250:9919 xxx xxx x

_________

MN1 is running fine

MN2: when i will start ./desired -daemon on Ubuntu 14.04, i get:

Error: Unable to bind to 0.0.0.0:9919 on this computer. Desire Core is probably already running.
Error: Failed to listen on any port. Use -listen=0 if you want this.

the desire.conf ist like the same from MN1, excluding ip

What iam doing wrong?

Cheers

EDIT: in VPS config was the RPCPORT=9919! after deleting, everything runs fine!


full member
Activity: 198
Merit: 100
What a nice increase in price today! Smiley  100%

I´m mining my Desire masternode, 2/3 off the way there, almost  Grin


obs, all the hash seems to be concentrated on unimining.net
member
Activity: 210
Merit: 11
Why post a half finished introduction? This doesn't seem like a very professional relaunch :/

No, it's very detailed and complete. You think about it more carefully. This is a thoughtful project, and the coin will have a good development in the future. Grin
newbie
Activity: 27
Merit: 0
I bought 1000 coins 1 month ago and I regret to not buying more. It's going to increase Smiley
10$ before March ?
legendary
Activity: 1169
Merit: 1000
CMC fixed so people can find DSR
member
Activity: 92
Merit: 10
Today, DSR hit 1.07$ on coinmarketcap. I love DSR. in 2018, I think DSR will hit target 10$ or more.  Kiss

Any idea why it is rising? People finding out about the coin, or something else?
newbie
Activity: 38
Merit: 0
Today, DSR hit 1.07$ on coinmarketcap. I love DSR. in 2018, I think DSR will hit target 10$ or more.  Kiss
newbie
Activity: 4
Merit: 0
Unfortunately. I could get it working. Already, tried Mint + Raspbian and Mint standalong. It is always Watchdog_expired after one minute and there is no any coins after one day. When I start sentinel from compiled the test gives error: 'No module named builtins'.
The debug gives:
Traceback (most recent call last):
  File "bin/sentinel.py", line 5, in
    import init
  File "lib/init.py", line 1, in
    from builtins import input
ImportError: No module named builtins

I checked this files and did not find this module "builtins". What am I missing? I do not know Pyton.
The built version gives error:

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

PS: I have rpcuser=user and rpcpassword=pass in desire.conf
member
Activity: 112
Merit: 10
Hi!

Can I send another 1000DSR to my existing wallet and start one more MN?
Also Can I send more DSRs into my wallet in the future? Will that affect my MNs?

Two questions, please help!  Grin Grin Grin

You can send as many coins to your wallet as you want. In my opinion, the best way to run masternodes is to create separate addresses for each. And yes, you can run as many masternodes as you want on a single wallet.
In short, your local wallet's desire.conf should be empty. To create a new masternode, create a new address, send exactly 1000 DSR to that address, and then, do all other stuff related to masternode.
member
Activity: 112
Merit: 10
Hi
I'm trying to compile wallet on my UPS following official manual, but I stucked on the sudo ./configure command.
When configure process i get this error: configure: WARNING: Qt dependencies not found; desire-qt frontend will not be   

It should be fine for VPS, because you wouldn't want to use qt on your headless VPS, i presume. So, if you get no other errors, you should just try to run make.
Pages:
Jump to: