Post
Topic
Board Bitcoin Technical Support
linux command line for solo mining over lan
by
mouser98
on 03/07/2011, 18:34:14 UTC
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.