Solo Mining
-
In a very generalized way I think I understand what you’re getting at, but like my inability to resolve my own issue due to ignorance, I don’t know how to apply the generality of your resolution to my own dilemma. (I’m too stupid to fix my own shit because I just don’t know enough about the underlying technology and I can’t find relevant information fast enough to mix and match and patch everything together to get it working given how all of this mining software is morphing.)
Basically, whatigottado to fix this broke shit? How’d I screw it up? I’ve followed every working example and template every forum and person has provided me so far to no avail.
Your wisdom is greatly greatly appreciated and needed.
-
Anyone out there that can help a bit more specifically? I’m pretty sure I’m only a setting or two away but am not sure what to do to get things working. Any help is appreciated.
-
This could be related to an RPC bug that was recently reported to me that affects Windows, the fix for this was applied here.
https://github.com/FeatherCoin/Feathercoin/commit/e66a93d62ad4cd5ffb0e08eee288afb30513635c
This fix has yet to be compiled into a new release and with 0.16 almost complete it may never as this issue is already resolved in 0.16.
For the mean time please consider pool mining. The difficulty is very high at the moment and it might now be a much longer time before solo mining pays out.
-
Thank you for your feedback and possible resolution. I’m too frustrated at this point. I suppose I’m just going to give up. I haven’t compiled code since high school C++, I have too much going on to relearn a bunch of nonsense that otherwise should be working in the first place. If you’d like a few FTC for helping out just ask, I’ll pull the little I have out of the exchange and send it your way. It’s only a few bucks, I don’t have much, leave your address. Thanks anyway though for the help.
Back to work at the forge, have another 500 hours left swinging a hammer to finish this project… Later, -K
=-\
-
@bushstar I really don’t trust pool operators, that’s why I am trying to mine coins with the possibility to mine solo. FYI I tried to mine with rpcauth instead of user, and now I am getting the 401 error. When will .16 be available?
-
You can probably still use v0.8 for solo mining as it is known to work with both GW and GBT.
-
0.16 cannot be released until SegWit is active on the network as it defaults to SegWit addresses and supports bech32 addresses. The 401 error is the one fixed in the commit linked above.
To follow the progress of SegWit follow it on the page below.
https://www.feathercoin.com/segwit-csv-tracker/
I’d expect SegWit and in turn 0.16 in about three weeks.
0.8 cannot be used to mine blocks as it generates version 2 blocks which are no longer accepted by the network.
-
@hitherhills Just as a reminder. If you don’t trust pool operators you can always setup your own p2pool and have all the advantages of solomining while you are actually pool mining.
I use my own p2pool too. Currently i am mining on miningpoolhub though because the difficulty is so high and i like frequent payouts. But normally i would use my p2pool too just because it’s more secure.
-
@tobi97l said in Solo Mining:
@hitherhills Just as a reminder. If you don’t trust pool operators you can always setup your own p2pool and have all the advantages of solomining while you are actually pool mining.
I use my own p2pool too. Currently i am mining on miningpoolhub though because the difficulty is so high and i like frequent payouts. But normally i would use my p2pool too just because it’s more secure.
This was my thought as well. I set one up years ago, its not too difficult to do, give it a try!
-
@bushstar said in Solo Mining:
0.8 cannot be used to mine blocks as it generates version 2 blocks which are no longer accepted by the network.
It’s a one line change to generate whatever version blocks.
main.h:1299: static const int CURRENT_VERSION=2;