Pages:
Author

Topic: [ANN] [V] Version - Rare Desirable NO PREMINE Store of Value -->> v0.8.9.9 FIX - page 16. (Read 71625 times)

sr. member
Activity: 280
Merit: 250
Donate to put a smile on my face :)

1. It rejects blocks submitted by cgminer over RPC.


Coff Coff "walletpassphrase "passphrase" 9999999 true" coff coff solo mining coff coff


uff bad health today  Wink

You're wrong here migello. If that was the case, stratum wouldn't work also (it uses the same principle to submit blocks).
sr. member
Activity: 460
Merit: 250

1. It rejects blocks submitted by cgminer over RPC.


Coff Coff "walletpassphrase "passphrase" 9999999 true" coff coff solo mining coff coff


uff bad health today  Wink





donate : VTRJ2GfUdCAVBet5H7QTDEs6PDmrwocqSt
full member
Activity: 182
Merit: 100
No replay from developer staycrypto.What is going on?
sr. member
Activity: 280
Merit: 250
Donate to put a smile on my face :)
I don't get it. Even with all this talk of broken chains people continue to mine why? In the off chance that their chain is the one they go for and then they have a huge stash of coins from the easy mining? Why keep mining a broken coin?

Difficulty has been rising ever since 0.8.9.9 was released.  So the problem where difficulty kept jumping to near zero is fixed (by removing KGW).  I don't think there are many chains anymore.  I think the chain forking happened when blocks were really fast and now there is one chain.  It was a normal insta-mine scenario like at coin launch.  Maybe you're right.  Maybe I'm right.  If everyone checked this blockhash, we could find out.  So how about it?

Code:
> getblockhash 116170
000000000037e5b31ddd26d24b9abe3739c89acbad6efa5cf4ee1be3acacf2e6

Make sure you move out your old config directory and use staycrypto's seed node when downloading the blockchain: "addnode=192.241.240.148"

I've updated the blockchain charts for version:
http://cryptometer.org/version_90_day_charts.html
You can see 4 empty days that were erased because of the KGW exploit followed by a couple days of blocks generated way above the target rate.  But it's levelling out now.  And difficulty won't go down anymore because the exploit is plugged.  The pools might even be able to handle the blockrate soon.

There are still some issues with the client:
1. It rejects blocks submitted by cgminer over RPC.
2. Mindfox says there is something wrong with PoS block transmission.
These could be fixed in an update that takes effect on a future block.

Also, canoe, I will give you my point of view, as a miner now. Not as zeuspool's admin team member, not as a member that tries to help out the coin.

I ceased all mining activity so I can help the developer of this coin revive it and make it stable. The reason I did it: I believe that this coin has potentials.
Is it fair for me, to have all those miners around me mining, while I'm just removing blocks, mining blocks, deleting wallet, so that I can help find the problem and probably a solution?

Then, why don't I just drop everything I do and start mining myself also?

Where is the community in that?

Also, the pools will not be able to handle the block rate. Not with this wallet... Period
sr. member
Activity: 280
Merit: 250
Donate to put a smile on my face :)
I'm having a lot of issues with my wallet updating.  I tried following the steps suggested by the dev and nothing.  Finally I renamed my Version folder (to Version_BU) launched the new waller and it created a new directory for everything and I did connect node etc and I still get stuck at block 70000

At this point im stuck and confued cause I pretty much did a fresh/clean install

The coin has not been completely fixed yet, don't worry about it.  There are multiple forks of the chain, and the devs are still trying to fix the problems.  Follow this thread and download the new wallet when they announce it, but until then, don't bother syncing or mining.
I apologize for not posting for that long, but I haven't talked to staycrypto since last update's release time.

From what I can understand from the endless debug logs I have created during that time, the problem is heavily connected with PoS blocks and how they are announced to and gets accepted by peers. I noticed that my wallet has many rejects to the PoS blocks announced by others. I believe the same happens to my wallet's PoS blocks announced to peers connected with me. This forces the wallet to keep relaying the transactions that created them until it get's banned by the connected pears. That's when wallet starts crawling to death, most probably because of the many reorganization and re-transmitting of those blocks.
That of course happens to wallets with many many blocks that have reached PoS maturity (either from mining or from transactions).

I'm posting this so I can share my suspicions and let anyone know that (at least I) still investigating and pinpointing the problem.

I've been solo mining with the new client and having some success:
1. "set generate true" works in the client.  (CPU mining)
2. Pointing cgminer directly at the daemon does NOT work.  Everything is rejected.
3. Putting stratum server between cgminer and the daemon works.
(https://github.com/Crypto-Expert/stratum-mining.git)

The chain I'm on is at a height of 116170 with difficulty at 700 and rising slowly.  I have 35 connected peers all running v0.8.9.9.  They are confirming my blocks and I am confirming their blocks.  For a while, blocks were so fast that my blocks were always orphaned.  But now things are slow enough that some of mine stick.  I've had some Proof of Stake blocks too (which are "mined" by the client) and they've been confirmed by others.  The seed node specified by StayCrypto is one of my peers and it has not banned me.

Is anyone else on a different chain?  Run this in the debug console to confirm:
Code:
> getblockhash 116170
000000000037e5b31ddd26d24b9abe3739c89acbad6efa5cf4ee1be3acacf2e6

Mindfox, so I'm not noticing this problem.  Can you give me something to search for in the debug log.  What does "rejects to the PoS blocks announced by others" look like in the log?
We are on the same chain because I have re-downloaded so many times the blocchain, exported wallet's address and re-created wallet.dat.

If you had many blocks mined (as usually happens in a pool's wallet) (not some and not slowly, as it happens with current hashrate of the network) you would have the problems I'm describing.

A sample log entry would be:
"ERROR: CheckProofOfStake() : INFO: check kernel failed on coinstake [hash[, hashProof=[posdiff]"

Also, you should see somewhere a REORGANIZE in your log. You'll notice that it is reorganizing 1, maby 2 or 3 blocks.
In my case, those blocks were up to 22000 or more, which resulted in DB Exception error (same thing was reported by a windows wallet if I remember correctly).
The DB_CONFIG was just a small slow-down for the error to appear, but eventually it will appear if you have many PoS blocks.


full member
Activity: 121
Merit: 100
I don't get it. Even with all this talk of broken chains people continue to mine why? In the off chance that their chain is the one they go for and then they have a huge stash of coins from the easy mining? Why keep mining a broken coin?

Difficulty has been rising ever since 0.8.9.9 was released.  So the problem where difficulty kept jumping to near zero is fixed (by removing KGW).  I don't think there are many chains anymore.  I think the chain forking happened when blocks were really fast and now there is one chain.  It was a normal insta-mine scenario like at coin launch.  Maybe you're right.  Maybe I'm right.  If everyone checked this blockhash, we could find out.  So how about it?

Code:
> getblockhash 116170
000000000037e5b31ddd26d24b9abe3739c89acbad6efa5cf4ee1be3acacf2e6

Make sure you move out your old config directory and use staycrypto's seed node when downloading the blockchain: "addnode=192.241.240.148"

I've updated the blockchain charts for version:
http://cryptometer.org/version_90_day_charts.html
You can see 4 empty days that were erased because of the KGW exploit followed by a couple days of blocks generated way above the target rate.  But it's levelling out now.  And difficulty won't go down anymore because the exploit is plugged.  The pools might even be able to handle the blockrate soon.

There are still some issues with the client:
1. It rejects blocks submitted by cgminer over RPC.
2. Mindfox says there is something wrong with PoS block transmission.
These could be fixed in an update that takes effect on a future block.
hero member
Activity: 767
Merit: 500
I don't get it. Even with all this talk of broken chains people continue to mine why? In the off chance that their chain is the one they go for and then they have a huge stash of coins from the easy mining? Why keep mining a broken coin?
full member
Activity: 182
Merit: 100
When will pool mining start.I want to mine versions because from NXT market I have lost coins.Thanks
full member
Activity: 121
Merit: 100
I'm having a lot of issues with my wallet updating.  I tried following the steps suggested by the dev and nothing.  Finally I renamed my Version folder (to Version_BU) launched the new waller and it created a new directory for everything and I did connect node etc and I still get stuck at block 70000

At this point im stuck and confued cause I pretty much did a fresh/clean install

The coin has not been completely fixed yet, don't worry about it.  There are multiple forks of the chain, and the devs are still trying to fix the problems.  Follow this thread and download the new wallet when they announce it, but until then, don't bother syncing or mining.
I apologize for not posting for that long, but I haven't talked to staycrypto since last update's release time.

From what I can understand from the endless debug logs I have created during that time, the problem is heavily connected with PoS blocks and how they are announced to and gets accepted by peers. I noticed that my wallet has many rejects to the PoS blocks announced by others. I believe the same happens to my wallet's PoS blocks announced to peers connected with me. This forces the wallet to keep relaying the transactions that created them until it get's banned by the connected pears. That's when wallet starts crawling to death, most probably because of the many reorganization and re-transmitting of those blocks.
That of course happens to wallets with many many blocks that have reached PoS maturity (either from mining or from transactions).

I'm posting this so I can share my suspicions and let anyone know that (at least I) still investigating and pinpointing the problem.

I've been solo mining with the new client and having some success:
1. "set generate true" works in the client.  (CPU mining)
2. Pointing cgminer directly at the daemon does NOT work.  Everything is rejected.
3. Putting stratum server between cgminer and the daemon works.
(https://github.com/Crypto-Expert/stratum-mining.git)

The chain I'm on is at a height of 116170 with difficulty at 700 and rising slowly.  I have 35 connected peers all running v0.8.9.9.  They are confirming my blocks and I am confirming their blocks.  For a while, blocks were so fast that my blocks were always orphaned.  But now things are slow enough that some of mine stick.  I've had some Proof of Stake blocks too (which are "mined" by the client) and they've been confirmed by others.  The seed node specified by StayCrypto is one of my peers and it has not banned me.

Is anyone else on a different chain?  Run this in the debug console to confirm:
Code:
> getblockhash 116170
000000000037e5b31ddd26d24b9abe3739c89acbad6efa5cf4ee1be3acacf2e6

Mindfox, so I'm not noticing this problem.  Can you give me something to search for in the debug log.  What does "rejects to the PoS blocks announced by others" look like in the log?
sr. member
Activity: 280
Merit: 250
Thanks for the update.  Is there any info we can provide to help track this problem down?
hero member
Activity: 1029
Merit: 712
I'm having a lot of issues with my wallet updating.  I tried following the steps suggested by the dev and nothing.  Finally I renamed my Version folder (to Version_BU) launched the new waller and it created a new directory for everything and I did connect node etc and I still get stuck at block 70000

At this point im stuck and confued cause I pretty much did a fresh/clean install

The coin has not been completely fixed yet, don't worry about it.  There are multiple forks of the chain, and the devs are still trying to fix the problems.  Follow this thread and download the new wallet when they announce it, but until then, don't bother syncing or mining.
I apologize for not posting for that long, but I haven't talked to staycrypto since last update's release time.

From what I can understand from the endless debug logs I have created during that time, the problem is heavily connected with PoS blocks and how they are announced to and gets accepted by peers. I noticed that my wallet has many rejects to the PoS blocks announced by others. I believe the same happens to my wallet's PoS blocks announced to peers connected with me. This forces the wallet to keep relaying the transactions that created them until it get's banned by the connected pears. That's when wallet starts crawling to death, most probably because of the many reorganization and re-transmitting of those blocks.
That of course happens to wallets with many many blocks that have reached PoS maturity (either from mining or from transactions).

I'm posting this so I can share my suspicions and let anyone know that (at least I) still investigating and pinpointing the problem.

Thanks for posting!
sr. member
Activity: 280
Merit: 250
Donate to put a smile on my face :)
I'm having a lot of issues with my wallet updating.  I tried following the steps suggested by the dev and nothing.  Finally I renamed my Version folder (to Version_BU) launched the new waller and it created a new directory for everything and I did connect node etc and I still get stuck at block 70000

At this point im stuck and confued cause I pretty much did a fresh/clean install

The coin has not been completely fixed yet, don't worry about it.  There are multiple forks of the chain, and the devs are still trying to fix the problems.  Follow this thread and download the new wallet when they announce it, but until then, don't bother syncing or mining.
I apologize for not posting for that long, but I haven't talked to staycrypto since last update's release time.

From what I can understand from the endless debug logs I have created during that time, the problem is heavily connected with PoS blocks and how they are announced to and gets accepted by peers. I noticed that my wallet has many rejects to the PoS blocks announced by others. I believe the same happens to my wallet's PoS blocks announced to peers connected with me. This forces the wallet to keep relaying the transactions that created them until it get's banned by the connected pears. That's when wallet starts crawling to death, most probably because of the many reorganization and re-transmitting of those blocks.
That of course happens to wallets with many many blocks that have reached PoS maturity (either from mining or from transactions).

I'm posting this so I can share my suspicions and let anyone know that (at least I) still investigating and pinpointing the problem.
hero member
Activity: 700
Merit: 500
I'm having a lot of issues with my wallet updating.  I tried following the steps suggested by the dev and nothing.  Finally I renamed my Version folder (to Version_BU) launched the new waller and it created a new directory for everything and I did connect node etc and I still get stuck at block 70000

At this point im stuck and confued cause I pretty much did a fresh/clean install

The coin has not been completely fixed yet, don't worry about it.  There are multiple forks of the chain, and the devs are still trying to fix the problems.  Follow this thread and download the new wallet when they announce it, but until then, don't bother syncing or mining.
legendary
Activity: 1246
Merit: 1000
103 days, 21 hours and 10 minutes.
I'm having a lot of issues with my wallet updating.  I tried following the steps suggested by the dev and nothing.  Finally I renamed my Version folder (to Version_BU) launched the new waller and it created a new directory for everything and I did connect node etc and I still get stuck at block 70000

At this point im stuck and confued cause I pretty much did a fresh/clean install



member
Activity: 90
Merit: 10
I lost my versions from NXT market.I am happy and I still thrust in this coin.

Really?  I still have all of mine since they updated...
hero member
Activity: 1029
Merit: 712
Hmm, well I have updated to v08.9.9 and the first attempt at synching the wallet had all my coins but it got stuck at block 60-odd thousand.  Tried again and it has (eventually) got to 104293 (and still goig) but I have lost c. 1200 V.

Looking in detail I'm not sure they are actually lost yet, as they were obviously there: I can see the deposit transactions, they seem to have gone somewhere, I assume for PoS?
full member
Activity: 182
Merit: 100
I lost my versions from NXT market.I am happy and I still thrust in this coin.
hero member
Activity: 1029
Merit: 712
Hmm, well I have updated to v08.9.9 and the first attempt at synching the wallet had all my coins but it got stuck at block 60-odd thousand.  Tried again and it has (eventually) got to 104293 (and still goig) but I have lost c. 1200 V.
member
Activity: 98
Merit: 10
So is solo mining a wasted effort atm?

Who knows. But probably.
sr. member
Activity: 280
Merit: 250
So is solo mining a wasted effort atm?
Pages:
Jump to: