I am trying to make 100+ ether transactions using a loop. I have included a status returning mechanism which will
tel me whether the transaction was successful or not.
When i start the loop, many transascctions are not happening. 
the code is: 
eth.sendTransaction({
from: privateWeb3.eth.coinbase,
to: result,
value: privateWeb3.toWei(2, 'ether')
}