Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: mouser98 on July 03, 2011, 06:34:14 PM



Title: linux command line for solo mining over lan
Post by: mouser98 on July 03, 2011, 06:34:14 PM
this is a stupid question i know, but i am just learning linux and don't really know much about networking and i am stumped.  i have searched the forums for an answer but i really haven't found anything.

i have my miners set up on a linux machine and my bitcoin.exe on a windows machine.  i am using the phoenix miner and controlling it through SSH on my windows machine.  this is a typical command line for my first GPU:


./phoenix.py -u http://username:userpw@simplecoin.us:8337/ -k poclbm DEVICE=1 VECTORS BFI_INT FASTLOOP=false AGGRESSION=11

if my windows machine's IP on the network is: 192.168.0.xxx, then what address do i need to use in my command line to get phoenix to find bitcoin.exe on the windows machine?  also, what port #?

i do have the rpcuser and rpcuserpw set up in bitcoin.conf, and i did start bitcoin.exe with the -server switch.


Title: Re: linux command line for solo mining over lan
Post by: mouser98 on July 03, 2011, 06:52:42 PM
nevermind.  i figured it out finally.  all i had to do was add rpcallowip=192.168.0.* to my bitcoin.conf file.


Title: Re: linux command line for solo mining over lan
Post by: gigabytecoin on July 05, 2011, 04:03:37 AM
Thanks for posting your solution!

That will make the forum a better place if we can all keep it up!

Glad you got it figured out. Take care.