borris123
|
|
March 16, 2016, 07:32:38 PM |
|
Is this the support thread for MP-Hosting ? - They are probably adding or updating their SSL cert. which looks Self_Signed currently https://wikipedia.org/wiki/Self-signed_certificate ... Could everyone also only quote posts that are actually relevant to the current topic. ... Cheers! poeple should use the support ticket system within the my.mp-hosting area which is really fast and helpful! and i also vote for cutting quote's for a better overview thanks all didnt want to go on the site incase it was compromised with the errors popping up.
|
|
|
|
DRPD
Legendary
Offline
Activity: 1148
Merit: 1001
|
|
March 16, 2016, 07:49:56 PM |
|
didnt want to go on the site incase it was compromised with the errors popping up.
i know i reported the problem this morning to paul and they are working on it (new cert.) but you can also use the support mail address so no need to post problems here about mp-hosting and we can keep the thread clean for DNET TY (btw. i don't mention the mail address here for spam's sake but i will send with pm if needed)
|
|
|
|
|
q327K091
Legendary
Offline
Activity: 1792
Merit: 1010
|
|
March 16, 2016, 08:57:22 PM |
|
preparing to activate 13th master node , using VPS with 4-core capability and fast giga byte switch and around 8G RAM [all proceeds come from other master nodes , as soon as I activate one, I wait accumulate to 10K and off she goes] I see MC is 203 BTC , thats pretty darn good a nice "base line" cost around 5$ a month a node which is fine I can absorb it you guys/gals know the movie called 13th floor ?
|
|
|
|
BitcoinFX
Legendary
Offline
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
|
|
March 16, 2016, 09:06:45 PM |
|
Thank you @pjcltd much appreciated and no doubt easier for your customers too ! All the best with everything. Kind Regards,
|
|
|
|
BitcoinFX
Legendary
Offline
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
|
|
March 16, 2016, 09:23:37 PM Last edit: March 20, 2016, 12:16:07 PM by BitcoinFX |
|
Linux / Cloud VPS - DNET command line upgrade guide from: v1.0.1.0 to: v1.0.2.0Stop the Dnet daemon: Remove the 'old' Dnet folder and daemon etc: Download Dnet v1.0.2.0 : EDIT (new download link): wget https://github.com/Darknet-Crypto/Darknet/releases/download/v1.0.2.0/Darknet-Qt-Linux-Wallet-v1.0.2.0.zip Re-make the Dnet directory: Unzip the download : EDIT: unzip Darknet-Qt-Linux-Wallet-v1.0.2.0.zip -d Darknet/src Move the unzipped files to the 'default' directory : mv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.0/darknetd Darknet/src/ mv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.0/darknet-cli Darknet/src/ mv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.0/darknet-tx Darknet/src/ Tidy up: rm -rv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.0 rm -rv Darknet/src/__MACOSX rm -R Darknet-Qt-Linux-Wallet-v1.0.2.0.zip Restart the Dnet daemon: ./darknet-cli masternode start Guide at: http://xeronet.c0m.li/dnet-crypto.php - to be updated. EDIT: Go here: https://github.com/Darknet-Crypto/Darknet - If you prefer to build from source.
|
|
|
|
jakiman
Legendary
Offline
Activity: 1638
Merit: 1011
jakiman is back!
|
|
March 16, 2016, 10:06:50 PM |
|
THey everyone. The new wallet v1.0.2.0 is up on https://github.com/Darknet-Crypto/Darknet/releases now for all of you self compilers. I am working to get the precompiled binaries up there now, they should all be available by the end of the day. Changes include: Fixed the block rewards, at block 86400 miners will get 175 DNET and Masternode will get 50 DNET, as was supposed to be the case starting at block 43200. Added a checkpoint. Changed Obfuscate to Obfuscation. Fixed the time the final budget is submitted, it is now 2 days before the superblock. Enabled Obfuscation by default, the new default is to keep 1000 DNET mixed with 8 rounds, there will be a very small transaction fee associated with this, we are talking like .0002 DNET. We need this in order for mixing to work at all. Fixed the transifex URL, where users can contribute to translations. Added seednodes, shouldn't need to add nodes in the darknet.conf anymore. Along with a lot of cleanup of comments in the code. This is a mandatory update, everyone will need to be on it by block 86400, the earlier the better. There is a function that enables only sending Masternode payments to updated Masternodes. If you run "spork show" you will see that the output for SPORK_10_MASTERNODE_PAY_UPDATED_NODES is 1458752907. That is about a week from today, I just changed it now, so that everyone will continue receiving Masternode payments as usual. If you haven't upgraded your Masternode wallet by then you will start to miss payments. Thanks! Awesome work.
|
|
|
|
jakiman
Legendary
Offline
Activity: 1638
Merit: 1011
jakiman is back!
|
|
March 16, 2016, 10:11:12 PM |
|
Thanks heaps for this guide. I'm a linux noob so this will be very handy.
|
|
|
|
HORT
|
|
March 17, 2016, 01:28:49 AM |
|
Hey everyone. The new wallet v1.0.2.0 is up on https://github.com/Darknet-Crypto/Darknet/releases now for all of you self compilers. I am working to get the precompiled binaries up there now, they should all be available by the end of the day. Changes include: Fixed the block rewards, at block 86400 miners will get 175 DNET and Masternode will get 50 DNET, as was supposed to be the case starting at block 43200. Added a checkpoint. Changed Obfuscate to Obfuscation. Fixed the time the final budget is submitted, it is now 2 days before the superblock. Enabled Obfuscation by default, the new default is to keep 1000 DNET mixed with 8 rounds, there will be a very small transaction fee associated with this, we are talking like .0002 DNET. We need this in order for mixing to work at all. Fixed the transifex URL, where users can contribute to translations. Added seednodes, shouldn't need to add nodes in the darknet.conf anymore. Along with a lot of cleanup of comments in the code. This is a mandatory update, everyone will need to be on it by block 86400, the earlier the better. There is a function that enables only sending Masternode payments to updated Masternodes. If you run "spork show" you will see that the output for SPORK_10_MASTERNODE_PAY_UPDATED_NODES is 1458752907. That is about a week from today, I just changed it now, so that everyone will continue receiving Masternode payments as usual. If you haven't upgraded your Masternode wallet by then you will start to miss payments. Please update OP. Thanks!
|
|
|
|
StakeBox
|
|
March 17, 2016, 01:38:28 AM |
|
Please update OP. Thanks!
s3v3nh4cks has had a real busy day in the non-crypto world. He will do it as soon as he has a chance. Probably in a few hours, might not be until tomorrow, it will happen soon enough though. Thanks for keeping us on point.
|
|
|
|
coinprince
Newbie
Offline
Activity: 58
Merit: 0
|
|
March 17, 2016, 11:50:01 AM |
|
I am getting the below message in console while I am trying to setup masternode.
Not capable masternode: Can't detect external address. Please use the masternodeaddr configuration option.
Can anyone help me
|
|
|
|
|
|
borris123
|
|
March 17, 2016, 05:25:17 PM |
|
why do i keep getting obfuscation transactions being sent??? i have not clicked anything?? how do i disable it.
|
|
|
|
jakiman
Legendary
Offline
Activity: 1638
Merit: 1011
jakiman is back!
|
|
March 17, 2016, 06:36:15 PM |
|
why do i keep getting obfuscation transactions being sent??? i have not clicked anything?? how do i disable it.
Did you upgrade? It eables it by default now to help the network. Enabled Obfuscation by default, the new default is to keep 1000 DNET mixed with 8 rounds, there will be a very small transaction fee associated with this, we are talking like .0002 DNET. We need this in order for mixing to work at all.
|
|
|
|
StakeBox
|
|
March 17, 2016, 07:05:46 PM |
|
why do i keep getting obfuscation transactions being sent??? i have not clicked anything?? how do i disable it.
If it really bothers you, and you don't want to help facilitate bettering of the coin and its functions, you can add "enableobfuscate=0" to your darknet.conf to disable it. On the other hand, if you want to go above and beyond in your assistance you can add "liquidityprovider=1". That will keep coins mixing constantly, helping the network by providing coins for others to mix with via Masternodes. There is a sliding scale with that parameter, you can enter any number between 1 and 100, "1" will mix with the maximum frequency, "100" will mix less frequently. If you go to help->command line options in the wallet you can see all of the available possibilities for the .conf file, with descriptions of their functions.
|
|
|
|
borris123
|
|
March 17, 2016, 07:16:23 PM |
|
why do i keep getting obfuscation transactions being sent??? i have not clicked anything?? how do i disable it.
If it really bothers you, and you don't want to help facilitate bettering of the coin and its functions, you can add "enableobfuscate=0" to your darknet.conf to disable it. On the other hand, if you want to go above and beyond in your assistance you can add "liquidityprovider=1". That will keep coins mixing constantly, helping the network by providing coins for others to mix with via Masternodes. There is a sliding scale with that parameter, you can enter any number between 1 and 100, "1" will mix with the maximum frequency, "100" will mix less frequently. If you go to help->command line options in the wallet you can see all of the available possibilities for the .conf file, with descriptions of their functions. i just wondered why i was losing coins. if it helps the network its ok its not much.
|
|
|
|
StakeBox
|
|
March 17, 2016, 08:14:10 PM |
|
why do i keep getting obfuscation transactions being sent??? i have not clicked anything?? how do i disable it.
If it really bothers you, and you don't want to help facilitate bettering of the coin and its functions, you can add "enableobfuscate=0" to your darknet.conf to disable it. On the other hand, if you want to go above and beyond in your assistance you can add "liquidityprovider=1". That will keep coins mixing constantly, helping the network by providing coins for others to mix with via Masternodes. There is a sliding scale with that parameter, you can enter any number between 1 and 100, "1" will mix with the maximum frequency, "100" will mix less frequently. If you go to help->command line options in the wallet you can see all of the available possibilities for the .conf file, with descriptions of their functions. i just wondered why i was losing coins. if it helps the network its ok its not much. s3v3nh4cks and I were trying to do some testing of the Obfuscation function, and with no one participating it was not just slow, but nonfunctional. Once everyone is on 1.0.2.0 and helping out we should see a big improvement.
|
|
|
|
borris123
|
|
March 17, 2016, 08:51:46 PM |
|
why do i keep getting obfuscation transactions being sent??? i have not clicked anything?? how do i disable it.
If it really bothers you, and you don't want to help facilitate bettering of the coin and its functions, you can add "enableobfuscate=0" to your darknet.conf to disable it. On the other hand, if you want to go above and beyond in your assistance you can add "liquidityprovider=1". That will keep coins mixing constantly, helping the network by providing coins for others to mix with via Masternodes. There is a sliding scale with that parameter, you can enter any number between 1 and 100, "1" will mix with the maximum frequency, "100" will mix less frequently. If you go to help->command line options in the wallet you can see all of the available possibilities for the .conf file, with descriptions of their functions. i just wondered why i was losing coins. if it helps the network its ok its not much. s3v3nh4cks and I were trying to do some testing of the Obfuscation function, and with no one participating it was not just slow, but nonfunctional. Once everyone is on 1.0.2.0 and helping out we should see a big improvement. what is obfuscation? does it just mix the coins about to hide them?
|
|
|
|
NextGenCrypto
|
|
March 17, 2016, 08:54:29 PM |
|
why do i keep getting obfuscation transactions being sent??? i have not clicked anything?? how do i disable it.
If it really bothers you, and you don't want to help facilitate bettering of the coin and its functions, you can add "enableobfuscate=0" to your darknet.conf to disable it. On the other hand, if you want to go above and beyond in your assistance you can add "liquidityprovider=1". That will keep coins mixing constantly, helping the network by providing coins for others to mix with via Masternodes. There is a sliding scale with that parameter, you can enter any number between 1 and 100, "1" will mix with the maximum frequency, "100" will mix less frequently. If you go to help->command line options in the wallet you can see all of the available possibilities for the .conf file, with descriptions of their functions. i just wondered why i was losing coins. if it helps the network its ok its not much. s3v3nh4cks and I were trying to do some testing of the Obfuscation function, and with no one participating it was not just slow, but nonfunctional. Once everyone is on 1.0.2.0 and helping out we should see a big improvement. Can I suggest putting together a quick guide on how to set up your wallets with the optimal settings to help the network? Many are unfamiliar with this and it would probably go a long way.
|
|
|
|
|