Author

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

hero member
Activity: 672
Merit: 500
Hey everyone, I'm new to DASH. What is DASH target price 5 years from now? Where does this community see this coin?

Do you guys see a world where BTC and DASH Co exist ....BTC being digital gold....ltc digital silver...DASH being day to day money...DigiByte bing the pennies of crypto

Bitshares running companies on the blockchain

Ethereum running our household appliances
legendary
Activity: 1834
Merit: 1023
Tx guys, you rock
 Grin

Thx tungfa for the new french video ;-)

we gotta thank yidakee / ghostplayer
he did the last batch (incl french)

i am just the editor/uploader
(dam i hate uploading to YT)
 Wink
hero member
Activity: 616
Merit: 501
sr. member
Activity: 460
Merit: 250
Evan said on Dashtalk -> "Yes, DAPI will allow network wide 2FA. I doubt it will be ready on the first version though."

I'm glad 2FA is still on the table as we hadn't heard anything about it for a while.

User security will be key in gaining trust.
legendary
Activity: 3066
Merit: 1188

According to current trend, the price meet 0.0060 BTC

I thought it was headed that way as well, but it's been more robust than I thought in markets. Meanwhile there is car-crash carnage all around us.

Look at Ethereum - profit taking is just killing it and leaving the project insolvent. Bitshares has sold the rumour about a month in advance of the news. PowerPC ate its monster buywall while Litecoin decided to indulge in a bit of cliff diving.

If you can put in a dignified performance while all that's going on you're not doing too badly. Amazingly, Dash is now actually consolidating its marketcap position despite loosing a bit of value itself.
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.
Jump to: