I'm not in control of the code anymore but i passed it on, here's what i was told (I'm just a messenger in this)
"We need people testing that diff adjust fork. We want to fork ASAP tell them they need to give us a fork date, if not we will chose it."
Okay, thanks for the message WASPJoe.
It looks like block #311152 is a good block to fork because after getting the message to stop mining -- the chain is now frozen there at a difficulty of 2.57959286 and miners have ceased progress.
I am happy to test the new diff adjust fork and would be happy to join the new community of developers too. Where do they idle on Freenode?
If a date is not driven by consensus - - or other replies in this thread -- it would seem to be having the fork at block #311152 is better because that block was solved and the chain remained there following your announcement here on the forum to stop mining on the main chain.
Kind Regards,
-Chicago
I've actually been calling them on the phone getting updates. If you create a channel, I can come around for a little to check. I will try to get them to as well.
I'll propose that to them.
if you can build on linux build from this github to test the fork:
https://github.com/thecoinproject/ccoin/tree/ccoin2015teamInstall bitcoin ppa and all needed requirements
sudo apt-add-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb-dev
sudo apt-get install libdb++-dev
sudo apt-get install libboost-dev
sudo apt-get install libboost-system-dev
sudo apt-get install libboost-filesystem-dev
sudo apt-get install libboost-program-options-dev
sudo apt-get install libboost-thread-dev
sudo apt-get install libgmp-dev
sudo apt-get install libmpfr-dev
sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev
sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb4.8++-dev libminiupnpc-dev
clone and set up
cd ~/
git clone https://github.com/thecoinproject/ccoin/tree/ccoin2015team
cd ~/ccoin/src
chmod -R 755 leveldb/
build daemon
cd ~/ccoin/src
make -f makefile.unix
strip ccoind
mv ccoind ~
ccoind is now in ~ run daemonized
./ccoind --daemon
make qt
qmake make
if that gives errors
qmake bitcoin-qt.pro
copy ccoin-qt to ~/
cp ccoin-qt ~/
run ccoin-qt
./ccoin-qt
old wallets should work.