Guest User

Untitled

a guest
Aug 5th, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. From log file:
  2. 2019-08-05T08:54:52Z [default wallet] Submitting wtx 04424ddddb7978bf5d1ba0fd038f420505cff3e231fb4a73c1623511cc1ff5ff to mempool for relay
  3.  
  4. From command line:
  5. $ bitcoin-cli -signet gettransaction 04424ddddb7978bf5d1ba0fd038f420505cff3e231fb4a73c1623511cc1ff5ff
  6. {
  7. "amount": 50.00000000,
  8. "confirmations": 3801,
  9. "generated": true,
  10. "blockhash": "000000549a4986c4240a6ec2e9112791242fddde5653659b302057f3e2e612a2",
  11. "blockindex": 0,
  12. "blocktime": 1562819469,
  13. "txid": "04424ddddb7978bf5d1ba0fd038f420505cff3e231fb4a73c1623511cc1ff5ff",
  14. "walletconflicts": [
  15. ],
  16. "time": 1562819469,
  17. "timereceived": 1562819474,
  18. "bip125-replaceable": "no",
  19. "details": [
  20. {
  21. "address": "sb1qw6kwev4zjq6eh5w50w99m9ny98g9hn78cn6l56",
  22. "category": "generate",
  23. "amount": 50.00000000,
  24. "label": "",
  25. "vout": 0
  26. }
  27. ],
  28. "hex": "020000000001010000000000000000000000000000000000000000000000000000000000000000ffffffff0502f01c0101ffffffff0200f2052a0100000016001476acecb2a290359bd1d47b8a5d966429d05bcfc70000000000000000756a24aa21a9ede2f61c3f71d1defd3fa999dfa36953755c690689799962b48bebd836974e8cf94c4decc7daa20047304402207b2586cb55d54e83c0a1f40b20dfaf5f23bde3d8dc1e98e48adedaf3fd1eeffb022017d57f91663504a2332d479a22115e088aac5e9968fc334298b5a2e4645fbb58010120000000000000000000000000000000000000000000000000000000000000000000000000"
  29. }
Advertisement
Add Comment
Please, Sign In to add comment