I have two S2 Antminers (Bitmain) that I would like to run on the same network. I have set up miner #1 and have gotten it to hash successfully. When I then connect miner #2 with the same settings except for a different IP address (192.168.168.99 for #1 and 192.168.168.98 for #2). To my surprise, #2 can be pinged but it does not hash.
I decided to try an experiment to test for some form of network conflict between the two miners as a cause for the failure to hash by #2. I disconnected the successfully hashing miner #1 from the network and I then used the known successful settings from the disconnected #1 to set up #2 which I connected to the network.
With #1 disconnected, #2 promptly began hashing. From this I conclude that the reason that I can't get #2 to hash when #1 is connected to the network is because the two miners conflict in some way on the network, causing #2 to fail. Do you have any suggestions for how I can overcome this? To cover our home and outside areas, I have three Apple routers, one base station and two set as bridges.
Thank you for any advice you are able to share.
Justin
This can happen with some routers, when both devices have the same MAC address. Check if they have the same MAC address. If positive, do this:
SSH into your S2, then
ifconfig lan0 down
macchanger -r lan0
ifconfig lan0 up
as I am not familiar with antminers, I hope they have some decent distro installed, which will have the macchanger. If not, you'll have to try to install it.
sudo apt-get update
sudo apt-get install macchanger macchanger-gtk