DRPD
Legendary
Offline
Activity: 1148
Merit: 1001
|
|
March 25, 2016, 07:59:09 AM |
|
I will have to verify this tomorrow when I get to my linux box, but am almost 100% positive that the download is correct, and something got messed up in your process. I am assuming you have you daemon files in your home directory of your VPS; that being said.. use this instead, Paste this entire line into your terminal when you first login to your VPS. assuming the darknetd is already running. if it is not running, remove "./darknet-cli stop &&" from the beginning of the line. ./darknet-cli stop && sudo rm -R darknetd && sudo rm -R darknet-cli && wget https://github.com/Darknet-Crypto/Darknet/releases/download/v1.0.2.1/darknetd && wget https://github.com/Darknet-Crypto/Darknet/releases/download/v1.0.2.1/darknet-cli && sudo chmod +x darknetd && sudo chmod +x darknet-cli && ./darknetd just did the same procedure on 3 other servers and this time it shows the new version strange will try again on the server with version 10001 if it is not working i guess i will reinstall the whole server thanks anyway for all your work
|
|
|
|
4x13 (OP)
Legendary
Offline
Activity: 1078
Merit: 1011
|
|
March 25, 2016, 08:01:30 AM |
|
more than likely, what happened was that the daemon was not shut down all the way when you tried to delete the file, and it didn't let you. so when you started the daemon backup, you still had the old file.
No need to reinstall, just delete the daemon file, and replace with the new one
|
|
|
|
DRPD
Legendary
Offline
Activity: 1148
Merit: 1001
|
|
March 25, 2016, 08:28:32 AM |
|
more than likely, what happened was that the daemon was not shut down all the way when you tried to delete the file, and it didn't let you. so when you started the daemon backup, you still had the old file.
No need to reinstall, just delete the daemon file, and replace with the new one
@s3v3nh4cks you are right! found the problem if you are on mp-hosting use this procedure ( note: no ./ on step 3 otherwise "darknet-cli stop" will not work) cd Darknet cd src darknet-cli stop cd rm -rv Darknet wget https://github.com/Darknet-Crypto/Darknet/releases/download/v1.0.2.1/Darknet-Qt-Linux-Wallet-v1.0.2.1.zipmkdir Darknet cd Darknet mkdir src cd unzip Darknet-Qt-Linux-Wallet-v1.0.2.1.zip -d Darknet/src mv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.1/darknetd Darknet/src/ mv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.1/darknet-cli Darknet/src/ mv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.1/darknet-tx Darknet/src/ rm -rv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.1 rm -rv Darknet/src/__MACOSX rm -R Darknet-Qt-Linux-Wallet-v1.0.2.1.zip cd Darknet cd src ./darknetd ./darknet-cli getinfo ./darknet-cli masternode start
|
|
|
|
DRPD
Legendary
Offline
Activity: 1148
Merit: 1001
|
|
March 25, 2016, 09:15:35 AM |
|
ufff all my masternodes updated, hope the network will be fine soon i guess i will some more dnet (price is cheap atm) so i can run some more
|
|
|
|
pjcltd
Legendary
Offline
Activity: 1778
Merit: 1003
NodeMasters
|
|
March 25, 2016, 09:25:37 AM |
|
Hi guys i have updated all the vps's with ip address range 158.69.137.* i will force update on as many VPS's as i can you make sure the network is unto date
Thanks Paul
|
|
|
|
DRPD
Legendary
Offline
Activity: 1148
Merit: 1001
|
|
March 25, 2016, 09:37:34 AM |
|
Hi guys i have updated all the vps's with ip address range 158.69.137.* i will force update on as many VPS's as i can you make sure the network is unto date
Thanks Paul
plesae don't change anything on my vps's no offense and i'm sure it is well-meant on your side but i don't like it if anybody else is doing changes on my services (expect support for things that don't work at all)
|
|
|
|
BitcoinFX
Legendary
Offline
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
|
|
March 25, 2016, 11:00:57 AM |
|
@DRPD - The vps upgrade guide I have posted is really meant for individuals using independent vps hosting i.e. not really for services like mp-hosting, which as I understand it is a 'managed' hosting service. However, I can understand your readiness to resolve issues with your own Masternodes ofc. Again, the guide is aimed at easy-to-follow linux command line instructions, that will install the pre-built linux binaries 'as if' built from source. Glad you have now got it running OK anyway. Just to clarify to everyone, I'm not part of 'mp-hosting' nor am I directly part of the dnet dev. team - just doing some network related research. ... On a separate note - I have successfully built dnet on a Whonix Workstation ( as the current pre-built linux binaries won't run ) - https://bitcointalk.org/index.php?topic=1262920.msg14259019#msg14259019I'm working on a guide for this currently. Both the Whonix Gateway and Whonix Workstation can be run on 1 machine in 2 separate VirtualBox instances, automatically pushing all dnet CLIENT traffic through the Whonix Gateway, over Tor, whilst the CLIENT wallet runs securely in the fully sand-boxed Whonix Workstation.
|
|
|
|
DRPD
Legendary
Offline
Activity: 1148
Merit: 1001
|
|
March 25, 2016, 11:39:58 AM |
|
@DRPD - The vps upgrade guide I have posted is really meant for individuals using independent vps hosting i.e. not really for services like mp-hosting, which as I understand it is a 'managed' hosting service. However, I can understand your readiness to resolve issues with your own Masternodes ofc. Again, the guide is aimed at easy-to-follow linux command line instructions, that will install the pre-built linux binaries 'as if' built from source. Glad you have now got it running OK anyway. Just to clarify to everyone, I'm not part of 'mp-hosting' nor am I directly part of the dnet dev. team - just doing some network related research. ... On a separate note - I have successfully built dnet on a Whonix Workstation ( as the current pre-built linux binaries won't run ) - https://bitcointalk.org/index.php?topic=1262920.msg14259019#msg14259019I'm working on a guide for this currently. Both the Whonix Gateway and Whonix Workstation can be run on 1 machine in 2 separate VirtualBox instances, automatically pushing all dnet CLIENT traffic through the Whonix Gateway, over Tor, whilst the CLIENT wallet runs securely in the fully sand-boxed Whonix Workstation. no problem! i was able to use your template 1:1 on some other ubuntu servers i use. Your template ist very useful, many thanks for that! just posted my solutions for other users on mp-hosting maybe running into the same problem like me... if we work together everything will be fine so far non of my masternodes have gone into "expired state" after the upgrade "crossing fingers" ....
|
|
|
|
BitcoinFX
Legendary
Offline
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
|
|
March 25, 2016, 12:22:32 PM |
|
@DRPD Indeed. No worries. On a separate note, I'm looking for folks to 'test' my ShadowSOCKS - SSFX Servers Project (beta) which currently has some free 'lifetime' (one year duration beta) passkey's available for BitcoinTalk Senior members, Hero members and those of Legendary status. - https://bitcointalk.org/index.php?topic=1410622.0I'm posting in this thread as I will most likely be accepting DNET as a payment method for the main production server passkey's. Cheers!
|
|
|
|
electricretard
|
|
March 25, 2016, 01:28:36 PM |
|
Ever since the update I can't get anything working. Masternodes get disabled before I can get a single reward and one of the masternode wallets refuses to sync
|
|
|
|
waffles99
|
|
March 25, 2016, 01:43:56 PM Last edit: March 25, 2016, 02:00:57 PM by waffles99 |
|
for vps nodes
send reboot command via ssh AFTER updating binaries.
I kept getting 'not capable:hotnode waiting for remote activation' on either attempt to start remotely or ssh starting, UNTIL i reboot vps it then activate successful
I could not start the node locally it would only start with my remote wallet command
|
|
|
|
jakiman
Legendary
Offline
Activity: 1638
Merit: 1011
jakiman is back!
|
|
March 25, 2016, 03:21:15 PM |
|
Since upgrading my MN's & controller wallet to 1.0.2.1, I haven't had any blockchain stuck issues for past 14 hours. Thanks for the hard work devs!
|
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
March 25, 2016, 03:37:33 PM |
|
I've updated http://dnet.suprnova.cc to the latest github as well
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
cryptohunter
Legendary
Offline
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
|
|
March 25, 2016, 03:51:51 PM |
|
Hi guys i have updated all the vps's with ip address range 158.69.137.* i will force update on as many VPS's as i can you make sure the network is unto date
Thanks Paul
plesae don't change anything on my vps's no offense and i'm sure it is well-meant on your side but i don't like it if anybody else is doing changes on my services (expect support for things that don't work at all) Ok why not make a youtube video from scratch how to set up masternodes at your vps hosting. Start with the console how to create the masternodes address, getting the public and private keys etc etc....everything from first opening the dnet wallet. I have recommended several people to buy dnet and set up masternodes. Seems most have not done so because they don't know how to do it. It's only a few steps so should be easy to make a youtube vid and link it in the OP.
|
|
|
|
EleanorZ
|
|
March 25, 2016, 05:10:39 PM |
|
Ever since the update I can't get anything working. Masternodes get disabled before I can get a single reward and one of the masternode wallets refuses to sync
Make sure all wallets are on 1.0.2.1. I had the same problem as DRPD where the first couple of times I updated my VPS wallets on MP-hosting, they didn't actually update. Once I figured that out (and presumably after the latest work from the devs), my MNs have stayed enabled and everything syncs. It's been less than 24 hours so payouts haven't resumed yet, but it's looking good so far. You might also try re-indexing all your wallets after upgrading.
|
|
|
|
jk9694
|
|
March 25, 2016, 05:21:32 PM Last edit: March 25, 2016, 05:33:54 PM by jk9694 |
|
Hi guys i have updated all the vps's with ip address range 158.69.137.* i will force update on as many VPS's as i can you make sure the network is unto date
Thanks Paul
plesae don't change anything on my vps's no offense and i'm sure it is well-meant on your side but i don't like it if anybody else is doing changes on my services (expect support for things that don't work at all) Ok why not make a youtube video from scratch how to set up masternodes at your vps hosting. Start with the console how to create the masternodes address, getting the public and private keys etc etc....everything from first opening the dnet wallet. I have recommended several people to buy dnet and set up masternodes. Seems most have not done so because they don't know how to do it. It's only a few steps so should be easy to make a youtube vid and link it in the OP. CryptoHunter, If they aren't familiar with linux and coins, I would go with a managed node. The ones that I host are fully managed, just keep your local wallet on the same version as the managed node.
|
|
|
|
cryptohunter
Legendary
Offline
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
|
|
March 25, 2016, 09:16:44 PM |
|
Top wallet on bittrex has 700K how can you see this data?
|
|
|
|
q327K091
Legendary
Offline
Activity: 1792
Merit: 1010
|
|
March 25, 2016, 10:13:20 PM |
|
update: 15th MN has been activated
|
|
|
|
4x13 (OP)
Legendary
Offline
Activity: 1078
Merit: 1011
|
|
March 25, 2016, 10:25:19 PM |
|
Top wallet on bittrex has 700K how can you see this data? Not sure this is Bittrex specific, you can see the top wallets details on presstabs explorer
|
|
|
|
danonthehill
|
|
March 25, 2016, 10:32:18 PM |
|
Top wallet on bittrex has 700K how can you see this data? Not sure this is Bittrex specific, you can see the top wallets details on presstabs explorer Bittrex also has distribution tab.
|
|
|
|
|