The issue with QORA is that the Block Chain is broken and needs to be reissued to allow deposits and withdrawals to be made on POLO
So qora blockchain isn't working well, right? It harms the market, and polo usually delist unstable blockchain coins. Like last time polo delisted Gemz there due to the blockchain issue.
The blockchain is working perfectly, but I found a small bug in the zipped wallet that stopped the light wallet working.
https://github.com/Qoracoin/Qora/releases/download/0.26.0/Qora_v0.26.0.zipAfter installing and running the light wallet it synced, but never opened in the toolbar, so I couldn't open my wallet. However, I could see it had synced by opening this link which shows my wallet's block explorer.
http://127.0.0.1:9090/index/blockexplorer.htmlThe small bug preventing my wallet working properly was in the run-light-wallet.bat file in the Qora folder.
If you right click it, then select edit a notepad window opens showing you its contents. After I deleted -Dnogui from the fifth line down (shown in red below) and saved the file my wallet started working perfectly
set PARAM=-Xms512m -Xmx1024m
-Dnogui -Dfile.encoding=UTF-8 -jar Qora.jar
I downloaded the data folder available from either of the links below, unzipped it, and put it in the Qora folder to speed up the sync time. I found it had synced in about two hours with the added data folder.
http://qora.co.in/data/data_20160528_122841_220996_v0260.zip (634.99 mb)
http://qora.co.in/data/data_20160528_122841_220996_v0260.7z (197.02 mb)
The Block Chain's not broken, there is just a small bug in the run-light-wallet.bat file that you double click to start the light wallet.
Thanks for sharing this, its a good help, now I am back on track on my qora wallet.