Advertisement
d00m178

Untitled

Apr 24th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1.  
  2. [root@test_pos docker-pyeth-dev]# curl -X POST --data '{"jsonrpc":"2.0","method":"eth_sendTransaction","params":[{"from": "0xb96611e02f9eff3c8afc6226d4ebfa81a821547c", "to": "0x9cb77dffe33e058d040bc1e5d74639a0924aa9e8", "gas": "0x76c0", "gasPrice": "0x9184e72a000", "value": "0x77359400"}],"id":1}' localhost:8545
  3.  
  4. {"jsonrpc": "2.0", "id": 1, "result": "0xf1dcdce1d3d231334db8116adc55b5e3cc23d441bf0ad0c843102584b955d9be"}
  5. [root@test_pos docker-pyeth-dev]#
  6.  
  7.  
  8.  
  9. INFO:eth.block Adding transactions, 6 in txqueue, 0 dunkles
  10. ERROR:eth.block <Transaction(587f)>: 'nonce' actual:10 target:6
  11. ERROR:eth.block <Transaction(938a)>: 'nonce' actual:10 target:6
  12. INFO:eth.block Added 4 transactions
  13. INFO:eth.block Block pre-sealed, 84000 gas used
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement