Pages:
Author

Topic: Qora | 100% POS | Assets | Names | Voting | Open Source - page 16. (Read 113804 times)

full member
Activity: 201
Merit: 100
Now the site's back up, would you like to try getting in touch with ShapeShift again?

I will after the new wallet is released.

Do we have any idea when that will be yet?

Thanks!
sr. member
Activity: 363
Merit: 250
Now the site's back up, would you like to try getting in touch with ShapeShift again?

I will after the new wallet is released.
full member
Activity: 201
Merit: 100
Bter withdrawals still dont work for me for QORA, but several other coins started working today.  It looks like every couple days they are making more coins work, they started with the biggest ones and are working their way down.  Hopefully QORA will work soon.

sr. member
Activity: 351
Merit: 250
Many thanks calvinstm!!!
This is one of the most important guides published regarding QORA!
I'm going to update my wallet on my own!!!!!
legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
@calvinstm: Thank you so much for your compiling guide. It will help GREATLY for the future. Happy to have you in the community.
full member
Activity: 229
Merit: 101
Calvinistm  thank you so much. You achieved very good job.
 


You are most welcome! Please let me know if my guide is not clear in any way.. I can post pictures (screen captures) if anyone requests.. It only takes less than 1 hour to compile a custom Qora Wallet. Very simple!  Grin

Feel free to ask me if anyone has any question. Always happy to help!  Cheesy

hero member
Activity: 1068
Merit: 523
Feels like Qora is building some pretty solid momentum now, like we're at the tipping point for becoming a top 10 CMC. Good vibes ahead Smiley
legendary
Activity: 1470
Merit: 1024
Calvinistm  thank you so much. You achieved very good job.
 
full member
Activity: 229
Merit: 101
Thanks to Qora for creating this wonderful coin. it has a lot of future to develope in the next years. I hope you recover your life and perhaps return some day.

Thanks to all the people in this thread who is doing more than lurk and expect things going better like me. I don´t have any programming skills and my only contribution at this moment is thanking all of you for your time and effort.

Actually, you can join Team Qora and start making contributions to make qora better!

In case anyone doesn't know, Qora currently has a Slack Group set up by Twistelaar -- https://qoracommunity.slack.com/

My understanding is that you need an invite from Twistelaar to join.  So you might need to send him a PM with your email addy first.

Glad to have you on our team!  Grin
member
Activity: 66
Merit: 10
Thanks to Qora for creating this wonderful coin. it has a lot of future to develope in the next years. I hope you recover your life and perhaps return some day.

Thanks to all the people in this thread who is doing more than lurk and expect things going better like me. I don´t have any programming skills and my only contribution at this moment is thanking all of you for your time and effort.

full member
Activity: 229
Merit: 101
@calvinstm, awesome work, thanks a lot for working on things.

@qora, good luck and thanks for all you did, Qora has HUGE potential. Come back when you can Smiley

Thank you  Smiley  Just doing what I can to support the project.  Wink

Good news -  I just managed to compile qora wallet (Upgrade JDK to 8.0 and MapDB to the latest version)...

So I'm going to publish a step-by-step guide on how to compile your own wallet.  The goal of this guide is to help get newbie developers started (also for people who are interested in building/creating their own wallets). Smiley

1. Grab a copy of Eclipse IDE for Java Developers - https://www.eclipse.org/downloads/

2. To compile qora source code, make sure you have the latest Java JDK installed (8.0).. Currently, qora only supports JRE 7, but we want to use the latest JRE.

3. Next, we want to clone qora's github repository to your local harddrive..  Before we can do that, we must start up Eclipse and create a default workspace for Eclipse.

4. Go to Eclipse menu:  File -> Import -> Git -> Projects from Git, then Clone URI, URI: https://github.com/Qoracoin/Qora... and fill out rest of info, and it will automatically download qora's source code to your harddrive..

5. Now you might see an build error JAVA-SE 1.7 not found... It's because qora was set up to use earlier version of Java 7.0 Environment... We want to use the latest Java Runtime Environment instead (8.0).  So in the Project Panel, right-click Qora/src, and go to the last item Properties.

6. What we need to do is to change the JAVA Build Path. Under Java Build Path panel, go to the Libraries tab, and change JRE System Library to JavaSE-1.8.  There, you can also swap out the MapDB library and change it to the latest version 1.0.7 as suggested by kushti..

7. Okay! Now you're all set! Now it's time to take Qora Wallet for a test drive!  Go to Run -> Run and choose to run it as a Java application!  You will see that your newly upgraded Qora Wallet is actually working!

8. Finally, we want to export all our work into a runnable application!  Go to File -> Export -> Java -> Runnable JAR File, and select the directory where you want to save your new Qora Wallet!! (For instance, I saved my wallet as Qora.jar).

9. Simply replace the Jar file in the original Qora installlation (don't forget to update your windows batch file to use the latest JRE Java executable).

And Voila! You've got a brand new Qora wallet that use the latest Java Runtime Environment and NEVER crash! Hurray!  Grin Grin

A BIG WARNING: For your own safety, please NEVER download Qora Wallet posted by someone other than the official Qora developer. This guide is only made for people who cannot wait to have a new Qora wallet that uses the latest database engine and JRE.  If you're looking for official wallet, please wait for one that is either released by Qora dev or AT team.  
hero member
Activity: 1068
Merit: 523

Give me you qora address, I will give you 3m qora for you. I wish you can extend more about qora.


Hi eli_lyd1,

Thanks so much for your support and kind gesture, but it's totally not necessary. Smiley I'm just doing whatever I can to support the project in my spare time, and I don't expect to get compensated for doing it.   Grin If anyone likes my stuff and want to use it, then I'm happy.  Cheesy That's all it matters.. For now, I think we should conserve our resource and only donate toward worthy causes (we might need to set up funds later on to get teams on board.. for instance).  

A quick update on what I've been doing --

I've been playing with Qora's source code since the GUI source was made available by qora.  I've cloned and imported the source using eClipse and made a few changes to the source.

1. Initially, Qora was made to work with JDK 7.0.  I've upgraded Qora to use JDK 8.0 and it requires a few changes to the source.

2. I'm trying to update MapDB version as suggested by kushti and DeMap.

3. Just playing around with the source (with GUI in particular) and see how everything works.

4. I'd like to create a custom Wallet with built-in Arbitrary Transaction demo application.

Anyways.. just tinkering for now..

Has anyone managed to compile the source and successfully created a working JAR yet?  Smiley

In case anyone is curious, GUI source is available here:
https://github.com/Qora/Qora/tree/master/Qora/src/gui


@calvinstm, awesome work, thanks a lot for working on things.

@qora, good luck and thanks for all you did, Qora has HUGE potential. Come back when you can Smiley
full member
Activity: 229
Merit: 101
ShapeShift.io (Erik Voorhees baby) replied they'd consider Qora a while back. All other exchanges relied on voting or a market maker account.

Have you read eli_lyd1's post: https://bitcointalksearch.org/topic/m.10778611

Coinport has got lots of good reviews (from coindesk.. etc) and is totally professional.. I absolutely love the idea of having Qora on there!  Grin  Really looking forward to having Qora listed on Coinport.  Smiley

Now the site's back up, would you like to try getting in touch with ShapeShift again?

full member
Activity: 229
Merit: 101

Give me you qora address, I will give you 3m qora for you. I wish you can extend more about qora.


Hi eli_lyd1,

Thanks so much for your support and kind gesture, but it's totally not necessary. Smiley I'm just doing whatever I can to support the project in my spare time, and I don't expect to get compensated for doing it.   Grin If anyone likes my stuff and want to use it, then I'm happy.  Cheesy That's all it matters.. For now, I think we should conserve our resource and only donate toward worthy causes (we might need to set up funds later on to get teams on board.. for instance).  

A quick update on what I've been doing --

I've been playing with Qora's source code since the GUI source was made available by qora.  I've cloned and imported the source using eClipse and made a few changes to the source.

1. Initially, Qora was made to work with JDK 7.0.  I've upgraded Qora to use JDK 8.0 and it requires a few changes to the source.

2. I'm trying to update MapDB version as suggested by kushti and DeMap.

3. Just playing around with the source (with GUI in particular) and see how everything works.

4. I'd like to create a custom Wallet with built-in Arbitrary Transaction demo application.

Anyways.. just tinkering for now..

Has anyone managed to compile the source and successfully created a working JAR yet?  Smiley Quick Update: I've managed to compile a new version of Qora wallet with new database engine & latest JRE.. See my post below - https://bitcointalksearch.org/topic/m.10789056

In case anyone is curious, GUI source is available here:
https://github.com/Qora/Qora/tree/master/Qora/src/gui
sr. member
Activity: 363
Merit: 250
Did you have any luck getting in touch with any exchange operator?

ShapeShift.io (Erik Voorhees baby) replied they'd consider Qora a while back. All other exchanges relied on voting or a market maker account.

Do you think we will have a better chance getting on new exchanges after the marketing team (ahmed & twisty) finish with the website? Would it make more sense if we wait until then? What do you think?

Can't hurt and it never hurts to ask again.

sr. member
Activity: 380
Merit: 275
I have cloned Qora source code on Github under a new Github profile which is : https://github.com/Qoracoin
In there, right now there are two repositories: 
Qora - The existing source code plus the source code used to deploy the native library.
Qora.org The website made by Qora itself and it is based on dzarmush's design.This website is now live at http://www.qora.org/

Very good news. Glad to see the site back up.
sr. member
Activity: 422
Merit: 250
I have cloned Qora source code on Github under a new Github profile which is : https://github.com/Qoracoin
In there, right now there are two repositories: 
Qora - The existing source code plus the source code used to deploy the native library.
Qora.org The website made by Qora itself and it is based on dzarmush's design.This website is now live at http://www.qora.org/
I think you should create a organization named qora.
legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
I have cloned Qora source code on Github under a new Github profile which is : https://github.com/Qoracoin
In there, right now there are two repositories: 
Qora - The existing source code plus the source code used to deploy the native library.
Qora.org The website made by Qora itself and it is based on dzarmush's design.This website is now live at http://www.qora.org/


Great news!! Thank you vrontis  Smiley Smiley Smiley
sr. member
Activity: 351
Merit: 250
I have cloned Qora source code on Github under a new Github profile which is : https://github.com/Qoracoin
In there, right now there are two repositories: 
Qora - The existing source code plus the source code used to deploy the native library.
Qora.org The website made by Qora itself and it is based on dzarmush's design.This website is now live at http://www.qora.org/
legendary
Activity: 1470
Merit: 1024
The ACCT use case is "trustless" between two blockchains that use AT (in the future this will also apply to the CIYAM platform itself which is going to be a new platform).

So in short - yes - you don't need a 3rd party or a website when you can use ACCT (to find the trades might need a little bit of UI work though).


Sorry Ian, what it means "trustless" ? unsafe?
Pages:
Jump to: