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.