Author

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

hero member
Activity: 658
Merit: 500
newbie
Activity: 6
Merit: 0
hero member
Activity: 658
Merit: 500
Up to date data folder missing (http://qora.co.in/?datafolder). I have sync problems with the latest Qora version.

A bootstrap helps adoption heaps guys! Needs to be updated regularly by trusted community member

That's right, but atm the client is not syncing correct, GUI freezes and not able to save database when closing, I give it up.
member
Activity: 106
Merit: 10
Up to date data folder missing (http://qora.co.in/?datafolder). I have sync problems with the latest Qora version.

A bootstrap helps adoption heaps guys! Needs to be updated regularly by trusted community member
hero member
Activity: 658
Merit: 500
Closing ... (Saving database. Please wait ...) never ends. Waiting 3 hours now, cpu load 40%. Is it normal?
Of course this is not normal.
Go Task Manager and End Process. But because this could damage the database.

I have the same situation (Win 7 32bit, qora 0.26.0).



OK, thank's! Restarted with latest downloaded data (Win 7 64bit, Qora 26).
ttx
full member
Activity: 150
Merit: 101
Closing ... (Saving database. Please wait ...) never ends. Waiting 3 hours now, cpu load 40%. Is it normal?
Of course this is not normal.
Go Task Manager and End Process. But because this could damage the database.

I have the same situation (Win 7 32bit, qora 0.26.0).

hero member
Activity: 658
Merit: 500
Closing ... (Saving database. Please wait ...) never ends. Waiting 3 hours now, cpu load 40%. Is it normal?
newbie
Activity: 3
Merit: 0


do you need german?
if yes, there are two levels of distance of "you" in german, shortly explained: one for Robert and Sarah, the other one for Mr. and Mrs. Hill. Which one would you like me to use?

is there a list with the languages that you have already?

i asked in Poloniex trollbox and found volunteers for korean, portuguese and dutch, think a list would help.
hero member
Activity: 658
Merit: 500
Up to date data folder missing (http://qora.co.in/?datafolder). I have sync problems with the latest Qora version.
Updated.
Thank's, that was really fast !
legendary
Activity: 1057
Merit: 1000
The Experience Layer of the Decentralized Internet
Up to date data folder missing (http://qora.co.in/?datafolder). I have sync problems with the latest Qora version.
Updated.
thanks for updating.
newbie
Activity: 57
Merit: 0
Up to date data folder missing (http://qora.co.in/?datafolder). I have sync problems with the latest Qora version.
Updated.
sr. member
Activity: 445
Merit: 250
Get this error while syncing, it happens when data.dat.t gets merged.
Dbase gets corrupted.

Code:
2016-05-28 11:20:00 INFO  Peer:146 - Failed to connect to : /24.0.101.211
2016-05-28 11:20:01 INFO  ConnectionCreator:118 - Connecting to peer 1.9.155.24 proposed b
y 106.187.42.214 :: 1 / 20 / 20 :: Connections: 3
2016-05-28 11:20:29 INFO  Network:91 - Connection close : /188.166.53.239
Exception in thread "Thread-2423" java.io.IOError: java.nio.channels.ClosedChannelExceptio
n
        at org.mapdb.Volume$FileChannelVol.getLong(Volume.java:878)
        at org.mapdb.StoreWAL.update(StoreWAL.java:382)
        at org.mapdb.Caches$HashTable.update(Caches.java:270)
        at org.mapdb.EngineWrapper.update(EngineWrapper.java:63)
        at org.mapdb.BTreeMap.put2(BTreeMap.java:707)
        at org.mapdb.BTreeMap.put(BTreeMap.java:643)
        at database.PeerMap.addPeer(PeerMap.java:445)
        at network.Pinger.run(Pinger.java:65)
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.getLong(Volume.java:875)
        ... 7 more
Exception in thread "Thread-2401" Exception in thread "Thread-2400" java.io.IOError: java.
nio.channels.ClosedByInterruptException
        at org.mapdb.Volume$FileChannelVol.getLong(Volume.java:878)
        at org.mapdb.StoreDirect.get2(StoreDirect.java:440)
        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:602)
        at org.mapdb.BTreeMap.containsKey(BTreeMap.java:1505)
        at database.DBMap.contains(DBMap.java:238)
        at qora.BlockChain.isNewBlockValid(BlockChain.java:111)
        at controller.Controller.onMessage(Controller.java:864)
        at network.Network.onMessage(Network.java:269)
        at network.Peer.run(Peer.java:178)
Caused by: java.nio.channels.ClosedByInterruptException
        at java.nio.channels.spi.AbstractInterruptibleChannel.end(Unknown Source)
        at sun.nio.ch.FileChannelImpl.readInternal(Unknown Source)
        at sun.nio.ch.FileChannelImpl.read(Unknown Source)
        at org.mapdb.Volume$FileChannelVol.readFully(Volume.java:847)
        at org.mapdb.Volume$FileChannelVol.getLong(Volume.java:875)
        ... 12 more
java.io.IOError: java.nio.channels.ClosedChannelException
        at org.mapdb.Volume$FileChannelVol.getLong(Volume.java:878)
        at org.mapdb.StoreDirect.get2(StoreDirect.java:440)
        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:602)
        at org.mapdb.BTreeMap.containsKey(BTreeMap.java:1505)
        at database.DBMap.contains(DBMap.java:238)
        at qora.BlockChain.isNewBlockValid(BlockChain.java:111)
        at controller.Controller.onMessage(Controller.java:864)
        at network.Network.onMessage(Network.java:269)
        at network.Peer.run(Peer.java:178)
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.getLong(Volume.java:875)
        ... 12 more
Exception in thread "Thread-4" java.io.IOError: java.nio.channels.ClosedChannelException
        at org.mapdb.Volume$FileChannelVol.getLong(Volume.java:878)
        at org.mapdb.StoreWAL.update(StoreWAL.java:382)
        at org.mapdb.Caches$HashTable.update(Caches.java:270)
        at org.mapdb.EngineWrapper.update(EngineWrapper.java:63)
        at org.mapdb.Atomic$Var.set(Atomic.java:687)
        at database.BlockMap.setLastBlock(BlockMap.java:130)
        at qora.block.Block.process(Block.java:775)
        at qora.block.Block.process(Block.java:705)
        at qora.Synchronizer.process(Synchronizer.java:343)
        at qora.Synchronizer.synchronize(Synchronizer.java:195)
        at controller.Controller.update(Controller.java:1024)
        at qora.BlockGenerator.run(BlockGenerator.java:178)
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.getLong(Volume.java:875)
        ... 11 more
2016-05-28 11:23:05 INFO  Peer:146 - Failed to connect to : /1.9.155.24
2016-05-28 11:23:05 INFO  ConnectionCreator:118 - Connecting to peer 1.9.155.191 proposed
hero member
Activity: 658
Merit: 500
Up to date data folder missing (http://qora.co.in/?datafolder). I have sync problems with the latest Qora version.
newbie
Activity: 3
Merit: 0


do you need german?

if yes, there are two levels of distance of "you" in german, shortly explained: one for Robert and Sarah, the other one for Mr. and Mrs. Hill. Which one would you like me to use?
newbie
Activity: 2
Merit: 0
Good work on the release team!

Can some of you devs put this on Twitter and stiff, people should know about this!
hero member
Activity: 585
Merit: 500
@qora.team:

Please, is there anyway you could upload a newer data folder on http://qora.co.in ? It would save a lot of time starting up the new client.  Cheers!

 
newbie
Activity: 57
Merit: 0
There is an incomplete version of the chinese translation:
Code:
"zh": {
"_file_": "zh.json",
"_lang_name_": "中文",
"_timestamp_of_translation_": 1456832177000,
"download lang_name translation": "下载中文翻译",
"download update of lang_name translation from %date%": "下载从 %date%开始的中文翻译的更新"
}
https://raw.githubusercontent.com/Qoracoin/translations/master/0.26.0%20beta/languages/zh.json

https://pp.vk.me/c626327/v626327321/bc44/eESlhBGIGh0.jpg

It is enough only to translate these lines:
Code:
=========ADDED==========
{
"": "",
"% of total": "",
"(generator of %blockHeight%<\/a> block: %generatorAddress%<\/a>)": "",
"AT Account": "",
"AT Accounts": "",
"AT Amount": "",
"AT Type:": "",
"Account": "",
"Action": "",
"Address is not valid!": "",
"Addresses:": "",
"All %assetName% addresses (%count%)": "",
"All addresses": "",
"All non-empty %assetName% addresses (%count%)": "",
"All non-empty addresses": "",
"All on one page": "",
"Amount (Optional\/Default 20)": "",
"Amount left from
order<\/a><\/font>": "",
"An error occured": "",
"An error occurred while saving settings.": "",
"An error occurred while saving the website.": "",
"Apply filter": "",
"Asset": "",
"Asset Trade": "",
"Asset with given key is missing!": "",
"Automated Transaction": "",
"Available pairs": "",
"Black\/Whitelist": "",
"Blacklist": "",
"Block Explorer": "",
"Block height": "",
"Block version": "",
"Blog": "",
"Blog Description": "",
"Blog Title": "",
"Blog follow not successful": "",
"Blog follow not successful
You already follow this blog": "",
"Blog follow not successful
You can't follow your own profiles": "",
"Blog unfollow not successful": "",
"Blogdirectory": "",
"Browse": "",
"Buy Orders": "",
"Buyer": "",
"Cancel filter": "",
"Child block %blockHeight%, signature:": "",
"Comment": "",
"Compressed": "",
"Connect": "",
"Connecting to known peer %peer% :: %knownPeersCounter% \/ %allKnownPeers% :: Connections: %activeConnections%": "",
"Connecting to peer %newpeer% proposed by %peer% :: %foreignPeersCounter% \/ %maxReceivePeersForPrint% \/ %allReceivePeers% :: Connections: %activeConnections%": "",
"Connection Error": "",
"Content": "",
"Copy Text": "",
"Create a new post": "",
"Create or update keys in namestorage": "",
"Creation Bytes": "",
"Current block %blockHeight%, signature:": "",
"Data": "",
"Data as Base58": "",
"Data as Text": "",
"Delete Error": "",
"Delete successful": "",
"Disable Comments": "",
"ERROR": "",
"Enable Blog": "",
"Enable Profile": "",
"Entering creator is mandatory.": "",
"Entering text is mandatory.": "",
"Fees": "",
"Follow": "",
"Follow Error": "",
"Followers": "",
"Following": "",
"Frozen:": "",
"Gen.Balance": "",
"Generating": "",
"Go To": "",
"Hashtag": "",
"Have": "",
"Including": "",
"Interface language": "",
"Key (use key website or leave it blank to create a website)": "",
"Key successfully saved.": "",
"Last Block Found %time% ago.": "",
"Last Block Height": "",
"Last Block Signature": "",
"Last Block Time": "",
"Last processed block": "",
"Later": "",
"Like Error": "",
"Like not successful": "",
"Like remove not successful": "",
"Like removed successful": "",
"Like successful": "",
"Max Amount": "",
"Namestorage": "",
"Namestorage repopulated!": "",
"New Address": "",
"New Compressed Value": "",
"New Owner": "",
"New Value": "",
"No transactions found for this address.
It has probably not been used on the network yet.": "",
"Open Orders Volume": "",
"Operations": "",
"Option": "",
"Options": "",
"Orders
Count": "",
"Pages": "",
"Pair": "",
"Parent block %blockHeight%, signature:": "",
"Payments": "",
"Peers loaded from database : %peers%": "",
"Peers loaded from settings : %peers%": "",
"Poll": "",
"Polls": "",
"Post preview": "",
"Preview": "",
"Previous": "",
"Profile Banner": "",
"Profile Name is not Allowed.": "",
"Profile Picture": "",
"Profiles disabled": "",
"Recipients": "",
"STATUS OK": "",
"Saving...please confirm the security call and then wait until you get a success message! If the transaction amount is high this may take some time...": "",
"Sell Orders": "",
"Sending...": "",
"Service ID": "",
"Settings successfully saved.": "",
"Share Error": "",
"Share not successful": "",
"Share successful": "",
"Site": "",
"Some parameters are missing.": "",
"Sorry, that page does not exist!": "",
"StorageHistory": "",
"Submit": "",
"Submitting...": "",
"Tags:": "",
"The Blog of your active profile is disabled!": "",
"The blog entry you are trying to delete does not exist!": "",
"The comment you are trying to delete does not exist!": "",
"The file has been added to the key! You still need to submit the result to make it persistent!": "",
"There are atleast two entries with duplicate keys (Bad key: %key%)": "",
"There is no Polls.": "",
"This Blogentry is already in your blog.": "",
"This blog is currently disabled.": "",
"This feature can only be used with an active profile.\nPlease choose a Profile first!": "",
"This key is an internal qora key and can't be edited this way!": "",
"This key is empty": "",
"This name has currently no
website!": "",
"This namestorage does not contain any entries": "",
"This page is disabled for remote usage": "",
"This profile is currently disabled.": "",
"Time": "",
"Title": "",
"Title (optional)": "",
"Too many addresses!": "",
"Top %limit% %assetName% Richest": "",
"Top 100": "",
"Top 100 Richest": "",
"Top 250": "",
"Total": "",
"Total AT Amount": "",
"Total Amount": "",
"Total Fee": "",
"Total Received": "",
"Total Send": "",
"Total balance": "",
"Total coins in the system: %allTotal% %assetName%
minus %allinOrders% %assetName% in order = %all% %assetName%": "",
"Trade": "",
"Trades
Count": "",
"Transactions count": "",
"Unconfirmed": "",
"Unconfirmed Transactions": "",
"Unconfirmed transactions removed.": "",
"Unfollow": "",
"Unfollow successful": "",
"Unknown response": "",
"Upload": "",
"Upload File": "",
"Values": "",
"View": "",
"Visual editor": "",
"Votes": "",
"Wallet Synchronizing": "",
"Want": "",
"Webdirectory": "",
"Whitelist": "",
"You already like this post": "",
"You already shared this post": "",
"You are not allowed to delete this comment! You need to be the owner of the blog or author of the comment!": "",
"You are not allowed to delete this post! You need to be owner of the blog or author of the blogpost!": "",
"You can enable the blog
here<\/a>": "",
"You can enable the profile
here<\/a>": "",
"You can search Qora web using the search box below": "",
"You can't follow the Mainblog": "",
"You can't like your own posts": "",
"You can't post to this blog! None of your accounts has balance or the blog owner did not allow your accounts to post!": "",
"You did not choose a file or the file was empty!": "",
"You don't have a wallet!": "",
"You follow this blog now": "",
"You need to register a name to create a profile.": "",
"You need to register a name to create a website.": "",
"Your post was NOT successful": "",
"Your post was successful": "",
"ago": "",
"hour": "",
"hours": "",
"min": "",
"mins": "",
"secs": "",
"buy": "",
"confirmations": "",
"including total fee": "",
"isText": "",
"order": "",
"sell": "",
"the signature parameter must be set!": ""
}

Code:
=========REMOVED==========
{
" proposed by ": "",
"Orders
Count<\/html>": "",
"Trades
Count<\/html>": "",
"Asset:": "",
"Block height: ": "",
"Buy orders": "",
"Buyer:": "",
"Compressed:": "",
"Connecting to known peer ": "",
"Connecting to peer ": "",
"Connections: ": "",
"Data as Base58:": "",
"Data as Text:": "",
"Divisible:": "",
"Have:": "",
"New Owner:": "",
"New Value:": "",
"Option:": "",
"Options:": "",
"Payments:": "",
"Quantity:": "",
"Sell orders": "",
"Seller:": "",
"Service ID:": "",
"There are at least two entries with duplicate keys (Bad key: %key%)": "",
"Total:": "",
"Trade:": "",
"Wallet Synchronizing ": "",
"Want:": ""
}
hero member
Activity: 585
Merit: 500
Wallet v0.26.0 has been released and you can find it here: https://github.com/Qoracoin/Qora/releases/tag/0.26.0


Thanks qora.team! You guys deserve a medal of honor  Grin
sr. member
Activity: 264
Merit: 250
Wallet v0.26.0 has been released and you can find it here: https://github.com/Qoracoin/Qora/releases/tag/0.26.0

Quote

The v0.26.0 release includes the following updates:

  • The possibility of translation of the interface into any languages.
  • Switching to Java 8.
  • The ability to disable forging (in settings.json: "forging": false)
  • Logging errors to a file.
  • Multipayments when changing Namestorage (if you like a post you will send the author 10 Qora)
  • Added new API commands:
       - POST transactions/find {"address":"
    ", "sender":"", "recipient":"", "type":, "service":, "offset":, "limit":, "minHeight":, "maxHeight":, "desc":, "count":}
       - POST transactions/process
       - GET names/address/
    (including foreign addresses)
       - GET names/address/
    /values
       - GET addresses/lastreference/

       - GET addresses/lastreference/
    /unconfirmed
       - New commands allow to implement a full-fledged mobile app.
  • Fixed a bug due to which Windows-version could not start.
  • Command line param -peers=127.0.0.1,127.0.0.2,127.0.0.3 for add peers.
  • In BlockExplorer added support for displaying information on multiple addresses separated by a comma.
  • QR-code added for addresses in BlockExplorer.
  • Minor optimizations and bug fixes.



Great work qora.team Smiley
Jump to: