Please upgrade your feathercoin daemon version
-
We need to activate block version 3,New block version is include full BIP version.Everyone would be a real winner. Please upgrade your pool daemon to 0.11.1.1 or 0.9.5, thank you in advance.
You maybe update pyOpenSSL:
pip install cryptography --upgrade
pip install pyopenssl --upgrade
pip install service_identity -
You update daemon version to 0.11.1.
https://github.com/FeatherCoin/Feathercoin/tree/0.11.1 -
You update daemon version to 0.11.2.2 . It run block version 4.
-
@ Lizhi: did you implement ACP into 0.11.2.2?
0.11.2.2 still is not a production release, until ACP is implemented!
-
@lizhi How do you produce v4 blocks without breaking compatibility with all existing wallets?
-
@ghostlander said:
@lizhi How do you produce v4 blocks without breaking compatibility with all existing wallets?
Good question!
I think we will need:- a kind of interim wallet, accepting and proccessing v2 blocks as well as v4 blocks
- when the majority of wallets (> 98% ? ) is on that version, we can implement and run protocol version 4
In any case we need a good test and implementation planning, according with a continuous version control, which wallet versions are connected to the block chain.
Last but not least we need to communicate well to the community, as the implementation of 0.8.7.3 shows that people are reluctant to implement or don’t care about the version of wallet they run.
We still have 0.8.7, 0.8.7.1 and 0.8.7.2 wallets online, despite the problems we had.
-
Our problem is 0.8 and 0.9 accept version 2 only. Both stay in place for ever. old version can not upgrade. So we must face a fork.
-
After I commit codes , they can accpet V2. But a interim wallet may take too long time, our pool is lazy .
-
@lizhi There will be a fork, but we can trigger a switch to V4 blocks based on some parameters.
If anything fails, we can trigger the switch manually after the criteria we define is met or at a given block, and after announcing the switch upfront, like we did for the neoscrypt fork.
-
The newest feathercoin core is 0.9.3.2. This version is very important. All clients should be upgraded.
-
Lizhi version 0.9.3.2 is still under development and testing. I have some further changes to GUI in progress, please do not use this version untill it is ready. There is currently a bug that there excessive messages in debug.log
-
0.8 clients upgrade to 0.9.3.2 , the sooner the better .
-
We will release 0.9.3.2 soon, but some changes will be applied before.