Hi guys,
I want to mine with a machine A which is not directly connected to the internet. But it does have an LAN connection to a machine B, which is connected to the internet.
Internet---------Machine B------------MachineA
Is it possible to connect the buildin miner of machine A to the Wallet of machine B? I don't want to install routing software on machine B.
I already created a primecoin conf on Machine B
rpcuser=user
rpcpassword=password
gen=1
server=1
daemon=1
rpcallowip=*
How Do I tell machine A to connect to Machine b?
I hope it´s clear, what is my problem
cheers,
Muto
Update:
Got mining working! just added connect=<IP of machine B> to the primecoin.conf. Now the wallet is connected to the primecoin network with 1 connection. But I´m still interested in getting my "private pool" here and connecting several machines to mine with one wallet. This would make it unnecessary to send the coins to my main wallet after getting mined. Wondering if this is possible?