Bitcoin Forum
July 10, 2024, 01:29:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 »
  Print  
Author Topic: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨MasterNodes🔨| - COIN OF YOUR DREAMS!  (Read 167311 times)
thedjnivek
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 26, 2017, 09:04:15 PM
 #2221


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

Activity: 136
Merit: 12


View Profile
December 26, 2017, 09:37:21 PM
 #2222

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
nhondh
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 26, 2017, 11:30:07 PM
 #2223

Block reward decreased.
NOhardforkplease
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
December 27, 2017, 12:01:49 AM
 #2224

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

Activity: 46
Merit: 0


View Profile
December 27, 2017, 12:23:03 AM
 #2225

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"
yangb0
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 27, 2017, 01:12:21 AM
 #2226

Hi!

Been Masternoding for 20 hours and still no payment received. Is that normal? How often should I expect each payment to come in? Thanks! Grin Grin
prokol
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 27, 2017, 06:33:39 AM
 #2227

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

you can use whatever you want, but avoid to use the special symbols...
kayperwood11
Full Member
***
Offline Offline

Activity: 364
Merit: 100



View Profile
December 27, 2017, 07:56:56 AM
 #2228

Hi!

Been Masternoding for 20 hours and still no payment received. Is that normal? How often should I expect each payment to come in? Thanks! Grin Grin


this is normal. wait from 24-48 hours of the first award. check also the statuses of your node, whether everything works correctly ..
lamgiauvoibct
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
December 27, 2017, 08:11:30 AM
 #2229

$165 for one masternode each month in monthly estimated earnings.
https://masternodes.pro/stats/dsr
Snippa
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile WWW
December 27, 2017, 10:21:48 AM
 #2230

if BlockEater hits sustained 200MH on Desire today, I will reduce fees from 0.15% to 0.1% until February 1st.
SpAcEDeViL
Legendary
*
Offline Offline

Activity: 986
Merit: 1027


Miner-Control.de Pooler


View Profile WWW
December 27, 2017, 10:25:23 AM
 #2231

Problem with sendmany: json value is not a boolean as expected

sendmany: unable to send 39.79986691 error -1: json value is not a boolean as expected {"DCkbeYcWHXfujucxfDwcasrCZ9ZhYBb1jt":36.29054213,"DLyU8qaemqmuzrqWZXmQJWSoqT25rSmX7r":3.26768307,"D7Sys2sDxtgU1UR5nhMLrCzR6sd6CBHkWq":0.24164171}

Do anybody know, what is wrong with this request?

Frieda
Full Member
***
Offline Offline

Activity: 275
Merit: 100



View Profile
December 27, 2017, 10:32:24 AM
 #2232

if BlockEater hits sustained 200MH on Desire today, I will reduce fees from 0.15% to 0.1% until February 1st.


i already contribute my hash to your pool ,but i am small miner . hope other big miner take part in
Snippa
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile WWW
December 27, 2017, 10:47:07 AM
 #2233

Problem with sendmany: json value is not a boolean as expected

sendmany: unable to send 39.79986691 error -1: json value is not a boolean as expected {"DCkbeYcWHXfujucxfDwcasrCZ9ZhYBb1jt":36.29054213,"DLyU8qaemqmuzrqWZXmQJWSoqT25rSmX7r":3.26768307,"D7Sys2sDxtgU1UR5nhMLrCzR6sd6CBHkWq":0.24164171}

Do anybody know, what is wrong with this request?

There is a configuration issue with sendmany regarding Desire.
If you're getting the error with Yiimp (I assume you are), go into ../yaamp/core/backend and you will need to edit payment.php
On line 57 you will need to add: $coin->symbol == 'DSR'

Love your site's color scheme btw.
SpAcEDeViL
Legendary
*
Offline Offline

Activity: 986
Merit: 1027


Miner-Control.de Pooler


View Profile WWW
December 27, 2017, 12:35:05 PM
Last edit: December 27, 2017, 12:52:44 PM by SpAcEDeViL
 #2234

Problem with sendmany: json value is not a boolean as expected

sendmany: unable to send 39.79986691 error -1: json value is not a boolean as expected {"DCkbeYcWHXfujucxfDwcasrCZ9ZhYBb1jt":36.29054213,"DLyU8qaemqmuzrqWZXmQJWSoqT25rSmX7r":3.26768307,"D7Sys2sDxtgU1UR5nhMLrCzR6sd6CBHkWq":0.24164171}

Do anybody know, what is wrong with this request?

There is a configuration issue with sendmany regarding Desire.
If you're getting the error with Yiimp (I assume you are), go into ../yaamp/core/backend and you will need to edit payment.php
On line 57 you will need to add: $coin->symbol == 'DSR'

Love your site's color scheme btw.

THX!  I add this.

https://miner-control.de/explorer/1921?txid=27fa7575bef81dd760005fca5f4d9399cfb5b5469f2cbe37de070f780c4917fe

We need more Masternodes on this coin, i want to run a masternode, so if you can spend some of your hardmining coins, send it to DT5FHM9U9JvCjE5BkDXTXdjAMTibC7A957
Or you can mine on my pool Wink

natan069
Full Member
***
Offline Offline

Activity: 198
Merit: 100


View Profile
December 27, 2017, 02:58:16 PM
 #2235

Whats up with the DIFF for mining?  just DOUBLED now!!

And the block rewards reduced from 20 to 18.4 why? masternode payments?
Snippa
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile WWW
December 27, 2017, 03:07:54 PM
 #2236

Whats up with the DIFF for mining?  just DOUBLED now!!

And the block rewards reduced from 20 to 18.4 why? masternode payments?

Block reward is controlled by: 2222222/(((Difficulty+2600)/9)^2)
MasterNodes get 20% of the reward, always.
so if the difficulty goes up to 207, the reward will be 22.838... coins, with 4.567...... of those 22.838.. coins going to masternodes.

The difficulty spike is due to popularity + large transactions.
natan069
Full Member
***
Offline Offline

Activity: 198
Merit: 100


View Profile
December 27, 2017, 03:14:45 PM
 #2237

Whats up with the DIFF for mining?  just DOUBLED now!!

And the block rewards reduced from 20 to 18.4 why? masternode payments?

Block reward is controlled by: 2222222/(((Difficulty+2600)/9)^2)
MasterNodes get 20% of the reward, always.
so if the difficulty goes up to 207, the reward will be 22.838... coins, with 4.567...... of those 22.838.. coins going to masternodes.

The difficulty spike is due to popularity + large transactions.

thanks!

So with time the masternode rewards will get bigger too right? but will have more people running, probably

Mastenode reward: 20%

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%
Toxias
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 27, 2017, 06:48:08 PM
 #2238

Whats up with the DIFF for mining?  just DOUBLED now!!

And the block rewards reduced from 20 to 18.4 why? masternode payments?

Block reward is controlled by: 2222222/(((Difficulty+2600)/9)^2)
MasterNodes get 20% of the reward, always.
so if the difficulty goes up to 207, the reward will be 22.838... coins, with 4.567...... of those 22.838.. coins going to masternodes.

The difficulty spike is due to popularity + large transactions.

Maybe devs can say something about it? When i ask on discord i hear that there is 20 desire to miners and other 4 to mn soo there is 24 reward for each block
niceque
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 27, 2017, 07:32:50 PM
 #2239

interesting coin Smiley
thethunderbird
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 27, 2017, 07:34:11 PM
 #2240

 
  The Demand for Desire is increasing on Mercatox it doubled yesterday from 1.3 BTC to 2.8 while the available decreased to about 20,000 coins only
  which means we are still in the uptrend. That's positive, I hope devs take the chance for more dedication for time and effort to for more development.
Pages: « 1 ... 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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 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!