Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 1700. (Read 9723706 times)

newbie
Activity: 39
Merit: 0

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 Cool)

Best,
Rango
legendary
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!

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...
full member
Activity: 220
Merit: 100
Wait until dash price become more cheaper.
make masternodes as cheap as possible.
According to current trend, the price meet 0.0060 BTC
sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev

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
member
Activity: 92
Merit: 10
legendary
Activity: 1834
Merit: 1023
Sweet Dreams you Dashers

 Wink
legendary
Activity: 1834
Merit: 1023
legendary
Activity: 1834
Merit: 1023
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
 Wink
legendary
Activity: 1092
Merit: 1000
Just wanted to say I was able to withdraw my 550 DASH from Cryptsy with no issues.
sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev
full member
Activity: 220
Merit: 100
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:

Code:
$ 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.com
121.138.121.36

success.
thanks moocowmoo.



sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev
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:

Code:
$ curl -4 https://icanhazip.com
178.62.165.211
$ curl -6 https://icanhazip.com
2a03:b0c0:0:1010::4f:a001
full member
Activity: 220
Merit: 100
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:

Code:
curl https://google.com/

if that works, then try

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

302 Moved

302 Moved


The document has moved
https://www.google.co.kr/?gfe_rd=cr&ei=xfYmVoiFJ-KN8Qfhtr3YCg">here.



guster@guster-HP-Compaq-nc4400-RL880AW-AB1:~$ curl https://icanhazip.com/
curl: (6) Could not resolve host: icanhazip.com

-----------------------------------------------------------------



sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev
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:

Code:
curl https://google.com/

if that works, then try

Code:
curl https://icanhazip.com/
sr. member
Activity: 346
Merit: 250
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.
full member
Activity: 220
Merit: 100
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

Code:
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 ?
sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev
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

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

full member
Activity: 220
Merit: 100

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

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


sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev

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

Code:
curl https://icanhazip.com/

And, you're welcome!
sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev
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.
Jump to: