> bin = "0x60606040.......................5" > abi=[{"constant":fal ... le","type":"function"}] > contract = eth.contract(abi) > personal.unlockAccount(eth.accounts[0]) > HelloWorld = contract.new({from: eth.accounts[0], data:bin, gas:1000000 }) > miner.start() > miner.stop() > HelloWorld { abi: [{ constant: false, inputs: [{...}], name: "setMessage", outputs: [], payable: false, stateMutability: "nonpayable", type: "function" }, { constant: false, inputs: [], name: "sayHello", outputs: [{...}], payable: false, stateMutability: "nonpayable", type: "function" }], address: "0xf7b0d913ff63433950b2d7e5ed3280470464487b", transactionHash: "0x8bcc6faf16e02bdbb2166d6d2643ccdfa2976ff570c2f88f2f7bc56108684170", allEvents: function(), sayHello: function(), setMessage: function() }