You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contractInstance
ReferenceError: 'contractInstance' is not defined
at :1:1
I1202 18:53:36.385505 11964 blockchain.go:1142] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 4.884004ms. #109827 [47483f4d / 47483f4d]
I1202 18:56:10.312947 11964 blockchain.go:1142] imported 1 block(s) (0 queued 0 ignored) including 1 txs in 42.741939ms. #109828 [0ed4150a / 0ed4150a]
I1202 19:01:34.099267 11964 blockchain.go:1142] imported 1 block(s) (0 queued 0 ignored) including 2 txs in 17.44421ms. #109829 [eb7f8f79 / eb7f8f79]
I1202 19:03:53.376966 11964 blockchain.go:1142] imported 1 block(s) (0 queued 0 ignored) including 5 txs in 89.428823ms. #109830 [1e1b769c / 1e1b769c]
I1202 19:06:31.043811 11964 blockchain.go:1142] imported 1 block(s) (0 queued 0 ignored) including 3 txs in 23.716274ms. #109831 [1d665e20 / 1d665e20]
I1202 19:10:37.591041 11964 blockchain.go:1142] imported 1 block(s) (0 queued 0 ignored) including 2 txs in 17.017971ms. #109832 [06383010 / 06383010]
I1202 19:10:37.610395 11964 downloader.go:291] Block synchronisation started
I1202 19:11:59.698389 11964 blockchain.go:1142] imported 1 block(s) (0 queued 0 ignored) including 4 txs in 35.719776ms. #109833 [b62acfef / b62acfef]
MultiplyContract
ReferenceError: 'MultiplyContract' is not defined
at :1:1
MultiplyCI1202 19:12:52.922507 11964 blockchain.go:1142] imported 1 block(s) (0 queued 0 ignored) including 2 txs in 25.197409ms. #109834 [16d9f49d / 16d9f49d]
multiplycontract
ReferenceError: 'multiplycontract' is not defined
at :1:1
multiply
ReferenceError: 'multiply' is not defined
at :1:1
I1202 19:13:33.754908 11964 blockchain.go:1142] imported 1 block(s) (0 queued 0 ignored) including 1 txs in 12.167866ms. #109835 [10b536f2 / 10b536f2]
I1202 19:13:46.570769 11964 blockchain.go:1142] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 4.374262ms. #109836 [b48af3b3 / b48af3b3]
I1202 19:15:22.675711 11964 blockchain.go:1142] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 4.216084ms. #109837 [bdce214d / bdce214d]
contract.test
ReferenceError: 'contract' is not defined
at :1:1
test
ReferenceError: 'test' is not defined
at :1:1
The text was updated successfully, but these errors were encountered:
Hmm I was able to get this working. You need to be using geth --mine so that your testnet will mine the blocks. You should see little hammer icons. This was in index.js :
How to interact with this contract via geth?
geth --rpc --rpcaddr="0.0.0.0" --rpccorsdomain="*" --testnet --unlock=2 console
The text was updated successfully, but these errors were encountered: