Tip contract is online.
How to get a tip from the tip contract in Geth
1. watch it
loadScript("deploy-tip.js")
you can get the file from here:
https://github.com/btc2nxt/p2pWorld2. send tx to the contract
personal.unlockAccount(eth.accounts[0]);
tip1.snapTip.sendTransaction(0,{from: eth.accounts[0],gas: 1000000})
will get 5 free uther , enjoy it.
thanks. i'd like to snap 5 uthers for myself.