Feathercoin 0.6.4.4 - The Miner Update - Hard Fork Block 87948
-
[b]Feathercoin - The Miner Update - Hard Fork Block 87948[/b]
The latest Feathercoin version 0.6.4.4 is now available and is a mandatory update. This update includes a hard fork of the block chain to accommodate the changes made in this patch. This hard fork should happen roughly around the 1st October which is only a week away. To be able to send and receive Feathercoin after block 87948 you have to use the new client. Continuing to use old clients after the hard fork could result in the loss of coins.
Primarily this update is to further the refine of the difficulty adjust. Though the current Feathercoin difficulty which we changed to get us out of a tough spot it is not fair for long term miners who have to experience 41.4% swings on every adjust. The new code will adjust four times more frequently at 126 blocks but to approximately 9% which still gives the exact same overall adjust. To prevent the difficulty from being sent up or down too rapidly the current 504 sample window is being maintained and damping is being introduced to reduce fluctuations between extremes.
There have been long running discussion and arguments on the Feathercoin forum including simulations of various different options surrounding this solution. Feel free to take a look at the latest discussion [url=https://forum.feathercoin.com/index.php?topic=3447.0]here[/url].
To get the latest update please go to the Official Feathercoin Website and download the client from the homepage.
[url=https://www.feathercoin.com]Official Feathercoin Website[/url]
Changelog:
Move to 126 difficulty adjust with 504 averaging window and .25 damping
Reduce effectivness of Time Warp attack
Reinstate CAlert system
Make getnetworkhashps more accurate
Release Windows binary with QR encode -
[s]How to update your client:
[url=http://forum.feathercoin.com/index.php?topic=2702]Click![/url][/s]Edit: Turns out it’s a .exe now :), just install it over your existing installation!
-
[quote name=“iawgoM” post=“29033” timestamp=“1380030077”]
[quote author=sheepson link=topic=3767.msg29027#msg29027 date=1380027450]
[s]How to update your client:
[url=http://forum.feathercoin.com/index.php?topic=2702]Click![/url][/s]Edit: Turns out it’s a .exe now :), just install it over your existing installation!
[/quote]Poor Tutorial guy :(
[/quote]Hehe, :(.
I did update it tho 8)
[url=http://forum.feathercoin.com/index.php?topic=2702]http://forum.feathercoin.com/index.php?topic=2702[/url] -
Any idea where to get the obj/net.o file.
Thanks
-
[quote name=“gen” post=“29078” timestamp=“1380094995”]
Any idea where to get the obj/net.o file.Thanks
[/quote]That file should be created as part of the compilation process.
Can you give us a run down of what you are doing, where it is going wrong and provided some error text?
-
[quote name=“Bushstar” post=“29079” timestamp=“1380095124”]
[quote author=gen link=topic=3767.msg29078#msg29078 date=1380094995]
Any idea where to get the obj/net.o file.Thanks
[/quote]That file should be created as part of the compilation process.
Can you give us a run down of what you are doing, where it is going wrong and provided some error text?
[/quote]I encountered this while compiling…
/FeatherCoin/src/obj -DUSE_UPNP=0 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/net.d -o obj/net.o net.cpp
net.cpp:21:32: fatal error: miniupnpc/miniwget.h: No such file or directory
compilation terminated.
make: *** [obj/net.o] Error 1miniupnpc is installed, running on mint 15.
Update, found the solution…
I install the following…
sudo apt-get install libminiupnpc-dev
Compiled 6.4.4 feathercoind without issue.
Thanks… :)
Note: its not in the build-unix.txt to install the “libminiupnpc-dev”. Maybe its good to update the build-unix.txt in the document folder.
-
Thanks for the feedback and well done for figuring it out. I have added that to the docs in the new Qt testbuild.
Quick fix for that is changing USE_UPNP:=0 to USE_UPNP:= in the makefile.unix file but then you have no UPNP functionality.
-
When attempting to download [s]Windows[/s] either client … Error 520 Ray ID: b39789ac6d803ee, Web server is returning an unknown error
-
Works for me Tuck. :-[
-
[quote name=“Tuck Fheman” post=“29139” timestamp=“1380130582”]
When attempting to download [s]Windows[/s] either client … Error 520 Ray ID: b39789ac6d803ee, Web server is returning an unknown error
[/quote]Is it working now Tuck?
There is always a backup download on out Feathercoin Client GitHub repo. Link to the Windows version below.
Feathercoin 0.6.4.4
https://github.com/FeatherCoin/Feathercoin-Clients/blob/master/feathercoinqt-win-0.6.4.4.zip?raw=true -
[quote name=“Bushstar” post=“29146” timestamp=“1380133009”]
Is it working now Tuck?
[/quote]Yep
-
Coinotron has updated FTC client to 0.6.4.4
-
Less than 8 hours to the fork!
Who’s all gonna be watching the hash/diff tomorrow for fun?
I know I will. -
[quote name=“mnstrcck” post=“29707” timestamp=“1380476437”]
Less than 8 hours to the fork!
Who’s all gonna be watching the hash/diff tomorrow for fun?
I know I will.
[/quote]It looks like I will be asleep when it happens, I have kids to take to school in the morning. I have given my mobile number to several people in case of an emergency.
The new stats page is up which looks just like the old one but works on adjusts every 126 blocks.
[url=https://www.feathercoin.com/netstats/]https://www.feathercoin.com/netstats/[/url]
-
We are rolling just fine like expected. Well done.
[code]RETARGET: nActualTimespan = 15719 before bounds
RETARGET: nActualTimespanLong = 18089, nActualTimeSpanAvg = 16904, nActualTimespan (damped) = 18401
RETARGET: nActualTimespan = 18401 after bounds
RETARGET: nTargetTimespan = 18900, nTargetTimespan/nActualTimespan = 1.0271
GetNextWorkRequired RETARGET
Before: 1c01455e 0000000001455e00000000000000000000000000000000000000000000000000
After: 1c013cc6 00000000013cc6dcb3a9186f64d42b208fe6dc4ba298075e53c31a0f7ed5cb3a
SetBestChain: new best=cc090355706db5bff83d height=87948 work=36414190026455783 date=09/29/13 21:49:20[/code] -
[quote name=“ghostlander” post=“29771” timestamp=“1380494424”]
We are rolling just fine like expected. Well done.[code]RETARGET: nActualTimespan = 15719 before bounds
RETARGET: nActualTimespanLong = 18089, nActualTimeSpanAvg = 16904, nActualTimespan (damped) = 18401
RETARGET: nActualTimespan = 18401 after bounds
RETARGET: nTargetTimespan = 18900, nTargetTimespan/nActualTimespan = 1.0271
GetNextWorkRequired RETARGET
Before: 1c01455e 0000000001455e00000000000000000000000000000000000000000000000000
After: 1c013cc6 00000000013cc6dcb3a9186f64d42b208fe6dc4ba298075e53c31a0f7ed5cb3a
SetBestChain: new best=cc090355706db5bff83d height=87948 work=36414190026455783 date=09/29/13 21:49:20[/code]
[/quote]Well done everyone who stood up to help! 8)
-
Happy hard fork day everyone :)
-
Hi I’ve just been thinking about this and would it be possible to have some kind of indicator that a client is out of date? Even some kind of RSS feed from feathercoin.com that is checked daily by the client and shows any new messages. Maybe this should be a new thread? Kris
-
[quote name=“kris_davison” post=“29859” timestamp=“1380563375”]
Hi I’ve just been thinking about this and would it be possible to have some kind of indicator that a client is out of date? Even some kind of RSS feed from feathercoin.com that is checked daily by the client and shows any new messages. Maybe this should be a new thread? Kris
[/quote]Good news. With this client update we reinstated the CAlert system. This allows us to send messages to specific versions of the client with the message to upgrade. Whenever we come to hard fork in the future we can use this system. We can also tell people to downgrade in case of an emergency.
-
[quote name=“Bushstar” post=“29784” timestamp=“1380528054”]
Happy hard fork day everyone :)
[/quote]You are doing a great work Bush, 1 more rep point for you ;)