Solo mining question/ new member =)
-
so i just tried to port forward, but didnt really do anything i dont think.
My config file looks like this currently
server=1
rcpuser= pocketduece.1
rpcpassword= x
rpcallowip=127.0.0.1
rpcallowip=192.168..
rpcport=9337this is my bat file on the server
ccminer.exe -a neoscrypt -i 16 -o 127.0.0.1:9337 -u pocketduece.1 -p x
i could not get it to work directly with a specific ip address. I tried to manually put all my ips and even did another persons suggestion of rcpipallow=0.0.0.0
This leads me to my biggest problem that i cant put my finger on how to solve which is how do i get my rig (client) which is also connected to the same router by another ethernet cable to connect to my servers ip. (it is either refusing to connect or timing out the connection)
-
The line is
rcpallowip=192.168.*After thinking again, I think that I hear, that the getTemplate function doesn’t work anymore for 0.9.x.
getTemplate is used for solo mining :(I didn’t solo mine for years, always used pools to get a more constant payout, so I’m not up to date here.
-
and this is the bat file for the miner on the rig,
ccminer.exe -a neoscrypt -i 16 -o http://192.168.1.7:9337 -u pocketduece.1 -p x
and this is the error im receiving https://gyazo.com/55e110a6fa414349932f0bc8f27bbabb
-
@milkeyway I move the thread to the mining section.
You can post there too now.
-
@Milkyway We’ve noted the problem with solo mining in the 0.9.x series. Although solo mining is only just viable for FTC, it has been moving up the priority list.
Other problems have been higher priorities because, there is a recommended workaround,
- Running your own private p2pool node on your miner PC.
https://github.com/wellenreiter01/p2pool-neoscrypt - using a P2pool server.
P2pool is similar to solo mining except the mining group find blocks more regularly.
So, it has not been treated as a stopper issue to the release of 0.9.6.(1) .
The natural out come of the current procedure will be, release of a “bug fix” 0.9.6.2 once a number of significant fixes or more likely, release of 0.11 series.
- Running your own private p2pool node on your miner PC.
-
@wrapper so in other words solo mining is broken and all these things im doing to try to fix it, is pointless? Am i correct in assuming this?
-
@Milkyway All life is pointless to some extent. I am not able to confirm solo mining is broken, because I can’t test it. You are reporting a fault, there is an issue someone else had a similar problem. Your experience seems to confirm there is a problem. I informed you of a way forward and that I would raise the priority. To do that, I checked and confirmed with others the issue exists on the “0.9.6.1 release chat”.
-
@wrapper thankyou wrapper, for i am not that experienced in this field yet as u can tell. i really appreciate your guys fast responses and meaningful tips and advice. Thankyou again and i will continue to keep trying and update this thread if i come to any sort of resolve
-
I was just reading this commit, it reminded me solo mining was moved to Feathercoin-cli …
https://github.com/litecoin-project/litecoin/issues/333#issuecomment-315607256
i.e. It’s not as simple as you do have the Feathercoin client running as well as the miner? to try solo mining.
-
Hi,
any update on this? I’m trying to solo mine with ccminer and 5 gtx 1070 but i got the same error.
Is there any way to manage it?
thanks
-
What guide are you using? are you using feathercoin-cli? may help someone answer the query/issue.
Otherwise, it may come up in some development were doing. We’d still need someone who can try any fixes, and be able to say, Phoenixcoin works but FTC doesn’t so we are sure (there is a problem).
-
Hi,
I’m just using the wallet and tried to solo mine as I’m doing with other coin pointing the miner to the wallet.
I don’t know how to use the -cli, is there any guide to follow?
thanks
-
What guide or instructions are you using? which coins have you successfully mined solo?
-
OK, I am trying to get some information about your set up. I have already mentioned that the problem may be that you need to run that (feathercoin-cli) to mine.
If that test doesn’t work - It then may be a fault we can fix. I have never solo mined (always used p2pool for ease and facility) so would have liked to look at a guide …
Instead of running the wallet you run feathercoin-cli
-
@greven said in Solo mining question/ new member =):
I don’t know how to use the -cli, is there any guide to follow?
The -cli has the same set of commands previously contained on feathercoind.
The whole rpc client has moved.I think you need 3 parts of software running to mine:
- feathercoind handling the block chain.
- feathercoin-cli accepting the incoming requests for m the miner
- the miner
I didn’t check that, it’s just my assumption
-
thanks,
it’s just that I don’t know how to run the -cli in Windows, if I launch it from cmd lines it’s just popup but I don’t the next steps
-
Re : trouble solo mining on Bitcoin 0.10
“If you’re using Windows 7 or 8, you also need to go into the Windows Firewall and click on Advanced then allow the ports you want to use for Bitcoin Core”
-
@greven said in Solo mining question/ new member =):
thanks,
it’s just that I don’t know how to run the -cli in Windows, if I launch it from cmd lines it’s just popup but I don’t the next steps
Feathercoin-cli: cli stands for Comand Line Interface
To run it:
- open a command window start->all programs->enter ‘cmd’ in the search line
- change to the directory, where feathercoin-cli resides
- type 'feathercoinn-cli --help’ to get the options
- type ‘feathercoin-cli --getinfo’ to get info about the status of your client
- type ‘feathercoin-cli --getmininginfo’ to get the mining relevant informations
-
thanks,
if i try to open the rpc port it gives me error, any guide on how to use it?
-
@greven said in Solo mining question/ new member =):
thanks,
if i try to open the rpc port it gives me error, any guide on how to use it?
Like @Wellenreiter said in point 3
type 'feathercoinn-cli --help’ to get the options
that gives you all the options available