Pages:
Author

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

hero member
Activity: 585
Merit: 500
Im unable to synchronize the bc in v23. Every time I restart the GUI, the entire bc has to download...back to same old problems! What are the characteristics that required a fork..i.e. why can't I use the older client that works fine for me (v21)?

Each time I delete wallet and data folder for fresh install, bc never loads fully and everything freezes....

...and ideas?


The stacktrace shows a Gui issue (that might happen if you e.g. open the debug window), but this should not cause a freeze at all. Do you use the windows or the universal wallet?
For deeper help I suggest to join slack and join our bugs channel, there we can discuss the issue easier and help you getting things right.
The lightwallet is a good recommendation by bobafett, but if there is no wallet it will start in heavyweight mode in order to allow the creation of the wallet. After that is done the next start will be the real lightwallet Wink.

Thanks Skerberus and bobafett...I've switched over to the light wallet for now...so far so good.
hero member
Activity: 913
Merit: 664
hero member
Activity: 619
Merit: 500
Do you use the light wallet?
hero member
Activity: 585
Merit: 500
Im unable to synchronize the bc in v23. Every time I restart the GUI, the entire bc has to download...back to same old problems! What are the characteristics that required a fork..i.e. why can't I use the older client that works fine for me (v21)?

Each time I delete wallet and data folder for fresh install, bc never loads fully and everything freezes....

...and ideas?

Code:
INFO: Failed to connect to : /101.108.213.226
Oct 20, 2015 4:30:03 PM network.ConnectionCreator run
INFO: Connecting to peer : /101.108.218.55
Oct 20, 2015 4:31:19 PM network.Peer connect
INFO: Failed to connect to : /101.108.218.55
Oct 20, 2015 4:31:19 PM network.ConnectionCreator run
INFO: Connecting to peer : /103.21.142.147
Oct 20, 2015 4:31:19 PM network.Network onConnect
INFO: Connection successfull : /103.21.142.147
Oct 20, 2015 4:32:19 PM network.Network onDisconnect
INFO: Connection close : /103.21.142.147
Oct 20, 2015 4:39:07 PM network.Network onDisconnect
INFO: Connection close : /103.21.142.147
Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:635)
at java.util.ArrayList.get(ArrayList.java:411)
at gui.models.PeersTableModel.getValueAt(PeersTableModel.java:55)
at javax.swing.JTable.getValueAt(JTable.java:2717)
at javax.swing.JTable.prepareRenderer(JTable.java:5719)
at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2114)
at javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:2016)
at javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:1812)
at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)
at javax.swing.JComponent.paintComponent(JComponent.java:778)
at javax.swing.JComponent.paint(JComponent.java:1054)
at javax.swing.JComponent.paintChildren(JComponent.java:887)
at javax.swing.JComponent.paint(JComponent.java:1063)
at javax.swing.JViewport.paint(JViewport.java:731)
at javax.swing.JComponent.paintChildren(JComponent.java:887)
at javax.swing.JComponent.paint(JComponent.java:1063)
at javax.swing.JComponent.paintChildren(JComponent.java:887)
at javax.swing.JComponent.paint(JComponent.java:1063)
at javax.swing.JComponent.paintChildren(JComponent.java:887)
at javax.swing.JComponent.paint(JComponent.java:1063)
at javax.swing.JComponent.paintToOffscreen(JComponent.java:5219)
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1529)
at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1452)
at javax.swing.RepaintManager.paint(RepaintManager.java:1249)
at javax.swing.JComponent._paintImmediately(JComponent.java:5167)
at javax.swing.JComponent.paintImmediately(JComponent.java:4978)
at javax.swing.RepaintManager$3.run(RepaintManager.java:808)
at javax.swing.RepaintManager$3.run(RepaintManager.java:796)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:796)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:769)
at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:718)
at javax.swing.RepaintManager.access$1100(RepaintManager.java:62)
at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1677)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:635)
at java.util.ArrayList.get(ArrayList.java:411)
at gui.models.PeersTableModel.getValueAt(PeersTableModel.java:55)
at javax.swing.JTable.getValueAt(JTable.java:2717)
at javax.swing.JTable.prepareRenderer(JTable.java:5719)
at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2114)
at javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:2016)
at javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:1812)
at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)
at javax.swing.JComponent.paintComponent(JComponent.java:778)
at javax.swing.JComponent.paint(JComponent.java:1054)
at javax.swing.JComponent.paintChildren(JComponent.java:887)
at javax.swing.JComponent.paint(JComponent.java:1063)
at javax.swing.JViewport.paint(JViewport.java:731)
at javax.swing.JComponent.paintChildren(JComponent.java:887)
at javax.swing.JComponent.paint(JComponent.java:1063)
at javax.swing.JComponent.paintChildren(JComponent.java:887)
at javax.swing.JComponent.paint(JComponent.java:1063)
at javax.swing.JComponent.paintChildren(JComponent.java:887)
at javax.swing.JComponent.paint(JComponent.java:1063)
at javax.swing.JComponent.paintToOffscreen(JComponent.java:5219)
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1529)
at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1452)
at javax.swing.RepaintManager.paint(RepaintManager.java:1249)
at javax.swing.JComponent._paintImmediately(JComponent.java:5167)
at javax.swing.JComponent.paintImmediately(JComponent.java:4978)
at javax.swing.RepaintManager$3.run(RepaintManager.java:808)
at javax.swing.RepaintManager$3.run(RepaintManager.java:796)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:796)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:769)
at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:718)
at javax.swing.RepaintManager.access$1100(RepaintManager.java:62)
at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1677)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:635)
at java.util.ArrayList.get(ArrayList.java:411)
at gui.models.PeersTableModel.getValueAt(PeersTableModel.java:55)
at javax.swing.JTable.getValueAt(JTable.java:2717)
at javax.swing.JTable.prepareRenderer(JTable.java:5719)
at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2114)
at javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:2016)
at javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:1812)
at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)
at javax.swing.JComponent.paintComponent(JComponent.java:778)
at javax.swing.JComponent.paint(JComponent.java:1054)
at javax.swing.JComponent.paintChildren(JComponent.java:887)
at javax.swing.JComponent.paint(JComponent.java:1063)
at javax.swing.JViewport.paint(JViewport.java:731)
at javax.swing.JComponent.paintChildren(JComponent.java:887)
at javax.swing.JComponent.paint(JComponent.java:1063)
at javax.swing.JComponent.paintChildren(JComponent.java:887)
at javax.swing.JComponent.paint(JComponent.java:1063)
at javax.swing.JComponent.paintChildren(JComponent.java:887)
at javax.swing.JComponent.paint(JComponent.java:1063)
at javax.swing.JComponent.paintToOffscreen(JComponent.java:5219)
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1529)
at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1452)
at javax.swing.RepaintManager.paint(RepaintManager.java:1249)
at javax.swing.JComponent._paintImmediately(JComponent.java:5167)
at javax.swing.JComponent.paintImmediately(JComponent.java:4978)
at javax.swing.RepaintManager$3.run(RepaintManager.java:808)
at javax.swing.RepaintManager$3.run(RepaintManager.java:796)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:796)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:769)
at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:718)
at javax.swing.RepaintManager.access$1100(RepaintManager.java:62)
at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1677)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
hero member
Activity: 619
Merit: 500
Great new design.... http://qora.co.in:9090/index/main.html

Im really impressed. this coin is getting better and better.
sr. member
Activity: 351
Merit: 250
I have a weird issue with web client. Shocked
I made clean install of Qora_v0.23.0.zip on win10, recovered wallet from seed, synced full blockchain from client and now see this:

+


Looks like some transactions are counted twice Cry

Thanks for letting us know!
Indeed, built-in block explorer is having issues right now, if you Enable Boost on settings panel (or set "blockexplorerboost":true on settings.json), block explorer will display properly the account details.We will soon provide a fix.Sorry for the inconvenience.
legendary
Activity: 1367
Merit: 1000
I have a weird issue with web client. Shocked
I made clean install of Qora_v0.23.0.zip on win10, recovered wallet from seed, synced full blockchain from client and now see this:

+


Looks like some transactions are counted twice Cry
legendary
Activity: 3136
Merit: 1116
So, if I run light wallet and unlock it, I should be able to forge blocks, right? I don't see how to check if I'm forging, besides I guess monitoring transactions and see if I get some tx fee transaction for forging.

Right-click tray icon and then click Wallet Status (web).

I'm pretty sure I tried that, and just saw a page with my balance and dialog box for sending funds, but I'll check tonight and update my post in ten hours or so (workitty work work).

Edit: Ohyea, it's working. I was going here http://127.0.0.1:9090/webwallet instead of here http://127.0.0.1:9090/index/status.html
legendary
Activity: 3136
Merit: 1116
So, if I run light wallet and unlock it, I should be able to forge blocks, right? I don't see how to check if I'm forging, besides I guess monitoring transactions and see if I get some tx fee transaction for forging.
legendary
Activity: 3136
Merit: 1116
If I use the light wallet, do I need to make an RPC call or something to unlock the wallet, or is there some way on a localhost webpage that I'm missing?

Edit: Nevermind, just saw it in systray.
tyz
legendary
Activity: 3360
Merit: 1533
hero member
Activity: 619
Merit: 500
OpenLedger Announcement!

It is a new project introduced by CCEDK in co operation with the Bitshares Network. You are welcome to check it out already now on the landing page at www.openledger.info. Access to browser based web wallet will be available tomorrow on launch date October 13th. 
 
All unique signups to Openledger from launch date and ongoing unless otherwise informed will be awarded a special magic OLED token for every special activity as follows and will be added to your wallet automatically from the inside faucet:
 
1. Signup combined with three unique transactions within the month of October.
2. Get validated or if already validated don’t worry – you are already qualified, and you will receive a token for being validated
3. For every Nanocard ordered on CCEDK website with new white label structure(more info next week), you will receive a token
4. Join the signature campaign taking off end of next week, promoting OpenLedger and you will receive another token provided you qualify that is (criteria for being qualified will follow next week)
5. Any minimum two of above four points qualify for another token!
6. Beyond Bitcoin will be given a certain amount of tokens to hand out on future Openledger hangouts as well, more info to follow on this as well.
 
Full details on the OLED token will follow end of October, and at this time it will also be available as a tradable asset on OpenLedger as well as a currency on CCEDK. I can already now shed some light on some of the value inside the token being a certain percentage of the bts transaction fees, a certain amount of the currency Qora, and another important factor incl. NanoCard only revealed later in the month, and since this token will be based on variables it is set at the equvalent of a fixed minimum starting value to be revealed later as well. It will be an asset increasing in value based on the trading activity on platform as well as some activities regarding the fiat gateway between CCEDK and OpenLedger.
hero member
Activity: 619
Merit: 500
wow, Qora development is coming along in leaps & bounds lately ... congratulations!!

Time to buy some more Smiley

Its time that the community starts to think about, how the coin could be used in the internet with other services. i think most have contacts, perhaps we could bring somebody oder some more the add qora as payment option in his webproject. that must be now the next step.....
hero member
Activity: 544
Merit: 500
sr. member
Activity: 351
Merit: 250
In this release, version 0.23, we have two options to run the wallet, full GUI or limited to system tray.
You can use the relevant shortcut to launch it (or batch /shell script file) or use the regular executable run file and make sure that on the ​settings.json​ file you have set the options as described below :
Code:
"guienabled":false
"systray":true

Make sure you have your wallet updated to version 0.23 before the block ​142.000​.
Download the latest version from here : https://github.com/Qoracoin/Qora/releases/tag/0.23.0

You can now use the below two websites within the Qora web to send money or register a name.
Send Money
http://127.0.0.1:9090/webwallet
(public link : http://qora.co.in:9090/webwallet )

Register Name
http://127.0.0.1:9090/registername
(public link : http://qora.co.in:9090/registername )

If you want to build your own send money or name registration website, you can view the code of the above links here:

http://127.0.0.1:9090/namestorage:webwallet
(public link : http://qora.co.in:9090/namestorage:webwallet )

http://127.0.0.1:9090/namestorage:registername
(public link : http://qora.co.in:9090/namestorage:registername )

Also, there's now an easy way to upload files on blockchain by using the uploader in namestorage.


http://127.0.0.1:9090/namestorage.html
(public link : http://qora.co.in:9090/index/namestorage.html )

And our website has been updated, take a look at qora.org

legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
Thank you devs for this great release. The lightweight wallet is pure genius. No more GUI issues thanks to this idea  Cool
sr. member
Activity: 351
Merit: 250
Thank you very much for another successful release! I wanna congratulate everyone involved in it and I know Qora has a bright future!

"Scaled fee increase for large sized transactions"
This means large sized transactions in kb, not in amount of qora transfered, right?
For example, to transfer 1 qora in a single common transaction will cost the same to transfer 2b in a single common transaction but if the transaction is heavier in kb for any given reason then it will have to pay more fee. Is this line of thought correct?

This is applied only to arbitrary transactions where we have bulk transactions possible in order to upload a file on the blockchain.
Does not affect other transaction types like regular payments etc.
sr. member
Activity: 484
Merit: 251
Thank you very much for another successful release! I wanna congratulate everyone involved in it and I know Qora has a bright future!

"Scaled fee increase for large sized transactions"
This means large sized transactions in kb, not in amount of qora transfered, right?
For example, to transfer 1 qora in a single common transaction will cost the same to transfer 2b in a single common transaction but if the transaction is heavier in kb for any given reason then it will have to pay more fee. Is this line of thought correct?
sr. member
Activity: 351
Merit: 250
Wallet v0.23.0 has been released and you can find it here: https://github.com/Qoracoin/Qora/releases/tag/0.23.0

This is a mandatory update, if you are not update your wallet to version 0.23 before block 142.000 it will cause your wallet to fork.

Quote

The v0.23.0 release includes the following updates:

  • Automated Transactions Update
  • Transactions Map update
  • Storing Arbitrary files on blockchain
  • Multiple keys support
  • Automated Transactions Web Resources
  • Integration of Revision Control System
  • Namestorage History
  • Pebble injections for websites
  • Enhanced System Tray Icon
  • Light Wallet version
  • Batch transactions enabled (limited to 50)
  • Scaled fee increase for large sized transactions
  • Hashtags support on social network
  • Direct link to blog post
  • Deletion of posts
  • Websites Preview
  • Easy File Upload
  • Updated third-party libraries
  • Minor optimizations and bug fixes

Qora_v0.23.0.zip - Universal wallet

MD5 : f4bbca3c221bfd176531252f37d20a9f
SHA1 :  a7892bebf31944ca5a2cda987d9c22f8e820785b
SHA256 : c9b9b07db319ce1ea6c3003f2647d76a8fad88c12a6ae052a7bb081ff3cc2fe0
Virus Total

Qora-v0.23.0.exe - Windows wallet

MD5 : 44443ae874389f816602ad8fc36aa8e9
SHA1 :  c6024e43be23b8c5d4dae87662b8589124729551
SHA256 : 304b59de48e985db0afb85f873057e574413238d894f9f63ddaef0d85bcb7b4d
Virus Total


hero member
Activity: 913
Merit: 664
I was having so many syncing/freezing issues with most recent release that I reverted back to v22.0. Now I'm back to forging ~500 qora/day. I hope the upcoming release fixes things. Thanks btw Skerberus and Vrontis for the continued efforts!

I guess you mean v21? V22 is the current version. v23 will be the next one we are going to release today.
We have a first light wallet version in the new release that might help regarding these issues. The future aim is of course to get it even lighter and be part of the qora web, but in order to release quicker there will be an intermediate light version that hopefully will handle most of the freezing we currently have with the heavyweight wallet.
Pages:
Jump to: