Author

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

legendary
Activity: 1260
Merit: 1001

I would relax  Cool
Hi toknormal, ok I'll listen you  Smiley

... For example the two monetary researchers that wanted to use Dash as a basis for their Flow Money proposal flat out said it was the most advanced (monetarily) of all on offer. Max Keiser cited it as one of the 3 candidates for "the one" to 20 million viewers.

Who are this researchers? Do you have links? (Max Keiser too)
Thanks in advanced


I had to dig for it through the "General" sub-forum on dashtalk.org, but found it here:  https://dashtalk.org/threads/budget-proposal-proof-of-labour.8108/  Unfortunately, it didn't pass, so it's not viewable at Dashwhale, but luckily you can find the link to the Dashwhale proposal page through the above link Smiley

It's very unfortunate that this didn't pass.
legendary
Activity: 1260
Merit: 1001
G'day Everyone!

I am so confused by the charts.  Can anyone tell me how a chart can look like this?



I mean, I can't believe there aren't more Dash for sale, and with so many looking to buy, how come the price is dropping?  Why is the "meeting point" not in the center?  I can't believe there aren't more coins for sale at higher prices???  Can anyone explain how this works?  Something tells me I screwed up my settings or something??? Thanks Cheesy
hero member
Activity: 655
Merit: 500

I would relax  Cool
Hi toknormal, ok I'll listen you  Smiley

... For example the two monetary researchers that wanted to use Dash as a basis for their Flow Money proposal flat out said it was the most advanced (monetarily) of all on offer. Max Keiser cited it as one of the 3 candidates for "the one" to 20 million viewers.

Who are this researchers? Do you have links? (Max Keiser too)
Thanks in advanced




newbie
Activity: 54
Merit: 0
Trying to access Dash api at https://explorer.dash.org/q via javascript gives me Cross Origin Block error. Do anyone of you know any Dash api that works with js?

I think its not possible and not wanted to access files, that are not located on your own server, via javascript. Thats not a problem with this particular API, it's javascript in general.

I access the api with a PHP file and open this file with javascript. Works fine.

Js has this limitation, but it can be overwritten by API server settings.

Dash is one of the few altcoins for which I cannot find a public API that works with Javascript. This means that you cannot do a hybrid mobile application (in cordova framework in my case) involving Dash in general. That's not a good thing for an altcoin's ecosystem I think.

Sounds like the server isn't setup for cross-origin resource sharing because I think Cordova XHR requests are already setup for CORS so it should 'just work' from your client side.

We're building a decentralized REST API for Dash Evolution hosted by the Masternode network you can call from JavaScript that will be accessible at api.dash.org, right now not sure of any public Dash APIs although maybe one of the other devs on DashTalk can answer better.

I'll have a look at enabling CORS for explorer.dash.org

edit: @borntorun: I have enabled CORS now, please try your JS code again Smiley

great, works for me: https://gist.github.com/andyfreer/b742c3cf901a1e54aa4f993efa6bbe96

EDIT: there is also a live Dash Insight API from UdjinM6 that's powering the transaction visualizer http://listen.masternode.io, the API endpoint at http://insight.masternode.io:3000/.  Insight is the BitPay block explorer api: https://insight.is/
full member
Activity: 197
Merit: 101
Trying to access Dash api at https://explorer.dash.org/q via javascript gives me Cross Origin Block error. Do anyone of you know any Dash api that works with js?

I think its not possible and not wanted to access files, that are not located on your own server, via javascript. Thats not a problem with this particular API, it's javascript in general.

I access the api with a PHP file and open this file with javascript. Works fine.

Js has this limitation, but it can be overwritten by API server settings.

Dash is one of the few altcoins for which I cannot find a public API that works with Javascript. This means that you cannot do a hybrid mobile application (in cordova framework in my case) involving Dash in general. That's not a good thing for an altcoin's ecosystem I think.

Sounds like the server isn't setup for cross-origin resource sharing because I think Cordova XHR requests are already setup for CORS so it should 'just work' from your client side.

We're building a decentralized REST API for Dash Evolution hosted by the Masternode network you can call from JavaScript that will be accessible at api.dash.org, right now not sure of any public Dash APIs although maybe one of the other devs on DashTalk can answer better.

I'll have a look at enabling CORS for explorer.dash.org

edit: @borntorun: I have enabled CORS now, please try your JS code again Smiley
legendary
Activity: 1834
Merit: 1023
legendary
Activity: 2156
Merit: 1014
Dash Nation Founder | CATV Host
WHY DASH'S IMAGE ON BCT MATTERS:

I just heard about Dash a couple months ago and since then, the more I learn, the more I like it.

Quote
Dash: The Future Internet Of Money?

Yes, I think Dash will be the Future Internet of Money, alongside other cryptocurrencies.

The future is promising and,
We are living in the middle of a revolution... There will be room for not just one, but many altcoins.

Quote
It's The End Of The World As We Know It (And I Feel Fine)

live long and prosper,
Peace
Our thread is already taking the narrative away from Smooth and his cronies. This is extremely important. Please help me. (Positive posts, please, Monero doesn't exist in that thread)  Grin Grin Grin Grin

https://bitcointalksearch.org/topic/dash-dash-building-the-iom-dash-nation-progress-thread-1433982
newbie
Activity: 54
Merit: 0

We're building a decentralized REST API for Dash Evolution hosted by the Masternode network you can call from JavaScript that will be accessible at api.dash.org

That sounds awsome.

Even zerohedge is getting impatient now.

https://i.imgur.com/ppeIobv.png


Cheesy

I think it's relevant because if there was more authoritarian control and govs decided to restrict crypto online, it's not hard for them to shut down any centralized web services like BitPay and Shapeshift or the bulk of most cryptocurrency ecosystems. But an HTTP API powered by a P2P network means there's no single point you can turn off and it's on 24/7 and accessible from any device.  No disrespect meant to those projects, BitPay especially have created some awesome tech like Bitcore which we are using in DAPI.
legendary
Activity: 3066
Merit: 1188

We're building a decentralized REST API for Dash Evolution hosted by the Masternode network you can call from JavaScript that will be accessible at api.dash.org

That sounds awsome.

Even zerohedge is getting impatient now.


newbie
Activity: 54
Merit: 0
Trying to access Dash api at https://explorer.dash.org/q via javascript gives me Cross Origin Block error. Do anyone of you know any Dash api that works with js?

I think its not possible and not wanted to access files, that are not located on your own server, via javascript. Thats not a problem with this particular API, it's javascript in general.

I access the api with a PHP file and open this file with javascript. Works fine.

Js has this limitation, but it can be overwritten by API server settings.

Dash is one of the few altcoins for which I cannot find a public API that works with Javascript. This means that you cannot do a hybrid mobile application (in cordova framework in my case) involving Dash in general. That's not a good thing for an altcoin's ecosystem I think.

Sounds like the server isn't setup for cross-origin resource sharing because I think Cordova XHR requests are already setup for CORS so it should 'just work' from your client side.

We're building a decentralized REST API for Dash Evolution hosted by the Masternode network you can call from JavaScript that will be accessible at api.dash.org, right now not sure of any public Dash APIs although maybe one of the other devs on DashTalk can answer better.
sr. member
Activity: 560
Merit: 250
Js has this limitation, but it can be overwritten by API server settings.

Dash is one of the few altcoins for which I cannot find a public API that works with Javascript. This means that you cannot do a hybrid mobile application (in cordova framework in my case) involving Dash in general. That's not a good thing for an altcoin's ecosystem I think.

I guess you have tried all of these already? https://www.dash.org/blockchain-explorers/

Only two of those explorers has an API. Both with request block for Js.
sr. member
Activity: 436
Merit: 250
Js has this limitation, but it can be overwritten by API server settings.

Dash is one of the few altcoins for which I cannot find a public API that works with Javascript. This means that you cannot do a hybrid mobile application (in cordova framework in my case) involving Dash in general. That's not a good thing for an altcoin's ecosystem I think.

I guess you have tried all of these already? https://www.dash.org/blockchain-explorers/
legendary
Activity: 2548
Merit: 1245
sr. member
Activity: 560
Merit: 250
Trying to access Dash api at https://explorer.dash.org/q via javascript gives me Cross Origin Block error. Do anyone of you know any Dash api that works with js?

I think its not possible and not wanted to access files, that are not located on your own server, via javascript. Thats not a problem with this particular API, it's javascript in general.

I access the api with a PHP file and open this file with javascript. Works fine.

Js has this limitation, but it can be overwritten by API server settings.

Dash is one of the few altcoins for which I cannot find a public API that works with Javascript. This means that you cannot do a hybrid mobile application (in cordova framework in my case) involving Dash in general. That's not a good thing for an altcoin's ecosystem I think.
legendary
Activity: 2156
Merit: 1014
Dash Nation Founder | CATV Host
Can someone else please post the above link from the previous post in the progress thread? I don't want to talk to myself...help a brother out!   Grin Let's start posting stuff there too. It's important.

https://bitcointalksearch.org/topic/m.14540533
legendary
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!
My opinion (no evidence to support it) is that few people get into Dash because of BCT...but people who are considering an investment and visit BCT as part of due diligence cannot of course help to be influenced by it to some degree.

Sure, and I know at least one person that discover Dash here in BCT : me !  Grin
same here guys....
edit: LOL just bacame a Legendary LOL !!! Smiley
Looks like I spend too much time here Wink
legendary
Activity: 1288
Merit: 1000
My opinion (no evidence to support it) is that few people get into Dash because of BCT...but people who are considering an investment and visit BCT as part of due diligence cannot of course help to be influenced by it to some degree.

Sure, and I know at least one person that discover Dash here in BCT : me !  Grin
legendary
Activity: 3066
Merit: 1188

Prepare to split your sides.

Suggest hurry before Google do a  "claim copyright".

https://www.youtube.com/watch?v=ttVhzzaPd_k

(Need the sound up)
Jump to: