Hi what mining programs can use to mine and the configs? I'm trying mining for almost an hour and nothing!
Any BTC mining software should be able to mine any SHA256 coin like Bytecoin, or PPC,TRC,FRC......
One just has to make sure that the RPC port of the coin Daemon and the port your mining software is trying to connect to is the same.
To be sure just add a:
to your bytecoin.conf (or any coins' conf file) with xxxx being whatever port you want (stick above 1024, and make it easy like 2222 or 3333 ......etc)
Make sure and set your mining software to use the same port and you should be ready to go.
At minimum your conf file needs:
server=1
rpcuser=
rpcpassword=
If you are running the daemon on a separate computer from your miner add:
rpcallowip=xxx.xxx.xxx.xxx
In a typical home setting you would use something like 192.168.1.* . that will allow all hosts from 192.168.1.1 - 192.168.1.254 to use the daemon.