Pages:
Author

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

hero member
Activity: 619
Merit: 500
i saw, that on this exchange, https://yobit.net/en/addcoin/, we could let add quora within 2 days for 0.1 btc.

Has anybody experience with them? Is it worth the investment? And if yes, is someone here who wants to share with me the costs?
hero member
Activity: 619
Merit: 500
I always use the universal. But as i had the error i switched to the win, but with the same error.
legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
i think i have the problem. i had a timesync software called dimension4 installed. as i activated it yesterday, a few hours later, i got the same problem again. It seems that the timesync of the wallet, that happens if a new block is received and the timesync of the dimension4 software are not compatible together and under special conditions the wallet crashes with the above error.


Good to know.

Are you using the universal wallet or the native one?
hero member
Activity: 619
Merit: 500
i think i have the problem. i had a timesync software called dimension4 installed. as i activated it yesterday, a few hours later, i got the same problem again. It seems that the timesync of the wallet, that happens if a new block is received and the timesync of the dimension4 software are not compatible together and under special conditions the wallet crashes with the above error.
hero member
Activity: 619
Merit: 500
the new clean install is now running fine for ober 12h. I think its ok now.

but it is nevertheless strange. My installation works since 0.22.0 came out fine and then yesterday stops working...
legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
i make now a clean install with seed recover and full new download of the blockchain....

All the issues that I used to have, disappeared when I synced after downloading the DATA folder and not from the start.
hero member
Activity: 619
Merit: 500
i make now a clean install with seed recover and full new download of the blockchain....
legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
Are you running the latest Qora wallet release? The mapDB errors were solved long ago I think
hero member
Activity: 619
Merit: 500
i now added the timezone in settings.json. perhaps that helps.

but if i look at http://qora.co.in/?
last processed block: 130617 (2015-09-07 15:57:07 utc, 1h 3m ago)

last block was processed over an hour ago?

hero member
Activity: 619
Merit: 500
and again stuck:

Exception in thread "Thread-23" java.io.IOError: java.nio.channels.ClosedChannelException
   at org.mapdb.Volume$FileChannelVol.getDataInput(Volume.java:912)
   at org.mapdb.Volume$FileChannelVol.getDataInput(Volume.java:682)
   at org.mapdb.StoreDirect.get2(StoreDirect.java:448)
   at org.mapdb.StoreWAL.get2(StoreWAL.java:336)
   at org.mapdb.StoreWAL.get(StoreWAL.java:320)
   at org.mapdb.Caches$HashTable.get(Caches.java:246)
   at org.mapdb.EngineWrapper.get(EngineWrapper.java:58)
   at org.mapdb.BTreeMap.get(BTreeMap.java:597)
   at org.mapdb.BTreeMap.containsKey(BTreeMap.java:1505)
   at database.DBMap.get(DBMap.java:96)
   at qora.BlockChain.getHeight(BlockChain.java:42)
   at controller.Controller.onConnect(Controller.java:418)
   at network.Network.onConnect(Network.java:71)
   at network.Peer.connect(Peer.java:105)
   at network.ConnectionCreator.run(ConnectionCreator.java:90)
Caused by: java.nio.channels.ClosedChannelException
   at sun.nio.ch.FileChannelImpl.ensureOpen(Unknown Source)
   at sun.nio.ch.FileChannelImpl.read(Unknown Source)
   at org.mapdb.Volume$FileChannelVol.readFully(Volume.java:847)
   at org.mapdb.Volume$FileChannelVol.getDataInput(Volume.java:909)
   ... 14 more
Sep 07, 2015 10:29:25 AM network.Network onDisconnect
INFORMATION: Connection close : /61.186.94.152
Sep 07, 2015 10:29:25 AM network.Network onDisconnect
INFORMATION: Connection close : /61.186.94.152
Exception in thread "MapDB shutdown hook" java.io.IOError: java.nio.channels.ClosedChannelException
   at org.mapdb.Volume$FileChannelVol.sync(Volume.java:935)
   at org.mapdb.StoreWAL.close(StoreWAL.java:1082)
   at org.mapdb.EngineWrapper.close(EngineWrapper.java:81)
   at org.mapdb.Caches$HashTable.close(Caches.java:328)
   at org.mapdb.EngineWrapper.close(EngineWrapper.java:81)
   at org.mapdb.EngineWrapper$CloseOnJVMShutdown.close(EngineWrapper.java:586)
   at org.mapdb.EngineWrapper$CloseOnJVMShutdown$1.run(EngineWrapper.java:571)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.nio.channels.ClosedChannelException
   at sun.nio.ch.FileChannelImpl.ensureOpen(Unknown Source)
   at sun.nio.ch.FileChannelImpl.force(Unknown Source)
   at org.mapdb.Volume$FileChannelVol.sync(Volume.java:933)
   ... 7 more
hero member
Activity: 619
Merit: 500
hero member
Activity: 619
Merit: 500
Hi,
since one day i have some issues keeping synced. sometimes im green, then connection status is becoming yellow and syncing.

if i go to debug and click on blocks, i get in the console the following error above.

i reinstalled the client, synced new the blockchain, still the same... router ok, firewall ok, both with java and win gui.....

also restartet the pc. Win 8.1 with newst java updates.

i also testet my second pc with win 10, thats in my company and was a other net and gateway. same problem...

some ideas?

Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: org.mapdb.B
TreeMap$LeafNode cannot be cast to qora.block.Block
        at gui.models.BlocksTableModel.getValueAt(BlocksTableModel.java:68)
        at javax.swing.JTable.getValueAt(Unknown Source)
        at javax.swing.JTable.prepareRenderer(Unknown Source)
        at javax.swing.plaf.basic.BasicTableUI.paintCell(Unknown Source)
        at javax.swing.plaf.basic.BasicTableUI.paintCells(Unknown Source)
        at javax.swing.plaf.basic.BasicTableUI.paint(Unknown Source)
        at javax.swing.plaf.ComponentUI.update(Unknown Source)
        at javax.swing.JComponent.paintComponent(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JComponent.paintChildren(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JViewport.paint(Unknown Source)
        at javax.swing.JComponent.paintChildren(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JComponent.paintChildren(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JComponent.paintChildren(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JComponent.paintToOffscreen(Unknown Source)
        at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown S
ource)
        at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
        at javax.swing.RepaintManager.paint(Unknown Source)
        at javax.swing.JComponent._paintImmediately(Unknown Source)
        at javax.swing.JComponent.paintImmediately(Unknown Source)
        at javax.swing.RepaintManager$4.run(Unknown Source)
        at javax.swing.RepaintManager$4.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
        at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
        at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
        at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
        at javax.swing.RepaintManager.access$1300(Unknown Source)
        at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$500(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
sr. member
Activity: 249
Merit: 250
I created a feature list that can be used for future development & crowdfunding. Feel free to comment/edit:


6)  Payment modules for famous website builders - e.g. Joomla, Drupal


I would love to see QORA  LogIn on Drupal, (Joomla, WordPress) by QORA Token, something similar to https://wordpress.org/plugins/nxtauth/

Integration with Drupal user point (https://www.drupal.org/project/userpoints) would be also nice. QORA or QORA assets as payment (rewards on blockchain!) system inside popular CMS platform will be huge. I know I will use that.
I can add 1,000,000 QORA to these goal.
legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
I created a feature list that can be used for future development & crowdfunding. Feel free to comment/edit:

1)  Market place (where users can sell or bid for items)
2)  Reddit style platform
3)  Chat (supporting creation of channels) embedded into wallet with default #Qora channel
4)  Qora forum on Dec.Web
5)  Game services (eg gamble apps with bounties)
6)  Payment modules for famous website builders - e.g. Joomla, Drupal
7)  Forum creation on Dec.Web with frontend/backend
8 )  Website creation with CMS capabilities with frontend/backend
9)  Conversion scripts from Joomla/Drupal into Qora web for existing web sites
10) 100% wallet GUI transformation into web wallet
11) Price ticker into wallet & android/IOS widget & firefox/chrome ticker plugin
12) Charts inside Asset Exchange
13) Pie charts inside Voting feature
14) Android/IOS wallet
15) Paper wallet
16) QR support
17) Web wallet for those not wanting to install Qora locally, eg blockchain.info wallet type with 2 factor authentication
18) Gift card service - supporting Amazon, Starbucks cards etc
19) Gold/Silver exchange into AE, that helps peg price or exchange Qora for gold bars (needs merchant)
20) Ad support (needs discussion)
hero member
Activity: 561
Merit: 500
Why do you not sell qora for btc and withdray btc?

In our case, we were depositing Qora.

BTer was holding each successive deposit longer and longer, starting at a few days, then weeks, now months before crediting the deposit.

Luckily, as the deposits took longer, we were reducing the amounts.

With the last deposit, they immediately transferred the funds to their forging wallet, then began claiming the wallet didn't work, when we can all see it is working.

This was 3+ months ago. We have not received a reply from support in nearly 1 month, but the replies were pointless anyway as they all say the same thing no matter what question you ask.

Quote
Dear Sir,

Our qora wallet doesn't work well, we are trying to fix it .

When the wallet works well again, your deposit is expected to show on your account

Best
Bter.com

... or many variations of the above. They've never addressed a single question we've asked.






[/quot]


the same for me
legendary
Activity: 1764
Merit: 1000
Why do you not sell qora for btc and withdray btc?

In our case, we were depositing Qora.

BTer was holding each successive deposit longer and longer, starting at a few days, then weeks, now months before crediting the deposit.

Luckily, as the deposits took longer, we were reducing the amounts.

With the last deposit, they immediately transferred the funds to their forging wallet, then began claiming the wallet didn't work, when we can all see it is working.

This was 3+ months ago. We have not received a reply from support in nearly 1 month, but the replies were pointless anyway as they all say the same thing no matter what question you ask.

Quote
Dear Sir,

Our qora wallet doesn't work well, we are trying to fix it .

When the wallet works well again, your deposit is expected to show on your account

Best
Bter.com

... or many variations of the above. They've never addressed a single question we've asked.







and that's the reason to never trust bter again. do not use their price index anywhere or better, do not use them at all.
sr. member
Activity: 363
Merit: 250
Why do you not sell qora for btc and withdray btc?

In our case, we were depositing Qora.

BTer was holding each successive deposit longer and longer, starting at a few days, then weeks, now months before crediting the deposit.

Luckily, as the deposits took longer, we were reducing the amounts.

With the last deposit, they immediately transferred the funds to their forging wallet, then began claiming the wallet didn't work, when we can all see it is working.

This was 3+ months ago. We have not received a reply from support in nearly 1 month, but the replies were pointless anyway as they all say the same thing no matter what question you ask.

Quote
Dear Sir,

Our qora wallet doesn't work well, we are trying to fix it .

When the wallet works well again, your deposit is expected to show on your account

Best
Bter.com

... or many variations of the above. They've never addressed a single question we've asked.





rlh
hero member
Activity: 804
Merit: 1004
Anyone here who wants to sell its big Qora stake? I want to buy Qora for 1 BTC at 8 sats. This would be 12,500,000 Qora.
Please pm me if someone is interested. I'll call an escrow.

100m up through 12 sats is for sale on CCEDK.
tyz
legendary
Activity: 3360
Merit: 1533
Anyone here who wants to sell its big Qora stake? I want to buy Qora for 1 BTC at 8 sats. This would be 12,500,000 Qora.
Please pm me if someone is interested. I'll call an escrow.
legendary
Activity: 3430
Merit: 1548
Get loan in just five minutes goo.gl/8WMW6n
Why do you not sell qora for btc and withdray btc?

because they dont transfer my deposit to my Bter acc
maybe I can understand why bter pending withdraw(disadvantage of circulating assets), but not realize why dont transfer deposit to account(few week ago make unsuccessful test with 100qora)
Pages:
Jump to: