Author

Topic: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN - page 386. (Read 782375 times)

hero member
Activity: 728
Merit: 500
Since everybody except the devs has some spare time at hand you might be interested to setup some more masternodes Grin

Here is a script that i have written a couple of days ago to setup and configure a couple of masternodes (server side) automatically:
https://github.com/marsmensch/masternode-vps-setup

Notes and features
  • it is currently only tested on a vultr VPS and Ubuntu 16.04 (smallest instance is good for up to 8 nodes)
  • porting to 14.04 is probably not too hard, but no priority for me
  • this script doesnt care about the controller side of things
  • installs 1-100 (or more!) masternodes in parallel on one machine, with individual config and data
  • compilation is currently from source, ubuntu packages on the way
  • some security hardening is done, including firewalling and a separate user
  • automatic startup for all masternode daemons
  • ipv6 enabled, tor/onion will follow
  • this script needs to run as root, the masternodes will and should not!

What do i need to do after running this script?
  • 0) Download and tun this script on your VPS instance
  • 1) change the amount of masternodes you want to install/configure at the top of the script ("eg SETUP_MNODES_COUNT=3")
  • 2) Add your masternode private key to the configuration file(s) located at /etc/masternodes/... For example, when installing three DNET masternodes:
    Quote
    * writing config file /etc/masternodes/darknet_n1.conf
    * writing config file /etc/masternodes/darknet_n2.conf
    * writing config file /etc/masternodes/darknet_n3.conf
  • 3) run /usr/local/bin/restart_masternodes.sh to activate the services permanently. Individual masternode data directories are located in /var/lib/darknet/darknet${NUMBER_OF_NODE}
  • 4) subsequently, you should only work as user and not root. The default user acc is masternode. Change to this user with the command "su masternode" (loged in as root)

DONE

Not foolproof, but it gets the job done to the "piece of cake" level.


nice scrypt
hows it going to work with Darknet when you can only have 1 masternode per IP address  ?


thanks
Paul

IPv6 now, onion later. IP addresses are automatically assigned from the range vultr assigns per virtual server.

guide be good. video or step by step pics.
sr. member
Activity: 474
Merit: 252
Since everybody except the devs has some spare time at hand you might be interested to setup some more masternodes Grin

Here is a script that i have written a couple of days ago to setup and configure a couple of masternodes (server side) automatically:
https://github.com/marsmensch/masternode-vps-setup

Notes and features
  • it is currently only tested on a vultr VPS and Ubuntu 16.04 (smallest instance is good for up to 8 nodes)
  • porting to 14.04 is probably not too hard, but no priority for me
  • this script doesnt care about the controller side of things
  • installs 1-100 (or more!) masternodes in parallel on one machine, with individual config and data
  • compilation is currently from source, ubuntu packages on the way
  • some security hardening is done, including firewalling and a separate user
  • automatic startup for all masternode daemons
  • ipv6 enabled, tor/onion will follow
  • this script needs to run as root, the masternodes will and should not!

What do i need to do after running this script?
  • 0) Download and tun this script on your VPS instance
  • 1) change the amount of masternodes you want to install/configure at the top of the script ("eg SETUP_MNODES_COUNT=3")
  • 2) Add your masternode private key to the configuration file(s) located at /etc/masternodes/... For example, when installing three DNET masternodes:
    Quote
    * writing config file /etc/masternodes/darknet_n1.conf
    * writing config file /etc/masternodes/darknet_n2.conf
    * writing config file /etc/masternodes/darknet_n3.conf
  • 3) run /usr/local/bin/restart_masternodes.sh to activate the services permanently. Individual masternode data directories are located in /var/lib/darknet/darknet${NUMBER_OF_NODE}
  • 4) subsequently, you should only work as user and not root. The default user acc is masternode. Change to this user with the command "su masternode" (loged in as root)

DONE

Not foolproof, but it gets the job done to the "piece of cake" level.


nice scrypt
hows it going to work with Darknet when you can only have 1 masternode per IP address  ?


thanks
Paul

IPv6 now, onion later. IP addresses are automatically assigned from the range vultr assigns per virtual server.
legendary
Activity: 1078
Merit: 1011
Is there any richlist? Apart from the one on bittrex?

Yes, Presstabs Explorer has that, Once everything is back up that is.. Smiley
sr. member
Activity: 471
Merit: 250
Is there any richlist? Apart from the one on bittrex?
legendary
Activity: 1078
Merit: 1011
Will the MN rewards remain the same at 22.5 DNET per block?

Nope, Check to OP for the explanation
hero member
Activity: 525
Merit: 500
Will the MN rewards remain the same at 22.5 DNET per block?
hero member
Activity: 525
Merit: 500


nice scrypt
hows it going to work with Darknet when you can only have 1 masternode per IP address  ?


thanks
Paul


I would like to know this as well.
legendary
Activity: 1778
Merit: 1003
NodeMasters
What happened to the DNET? The last block 259516 and more is not synchronized.

THe devs are working on the issue
if you read back a page or so you will see whats been going on.

dont worry they will sort it out.

thanks
Paul
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
What happened to the DNET? The last block 259516 and more is not synchronized.
legendary
Activity: 1778
Merit: 1003
NodeMasters
Since everybody except the devs has some spare time at hand you might be interested to setup some more masternodes Grin

Here is a script that i have written a couple of days ago to setup and configure a couple of masternodes (server side) automatically:
https://github.com/marsmensch/masternode-vps-setup

Notes and features
  • it is currently only tested on a vultr VPS and Ubuntu 16.04 (smallest instance is good for up to 8 nodes)
  • porting to 14.04 is probably not too hard, but no priority for me
  • this script doesnt care about the controller side of things
  • installs 1-100 (or more!) masternodes in parallel on one machine, with individual config and data
  • compilation is currently from source, ubuntu packages on the way
  • some security hardening is done, including firewalling and a separate user
  • automatic startup for all masternode daemons
  • ipv6 enabled, tor/onion will follow
  • this script needs to run as root, the masternodes will and should not!

What do i need to do after running this script?
  • 0) Download and tun this script on your VPS instance
  • 1) change the amount of masternodes you want to install/configure at the top of the script ("eg SETUP_MNODES_COUNT=3")
  • 2) Add your masternode private key to the configuration file(s) located at /etc/masternodes/... For example, when installing three DNET masternodes:
    Quote
    * writing config file /etc/masternodes/darknet_n1.conf
    * writing config file /etc/masternodes/darknet_n2.conf
    * writing config file /etc/masternodes/darknet_n3.conf
  • 3) run /usr/local/bin/restart_masternodes.sh to activate the services permanently. Individual masternode data directories are located in /var/lib/darknet/darknet${NUMBER_OF_NODE}
  • 4) subsequently, you should only work as user and not root. The default user acc is masternode. Change to this user with the command "su masternode" (loged in as root)

DONE

Not foolproof, but it gets the job done to the "piece of cake" level.


nice scrypt
hows it going to work with Darknet when you can only have 1 masternode per IP address  ?


thanks
Paul
sr. member
Activity: 474
Merit: 252
Since everybody except the devs has some spare time at hand you might be interested to setup some more masternodes Grin

Here is a script that i have written a couple of days ago to setup and configure a couple of masternodes (server side) automatically:
https://github.com/marsmensch/masternode-vps-setup

Notes and features
  • it is currently only tested on a vultr VPS and Ubuntu 16.04 (smallest instance is good for up to 8 nodes)
  • porting to 14.04 is probably not too hard, but no priority for me
  • this script doesnt care about the controller side of things
  • installs 1-100 (or more!) masternodes in parallel on one machine, with individual config and data
  • compilation is currently from source, ubuntu packages on the way
  • some security hardening is done, including firewalling and a separate user
  • automatic startup for all masternode daemons
  • ipv6 enabled, tor/onion will follow
  • this script needs to run as root, the masternodes will and should not!

What do i need to do after running this script?
  • 0) Download and tun this script on your VPS instance
  • 1) change the amount of masternodes you want to install/configure at the top of the script ("eg SETUP_MNODES_COUNT=3")
  • 2) Add your masternode private key to the configuration file(s) located at /etc/masternodes/... For example, when installing three DNET masternodes:
    Quote
    * writing config file /etc/masternodes/darknet_n1.conf
    * writing config file /etc/masternodes/darknet_n2.conf
    * writing config file /etc/masternodes/darknet_n3.conf
  • 3) run /usr/local/bin/restart_masternodes.sh to activate the services permanently. Individual masternode data directories are located in /var/lib/darknet/darknet${NUMBER_OF_NODE}
  • 4) subsequently, you should only work as user and not root. The default user acc is masternode. Change to this user with the command "su masternode" (loged in as root)

DONE

Not foolproof, but it gets the job done to the "piece of cake" level.
member
Activity: 63
Merit: 10
So, is it safe to buy some more darknet on bittrex while wallet is on maintenance? Are those coins on the right fork? I mean, at this time I can't sync my wallet, I presume no one can as well, Bittrex included. May I buy some more anyway or should I wait for the wallet to finish the maintenance? Thanks in advance.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Also just noticed presstab's block explorer is now up and running beyond block 259200.

http://www.presstab.pw/phpexplorer/DNET/index.php

Showing pow blocks, maybe it's following a v1 fork???

They aren't pow I just need to edit a few thing so it displays correctly.
legendary
Activity: 1792
Merit: 1010
How are the progress on patching [DNET] Darknet going on? Any difficulties? Do you already have an expected release date?

Concerning the first 60k, I propose to split them between the devs who solved the POS problem as a thank you from the community.

May the code be with you Cool

like the idea *thumbs up*

+1 , this could be lots of money at one point but +1 , believe there are 3 devs behind this at varying amount of contribution and time spent, and they all going very smart about how they do things, even patches are slow , just perfect, no rush from my side, as promised if this moves any serious direction upwards I will establish my own bounties
legendary
Activity: 1638
Merit: 1011
jakiman is back!
So sounds like there's no point keeping the v2.0.0.0 wallet running / staking right now?
hero member
Activity: 727
Merit: 501
I also like that idea, and it's only a 0.14 % of the total supply, so no influence in price expected.
legendary
Activity: 1638
Merit: 1011
jakiman is back!
I like the idea also. Let them have it. They deserve the hours spent. Grin
But yeah, hope my withdrawal from Bittrex doesn't get lost either. Tongue
legendary
Activity: 1148
Merit: 1001
How are the progress on patching [DNET] Darknet going on? Any difficulties? Do you already have an expected release date?

Concerning the first 60k, I propose to split them between the devs who solved the POS problem as a thank you from the community.

May the code be with you Cool

like the idea *thumbs up*
copper member
Activity: 1162
Merit: 1025
How are the progress on patching [DNET] Darknet going on? Any difficulties? Do you already have an expected release date?

Concerning the first 60k, I propose to split them between the devs who solved the POS problem as a thank you from the community.

May the code be with you Cool

Yep fuck it let devs keep it, they earned it.
hero member
Activity: 727
Merit: 501
Also just noticed presstab's block explorer is now up and running beyond block 259200.

http://www.presstab.pw/phpexplorer/DNET/index.php

Showing pow blocks, maybe it's following a v1 fork???
Jump to: