Balance Mining mean, that you can share your miner power with 3 pools (or even 2 pools if you don't want 3).
How to setup:
First setup your pool data in the miner configuration (if not already done for backup pools) for your 3 pools which you want to use. The setup is similar to the backup pool setup, but however unlike the backup setting is it not importent, which pool is pool 1, pool 2 or pool 3, so you can chose free.
After you setup your 3 pools (2 are even possible) you press safe & apply.
Next Step:
Start puTTY and start to ssh in your miner. Write your miner ip in host name, press enter. Wait for login, accept the ssh if neccessary at first time login. Login as: root, the password is standard root too, if you don't change your miner setup password, otherwise use your changed password.
Now you should see:
root@antMiner:~#
Enter this command:
vi /etc/config/cgminer
option more_options '--quiet'
option more_options '--quiet --load-balance'
root@antMiner:~#
Next and last step:
Enter
vi /etc/init.d/cgminer
PARAMS="$AOPTIONS $POOL1 $POOL2 $POOL3 $_pb --api-allow $_aa --api-
Press the i button and change the line to
PARAMS="$AOPTIONS $POOL1 $POOL2 $POOL3 $_pb $_mo --api-allow $_aa --api-
Well done! Your miner share now your mining power with all pools that you provide above.
Happy mining!