TBF Feathercoin pool stuck?
-
@Lizhi @Ghostlander @wellenreiter
FTC wallet - Version 0.8.x has this patch
https://github.com/FeatherCoin/Feathercoin/commit/d99df787b154bd6e717cefcdadb5a226cb36965e
But 0.9.2.x introduced this patch into the 0.9.x but not backported to 0.8.x
https://github.com/FeatherCoin/Feathercoin/commit/1e2cc219d6ed147ff80a5b1fa2200d661a2e4c7c
To enable the 0.9.x series as a bridge to 0.11, it probably is a good idea for everyone to move on from 0.8.x …
-
@wrapper
-Coinotron pool current status, is also already ok?Soori if disturb…
-
@wrapper said in TBF Feathercoin pool stuck?:
@Lizhi @Ghostlander @wellenreiter
FTC wallet - Version 0.8.x has this patch
https://github.com/FeatherCoin/Feathercoin/commit/d99df787b154bd6e717cefcdadb5a226cb36965e
But 0.9.2.x introduced this patch into the 0.9.x but not backported to 0.8.x
https://github.com/FeatherCoin/Feathercoin/commit/1e2cc219d6ed147ff80a5b1fa2200d661a2e4c7c
To enable the 0.9.x series as a bridge to 0.11, it probably is a good idea for everyone to move on from 0.8.x …
The 0.9.2 patch is working, the log messages you can see on the stuck nodes are ‘block hash doesn’t match nbits’ and not ‘AcceptBlockHeader,incorrect block version…’
so according to the code of both versions are working for block version 2 and version 4
-
TBF have daemon version 0.8.7.3. Which had stopped functioning to me also.
Seems that GMC also had that daemon, as they did not work for 2-3 days. Now more or less OK. But I have asked them month ago that change FTC price on dashboard from obsolete btc-e to bittrex and no action , no answer… so support there is very very limited…
-
@Lordas said in TBF Feathercoin pool stuck?:
TBF have daemon version 0.8.7.3. Which had stopped functioning to me also.
Seems that GMC also had that daemon, as they did not work for 2-3 days. Now more or less OK. But I have asked them month ago that change FTC price on dashboard from obsolete btc-e to bittrex and no action , no answer… so support there is very very limited…
Hello, have you upgraded to 0.9.6 ?
-
@aciddude said in TBF Feathercoin pool stuck?:
@Lordas said in TBF Feathercoin pool stuck?:
TBF have daemon version 0.8.7.3. Which had stopped functioning to me also.
Seems that GMC also had that daemon, as they did not work for 2-3 days. Now more or less OK. But I have asked them month ago that change FTC price on dashboard from obsolete btc-e to bittrex and no action , no answer… so support there is very very limited…
Hello, have you upgraded to 0.9.6 ?
Yes I have ;)
the server is just syncing…
-
@Lordas said in TBF Feathercoin pool stuck?:
TBF have daemon version 0.8.7.3. Which had stopped functioning to me also.
Seems that GMC also had that daemon, as they did not work for 2-3 days. Now more or less OK. But I have asked them month ago that change FTC price on dashboard from obsolete btc-e to bittrex and no action , no answer… so support there is very very limited…
Yes thanks for that, we’ve had a lot to do, getting everyone to upgrade to new versions are always a pain.
-
0.9.3.1 also functioning good. I just had no luck trying to mine solo on 0.9.6, continue tests on Monday.
-
@Lordas said in TBF Feathercoin pool stuck?:
0.9.3.1 also functioning good. I just had no luck trying to mine solo on 0.9.6, continue tests on Monday.
Hey @Lordas - post your mining settings and give us an intro on your setup and we’ll try to help :-)
-
Nothing special - tried with http://, stratum+tcp:// and without. If without - minerd jumping to getwork and running, but post mesages about incorrect block size, ccminer and cgminer says that no answer from stratum. I can post all in details tomorrow.
-
@Lordas said in TBF Feathercoin pool stuck?:
Nothing special - tried with http://, stratum+tcp:// and without. If without - minerd jumping to getwork and running, but post mesages about incorrect block size, ccminer and cgminer says that no answer from stratum. I can post all in details tomorrow.
So solomining on 0.9.6, in my feathercoin.conf I have this:
Replace SomeUser and SomePassword with whatever you want.
rpcuser=SomeUser rpcpassword=SomePassword rpcallowip=localhost rpcport=9337 server=1
then my nsgminer config is like this:
setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 nsgminer.exe --neoscrypt -g 1 -w 128 -I 15 --gpu-platform 1 --gpu-engine 850 --gpu-memclock 1500 -o http://localhost:9337 -u SomeUser-p SomePassword
-
@aciddude said in TBF Feathercoin pool stuck?:
@Lordas said in TBF Feathercoin pool stuck?:
Nothing special - tried with http://, stratum+tcp:// and without. If without - minerd jumping to getwork and running, but post mesages about incorrect block size, ccminer and cgminer says that no answer from stratum. I can post all in details tomorrow.
So solomining on 0.9.6, in my feathercoin.conf I have this:
Replace SomeUser and SomePassword with whatever you want.
rpcuser=SomeUser rpcpassword=SomePassword rpcallowip=localhost rpcport=9337 server=1
then my nsgminer config is like this:
setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 nsgminer.exe --neoscrypt -g 1 -w 128 -I 15 --gpu-platform 1 --gpu-engine 850 --gpu-memclock 1500 -o http://localhost:9337 -u SomeUser-p SomePassword
You’re able to solo on 0.9.6 with those settings? I ask because I had issues solo mining years back but have not tried lately.
-
Thanks! Mine miner setups:
ccminer-75.exe -a neoscrypt -o http://192.168.1.172:9337 -u user -p pass
minerd.exe --threads 4 --url stratum+tcp://192.168.1.170:9337 --userpass user:passTried http and stratum on both, or without, no firewall on miner and server. There are new w32 binaries (cool!) so will try them on my old wallet pc, where solo worked, with same settings.
-
-
BTW back to topic - these days mininghub not rarely makes >51% of total FTC net hashrate…
-
@Lordas said in TBF Feathercoin pool stuck?:
Thanks! Mine miner setups:
ccminer-75.exe -a neoscrypt -o http://192.168.1.172:9337 -u user -p pass
minerd.exe --threads 4 --url stratum+tcp://192.168.1.170:9337 --userpass user:passTried http and stratum on both, or without, no firewall on miner and server. There are new w32 binaries (cool!) so will try them on my old wallet pc, where solo worked, with same settings.
Just reading this.
the daemon does not support stratum, but getblock template only, if I remember right ( didn’t solo mine for years now)
@Ghostlander may be able to confirm
-
@Wellenreiter said in TBF Feathercoin pool stuck?:
@Lordas said in TBF Feathercoin pool stuck?:
Thanks! Mine miner setups:
ccminer-75.exe -a neoscrypt -o http://192.168.1.172:9337 -u user -p pass
minerd.exe --threads 4 --url stratum+tcp://192.168.1.170:9337 --userpass user:passTried http and stratum on both, or without, no firewall on miner and server. There are new w32 binaries (cool!) so will try them on my old wallet pc, where solo worked, with same settings.
Just reading this.
the daemon does not support stratum, but getblock template only, if I remember right ( didn’t solo mine for years now)
@Ghostlander may be able to confirm
That sounds right to me as well.
-
@Wellenreiter Indeed the daemon supports only getwork and getblocktemplate. Pools use the latter. Stratum gets supported through a separate front-end.
-
ATM at hub
-
@Lordas Nice! you set up your own p2pool! Well done man!