You use one wallet, and mine off that, with all your miners...
You create a config file like this, where the wallet.dat is found.
(In the "Roaming" folder. EG: "C:\Users\YourUserLoginName\AppData\Roaming\Junkcoin")
FILE NAME: junkcoin.conf (Just a standard txt file renamed to what the miner calls itself, or expects to find, or you tell it to use.)
CONTENTS OF FILE: ###############################
splash=0
server=1
gen=0
testnet=0
daemon=1
maxconnections=100
listen=1
rpcuser=YourLoginNameForMiners
rpcpassword=SomeHardToGuessPassword
rpcallowip=*
rpcport=5555
################################# END OF FILE (Do not add this line)
The rpc port is how you connect... The IP for your wallet will be
http://127.0.0.1:5555 for the miners on the same machine as the wallet. For the other miners on your HOME NETWORK... you will have to find your network address IP that your router gives the machine with the wallet.
EG, Looking at my wifi settings, I see my IP for this machine is like this...
NETWORK CONNECTION DETAILS:
IPv4 Address: 192.123.0.7
Eg, another computer on the home network may be 192.123.0.3... 4....5....6 etc... You want them all to connect to this one, with the wallet. The wallet will give them all work, and they will mine as one large machine. All depositing into that ONE wallet.