Pages:
Author

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

full member
Activity: 206
Merit: 101
Nothing is True...
now this trying to start node from console....


14:03:50

masternode start-alias MNode1


14:03:50

Error: Please enter the wallet passphrase with walletpassphrase first. (code -13)


Nevermind.


14:06:15

masternode start-alias MNode1


14:06:15

{
  "alias": "MNode1",
  "result": "successful"
}


Amen.

Congrats!
Don't forget to setup sentinel on VPS
full member
Activity: 353
Merit: 100
Happy New Year! Will DSR be listed on any exchanges Wink?


of course , hit small exchange is easy for DESIRE ,but hit major exchange should need time.
member
Activity: 136
Merit: 12
It's been 40 minutes of Sentinel but still wallet status shows WATCHDOG_EXPIRED   .....




restart local wallet so then it will get updated masternodes information
member
Activity: 71
Merit: 10
It's been 40 minutes of Sentinel but still wallet status shows WATCHDOG_EXPIRED   .....


newbie
Activity: 37
Merit: 0
Happy New Year! Will DSR be listed on any exchanges Wink?
member
Activity: 71
Merit: 10
now this trying to start node from console....


14:03:50

masternode start-alias MNode1


14:03:50

Error: Please enter the wallet passphrase with walletpassphrase first. (code -13)


Nevermind.


14:06:15

masternode start-alias MNode1


14:06:15

{
  "alias": "MNode1",
  "result": "successful"
}


Amen.
member
Activity: 71
Merit: 10
Same issue. I'm downgrading to Ubuntu 14.4 and retry.

Make exits now with these errors:

/bin/bash: ../share/genbuild.sh: Permission denied
make[2]: *** [obj/build.h] Error 126
make[2]: Leaving directory `/root/Desire/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Desire/src'
make: *** [all-recursive] Error 1

clean 14.4 on 2gb vps time4vps server.
Followed tutorial https://www.desire-crypto.com/single-post/2017/12/18/How-to-Setup-Desire-Masternode-on-Ubuntu-Vps

This seems useless.

I am trying chmod 777 now as it gives more permissions.

Later edit, managed to make it work:
root@55015:~/Desire# ./desired -daemon
Desire Core server starting
root@55015:~/Desire#

Later later edit: Please if any developer modify on-site howto to get chmod 777 permissions before Make. Thanks.
newbie
Activity: 3
Merit: 0
Hello guys! I'm trying to run a masternode but I'm getting "Error: 'utf8' codec can't decode byte 0x83 in position 38: invalid start byte" in the sentinel... Any ideas how to fix that?

by the way my desire.conf is like

externelip=[My IP]
rpcuser=[ramdom user]
rpcpassword=[ramdom password]
rpcport=9918
rpcconnect=127.0.0.1
masternode=1
masternodeprivatekey=[the private key I generated on my wallet]
server=1

Thanks!

should be "EXTERNALIP" instead of "EXTERNELIP"


Thanks for the reply!
Sorry I miss-typed it in the post!(for some reason I typed it instead of copying >.>, my miss). on the file itself  it's written "EXTERNALIP", so I guess the problem is somewhere else.. (btw just corrected my previous post)
member
Activity: 71
Merit: 10
Same issue. I'm downgrading to Ubuntu 14.4 and retry.
member
Activity: 71
Merit: 10
Hi guys... i get this on clean ubuntu installation of masternode:

root@55015:~/Desire# ./desired -daemon
./desired: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory

I think libboost ver was 1.58 while installed according to on-site howto... how do you workaround?

root@55015:~# sudo apt-get install libboost-all-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libboost-all-dev is already the newest version (1.58.0.1ubuntu1).

You are using precompiled binaries for ANOTHER Ubuntu (14.04 vs 16.04).
Find correct DSR binaries for your version or compile from source.

Thanks, Alex, i am compiling 1.54 as we speak. However, i followed informations from website on clean Ubuntu 16.4.
member
Activity: 71
Merit: 10
Hello guys! I'm trying to run a masternode but I'm getting "Error: 'utf8' codec can't decode byte 0x83 in position 38: invalid start byte" in the sentinel... Any ideas how to fix that?

by the way my desire.conf is like

externelip=[My IP]
rpcuser=[ramdom user]
rpcpassword=[ramdom password]
rpcport=9918
rpcconnect=127.0.0.1
masternode=1
masternodeprivatekey=[the private key I generated on my wallet]
server=1

Thanks!

should be "EXTERNALIP" instead of "EXTERNELIP"
full member
Activity: 206
Merit: 101
Nothing is True...
Hi guys... i get this on clean ubuntu installation of masternode:

root@55015:~/Desire# ./desired -daemon
./desired: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory

I think libboost ver was 1.58 while installed according to on-site howto... how do you workaround?

root@55015:~# sudo apt-get install libboost-all-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libboost-all-dev is already the newest version (1.58.0.1ubuntu1).

You are using precompiled binaries for ANOTHER Ubuntu (14.04 vs 16.04).
Find correct DSR binaries for your version or compile from source.
newbie
Activity: 3
Merit: 0
Hello guys! I'm trying to run a masternode but I'm getting "Error: 'utf8' codec can't decode byte 0x83 in position 38: invalid start byte" in the sentinel... Any ideas how to fix that?

by the way my desire.conf is like

externalip=[My IP]
rpcuser=[ramdom user]
rpcpassword=[ramdom password]
rpcport=9918
rpcconnect=127.0.0.1
masternode=1
masternodeprivkey=[the private key I generated on my wallet]
server=1

Thanks!
member
Activity: 71
Merit: 10
Hi guys... i get this on clean ubuntu installation of masternode:

root@55015:~/Desire# ./desired -daemon
./desired: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory

I think libboost ver was 1.58 while installed according to on-site howto... how do you workaround?

root@55015:~# sudo apt-get install libboost-all-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libboost-all-dev is already the newest version (1.58.0.1ubuntu1).
newbie
Activity: 4
Merit: 0
Finally, I got the masternode working... It was a simple mistyping in config file.
Masternode Mint + Rasberian works well.
newbie
Activity: 148
Merit: 0
Temporarily, Desire network has over 350 masternodes (the exact number is 359) which have been locked up in the network and help to keep Desire network healthier.
https://masternodes.pro/stats/dsr
full member
Activity: 353
Merit: 100
Love the feeling I've been receiving MasterNode rewards every day as I am securing the network at the same time. Grin Grin Grin

yeah ,i also like this good feeling , hope i hold my coins and earn more profit in future.
newbie
Activity: 56
Merit: 0
Love the feeling I've been receiving MasterNode rewards every day as I am securing the network at the same time. Grin Grin Grin
newbie
Activity: 58
Merit: 0
Brand new novice to these forums  Cool, but promoting the fact i mined I continue to mine DSR and  have  purchased more into DSR. GL to all the LTH's.
newbie
Activity: 28
Merit: 0
Hodl on baby!

You can almost see the moon from here
Pages:
Jump to: