Bitcoin Forum
March 28, 2024, 04:45:09 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: .
.
.

Pages: « 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 [61] 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 ... 541 »
  Print  
Author Topic: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN  (Read 782133 times)
borris123
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
March 16, 2016, 07:32:38 PM
 #1201

Is this the support thread for MP-Hosting ?   Roll Eyes

- 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.
1711644309
Hero Member
*
Offline Offline

Posts: 1711644309

View Profile Personal Message (Offline)

Ignore
1711644309
Reply with quote  #2

1711644309
Report to moderator
1711644309
Hero Member
*
Offline Offline

Posts: 1711644309

View Profile Personal Message (Offline)

Ignore
1711644309
Reply with quote  #2

1711644309
Report to moderator
1711644309
Hero Member
*
Offline Offline

Posts: 1711644309

View Profile Personal Message (Offline)

Ignore
1711644309
Reply with quote  #2

1711644309
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711644309
Hero Member
*
Offline Offline

Posts: 1711644309

View Profile Personal Message (Offline)

Ignore
1711644309
Reply with quote  #2

1711644309
Report to moderator
DRPD
Legendary
*
Offline Offline

Activity: 1148
Merit: 1001


View Profile
March 16, 2016, 07:49:56 PM
 #1202



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 Smiley but i will send with pm if needed)
pjcltd
Legendary
*
Offline Offline

Activity: 1778
Merit: 1003

NodeMasters


View Profile WWW
March 16, 2016, 08:22:26 PM
 #1203

hi guys
ok i have setup a thread for support issues
https://bitcointalk.org/index.php?topic=1400910.new#new

please don't post VPS issues in this thread
please use the above link
no posts will be deleted

thanks
Paul
q327K091
Legendary
*
Offline Offline

Activity: 1792
Merit: 1010


View Profile
March 16, 2016, 08:57:22 PM
 #1204

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 ?  Huh
BitcoinFX
Legendary
*
Offline Offline

Activity: 2646
Merit: 1701


https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF


View Profile WWW
March 16, 2016, 09:06:45 PM
 #1205

hi guys
ok i have setup a thread for support issues
https://bitcointalk.org/index.php?topic=1400910.new#new

please don't post VPS issues in this thread
please use the above link
no posts will be deleted

thanks
Paul


Thank you @pjcltd much appreciated and no doubt easier for your customers too !

All the best with everything.

Kind Regards,

"Bitcoin OG" 1JXFXUBGs2ZtEDAQMdZ3tkCKo38nT2XSEp | Bitcoin logo™ Enforcer? | Bitcoin is BTC | CSW is NOT Satoshi Nakamoto | I Mine BTC, LTC, ZEC, XMR and GAP | BTC on Tor addnodes Project | Media enquiries : Wu Ming | Enjoy The Money Machine | "You cannot compete with Open Source" and "Cryptography != Banana" | BSV and BCH are COUNTERFEIT.
BitcoinFX
Legendary
*
Offline Offline

Activity: 2646
Merit: 1701


https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF


View Profile WWW
March 16, 2016, 09:23:37 PM
Last edit: March 20, 2016, 12:16:07 PM by BitcoinFX
 #1206

Linux / Cloud VPS - DNET command line upgrade guide from: v1.0.1.0 to: v1.0.2.0

Stop the Dnet daemon:

Code:
cd Darknet

Code:
cd src

Code:
./darknet-cli stop

Code:
cd


Remove the 'old' Dnet folder and daemon etc:

Code:
rm -rv Darknet


Download Dnet v1.0.2.0 :

EDIT (new download link):

Code:
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:

Code:
mkdir Darknet

Code:
cd Darknet

Code:
mkdir src

Code:
cd


Unzip the download :

EDIT:

Code:
unzip Darknet-Qt-Linux-Wallet-v1.0.2.0.zip -d Darknet/src


Move the unzipped files to the 'default' directory :

Code:
mv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.0/darknetd Darknet/src/

Code:
mv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.0/darknet-cli Darknet/src/

Code:
mv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.0/darknet-tx Darknet/src/


Tidy up:

Code:
rm -rv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.0

Code:
rm -rv Darknet/src/__MACOSX

Code:
rm -R Darknet-Qt-Linux-Wallet-v1.0.2.0.zip


Restart the Dnet daemon:

Code:
cd Darknet

Code:
cd src

Code:
./darknetd

Code:
./darknet-cli getinfo

Code:
./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.

"Bitcoin OG" 1JXFXUBGs2ZtEDAQMdZ3tkCKo38nT2XSEp | Bitcoin logo™ Enforcer? | Bitcoin is BTC | CSW is NOT Satoshi Nakamoto | I Mine BTC, LTC, ZEC, XMR and GAP | BTC on Tor addnodes Project | Media enquiries : Wu Ming | Enjoy The Money Machine | "You cannot compete with Open Source" and "Cryptography != Banana" | BSV and BCH are COUNTERFEIT.
jakiman
Legendary
*
Offline Offline

Activity: 1638
Merit: 1011


jakiman is back!


View Profile
March 16, 2016, 10:06:50 PM
 #1207

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 Offline

Activity: 1638
Merit: 1011


jakiman is back!


View Profile
March 16, 2016, 10:11:12 PM
 #1208

Linux / Cloud VPS - DNET command line upgrade guide from: v1.0.1.0 to: v1.0.2.0

<snip>

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.

Thanks heaps for this guide. I'm a linux noob so this will be very handy. Smiley

HORT
Hero Member
*****
Offline Offline

Activity: 508
Merit: 501



View Profile
March 17, 2016, 01:28:49 AM
 #1209

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

Activity: 226
Merit: 100


View Profile WWW
March 17, 2016, 01:38:28 AM
 #1210

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.

Low power dedicated staking hardware, learn more at StakeBox.com
Raspberry Pi wallets at github.com/StakeBox
coinprince
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
March 17, 2016, 11:50:01 AM
 #1211

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
DRPD
Legendary
*
Offline Offline

Activity: 1148
Merit: 1001


View Profile
March 17, 2016, 12:12:25 PM
 #1212

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

check your ports -> see the message here:
https://bitcointalk.org/index.php?topic=1262920.msg14187308;topicseen#msg14187308

Cheers
pjcltd
Legendary
*
Offline Offline

Activity: 1778
Merit: 1003

NodeMasters


View Profile WWW
March 17, 2016, 02:49:03 PM
 #1213

Hi Guys
if you have ant VPS's hosted at MP-Hosting then you need to follow this guide to upgrade your masternodes
https://bitcointalk.org/index.php?topic=1400910.msg14227322#msg14227322

thanks
Paul
borris123
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
March 17, 2016, 05:25:17 PM
 #1214

why do i keep getting obfuscation transactions being sent??? i have not clicked anything?? how do i disable it.
jakiman
Legendary
*
Offline Offline

Activity: 1638
Merit: 1011


jakiman is back!


View Profile
March 17, 2016, 06:36:15 PM
 #1215

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

Activity: 226
Merit: 100


View Profile WWW
March 17, 2016, 07:05:46 PM
 #1216

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.

Low power dedicated staking hardware, learn more at StakeBox.com
Raspberry Pi wallets at github.com/StakeBox
borris123
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
March 17, 2016, 07:16:23 PM
 #1217

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

Activity: 226
Merit: 100


View Profile WWW
March 17, 2016, 08:14:10 PM
 #1218

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.

Low power dedicated staking hardware, learn more at StakeBox.com
Raspberry Pi wallets at github.com/StakeBox
borris123
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
March 17, 2016, 08:51:46 PM
 #1219

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

Activity: 462
Merit: 250


View Profile WWW
March 17, 2016, 08:54:29 PM
 #1220

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.

Pages: « 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 [61] 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 ... 541 »
  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!