I started the geth console with geth.exe attach http://IP:8545 and tried to set the etherbase with miner.setEtherbase(eth.accounts[0]) and then start the miner with miner.start(). I got the exception:
ReferenceError: 'miner' is not defined
Right now I only have this modules:

How can I add the miner module to to my standard connection command shown above?