Author

Topic: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network - page 161. (Read 249434 times)

rlh
hero member
Activity: 804
Merit: 1004
I sold my shares at 3 sats (I KNOW!!!!!!!) only because I needed some quick funds, and in the coming weeks I planned to use some profits to buy back in... even if the price was double, I thought I could skim some funds because Qora hadn't been doing much.

Biggest, mistake, this, year. Sad

I never hope for a "crash" at others expense but if it does go waaaaay back down for no reason apparent reason, I'll be picking up my stake again.

Good work, though.  I still follow the project and I'm impressed with everyone's efforts.
hero member
Activity: 585
Merit: 500
0.26.0 will the latest version on which I work. I sold my share.


Sad times. Thank you for all of your effort to date. You with the other have made Qora what it is. I hope someone will take over the block explorer and all of the wallet updates. Has someone contacted you about this?
hero member
Activity: 913
Merit: 664
wallet is beautiful Kiss
Quote

Yes, but Qora withdrawal is disabled in BTER.

You can't withdraw qora from BTER for a long time. They never replied to my mails to help them, so there is not much we can do unfortunately.
Several people warned in this thread multiple times not to trade Qora on BTER. You should try to contact BTER yourself, but to be honest I don't see a big chance to get those qora out of there.
newbie
Activity: 75
Merit: 0
hero member
Activity: 819
Merit: 1000
To all prospective developers or web designers who wish to build custom web-based wallets or custom software applications on the Qora Platform:

Qora is a versatile and stable platform that offers a full suite of JSON API that are accessible via standard HTTP REST calls such as this one: http://127.0.0.1:9085/qora/status (For checking Qora Client's status)..  All of Qora's functionalities (including Arbitrary Message and Automated Transaction) are exposed by the JSON API and accessible via standard HTTP calls, and can be used by any web designer or software developer to create custom wallet interface or custom applications on top of Qora Platform.

1. A web designer or any individual who wishes to develop custom wallet interface for Qora can simply include the wallet html files in the Qora web storage (located under Qora/Web), and then compile the wallet.  As mentioned in my previous post, the old generic Swing GUI will be gradually phased out in favor of the new Web-based GUI.  So it's recommended that anyone who is interested in developing a custom wallet ditch the Swing interface and go for web-based interface instead.  Smiley

Here are two resources to get you started:

- Latest Qora API documentation: http://api.qora.org/ (Current Version: V0.25)

- Complete Idiot's Guide to Compile a Qora Wallet (Unofficial): https://bitcointalksearch.org/topic/m.10789056

2. A software developer can create custom applications on top of Qora by utilizing all of Qora's functionalities exposed by the JSON API accessible at local port: 9085.  All you need to do is to make a http REST call from inside your application. So even a kid can do it.  Grin  

Here are two resources to get you started:

- Sample custom Qora application by agran (Vanity Address Generator): https://github.com/agran/VanitygenQora

- Custom Qora interface developed by qora.team: https://github.com/Qoracoin/Qora/tree/0.26.0/Qora/web

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

Feel free to join Qora's Slack Channel if you have any question regarding custom wallet or application development: http://slack.qora.co.in/

Good Job! price exploded  Shocked Shocked Shocked
hero member
Activity: 910
Merit: 1000
0.26.0 will the latest version on which I work. I sold my share.
newbie
Activity: 2
Merit: 0
newbie
Activity: 75
Merit: 0
To all prospective developers or web designers who wish to build custom web-based wallets or custom software applications on the Qora Platform:

Qora is a versatile and stable platform that offers a full suite of JSON API that are accessible via standard HTTP REST calls such as this one: http://127.0.0.1:9085/qora/status (For checking Qora Client's status)..  All of Qora's functionalities (including Arbitrary Message and Automated Transaction) are exposed by the JSON API and accessible via standard HTTP calls, and can be used by any web designer or software developer to create custom wallet interface or custom applications on top of Qora Platform.

1. A web designer or any individual who wishes to develop custom wallet interface for Qora can simply include the wallet html files in the Qora web storage (located under Qora/Web), and then compile the wallet.  As mentioned in my previous post, the old generic Swing GUI will be gradually phased out in favor of the new Web-based GUI.  So it's recommended that anyone who is interested in developing a custom wallet ditch the Swing interface and go for web-based interface instead.  Smiley

Here are two resources to get you started:

- Latest Qora API documentation: http://api.qora.org/ (Current Version: V0.25)

- Complete Idiot's Guide to Compile a Qora Wallet (Unofficial): https://bitcointalksearch.org/topic/m.10789056

2. A software developer can create custom applications on top of Qora by utilizing all of Qora's functionalities exposed by the JSON API accessible at local port: 9085.  All you need to do is to make a http REST call from inside your application. So even a kid can do it.  Grin   

Here are two resources to get you started:

- Sample custom Qora application by agran (Vanity Address Generator): https://github.com/agran/VanitygenQora

- Custom Qora interface developed by qora.team: https://github.com/Qoracoin/Qora/tree/0.26.0/Qora/web

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

Feel free to join Qora's Slack Channel if you have any question regarding custom wallet or application development: http://slack.qora.co.in/

I'm not getting cash out Qora in BTER can help me?
newbie
Activity: 28
Merit: 0
I'm wondering why QORA has such a high trading volume. I look on Poloniex every day and typically we are talking about > 100 BTC. In the last 24 hours, the volume has been ~280 BTC. Can someone explain why there is such interest in QORA in contrast to other alt-coins, most of which have only a fraction of QORA's volume?

Moreover, I note that the price has risen from around 10 satoshis a couple of weeks ago to around 25 - 35 satoshis. Can anyone account for this rise?
newbie
Activity: 14
Merit: 0
I had a strong urge to sell at the very bottom at 3 satoshi but resisted the temptation.
Now I regret not having bought more ;-)
Thank you DEV team for vision and persistence Smiley
hero member
Activity: 577
Merit: 500
Great to see the dramatic change around in Qora' fortunes - it's nice to have the old gut instinct finally vindicated!

Kudos to the development team  Smiley
hero member
Activity: 910
Merit: 1000
member
Activity: 66
Merit: 10
To all prospective developers or web designers who wish to build custom web-based wallets or custom software applications on the Qora Platform:

Qora is a versatile and stable platform that offers a full suite of JSON API that are accessible via standard HTTP REST calls such as this one: http://127.0.0.1:9085/qora/status (For checking Qora Client's status)..  All of Qora's functionalities (including Arbitrary Message and Automated Transaction) are exposed by the JSON API and accessible via standard HTTP calls, and can be used by any web designer or software developer to create custom wallet interface or custom applications on top of Qora Platform.

1. A web designer or any individual who wishes to develop custom wallet interface for Qora can simply include the wallet html files in the Qora web storage (located under Qora/Web), and then compile the wallet.  As mentioned in my previous post, the old generic Swing GUI will be gradually phased out in favor of the new Web-based GUI.  So it's recommended that anyone who is interested in developing a custom wallet ditch the Swing interface and go for web-based interface instead.  Smiley

Here are two resources to get you started:

- Latest Qora API documentation: http://api.qora.org/ (Current Version: V0.25)

- Complete Idiot's Guide to Compile a Qora Wallet (Unofficial): https://bitcointalksearch.org/topic/m.10789056

2. A software developer can create custom applications on top of Qora by utilizing all of Qora's functionalities exposed by the JSON API accessible at local port: 9085.  All you need to do is to make a http REST call from inside your application. So even a kid can do it.  Grin  

Here are two resources to get you started:

- Sample custom Qora application by agran (Vanity Address Generator): https://github.com/agran/VanitygenQora

- Custom Qora interface developed by qora.team: https://github.com/Qoracoin/Qora/tree/0.26.0/Qora/web

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

Feel free to join Qora's Slack Channel if you have any question regarding custom wallet or application development: http://slack.qora.co.in/
legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
Looking great!

Price of Qora still creeping up!
sr. member
Activity: 392
Merit: 250
my magic is growing strong[er]
Everyone get your mobile device ready and let's rock this world together Cheesy
member
Activity: 66
Merit: 10
Holy sh*T!  Grin Grin

Is that the new mobile wallet?? It's so dam*n beautiful, agran!!!!  Cheesy

I am soooooooo happy for Qora! Thanks for sharing this marvelous pic with us, agran!  Cheesy

PS: Wow, I just realized.. the possibility of accessing Qora decentralized web on your cellphone!!!  Grin

Congrat to you and the entire team!


hero member
Activity: 910
Merit: 1000
member
Activity: 66
Merit: 10
My understanding is that the old, generic Swing-based GUI will be slowly phased out, or simply be used as a backup in the future release.  Currently, all the web pages hosted inside the Qora client are accessible via the "Decentralized web server" button (File -> Decentralized Web Server).   What the "decentralized web server" does is to launch your browser and let you access the pages hosted inside the Qora client running on your local computer.  It is decentralized and safe because all the information (blog.. message.. etc) is pull in from the Qora BlockChain, and no 3rd-party server is accessed.   So everything is anonymous and you cannot be tracked.  Smiley

To be more specific, Qora Client includes a built-in web server (Jetty web server) that serves all pages includes in the storage.  And the good news is:  any developer or individual who wishes to create custom web-based interface (or just about any page) can do so easily by including their html files in the server storage space.

Here is another screen shot:

member
Activity: 66
Merit: 10
For those of you who are tired of the generic, Java Swing GUI, there is a good news! Cheesy

In the next two versions (most likely in the version after the upcoming 0.26 release), a brand new "web-based GUI" (user interface) will be introduced to the qora community, and the old, generic Java Swing GUI will gradually be phased out in favor of the new GUI.  The new web-based GUI has numerous advantages: being lightweight, new interface templates can be easily created/maintained/modified, and of course, better looking!  Smiley

For those of you who haven't seen it, here are two screenshots of the new user interface that was created by Skerberus, and is currently in development:


member
Activity: 66
Merit: 10
Bter THIEVES delisted Qora !!!!!!!!

As one of the first persons who reported problems with BTER, I'll give you guys a short history of what happened:

Roughly 12 months ago, right after the last BTER hack in which they claimed to lose over 7000 Bitcoins Shocked, BTER instituted a policy that limited how much cryptos you were allowed to withdraw on a daily basis.  That's when some of us Qora members noticed a huge problem: BTER actually did NOT have enough qora in their wallet to cover all the Sell Bids in their order book.  There were over 1 billion qora listed on BTER, but their wallet only had less than 3% of qora supply.  Feeling alarmed and suspicious, all of us started urging people to withdraw all their qora from BTER.

And guess what?  Cheesy  Right after most people got their qora out, BTER suddenly reported their wallet was experiencing problem... lol...  That was over 10 - 11 months agoGrin  So all of the people who had coins stuck in BTER started bombarding them with support tickets, but all they've been getting was the generic reply "the problem will be fixed shortly... blah.. blah.. etc"...

Since then, both Vrontis and Skerberus have contacted them and offered to help lots and lots of time, but the BTER thieves simply refused to cooperate and just ignored qora devs' message.

So after that, both me and Tuck Fheman have been reposting our warning messages every few months, warning people not to trade on BTER.  It was our conclusion that BTER had been running fractional reserve for over a year, and they NEVER really had the ability to pay all of the investors back.

So, I am really sorry to see those of you who had lost money on BTER, but as you can see, we had really done our best to warn you.  Smiley Searching through qora's messages archives, you should notice lots of warning messages from qora members. So I think the best thing to do now is to just let BTER die by withdrawing all of your Crypto from that site.  And if you live in China, you can probably fight them in court.

Good luck, guys.
Jump to: