moocowmoo
|
|
October 21, 2015, 12:36:49 AM Last edit: October 21, 2015, 01:05:56 AM by moocowmoo |
|
I think the math is correct here.
A node is eligible for for selection when 90% of the other nodes have already been selected.
Once you're due to be selected, your chances are 1 in 326 (10% of masternodes, the length of the selection queue) or about: 63% in the first 13 hours (326 blocks) 82% in the first 24 hours (576 blocks) 97% in the first 48 hours (1152 blocks) 99.5% in the first 72 hours (1728 blocks) 99.91% in the first 96 hours (2304 blocks)
where probability P = (325/326)^blocks
This will shift a little as the total masternode count changes, but the probabilities will stay close to these numbers.
Now, since other unpaid masternodes are constantly being swapped into the selection queue and that selection depends on a competition between cryptographic hashes, it is possible your node will fall OUT of the queue before being paid. (causing a skipped payment cycle) This is a rare occurrence, but, double payments occur about 0.6% of the time, so over time payments should average out.
|
|
|
|
moocowmoo
|
|
October 21, 2015, 12:38:43 AM Last edit: October 21, 2015, 12:56:30 AM by moocowmoo |
|
Nice app thanks moo ~~~~
error message : failed to resolve public ip. retrying...
Is there some realtion with port forwarding ?
public ip resolution is just a curl pull from https://icanhazip.com/try it by hand and see if you get any useful info curl https://icanhazip.com/ And, you're welcome!
|
|
|
|
gusterdd
|
|
October 21, 2015, 12:58:31 AM |
|
Nice app thanks moo ~~~~
error message : failed to resolve public ip. retrying...
Is there some realtion with port forwarding ?
public ip resolution is just a curl pull to https://icanhazip.com/try it by hand and see if you get any useful info curl https://icanhazip.com/ And, you're welcome! In USA server I can ping icanhazip.com dfw.icanhazip.com 104.238.145.30 But in my country local Mn can't ping icanhazip.com
|
Interest : Mining Rig, Bitcoin, Litecoin, Ethereum, Monero, Dash, Bitshare
|
|
|
moocowmoo
|
|
October 21, 2015, 01:08:23 AM |
|
error message : failed to resolve public ip. retrying...
public ip resolution is just a curl pull to https://icanhazip.com/try it by hand and see if you get any useful info curl https://icanhazip.com/ And, you're welcome! In USA server I can ping icanhazip.com dfw.icanhazip.com 104.238.145.30 But in my country local Mn can't ping icanhazip.com I doubt it's a country thing (although I could be wrong) It sounds more like a firewall thing. Can you ping 8.8.8.8 from that masternode? (test icmp protocol in/out allowed) Can you retrieve another ssl page such as https://google.com/ ? (test port 433 out allowed)
|
|
|
|
gusterdd
|
|
October 21, 2015, 01:24:08 AM |
|
error message : failed to resolve public ip. retrying...
public ip resolution is just a curl pull to https://icanhazip.com/try it by hand and see if you get any useful info curl https://icanhazip.com/ And, you're welcome! In USA server I can ping icanhazip.com dfw.icanhazip.com 104.238.145.30 But in my country local Mn can't ping icanhazip.com I doubt it's a country thing (although I could be wrong) It sounds more like a firewall thing. Can you ping 8.8.8.8 from that masternode? (test icmp protocol in/out allowed) Can you retrieve another ssl page such as https://google.com/ ? (test port 433 out allowed) ping 8.8.8.8 operating well I open 433 port what sercice program should i install ?
|
Interest : Mining Rig, Bitcoin, Litecoin, Ethereum, Monero, Dash, Bitshare
|
|
|
TheDasher
|
|
October 21, 2015, 01:26:14 AM |
|
A bit less noisy here at the moment.
Can't work out why that would be?
maybe our trolls got banned for a minute? or there could be a troll convention happening? Still here bud. Trying to see which sucker buys OTOHs or EVANs 10k bag at 9.
|
|
|
|
moocowmoo
|
|
October 21, 2015, 01:29:02 AM |
|
I doubt it's a country thing (although I could be wrong) It sounds more like a firewall thing. Can you ping 8.8.8.8 from that masternode? (test icmp protocol in/out allowed) Can you retrieve another ssl page such as https://google.com/ ? (test port 433 out allowed) ping 8.8.8.8 operating well I open 433 port what sercice program should i install ? I'm not sure what you mean, but see if you can do: if that works, then try curl https://icanhazip.com/
|
|
|
|
gusterdd
|
|
October 21, 2015, 02:25:59 AM |
|
I doubt it's a country thing (although I could be wrong) It sounds more like a firewall thing. Can you ping 8.8.8.8 from that masternode? (test icmp protocol in/out allowed) Can you retrieve another ssl page such as https://google.com/ ? (test port 433 out allowed) ping 8.8.8.8 operating well I open 433 port what sercice program should i install ? I'm not sure what you mean, but see if you can do: if that works, then try curl https://icanhazip.com/ terminal message --------------------------------------------------------------------------- guster@guster-HP-Compaq-nc4400-RL880AW-AB1:~$ ping 8.8.8.8 PING 8.8.8.8 (8.8.8. 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=53 time=33.2 ms 64 bytes from 8.8.8.8: icmp_seq=2 ttl=53 time=30.9 ms 64 bytes from 8.8.8.8: icmp_seq=3 ttl=53 time=38.8 ms 64 bytes from 8.8.8.8: icmp_seq=4 ttl=53 time=33.3 ms ^C --- 8.8.8.8 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3004ms rtt min/avg/max/mdev = 30.940/34.102/38.871/2.916 ms guster@guster-HP-Compaq-nc4400-RL880AW-AB1:~$ curl https://google.com/<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8"> <TITLE>302 Moved</TITLE></HEAD><BODY> <H1>302 Moved</H1> The document has moved <A HREF=" https://www.google.co.kr/?gfe_rd=cr&ei=xfYmVoiFJ-KN8Qfhtr3YCg">here</A>. </BODY></HTML> guster@guster-HP-Compaq-nc4400-RL880AW-AB1:~$ curl https://icanhazip.com/curl: (6) Could not resolve host: icanhazip.com -----------------------------------------------------------------
|
Interest : Mining Rig, Bitcoin, Litecoin, Ethereum, Monero, Dash, Bitshare
|
|
|
moocowmoo
|
|
October 21, 2015, 02:31:59 AM |
|
guster@guster-HP-Compaq-nc4400-RL880AW-AB1:~$ curl https://icanhazip.com/curl: (6) Could not resolve host: icanhazip.com I think the (6) means it's trying to use your ipv6 interface, but you don't have dns configured on it. See if adding -4 (see below) works for you. Then try the -6 (as below) I may have to patch dashman to avoid misconfigured ipv6 interfaces: $ curl -4 https://icanhazip.com 178.62.165.211 $ curl -6 https://icanhazip.com 2a03:b0c0:0:1010::4f:a001
|
|
|
|
gusterdd
|
|
October 21, 2015, 02:43:39 AM |
|
guster@guster-HP-Compaq-nc4400-RL880AW-AB1:~$ curl https://icanhazip.com/curl: (6) Could not resolve host: icanhazip.com I think the (6) means it's trying to use your ipv6 interface, but you don't have dns configured on it. See if adding -4 (see below) works for you. Then try the -6 (as below) I may have to patch dashman to avoid misconfigured ipv6 interfaces: $ curl -4 https://icanhazip.com 178.62.165.211 $ curl -6 https://icanhazip.com 2a03:b0c0:0:1010::4f:a001 after set dns 8.8.8.8 8.8.4.4 guster@guster-HP-Compaq-nc4400-RL880AW-AB1:~$ curl https://icanhazip.com121.138.121.36 success. thanks moocowmoo.
|
Interest : Mining Rig, Bitcoin, Litecoin, Ethereum, Monero, Dash, Bitshare
|
|
|
moocowmoo
|
|
October 21, 2015, 02:50:07 AM |
|
success. thanks moocowmoo.
Glad to help!
|
|
|
|
Minotaur26
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
October 21, 2015, 03:04:50 AM |
|
Just wanted to say I was able to withdraw my 550 DASH from Cryptsy with no issues.
|
|
|
|
tungfa
Legendary
Offline
Activity: 1834
Merit: 1023
|
|
October 21, 2015, 04:21:17 AM |
|
Submitted my 1st deposit to Gemini but - ugh - where to go to buy DASH now - not looking good @ Cryptsy
Demand Gheymini to add DASH asap imo. They are well aware of DASH - I'm sure I just send them a polite email 'congrats to the launch' + 'Dash' lets see
|
|
|
|
tungfa
Legendary
Offline
Activity: 1834
Merit: 1023
|
|
October 21, 2015, 04:24:24 AM |
|
|
|
|
|
tungfa
Legendary
Offline
Activity: 1834
Merit: 1023
|
|
October 21, 2015, 05:03:27 AM |
|
Sweet Dreams you Dashers
|
|
|
|
flailing Junk
Member
Offline
Activity: 92
Merit: 10
|
|
October 21, 2015, 05:09:58 AM |
|
|
|
|
|
moocowmoo
|
|
October 21, 2015, 05:42:54 AM |
|
not in mainline yet, but thanks to tombtc, dashman is going international(izationized) the first (partial) polish translation (and integration) is a success! Thanks tombtc! (once released, I'll invite people to submit their own translations if they want to.) dashman is going global, bitches! hehe
|
|
|
|
gusterdd
|
|
October 21, 2015, 06:15:03 AM |
|
Wait until dash price become more cheaper. make masternodes as cheap as possible. According to current trend, the price meet 0.0060 BTC
|
Interest : Mining Rig, Bitcoin, Litecoin, Ethereum, Monero, Dash, Bitshare
|
|
|
splawik21
Legendary
Offline
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!
|
|
October 21, 2015, 07:27:58 AM |
|
not in mainline yet, but thanks to tombtc, dashman is going international(izationized) the first (partial) polish translation (and integration) is a success! Thanks tombtc! (once released, I'll invite people to submit their own translations if they want to.) dashman is going global, bitches! hehe Still needs some translations. Will ping you moo later in the afternoon...
|
BE SMART, USE DASH ( ͡° ͜ʖ ͡°)
|
|
|
dashwhale
Newbie
Offline
Activity: 39
Merit: 0
|
|
October 21, 2015, 07:32:43 AM |
|
Now that Rango just added the staggered voting after you previously released with Dashman, I see you are trying to one up each other on features. Lol.
Psst....Dashwhale just added an automatic restart feature.
Not really. Were just attacking the same problems from two different sides. (His a service, mine a toolchain.) That voting timestamp association had to go! And, yes, automatic restarting using monit is something I've got on the roadmap. Exactly, moocowmoo! You did some awesome work with the display of the payment queue rank. Dashman is a great tool (for those who don't use Dashwhale of course ) Best, Rango
|
|
|
|
|