Please upgrade pool daemon to core wallet
-
Please update your pool wallet to core wallet. We need more hashrate,support for mutli-sign and private blockchain addresses.
Compiler manual https://forum.feathercoin.com/index.php?/topic/7643-dev-private-blockchain-addresses-dark-blockchain/page-2#entry72511
git clone -b 0.9.3 git://github.com/FeatherCoin/Feathercoin.git ftc093a
cd db-5.1.29.NC/build_unix BITCOIN_ROOT=$(pwd) BDB_PREFIX="${BITCOIN_ROOT}/db5"
./autogen.sh
./configure --disable-upnp-default --disable-tests --disable-hardening LDFLAGS=“-L${BDB_PREFIX}/lib/” CPPFLAGS=“-I${BDB_PREFIX}/include/”
makesu - root
cp /data/ftcc/ftc093a/src/feathercoind /usr/bin/.
cp /data/ftcc/ftc093a/src/feathercoin-cli /usr/bin/.su - ftc
feathercoind -daemon
-
Pinned.
Let’s get the news out there.
-
Do we have a p2pool for this yet?
-
Just for you…
{ "version" : 90300, "protocolversion" : 70002, "walletversion" : 60000, "balance" : 0.00000000, "blocks" : 33924, "timeoffset" : 0, "connections" : 12, "proxy" : "", "difficulty" : 66.52560788, "testnet" : false, "keypoololdest" : 1424040783, "keypoolsize" : 101, "paytxfee" : 0.00000000, "relayfee" : 0.01000000, "errors" : "" }
Waiting for the sync to take place, hopefully it will complete over night, then I will bring pool on-line for you in the morning…
Should be able to find it at http://core.mine-ftc.co.uk:19327
Will write instruction tomorrow as well
UM
-
pool is up, sorry don’t have time to test go to shoot off to work… if someone could point a miner at it for me that would be grand :)
UM
-
Tested and now running, I haven’t yet had time to change the interface over as I just had to build a new mining rig to test it :) might get to that tonight
-
The ‘–disable-hardening’ in the configure step worries me…
-
The ‘–disable-hardening’ in the configure step worries me…
To help make your installation more secure by making certain attacks impossible to exploit even if a vulnerability is found, binaries are hardened by default. This can be disabled with:
Hardening Flags:
./configure --enable-hardening
./configure --disable-hardeninghttps://github.com/dogecoin/dogecoin/blob/master/doc/build-unix.md