Pages:
Author

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

sr. member
Activity: 539
Merit: 265

@crowetic, you are welcome! 

Do you have a acess to the official twitter / facebook account from Qora?
(It would be great if you post your recent updates there, many guys are thinking qora is a dead coin... )

https://twitter.com/qoracoin
https://www.facebook.com/qoracoin

It's time to wake up the huge sleeping Qora community!
Most people don't realised anything about our futur plans for Qora!

thank you crowetic and
best wishes!



Exactly. We need to spread out the word about Qora from within any form of social media, to help increase its awareness and trading volume. To help keep us up to date, it would be best if new updates related to Qora would be announced over social networks, or even by email newsletter suscriptions.

Nevertheless, I'm looking for something huge to happen in Qora soon, to see its price reach new heights. The official release of Quoth will be a game changer here, and I bet that next year will be a bright one for the Qora platform. Just my opinion.  Smiley

Don't worry. I have access to this twitter and will be putting one of my closest people on it very soon.

As for the qouth mainnet release, this has already been accomplished in prototype phases - (you can get to it with any QORA node http://127.0.0.1:9090/quothprototype or through my QORA node http://qora.host:9090/quothprototype)



As for the database and crashing issues... I've had a temporary qora.jar file compiled, and after some testing I've not had any chain db corruption issues, even upon closing incorrectly. However, I did have 1 corruption of the wallet db upon crashing the computer on purpose, but I restored the wallet by deleting the wallet folder contents, and restoring by seed. Then everything was fine.

I'm currently also testing on Linux.


If anyone else would like to test the new jar file, which is 64 BIT ONLY (this means you must install 64bit java, from oracle, on whichever system you'd like to use it on) and like I said I have had wallet corruption issues upon a full on power-down of the system, though it did NOT crash the blockchain db, and picked up right where it left off. So this is an improvement, also I was able to restore the wallet from seed very quickly. So make sure if you're going to test this version, BACKUP YOUR SEED!

you can backup your seed from your running wallet by running this command in the console...

get wallet/seed


and/or when you created your wallet, you should have backed up your seed.




------------------------------------------------------------------------------------------------------here is the new version I'm testing now with a few modifications that didn't crash the blockchain db even on forced crash of the system, hard power off...

https://cloud.crowetic.com/s/IIcNcRq03nRzEVf

you can download this with linux by .... (the following are ubuntu server commands, other OS's may vary)

Code:
wget https://cloud.crowetic.com/s/IIcNcRq03nRzEVf/download


(then you will have to rename the file from download to Qora.jar (capital Q) )

Code:
cp download Qora.jar

then you can set permissions

Code:
chmod 777 Qora.jar

then run...
Code:
sudo ./run.sh


***please note, this is not an 'official' release of QORA, simply a modified jar file that I've been using myself, that seems to have solved the chain corruption issues in the db. It is 64 BIT ONLY compatible, thus you must download the necessary version of java from oracle...

http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html

Here are ubuntu server instructions for 64 bit java installation...

login as root...

sudo -i


download java from here... http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html

Code:
wget https://cloud.hearwe.chat/index.php/s/P3gvHvn69aRyl2g/download
-alternative download

^^to download from multiverse copy


Code:
cp download jre-8u112-linux-x64.tar.gz

^^ to rename from cloud download to correct file name


Code:
sudo apt-get update && apt-get remove openjdk-7-jre 


Code:
sudo apt-get autoremove && apt-get clean

Code:
sudo mkdir -p -v /opt/java/64

Code:
cd ~/Downloads

Code:
tar -zxvf jre-8u112-linux-x64.tar.gz

sudo mv -v jre1.8.0_112 /opt/java/64

sudo update-alternatives --install "/usr/bin/java" "java" "/opt/java/64/jre1.8.0_112/bin/java" 1

sudo update-alternatives --set java /opt/java/64/jre1.8.0_112/bin/java





The new dev working on the db said he will start the work on Wednesday, and has a full week to dedicate to this, hopefully it can be fully finished in this time, I have a lot of faith in this developer, he's VERY good.



thanks!

"Don't worry. I have access to this twitter and will be putting one of my closest people on it very soon."
that's good!

"very soon" is a little inaccurate Wink




legendary
Activity: 2282
Merit: 1072
https://crowetic.com | https://qortal.org

@crowetic, you are welcome! 

Do you have a acess to the official twitter / facebook account from Qora?
(It would be great if you post your recent updates there, many guys are thinking qora is a dead coin... )

https://twitter.com/qoracoin
https://www.facebook.com/qoracoin

It's time to wake up the huge sleeping Qora community!
Most people don't realised anything about our futur plans for Qora!

thank you crowetic and
best wishes!



Exactly. We need to spread out the word about Qora from within any form of social media, to help increase its awareness and trading volume. To help keep us up to date, it would be best if new updates related to Qora would be announced over social networks, or even by email newsletter suscriptions.

Nevertheless, I'm looking for something huge to happen in Qora soon, to see its price reach new heights. The official release of Quoth will be a game changer here, and I bet that next year will be a bright one for the Qora platform. Just my opinion.  Smiley

Don't worry. I have access to this twitter and will be putting one of my closest people on it very soon.

As for the qouth mainnet release, this has already been accomplished in prototype phases - (you can get to it with any QORA node http://127.0.0.1:9090/quothprototype or through my QORA node http://qora.host:9090/quothprototype)



As for the database and crashing issues... I've had a temporary qora.jar file compiled, and after some testing I've not had any chain db corruption issues, even upon closing incorrectly. However, I did have 1 corruption of the wallet db upon crashing the computer on purpose, but I restored the wallet by deleting the wallet folder contents, and restoring by seed. Then everything was fine.

I'm currently also testing on Linux.


If anyone else would like to test the new jar file, which is 64 BIT ONLY (this means you must install 64bit java, from oracle, on whichever system you'd like to use it on) and like I said I have had wallet corruption issues upon a full on power-down of the system, though it did NOT crash the blockchain db, and picked up right where it left off. So this is an improvement, also I was able to restore the wallet from seed very quickly. So make sure if you're going to test this version, BACKUP YOUR SEED!

you can backup your seed from your running wallet by running this command in the console...

get wallet/seed


and/or when you created your wallet, you should have backed up your seed.




------------------------------------------------------------------------------------------------------here is the new version I'm testing now with a few modifications that didn't crash the blockchain db even on forced crash of the system, hard power off...

https://cloud.crowetic.com/s/IIcNcRq03nRzEVf

you can download this with linux by .... (the following are ubuntu server commands, other OS's may vary)

Code:
wget https://cloud.crowetic.com/s/IIcNcRq03nRzEVf/download


(then you will have to rename the file from download to Qora.jar (capital Q) )

Code:
cp download Qora.jar

then you can set permissions

Code:
chmod 777 Qora.jar

then run...
Code:
sudo ./run.sh


***please note, this is not an 'official' release of QORA, simply a modified jar file that I've been using myself, that seems to have solved the chain corruption issues in the db. It is 64 BIT ONLY compatible, thus you must download the necessary version of java from oracle...

http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html

Here are ubuntu server instructions for 64 bit java installation...

login as root...

sudo -i


download java from here... http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html

Code:
wget https://cloud.hearwe.chat/index.php/s/P3gvHvn69aRyl2g/download
-alternative download

^^to download from multiverse copy


Code:
cp download jre-8u112-linux-x64.tar.gz

^^ to rename from cloud download to correct file name


Code:
sudo apt-get update && apt-get remove openjdk-7-jre 


Code:
sudo apt-get autoremove && apt-get clean

Code:
sudo mkdir -p -v /opt/java/64

Code:
cd ~/Downloads

Code:
tar -zxvf jre-8u112-linux-x64.tar.gz

sudo mv -v jre1.8.0_112 /opt/java/64

sudo update-alternatives --install "/usr/bin/java" "java" "/opt/java/64/jre1.8.0_112/bin/java" 1

sudo update-alternatives --set java /opt/java/64/jre1.8.0_112/bin/java





The new dev working on the db said he will start the work on Wednesday, and has a full week to dedicate to this, hopefully it can be fully finished in this time, I have a lot of faith in this developer, he's VERY good.


legendary
Activity: 1330
Merit: 1000
Nevertheless, I'm looking for something huge to happen in Qora soon, to see its price reach new heights. The official release of Quoth will be a game changer here, and I bet that next year will be a bright one for the Qora platform. Just my opinion.  Smiley

Qora is a resilient and undervalued coin indeed.

do we have any ETA for coming fork and Quoth mainnet release?
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games

@crowetic, you are welcome! 

Do you have a acess to the official twitter / facebook account from Qora?
(It would be great if you post your recent updates there, many guys are thinking qora is a dead coin... )

https://twitter.com/qoracoin
https://www.facebook.com/qoracoin

It's time to wake up the huge sleeping Qora community!
Most people don't realised anything about our futur plans for Qora!

thank you crowetic and
best wishes!



Exactly. We need to spread out the word about Qora from within any form of social media, to help increase its awareness and trading volume. To help keep us up to date, it would be best if new updates related to Qora would be announced over social networks, or even by email newsletter suscriptions.

Nevertheless, I'm looking for something huge to happen in Qora soon, to see its price reach new heights. The official release of Quoth will be a game changer here, and I bet that next year will be a bright one for the Qora platform. Just my opinion.  Smiley
sr. member
Activity: 399
Merit: 250
Known QORA peers:

188.166.16.64
118.99.57.76
27.126.176.72
128.199.45.81
23.92.218.205
71.94.87.188
198.44.190.37

How to add qora peers?
Qora-icon in systemtray -> right-click -> Settings -> known peers -> Add new address -> Add -> Apply

Qora block explorers:

http://qora.vip/index/blockexplorer.html
http://qorablock.com/index/blockexplorer.html
sr. member
Activity: 405
Merit: 250
I remember buying this at 2 sats. any chance of another pump

Since 2009 when original bitcoin QT was released there's been very few coins/assets released using a new code base.  We all know this, despite there being +500 coins and assets, the number of unigue ones can be counted on two hands. Qora is one of those, and by a long way it's the most obscure and undervalued one. Qora could still go to zero, but as long as the network and blockchain stay viable, it can come back, it's existence is a major hedge against discovering bugs and other fatal flaws in the other objectively unique crypto coins. Qora is THE best investment based on risk and return, coz it's original code and ridiculously cheap.

Bitcoin based
Cryptonote based (monero)
NXT based
NEM
Bitshares
Ethereum
eMunie (not launched)
Ripple (XRP)
Sia
zCash
IOTA
Qora

There might be a few more, but once you take away all the ones based on bitcoin, or built on top of bitcoin ( counterparty, omni), we're left with an incredibly small number of unique coins. Total crypto marketcap is ~15B USD, if a bug was ever found in BTC, or it failed for another reason, one of two things would happen. Either the bulk of the crypto marketcap would be destroyed, or it would move to other coins. If it moved where would all that value go? I think Qora would be high on the list of safe havens as it's completely unrelated to bitcoin, been going for over 2 years, and is 100% decentralised.


Edit, zCash and bitshares are based on bitcoin, but have unique features too. Unknown if they could survive if a bug was found in bitcoin
hero member
Activity: 616
Merit: 500
I remember buying this at 2 sats. any chance of another pump
newbie
Activity: 4
Merit: 0
All is well now, the synchronizing was the problem! Smiley
legendary
Activity: 1667
Merit: 1008
Stoned & Stranged
Okey so i bought qora coins last week and they landed in my wallet safely. Now when i opened my wallet my balance is 0 ? I did send the coins to the right adress (100% sure) ,but my balance is 0 now. Any ideas?

Is there some kind of problem with the wallets right now? Because the balance still shows 0 for me.

most likely you are not synced

Well it say "synchronizing" with a yellow dot next to it (been stuck on 69% for a while). So if i just leave the wallet up it will eventually synchronize and my correct balance will show?

Thanks for your help.

Yes, you need to wait for the wallet to synchronize and after that you'll surely see the correct balance
newbie
Activity: 4
Merit: 0
Okey so i bought qora coins last week and they landed in my wallet safely. Now when i opened my wallet my balance is 0 ? I did send the coins to the right adress (100% sure) ,but my balance is 0 now. Any ideas?

Is there some kind of problem with the wallets right now? Because the balance still shows 0 for me.

most likely you are not synced

Well it say "synchronizing" with a yellow dot next to it (been stuck on 69% for a while). So if i just leave the wallet up it will eventually synchronize and my correct balance will show?

Thanks for your help.
hero member
Activity: 561
Merit: 500
Okey so i bought qora coins last week and they landed in my wallet safely. Now when i opened my wallet my balance is 0 ? I did send the coins to the right adress (100% sure) ,but my balance is 0 now. Any ideas?

Is there some kind of problem with the wallets right now? Because the balance still shows 0 for me.

most likely you are not synced
newbie
Activity: 4
Merit: 0
Okey so i bought qora coins last week and they landed in my wallet safely. Now when i opened my wallet my balance is 0 ? I did send the coins to the right adress (100% sure) ,but my balance is 0 now. Any ideas?

Is there some kind of problem with the wallets right now? Because the balance still shows 0 for me.
sr. member
Activity: 399
Merit: 250
i cant sync wallet.. he sync, then ready, but when i close wallet and start agayn, he sync from start(((( and download agayn all blocks

File-> Quit or if you are using the light-wallet --> Qora-icon in systemtray -> right-click->Exit
jr. member
Activity: 59
Merit: 10
i cant sync wallet.. he sync, then ready, but when i close wallet and start agayn, he sync from start(((( and download agayn all blocks
newbie
Activity: 4
Merit: 0
Okey so i bought qora coins last week and they landed in my wallet safely. Now when i opened my wallet my balance is 0 ? I did send the coins to the right adress (100% sure) ,but my balance is 0 now. Any ideas?
sr. member
Activity: 448
Merit: 250
Thanks crowetic. I thought that with the next update Qora was going to become a POW. has this changed.

On poloniex there are large buy and sell orders. Can anyone comment on why there are so many coins on poloniex?

Thanks

There are 10 Billion coins and that is the total, no Inflation. Forging coin comes from transaction fees. There were 130 Bitcoins invested in the ICO could be initial investors hedging and selling. So Market cap adjusts accordingly. It is at about 10x the ICO price with new investors and community. If BitCoin keeps going up and if QORA hits 1-2 satoshi it will stabilize the market and the new functionality will make the investment one of the best ever. I would imagine distributing the coin can happen easier at these levels too. Diversify your BitCoin to maximize the most leverage for profit vs usage of a coin that has services people will want to use.

 Cheesy
You are funny...
Many guys bought already a lot of Qora between (15sat and 70sat) in March! with over 1000BTC!
A lot of ICO holders and weak hands are gone!
9sat is a really good starting point in my opinion.
Qora will see the old peaks soon on later, only my opinion.

MarketCap is not Volume. 130 BitCoin was the MarketCap back when the ICO happened, BitCoin was cheaper so the value is more now. Those 1000 BitCoin Volume positions are still there and have hedged into the 9 sats. 10 Billion times 9 sats is 900 Bitcoin so not even 10x 130 ICO but BitCoin is worth more now etc.

So we both agree QORA is a great buy right now and if the trend keeps going down, even better at lower sats which all investors will hedge into no problem.

Yes, QORA is a great buy, and will remain so even after we switch to a mined algo.


Thank you again to everyone who has donated! You're making me very pleased for the future of this community, thanks!

@crowetic, you are welcome! 

Do you have a acess to the official twitter / facebook account from Qora?
(It would be great if you post your recent updates there, many guys are thinking qora is a dead coin... )

https://twitter.com/qoracoin
https://www.facebook.com/qoracoin

It's time to wake up the huge sleeping Qora community!
Most people don't realised anything about our futur plans for Qora!

thank you crowetic and
best wishes!






Good ideas, qora must alive again and make it great again  ; Di
sr. member
Activity: 539
Merit: 265
Thanks crowetic. I thought that with the next update Qora was going to become a POW. has this changed.

On poloniex there are large buy and sell orders. Can anyone comment on why there are so many coins on poloniex?

Thanks

There are 10 Billion coins and that is the total, no Inflation. Forging coin comes from transaction fees. There were 130 Bitcoins invested in the ICO could be initial investors hedging and selling. So Market cap adjusts accordingly. It is at about 10x the ICO price with new investors and community. If BitCoin keeps going up and if QORA hits 1-2 satoshi it will stabilize the market and the new functionality will make the investment one of the best ever. I would imagine distributing the coin can happen easier at these levels too. Diversify your BitCoin to maximize the most leverage for profit vs usage of a coin that has services people will want to use.

 Cheesy
You are funny...
Many guys bought already a lot of Qora between (15sat and 70sat) in March! with over 1000BTC!
A lot of ICO holders and weak hands are gone!
9sat is a really good starting point in my opinion.
Qora will see the old peaks soon on later, only my opinion.

MarketCap is not Volume. 130 BitCoin was the MarketCap back when the ICO happened, BitCoin was cheaper so the value is more now. Those 1000 BitCoin Volume positions are still there and have hedged into the 9 sats. 10 Billion times 9 sats is 900 Bitcoin so not even 10x 130 ICO but BitCoin is worth more now etc.

So we both agree QORA is a great buy right now and if the trend keeps going down, even better at lower sats which all investors will hedge into no problem.

Yes, QORA is a great buy, and will remain so even after we switch to a mined algo.


Thank you again to everyone who has donated! You're making me very pleased for the future of this community, thanks!

@crowetic, you are welcome! 

Do you have a acess to the official twitter / facebook account from Qora?
(It would be great if you post your recent updates there, many guys are thinking qora is a dead coin... )

https://twitter.com/qoracoin
https://www.facebook.com/qoracoin

It's time to wake up the huge sleeping Qora community!
Most people don't realised anything about our futur plans for Qora!

thank you crowetic and
best wishes!




hero member
Activity: 1150
Merit: 502
Too much quiet here, maybe is the quiet before the storm?  Smiley
if polo don't delist qora coin then we can take another pump 1-2 month later
Volume on Polo looks pretty good to me  - dont think there is much chance of a delisting right now
For sure there would be a good chances that the price will go up maybe in the first quarter of 2017 it seems that theres more and more progress coming from the dev and let see how they will deliver for the benefits  of the community and investors.

Go make shushu bro, u have to leave the party. Altshits will fall, coz monero will hike up insanely in the first quarter.
legendary
Activity: 2282
Merit: 1072
https://crowetic.com | https://qortal.org
Thanks crowetic. I thought that with the next update Qora was going to become a POW. has this changed.

On poloniex there are large buy and sell orders. Can anyone comment on why there are so many coins on poloniex?

Thanks

There are 10 Billion coins and that is the total, no Inflation. Forging coin comes from transaction fees. There were 130 Bitcoins invested in the ICO could be initial investors hedging and selling. So Market cap adjusts accordingly. It is at about 10x the ICO price with new investors and community. If BitCoin keeps going up and if QORA hits 1-2 satoshi it will stabilize the market and the new functionality will make the investment one of the best ever. I would imagine distributing the coin can happen easier at these levels too. Diversify your BitCoin to maximize the most leverage for profit vs usage of a coin that has services people will want to use.

 Cheesy
You are funny...
Many guys bought already a lot of Qora between (15sat and 70sat) in March! with over 1000BTC!
A lot of ICO holders and weak hands are gone!
9sat is a really good starting point in my opinion.
Qora will see the old peaks soon on later, only my opinion.

MarketCap is not Volume. 130 BitCoin was the MarketCap back when the ICO happened, BitCoin was cheaper so the value is more now. Those 1000 BitCoin Volume positions are still there and have hedged into the 9 sats. 10 Billion times 9 sats is 900 Bitcoin so not even 10x 130 ICO but BitCoin is worth more now etc.

So we both agree QORA is a great buy right now and if the trend keeps going down, even better at lower sats which all investors will hedge into no problem.

Yes, QORA is a great buy, and will remain so even after we switch to a mined algo.


Thank you again to everyone who has donated! You're making me very pleased for the future of this community, thanks!
legendary
Activity: 987
Merit: 1003
Thanks crowetic. I thought that with the next update Qora was going to become a POW. has this changed.

On poloniex there are large buy and sell orders. Can anyone comment on why there are so many coins on poloniex?

Thanks

There are 10 Billion coins and that is the total, no Inflation. Forging coin comes from transaction fees. There were 130 Bitcoins invested in the ICO could be initial investors hedging and selling. So Market cap adjusts accordingly. It is at about 10x the ICO price with new investors and community. If BitCoin keeps going up and if QORA hits 1-2 satoshi it will stabilize the market and the new functionality will make the investment one of the best ever. I would imagine distributing the coin can happen easier at these levels too. Diversify your BitCoin to maximize the most leverage for profit vs usage of a coin that has services people will want to use.

 Cheesy
You are funny...
Many guys bought already a lot of Qora between (15sat and 70sat) in March! with over 1000BTC!
A lot of ICO holders and weak hands are gone!
9sat is a really good starting point in my opinion.
Qora will see the old peaks soon on later, only my opinion.

MarketCap is not Volume. 130 BitCoin was the MarketCap back when the ICO happened, BitCoin was cheaper so the value is more now. Those 1000 BitCoin Volume positions are still there and have hedged into the 9 sats. 10 Billion times 9 sats is 900 Bitcoin so not even 10x 130 ICO but BitCoin is worth more now etc.

So we both agree QORA is a great buy right now and if the trend keeps going down, even better at lower sats which all investors will hedge into no problem.
Pages:
Jump to: