Bitcoin Forum
April 24, 2024, 05:55:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 ... 178 »
  Print  
Author Topic: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network  (Read 249381 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Enema
Sr. Member
****
Offline Offline

Activity: 445
Merit: 250


View Profile
May 28, 2016, 10:27:16 AM
 #701

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

"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713981345
Hero Member
*
Offline Offline

Posts: 1713981345

View Profile Personal Message (Offline)

Ignore
1713981345
Reply with quote  #2

1713981345
Report to moderator
qora.team (OP)
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
May 28, 2016, 12:46:38 PM
 #702

Up to date data folder missing (http://qora.co.in/?datafolder). I have sync problems with the latest Qora version.
Updated.
helloge
Legendary
*
Offline Offline

Activity: 1057
Merit: 1000


The Experience Layer of the Decentralized Internet


View Profile
May 28, 2016, 01:38:27 PM
 #703

Up to date data folder missing (http://qora.co.in/?datafolder). I have sync problems with the latest Qora version.
Updated.
thanks for updating.

                                 
              ▄▄███▄▄             
            ███████████           
     ▄▄███▄▄  ▀▀███▀▀  ▄▄███▄▄   
   ████████████▄▄    ███████████ 
     ▀▀████████████▄▄  ▀▀███▀▀   
         ▀▀████████████           
     ▄▄███▄▄  ▀▀███▀▀  ▄▄███▄▄   
   ███████████▄▄     ███████████ 
     ▀▀████████████▄▄  ▀▀███▀▀   
         ▀▀█████████████▄▄       
     ▄▄███▄▄ ▀▀█████████████▄▄   
   ████████████▄▄ ▀▀████████████ 
     ▀▀████████████▄▄ ▀▀█████▀▀   
         ▀▀████████████           
             ▀▀█████▀▀           
                                 
.CARDSTACK..............
...The Experience Layer of the Decentralized Internet.....
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
..Bringing scalability and usability to....
..dApps for mass market adoption......
------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------
..TOKEN EVENT      .GET ON WHITELIST.
...
---------------------------------------------------------------------------------
---Twitter   ⦁   Telegram   ⦁   Blog   ⦁   Bitcointalk----
yabit
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
May 28, 2016, 03:46:52 PM
 #704

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 !
Polarhare
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 28, 2016, 08:50:59 PM
Last edit: May 28, 2016, 09:05:13 PM by Polarhare
 #705



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.
yabit
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
May 29, 2016, 09:05:46 AM
 #706

Closing ... (Saving database. Please wait ...) never ends. Waiting 3 hours now, cpu load 40%. Is it normal?
ttx
Full Member
***
Offline Offline

Activity: 150
Merit: 101


View Profile
May 29, 2016, 11:41:17 AM
Last edit: May 29, 2016, 11:57:02 AM by ttx
 #707

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).

yabit
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
May 29, 2016, 12:50:55 PM
 #708

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).
GetVisaCoin
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile
May 29, 2016, 01:34:41 PM
 #709

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
yabit
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
May 29, 2016, 02:41:30 PM
 #710

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.
esetor78
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
May 29, 2016, 04:31:44 PM
 #711

this coin is dead
yabit
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
May 29, 2016, 05:47:50 PM
 #712

this coin is dead

I don't think so.
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
May 30, 2016, 10:22:39 PM
 #713

Pinned

Hello,

i tested the Win Qora wallet. The block sync over block 175K is very slow. It that normal?

Note: the Announcement link is old http://coinmarketcap.com/currencies/qora/   Wink

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
keats3
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
May 31, 2016, 12:40:29 AM
Last edit: May 31, 2016, 02:44:48 AM by keats3
 #714

Pinned

Hello,

i tested the Win Qora wallet. The block sync over block 175K is very slow. It that normal?

Note: the Announcement link is old http://coinmarketcap.com/currencies/qora/   Wink

Syncing's much faster if you download the data folder containing the blockchain, unzip it and then put it in your wallet's folder before running it for the first time. The latest data folder zip is only a few days old.

http://qora.co.in/data/data_20160528_122841_220996_v0260.zip

It's also best to restore your wallet using your seed if you want the fastest sync.
Breasal
Hero Member
*****
Offline Offline

Activity: 585
Merit: 500


View Profile
May 31, 2016, 06:53:33 AM
 #715

waiting for below 10 sat to pick up some more  Tongue  Wink

Preparing for a big pump to 100+ (only 679 BTC to go..lol)
shenjing85
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


Spectiv VR Crowdsale: 12/08/17


View Profile
May 31, 2016, 01:44:08 PM
 #716

why the price still be lower?


              ▄▄████████████▄▄             
          ▄███▀▀▀░░░░░░░░░░▀▀▀███▄▄        
       ▄██▀▀░░░░░░░░░░░░░░░░░░░░░▀██▄      
     ▄██▀░░░░░░░░░░░░░░░░░░░░░░░░░░▀███    
   ▄██▀░░░░░░░░░░░░░░░▄▄▄▄▄█████████████▄  
  ▄██░░░░░░░░░░░▄▄█████████░░░░░░░░░░░░▀█▌ 
 ▐██░░░░░░░░▄█████▀▀▀▀▀▀▀▀▀████▄░░░░░░░░▀█▌
▐██░░░░░░▄███▀▀███████████████▀▀██▄░░░░░░██▌
████▄░░▄██▀███████▄██████▄████████▀██▄░░░▐██
██░▀████▀██████████████████████████████▄░░██
██░░░▀██▄█████████████████████████▄██▀▀██▄██
██▌░░░░▀███▄████████▀▀▀▀███████▄██▀░░░░░▀███
▐██░░░░░░░▀███▄▄███████████▄▄██▀▀░░░░░░░░██▌
 ▐██░░░░░░░░░░▀▀████████████▀░░░░░░░░░░░▄█▌
  ▀██▄▄▄▄▄▄▄▄▄████████▀▀▀░░░░░░░░░░░░░░▄█▌ 
   ▀███▀▀▀▀▀▀░░░░░░░░░░░░░░░░░░░░░░░░▄██▀  
     ▀██▄░░░░░░░░░░░░░░░░░░░░░░░░░░▄██▀    
       ▀███▄░░░░░░░░░░░░░░░░░░░░▄▄██▀      
          ▀████▄▄░░░░░░░░░░▄▄▄███▀         
              ▀▀▀██████████▀▀▀             

    
                         [ Website ]                    
    
JPred
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


my magic is growing strong[er]


View Profile
May 31, 2016, 05:49:47 PM
 #717

why the price still be lower?

The really really ultra cool feature about lower price which the ultra high-price coin cannot compete with is the following: hehe - I just <3 this  Cheesy the feature is this > the coin CANNOT go much lower hahahaha!


FREEDOM
Renodura
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 01, 2016, 07:54:18 PM
 #718

It's been two years since I jumped in here and now, two months outside of this project I can tell what I see.

This project was a magical journey through the world of crypto, many achievements, many ideas and most of all, faith.
But, as it happens to all the journeys, you are not always facing the good side of life.

And the bad thing with Qora is that this project is nearly dead, if it is not dead already.
Sad to see so many capabilities become useless but this is what worth's to a project without the proper environment.
And the proper environment was not established in here, no matter how hard people involved have worked.
The only interest that holders had was to just sell their stake at the highest possible price.
Sounds logic, we are living in a world full of greed, I can't see why Qora would differ from this.
This is reflected on the Top 100 list, where one account (which is Poloniex) holds 56% of the total supply, making Qora vulnerable.
If you hope for the price to raise, then keep hoping.A pump and dump group may pick it up some day.
You can find the features of Qora in so many other crypto / projects right now so, don't bother your self with this shit anymore.   Cool

Luckily, I experienced some great things on this journey as well.
I learned a lot for this crypto world and the most valuable was that I proved that ideas can become reality.
I met and cooperated with very talented and smart people.
I was the one of the two guys who actually did the world's first atomic cross chain transfer, writing history!  Grin
The underlying tech of Qora is really powerful, and for me, being a part of this was a big honor.

Those are what I have gathered so far in this journey.
But I had to stop to protect my self, I had to stop serving my ideas, my work, my time to a useless project, to a speechless community.
And I call the rest of the core contributors to stop contributing on Qora from now and on, in order to protect them.

A goal without a plan is just a wish and the plan that the holders are having is to sell high and buy low.That sounds like a great plan, really!  Cheesy

Me?
As some of you have noticed, I still have my own plans.
I may clone Qora and start over ... or may not, I may trolling all day long ...or may not ... whatever.
It doesn't really matter anyway, right?

That's my - last - two cents on this

It was a pleasure...
Cheers
xyz
Hero Member
*****
Offline Offline

Activity: 1848
Merit: 772


View Profile
June 01, 2016, 08:04:23 PM
 #719

It's been two years since I jumped in here and now, two months outside of this project I can tell what I see.

This project was a magical journey through the world of crypto, many achievements, many ideas and most of all, faith.
But, as it happens to all the journeys, you are not always facing the good side of life.

And the bad thing with Qora is that this project is nearly dead, if it is not dead already.
Sad to see so many capabilities become useless but this is what worth's to a project without the proper environment.
And the proper environment was not established in here, no matter how hard people involved have worked.
The only interest that holders had was to just sell their stake at the highest possible price.
Sounds logic, we are living in a world full of greed, I can't see why Qora would differ from this.
This is reflected on the Top 100 list, where one account (which is Poloniex) holds 56% of the total supply, making Qora vulnerable.
If you hope for the price to raise, then keep hoping.A pump and dump group may pick it up some day.
You can find the features of Qora in so many other crypto / projects right now so, don't bother your self with this shit anymore.   Cool

Luckily, I experienced some great things on this journey as well.
I learned a lot for this crypto world and the most valuable was that I proved that ideas can become reality.
I met and cooperated with very talented and smart people.
I was the one of the two guys who actually did the world's first atomic cross chain transfer, writing history!  Grin
The underlying tech of Qora is really powerful, and for me, being a part of this was a big honor.

Those are what I have gathered so far in this journey.
But I had to stop to protect my self, I had to stop serving my ideas, my work, my time to a useless project, to a speechless community.
And I call the rest of the core contributors to stop contributing on Qora from now and on, in order to protect them.

A goal without a plan is just a wish and the plan that the holders are having is to sell high and buy low.That sounds like a great plan, really!  Cheesy

Me?
As some of you have noticed, I still have my own plans.
I may clone Qora and start over ... or may not, I may trolling all day long ...or may not ... whatever.
It doesn't really matter anyway, right?

That's my - last - two cents on this

It was a pleasure...
Cheers

I am very sad about your final words! But I think you are right - without a good community the best thing cannot stay alive. BUT - what can we do? WE = the people who believe in this coin! For example me! I am in about 2 years too and I didn't sell my Qora, I have not ONE Qora at polo... I am still hoping... Am I a fool?

...
Es sind die glücklichen Sklaven der Freiheit größter Feind...
(Heinrich Hoffmann von Fallersleben, 1798-1874)
JPred
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


my magic is growing strong[er]


View Profile
June 02, 2016, 05:39:52 AM
 #720

It's been two years since I jumped in here and now, two months outside of this project I can tell what I see.

This project was a magical journey through the world of crypto, many achievements, many ideas and most of all, faith.
But, as it happens to all the journeys, you are not always facing the good side of life.

And the bad thing with Qora is that this project is nearly dead, if it is not dead already.
Sad to see so many capabilities become useless but this is what worth's to a project without the proper environment.
And the proper environment was not established in here, no matter how hard people involved have worked.
The only interest that holders had was to just sell their stake at the highest possible price.
Sounds logic, we are living in a world full of greed, I can't see why Qora would differ from this.
This is reflected on the Top 100 list, where one account (which is Poloniex) holds 56% of the total supply, making Qora vulnerable.
If you hope for the price to raise, then keep hoping.A pump and dump group may pick it up some day.
You can find the features of Qora in so many other crypto / projects right now so, don't bother your self with this shit anymore.   Cool

Luckily, I experienced some great things on this journey as well.
I learned a lot for this crypto world and the most valuable was that I proved that ideas can become reality.
I met and cooperated with very talented and smart people.
I was the one of the two guys who actually did the world's first atomic cross chain transfer, writing history!  Grin
The underlying tech of Qora is really powerful, and for me, being a part of this was a big honor.

Those are what I have gathered so far in this journey.
But I had to stop to protect my self, I had to stop serving my ideas, my work, my time to a useless project, to a speechless community.
And I call the rest of the core contributors to stop contributing on Qora from now and on, in order to protect them.

A goal without a plan is just a wish and the plan that the holders are having is to sell high and buy low.That sounds like a great plan, really!  Cheesy

Me?
As some of you have noticed, I still have my own plans.
I may clone Qora and start over ... or may not, I may trolling all day long ...or may not ... whatever.
It doesn't really matter anyway, right?

That's my - last - two cents on this

It was a pleasure...
Cheers

I am very sad about your final words! But I think you are right - without a good community the best thing cannot stay alive. BUT - what can we do? WE = the people who believe in this coin! For example me! I am in about 2 years too and I didn't sell my Qora, I have not ONE Qora at polo... I am still hoping... Am I a fool?

Whatever...let it be

FREEDOM
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 ... 178 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!