Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: itf991 on December 15, 2013, 11:22:37 AM



Title: Solo mining
Post by: itf991 on December 15, 2013, 11:22:37 AM
Hi all,

I am a newbie and trying to set up a solo mining for Exilecoin. With pool mining I have no problem at all.
Here is my settings.:

Hardware:
Asus Striker Extreme Formula IV motherboard
Phenom II X6 1090 processor
Gigabyte HD 7950 GPU
16GB DDR3 2000Mhz
OCZ 650W PSU
Window 7 Pro 64bit

Software:

Bfgminer 3.6.0 64bit

Step 1:

I run Exilecoin-qt as a server.

Step 2:

I set up a exilecoin.conf file in Roaming/Exilecoin:

rpcuser=x
rpcpassword=y
rpcallowip=127.0.0.1
rpcport=7335
daemon=1
server=1
gen=0

Step 3

My scrypt:

  bfgminer.exe -o http://localhost:7335 -u x -p y --intensity 11 --worksize 256 -g 1

( I have tried diff ports and scrypts but none of them worked.example: port:7335,1337)

When I run any of these scrypts I receive a message in promt:

No server were found.Most likely you put a wrong URL,forgotten to add a port or not set up a workerer.


Anyone could help me to set up it properly,please?

Thanks





Title: Re: Solo mining
Post by: vm1990 on December 15, 2013, 11:30:24 AM
change the pool url from local host to 127.0.0.1 should then work


Title: Re: Solo mining
Post by: itf991 on December 15, 2013, 03:36:23 PM
change the pool url from local host to 127.0.0.1 should then work

I have tried that as well with no success. :(


Title: Re: Solo mining
Post by: vm1990 on December 15, 2013, 06:59:28 PM
is the wallet fully synced?


Title: Re: Solo mining
Post by: alicea on February 11, 2014, 09:48:47 PM
I've done as you all have written before, and bfgminer says: "Pool 0 http://127.0.0.1:8337 alive" but in the next line "No suitable long-poll found for http://127.0.0.1:8337" Is it ok or not?


Title: Re: Solo mining
Post by: Calhil on February 11, 2014, 10:16:56 PM
Have you been solo mining before? If your miner can see and connect to the daemon then everything is working fine. You only submit shares when you find a block when solo mining with a coin daemon.
Also I think you should check the ports. In your config file you specified port 7335, buy youre using port 8337 in your script.


Title: Re: Solo mining
Post by: campeck on February 11, 2014, 10:27:19 PM
I've done as you all have written before, and bfgminer says: "Pool 0 http://127.0.0.1:8337 alive" but in the next line "No suitable long-poll found for http://127.0.0.1:8337" Is it ok or not?

Yes. That is normal.