Bitcoin Forum
April 25, 2024, 01:47:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: .
.
.

Pages: « 1 ... 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 [203] 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 ... 541 »
  Print  
Author Topic: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN  (Read 782150 times)
mxnsch
Sr. Member
****
Offline Offline

Activity: 471
Merit: 252



View Profile
August 31, 2016, 01:12:36 PM
 #4041

For 1$/month per masternode, running a masternode is profitable for ages. Upgrade to my auto masternode setup script implementation for this and more upcoming ;-)

To try this out, I've deployed 1 Vultr Ubuntu 16.04 server with IPv6 and logged in as root. Grin
Then I downloaded your 0.2 script but not sure how to run it.... Is this correct?

1. Download the script.
2. Before running it, edit the script and change the setup nodes count. (e.g. from 3 to 5)
3. Run the script
Wait 2 more days please, next version is so much better and have actually instructions (yes, i listen to your guys wishes actually ;-)

If you insist for testing, yes that's correct. Just make sure you create a Ubuntu 16.04 instance AND activate an additional IPv6 address for that node.

Thanks. I can wait 2 more days.  Smiley

btw, not sure how to activate an additional IPv6 address...
When creating the node, toggle ENABLE IPV6

██  ███  nope ██  ███
1714009666
Hero Member
*
Offline Offline

Posts: 1714009666

View Profile Personal Message (Offline)

Ignore
1714009666
Reply with quote  #2

1714009666
Report to moderator
1714009666
Hero Member
*
Offline Offline

Posts: 1714009666

View Profile Personal Message (Offline)

Ignore
1714009666
Reply with quote  #2

1714009666
Report to moderator
1714009666
Hero Member
*
Offline Offline

Posts: 1714009666

View Profile Personal Message (Offline)

Ignore
1714009666
Reply with quote  #2

1714009666
Report to moderator
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714009666
Hero Member
*
Offline Offline

Posts: 1714009666

View Profile Personal Message (Offline)

Ignore
1714009666
Reply with quote  #2

1714009666
Report to moderator
1714009666
Hero Member
*
Offline Offline

Posts: 1714009666

View Profile Personal Message (Offline)

Ignore
1714009666
Reply with quote  #2

1714009666
Report to moderator
jakiman
Legendary
*
Offline Offline

Activity: 1638
Merit: 1011


jakiman is back!


View Profile
August 31, 2016, 01:17:59 PM
 #4042

Ah. yeah. That's been done. Grin

I just can't get your 0.2 run. So I'll just wait for your 0.3. Cool

Haunebu81
Hero Member
*****
Offline Offline

Activity: 525
Merit: 500


View Profile
August 31, 2016, 01:41:11 PM
 #4043

I'm a bit confused. Some people say only one Darknet MN per IP address, others say there is no such limitation. What's the deal?
pjcltd
Legendary
*
Offline Offline

Activity: 1778
Merit: 1003

NodeMasters


View Profile WWW
August 31, 2016, 02:36:03 PM
 #4044

I'm a bit confused. Some people say only one Darknet MN per IP address, others say there is no such limitation. What's the deal?

It was setup to be only 1 masternode per IP address


thanks
Paul
DRPD
Legendary
*
Offline Offline

Activity: 1148
Merit: 1001


View Profile
August 31, 2016, 02:50:08 PM
 #4045

For 1$/month per masternode, running a masternode is profitable for ages. Upgrade to my auto masternode setup script implementation for this and more upcoming ;-)

To try this out, I've deployed 1 Vultr Ubuntu 16.04 server with IPv6 and logged in as root. Grin
Then I downloaded your 0.2 script but not sure how to run it.... Is this correct?

1. Download the script.
wget https://raw.githubusercontent.com/marsmensch/masternode-vps-setup/master/dnet_vps.sh

2. Before running it, edit the script and change the setup nodes count. (e.g. from 3 to 5)
nano ./dnet_vps.sh

3. Run the script
sh ./dnet_vps.sh

When I do above, I get the following syntax error. Did I miss something? Tongue
./dnet_vps.sh: 59: ./dnet_vps.sh: Syntax error: "(" unexpected

hmm will try vultr with ip6 too (thanks for the script mxnsch)

i guess we have to make sure the script is interpreted by bash (the shebang tinggy should work too *shrug*).

found this workaround to start the script without error.
run the script sudo: sudo bash ./dnet_vps.sh

beware i'm not a linux/unix crack so use this workaround at your own risk Tongue

installing atm ....





borris123
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
August 31, 2016, 03:38:59 PM
 #4046

only up from here by looks of it Smiley masternodes/wallets stable and lots of things going on in background.
mxnsch
Sr. Member
****
Offline Offline

Activity: 471
Merit: 252



View Profile
August 31, 2016, 03:50:28 PM
 #4047

For 1$/month per masternode, running a masternode is profitable for ages. Upgrade to my auto masternode setup script implementation for this and more upcoming ;-)

To try this out, I've deployed 1 Vultr Ubuntu 16.04 server with IPv6 and logged in as root. Grin
Then I downloaded your 0.2 script but not sure how to run it.... Is this correct?

1. Download the script.
wget https://raw.githubusercontent.com/marsmensch/masternode-vps-setup/master/dnet_vps.sh

2. Before running it, edit the script and change the setup nodes count. (e.g. from 3 to 5)
nano ./dnet_vps.sh

3. Run the script
sh ./dnet_vps.sh

When I do above, I get the following syntax error. Did I miss something? Tongue
./dnet_vps.sh: 59: ./dnet_vps.sh: Syntax error: "(" unexpected

hmm will try vultr with ip6 too (thanks for the script mxnsch)

i guess we have to make sure the script is interpreted by bash (the shebang tinggy should work too *shrug*).

found this workaround to start the script without error.
run the script sudo: sudo bash ./dnet_vps.sh

beware i'm not a linux/unix crack so use this workaround at your own risk Tongue

installing atm ....
Yes, almost correct. The script is meant to be run by bash not sh. As there seems too be too much confusion already, i created a short documentation for the current implementation of the script:
https://www.dropbox.com/s/ay5uiamay24pe20/masternode-vps-VULTR_howto_v1_20160831.pdf?dl=0

Have fun!

PS.: The new version of the script with more instructions in a couple of days then.

██  ███  nope ██  ███
mxnsch
Sr. Member
****
Offline Offline

Activity: 471
Merit: 252



View Profile
August 31, 2016, 03:52:51 PM
 #4048

I'm a bit confused. Some people say only one Darknet MN per IP address, others say there is no such limitation. What's the deal?
The deal is: It's not very well documented and most people simply do not know.

██  ███  nope ██  ███
DRPD
Legendary
*
Offline Offline

Activity: 1148
Merit: 1001


View Profile
August 31, 2016, 04:06:47 PM
 #4049

....
Yes, almost correct. The script is meant to be run by bash not sh. As there seems too be too much confusion already, i created a short documentation for the current implementation of the script:
https://www.dropbox.com/s/ay5uiamay24pe20/masternode-vps-VULTR_howto_v1_20160831.pdf?dl=0

Have fun!

PS.: The new version of the script with more instructions in a couple of days then.

installation was successful and the documentation answered all my remaining question - great work!
Haunebu81
Hero Member
*****
Offline Offline

Activity: 525
Merit: 500


View Profile
August 31, 2016, 04:08:05 PM
 #4050

If it is one MN per IP address, there might be no incentive to host MN's once phase X hits, and rewards are down to 5 DNET.
FogHorn_LegHorn
Full Member
***
Offline Offline

Activity: 245
Merit: 100


View Profile
August 31, 2016, 04:37:26 PM
 #4051

I know DNET uses MNs and can be setup on Windows. If anyone is interested:  https://bitcointalk.org/index.php?topic=1366963.msg16101622#msg16101622

A nice bounty for Windows MN setup.
4x13 (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011


View Profile
August 31, 2016, 04:55:11 PM
 #4052

If it is one MN per IP address, there might be no incentive to host MN's once phase X hits, and rewards are down to 5 DNET.

Not sure that will be an issue, less masternodes means larger masternode rewards, which encourages people to start a few masternodes. If everyone had a few masternodes, we would still have a significant amount of nodes on the network. The objective is to increase the value of DarkNet to offset the lower rewards without creating a high inflation situation.
Haunebu81
Hero Member
*****
Offline Offline

Activity: 525
Merit: 500


View Profile
August 31, 2016, 05:12:17 PM
 #4053

If it is one MN per IP address, there might be no incentive to host MN's once phase X hits, and rewards are down to 5 DNET.

Not sure that will be an issue, less masternodes means larger masternode rewards, which encourages people to start a few masternodes. If everyone had a few masternodes, we would still have a significant amount of nodes on the network. The objective is to increase the value of DarkNet to offset the lower rewards without creating a high inflation situation.

Yeah, it all depends how many MN's there are. Curious to see what the outcome will be.
BitcoinFX
Legendary
*
Offline Offline

Activity: 2646
Merit: 1720


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


View Profile WWW
August 31, 2016, 05:30:42 PM
 #4054

I'm a bit confused. Some people say only one Darknet MN per IP address, others say there is no such limitation. What's the deal?
The deal is: It's not very well documented and most people simply do not know.

It also depends on how you want to run your Masternode's.

Most VPS cloud instances will provide a single static IPv4 address (some providers still offer shared NAT though). Increasingly, VPS hosts are also providing IPv6 addresses, which would allow you to 'bind' multiple daemon's running on a single host to each IP. As, far as system resources allow.

For IPv4 VPS hosts (or even your 'home' network), you could simply use a 'free' Tunnel Broker to add a secondary IPv6 address ;

- https://en.wikipedia.org/wiki/List_of_IPv6_tunnel_brokers

This method is known as IPv6 - in - IPv4

It is also possible to 'bind' to your unique addnode .onion address, when using Tor. However, binding to other Tor .Exit node operators IP's to run your own Masternode though Tor would certainly not be a good idea, as nodes will simply conflict, if everyone started doing that.

Basically, you want to own or at least directly control any 'IP' that you are going to 'bind' your Masternode to.

Hence, one DNET MN per IP address, is the best practical option.

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

Activity: 165
Merit: 100


View Profile
August 31, 2016, 05:39:40 PM
 #4055

I set up another masternode recently, and the transaction shows  "walletconflicts".

The masternode is up, ENABLED and Successfully started, so I guess things are ok.

Could this affect staking? Should I resync my wallet? Would the txid information and logs
be of interest to the developers?
mxnsch
Sr. Member
****
Offline Offline

Activity: 471
Merit: 252



View Profile
August 31, 2016, 05:40:34 PM
 #4056

I'm a bit confused. Some people say only one Darknet MN per IP address, others say there is no such limitation. What's the deal?
The deal is: It's not very well documented and most people simply do not know.

It also depends on how you want to run your Masternode's.

Most VPS cloud instances will provide a single static IPv4 address (some providers still offer shared NAT though). Increasingly, VPS hosts are also providing IPv6 addresses, which would allow you to 'bind' multiple daemon's running on a single host to each IP. As, far as system resources allow.

For IPv4 VPS hosts (or even your 'home' network), you could simply use a 'free' Tunnel Broker to add a secondary IPv6 address ;

- https://en.wikipedia.org/wiki/List_of_IPv6_tunnel_brokers

This method is known as IPv6 - in - IPv4

It is also possible to 'bind' to your unique .onion address, when using Tor. However, binding to other Tor .Exit node operators IP's to run your own Masternode though Tor would certainly not be a good idea, as nodes will simply conflict, if everyone started doing that.

Basically, you want to own or at least directly control any 'IP' that you are going to 'bind' your Masternode to.

Hence, one DNET MN per IP address, is the best practical option.
Best practical option pretty much nailed it. Except on eg vultr, where you get a shitload of free IPv6 addresses for free with every instance.

██  ███  nope ██  ███
BitcoinFX
Legendary
*
Offline Offline

Activity: 2646
Merit: 1720


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


View Profile WWW
August 31, 2016, 06:05:26 PM
 #4057

...
Best practical option pretty much nailed it. Except on eg vultr, where you get a shitload of free IPv6 addresses for free with every instance.

I thought I'd covered that bit with "Increasingly, VPS hosts are also providing IPv6 addresses, which would allow you to 'bind' multiple daemon's running on a single host to each IP. As, far as system resources allow."   Grin

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

Activity: 471
Merit: 252



View Profile
August 31, 2016, 06:54:04 PM
 #4058

...
Best practical option pretty much nailed it. Except on eg vultr, where you get a shitload of free IPv6 addresses for free with every instance.

I thought I'd covered that bit with "Increasingly, VPS hosts are also providing IPv6 addresses, which would allow you to 'bind' multiple daemon's running on a single host to each IP. As, far as system resources allow."   Grin
Yes, but i had to confirm that explicitely. You have no idea how many times i got asked that question already....   Roll Eyes

██  ███  nope ██  ███
BitcoinFX
Legendary
*
Offline Offline

Activity: 2646
Merit: 1720


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


View Profile WWW
August 31, 2016, 10:33:07 PM
 #4059

...
Best practical option pretty much nailed it. Except on eg vultr, where you get a shitload of free IPv6 addresses for free with every instance.

I thought I'd covered that bit with "Increasingly, VPS hosts are also providing IPv6 addresses, which would allow you to 'bind' multiple daemon's running on a single host to each IP. As, far as system resources allow."   Grin
Yes, but i had to confirm that explicitely. You have no idea how many times i got asked that question already....   Roll Eyes

Indeed. No worries. Keep up the good work on the script!

I have some good iptables firewall rules that are long term 'tested' on vultr instances, if you want to collaborate on those via PM for the script ?

"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: 1720


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


View Profile WWW
August 31, 2016, 10:42:08 PM
 #4060

Folks here might appreciate the advanced Tor Browser Bundle torrc thread.

Posted some new example torrc settings for use with the TBB v.6.0.4 ;

- https://bitcointalk.org/index.php?topic=331077.msg16104604#msg16104604

Cheers!

"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.
Pages: « 1 ... 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 [203] 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 ... 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!