Author

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

legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction

Wallet v0.25.1 has been released and you can find it here: https://github.com/Qoracoin/Qora/releases/tag/0.25.1


Thanks Skerbus...this version fixed my connection errors and saved me a lot of time sorting out port-forwarding issues. Running like a beast!



Indeed another great release!

 Thanks qora dev team  Smiley
hero member
Activity: 585
Merit: 500

Wallet v0.25.1 has been released and you can find it here: https://github.com/Qoracoin/Qora/releases/tag/0.25.1


Thanks Skerbus...this version fixed my connection errors and saved me a lot of time sorting out port-forwarding issues. Running like a beast!

member
Activity: 108
Merit: 10

Seems like your data folder is broken. Please stop the application and delete the data folder which is located in your Qora Installation folder (for universal versin) or %appdata%/qora in windows version.
After that your wallet will start from scratch, if you want to speedup the process you can also download the latest data folder here http://qora.co.in/?datafolder

Thanks for bringing this bug to our attention, wie will automate needed steps in the future.

that worked thanks
hero member
Activity: 913
Merit: 664
I just installed 0.25.1 and get below errors at Startup (both regular and lightweight clients). Java Version is 8.73 on Windows 8.1.

java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.io.IOError: java.io.IOException: Checksum does not match, data broken
   at org.mapdb.StoreWAL.get(StoreWAL.java:322)
   at org.mapdb.Caches$HashTable.get(Caches.java:246)
   at org.mapdb.EngineWrapper.get(EngineWrapper.java:58)
   at org.mapdb.BTreeMap.get(BTreeMap.java:602)
   at org.mapdb.BTreeMap.containsKey(BTreeMap.java:1505)
   at database.DBMap.contains(DBMap.java:236)
   at qora.block.Block.getHeight(Block.java:249)
   at qora.block.Block.getHeight(Block.java:244)
   at utils.UpdateUtil.repopulateCommentPostMap(UpdateUtil.java:136)
   at controller.Controller.start(Controller.java:352)
   at Start.main(Start.java:48)
   ... 5 more
Caused by: java.io.IOException: Checksum does not match, data broken
   at org.mapdb.Store.deserialize(Store.java:261)
   at org.mapdb.StoreDirect.get2(StoreDirect.java:475)
   at org.mapdb.StoreWAL.get2(StoreWAL.java:336)
   at org.mapdb.StoreWAL.get(StoreWAL.java:320)
   ... 15 more


Seems like your data folder is broken. Please stop the application and delete the data folder which is located in your Qora Installation folder (for universal versin) or %appdata%/qora in windows version.
After that your wallet will start from scratch, if you want to speedup the process you can also download the latest data folder here http://qora.co.in/?datafolder

Thanks for bringing this bug to our attention, wie will automate needed steps in the future.
member
Activity: 108
Merit: 10
I just installed 0.25.1 and get below errors at Startup (both regular and lightweight clients). Java Version is 8.73 on Windows 8.1.

java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.io.IOError: java.io.IOException: Checksum does not match, data broken
   at org.mapdb.StoreWAL.get(StoreWAL.java:322)
   at org.mapdb.Caches$HashTable.get(Caches.java:246)
   at org.mapdb.EngineWrapper.get(EngineWrapper.java:58)
   at org.mapdb.BTreeMap.get(BTreeMap.java:602)
   at org.mapdb.BTreeMap.containsKey(BTreeMap.java:1505)
   at database.DBMap.contains(DBMap.java:236)
   at qora.block.Block.getHeight(Block.java:249)
   at qora.block.Block.getHeight(Block.java:244)
   at utils.UpdateUtil.repopulateCommentPostMap(UpdateUtil.java:136)
   at controller.Controller.start(Controller.java:352)
   at Start.main(Start.java:48)
   ... 5 more
Caused by: java.io.IOException: Checksum does not match, data broken
   at org.mapdb.Store.deserialize(Store.java:261)
   at org.mapdb.StoreDirect.get2(StoreDirect.java:475)
   at org.mapdb.StoreWAL.get2(StoreWAL.java:336)
   at org.mapdb.StoreWAL.get(StoreWAL.java:320)
   ... 15 more
sr. member
Activity: 261
Merit: 250
How do i import seed to newly installed wallet ?
The first time launch Qora there are such windows:





If you do not appear, you can delete the folder wallet.

If you are using the console version, then
Code:
> java -Xms512m -Xmx1024m -jar Qora.jar -cli
> POST wallet {"seed":"", "password":"", "recover":true,  "amount":10}

You can also add in the wallet one address:
Code:
POST addresses 

To know addressSeed, based on the global seed, you can use the utility VanitygenQoraPure
https://github.com/agran/VanitygenQoraPure/releases
Code:
> java -Xms512m -Xmx1024m -jar VanitygenQoraPure.jar {seed} {count}
Also with this utility you can generate nice Qora-addresses, as QfreeNWCeaU3BiXUxktaJRJrBB1SDg2k7o.


Thanks , i will try it now.
newbie
Activity: 57
Merit: 0
How do i import seed to newly installed wallet ?
The first time launch Qora there are such windows:

https://pp.vk.me/c627423/v627423321/49a82/-ks-scXJ_5E.jpg

https://pp.vk.me/c627423/v627423321/49a8a/1_zWdzzpwnA.jpg

If it do not appear, you can delete the folder wallet.

If you are using the console version, then
Code:
> java -Xms512m -Xmx1024m -jar Qora.jar -cli
> POST wallet {"seed":"", "password":"", "recover":true,  "amount":10}

You can also add in the wallet one address:
Code:
POST addresses 

To know addressSeed, based on the global seed, you can use the utility VanitygenQoraPure
https://github.com/agran/VanitygenQoraPure/releases
Code:
> java -Xms512m -Xmx1024m -jar VanitygenQoraPure.jar {seed} {count}
Also with this utility you can generate nice Qora-addresses, as QfreeNWCeaU3BiXUxktaJRJrBB1SDg2k7o.
sr. member
Activity: 261
Merit: 250
How do i import seed to newly installed wallet ?
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
I hope that the new wallet could be better than the previous one. I am downloading it right now. Just to be safe, can I run this installer and overwrite the old version or will I lose the wallet? Is it really necessary to uninstall the old one first and then install the new one?  Huh
The installer supports upgrading. Wallet saved.

You need to keep your SEED in safety and then you can always recover your addresses.

If you don't know the SEED, you need to do the following:
Menu - > File -> Debug -> Console, and enter:
Code:
POST wallet/unlock 
GET wallet/seed
Save the data.

Thanks. Before installing I did make a backup of the seed but after installation of the new version was successful, I ran the Qora wallet and I didn't lose anything from my wallet. The upgrade went completely smooth. Thanks for sharing these instructions. It has been of great use to me.  Cheesy
newbie
Activity: 57
Merit: 0
I hope that the new wallet could be better than the previous one. I am downloading it right now. Just to be safe, can I run this installer and overwrite the old version or will I lose the wallet? Is it really necessary to uninstall the old one first and then install the new one?  Huh
The installer supports upgrading. Wallet saved.

You need to keep your SEED in safety and then you can always recover your addresses.

If you don't know the SEED, you need to do the following:
Menu - > File -> Debug -> Console, and enter:
Code:
POST wallet/unlock 
GET wallet/seed
Save the data.
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
Wallet v0.25.1 has been released and you can find it here: https://github.com/Qoracoin/Qora/releases/tag/0.25.1

Now there is a version for Windows.


I hope that the new wallet could be better than the previous one. I am downloading it right now. Just to be safe, can I run this installer and overwrite the old version or will I lose the wallet? Is it really necessary to uninstall the old one first and then install the new one?  Huh
newbie
Activity: 57
Merit: 0
Wallet v0.25.1 has been released and you can find it here: https://github.com/Qoracoin/Qora/releases/tag/0.25.1

The release includes the following updates:

  • A Hard Fork is scheduled for February 25. In this regard:
    - To increase the security of Qora.
    - Improved network portion. Wallet selects the best nodes. Permission to use the same IP.
    - Allowed messages with zero amount. Now you can send the assets with message.
    - Optional multiple payments in ArbitraryTransaction.
  • Improved section Peers. After Hard Fork, there will be a visible version of each of the connected node.
  • Added TestNet mode. command line key "-testnet".
  • If there is no connection, it will load the list of trusted peers from the Internet.
  • Added commenting in the blogs. There is a delete function.
  • Added visual editor for websites.
  • The dialogue prompt for password to unlock the wallet when performing actions in the Web.
  • Improved Asset Exchange section.
  • Added voting within assets.
  • Auto update Asset Favorites for non-zero balances.
  • Added to the menu item to unlock the wallet.
  • Added hotkeys for all menu items.
  • Added Closing dialog.
  • Display the synchronization status in tooltip in systray. Also added wallet synchronization status.
  • Added new API commands.
  • Minor optimizations and bug fixes.


In this release is made work on the bugs.

Now there is a version for Windows.
hero member
Activity: 910
Merit: 508
It feels like that v0.25 works much faster than the old version.
hero member
Activity: 913
Merit: 664
I wondered what the price bump from 3 to 11 Sats over the last days was caused about. Now I know it.
Despite the struggles I still hold Qora and trust the developers behind the coin.



Please don't quote the old wallet! v0.25 is the current version! There will be v0.25.1 today probably!
member
Activity: 98
Merit: 10
I wondered what the price bump from 3 to 11 Sats over the last days was caused about. Now I know it.
Despite the struggles I still hold Qora and trust the developers behind the coin.

Wallet v0.24.0 has been released and you can find it here: https://github.com/Qoracoin/Qora/releases/tag/0.24.0

Quote

The v0.24.0 release includes the following updates:

  • Replaced external Ed25519 C libraries to pure Java code
  • Optimized Wallet Synchronization
  • Faster implementation of Base58
  • Added support for all languages based on UTF-8 for Qora web
  • Multilanguage support in blog for #hashtags and @mentions
  • Revision of Asset Exchange
  • Block Explorer optimization (boost is not needed)
  • Block Explorer transactions filter
  • API for messaging service
  • API for assets (limited)
  • Revision Control System Upgrade
  • Delete owned unconfirmed transactions that has not been propagated into the network
  • Improvement for logging system
  • Updated third-party libraries
  • Minor optimizations and bug fixes


hero member
Activity: 913
Merit: 664
For posting/comment or creating own blog you need the wallet of course!

How much coins do I need (in USD) to post something in it?

Depends on the size---> in best case currently 1 Qora which is currently approx $ 0.000044
hero member
Activity: 600
Merit: 511
For posting/comment or creating own blog you need the wallet of course!

How much coins do I need (in USD) to post something in it?
hero member
Activity: 913
Merit: 664
Hello guys!

Is it true that you have your own blog inside the blockchain? Can you give me a link to it? Isn't it heavy burden for blockchain to host blogs?

Currently I'm learning ZeroNet, it is p2p network with ability of serverless hosting of sites, blogs included:

http://bit.no.com:43110/1HeLLo4uzjaLetFx6NH3PMwFP3qbRbTf3D


Mainblog can be seen via agrans gateway : http://mirror.qora.co.in:9090/index/blog.html
custom blog is this e.g. : http://mirror.qora.co.in:9090/index/blog.html?blogname=qora.team
or blogdirectory if you want to see all current blogs:
http://mirror.qora.co.in:9090/index/blogdirectory.html

For posting/comment or creating own blog you need the wallet of course!

currently it is no heavy burden to host websites and blogs, but it may lead to problems if we have real adoption, but we already have ideas regarding that.
hero member
Activity: 913
Merit: 664
Guys how do i use the wallet.dat files ? My wallet crashed then it wouldn't start, i downloaded java version, this one starts but even though i copied the wallet files it will not load transactions nor balance.


Edit : even in v  0.25 : My accounts simply do not show up.

You need to add the data folder into your qora dir (if you downloaded the blockchain from qora.co.in) if you use the universal wallet. Is your wallet connecting and synchronizing? Your balance will be refreshed once you are completly synchronized.
hero member
Activity: 600
Merit: 511
Hello guys!

Is it true that you have your own blog inside the blockchain? Can you give me a link to it? Isn't it heavy burden for blockchain to host blogs?

Currently I'm learning ZeroNet, it is p2p network with ability of serverless hosting of sites, blogs included:

http://bit.no.com:43110/1HeLLo4uzjaLetFx6NH3PMwFP3qbRbTf3D
Jump to: