Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ch. 6 Beginning to "Alice's Transaction decoded" #22

Merged
merged 2 commits into from Dec 10, 2018
Merged

ch. 6 Beginning to "Alice's Transaction decoded" #22

merged 2 commits into from Dec 10, 2018

Conversation

ecurrencyhodler
Copy link

Bitcoin-> Litecoin

I ran commands but the values I got were different from Andreas' example. So wasn't sure how to proceed here.

{
  "txid": "fcf612380baf19ac9e645e2a3fe4ab03b257da752d051bca0c3b9af03199daf9",
  "hash": "fcf612380baf19ac9e645e2a3fe4ab03b257da752d051bca0c3b9af03199daf9",
  "version": 1,
  "size": 226,
  "vsize": 226,
  "locktime": 0,
  "vin": [
    {
      "txid": "da43b27e65a8d6facb79af857909a09ec10d66528e9e9e60406487eec90f01a8",
      "vout": 1,
      "scriptSig": {
        "asm": "3045022100f50555c9f55f6358232a780793f385bb502021ca71ff82ba7928d2f7d4aa445002204778d97ada5f69d8daa7091f3b4db3d90f38f477081e4b04a959df0cf22ad757[ALL] 03c3f0cfe311edd56077daca353dd78d33f6d4015b9f251ed43fe4d882890acdf3",
        "hex": "483045022100f50555c9f55f6358232a780793f385bb502021ca71ff82ba7928d2f7d4aa445002204778d97ada5f69d8daa7091f3b4db3d90f38f477081e4b04a959df0cf22ad757012103c3f0cfe311edd56077daca353dd78d33f6d4015b9f251ed43fe4d882890acdf3"
      },
      "sequence": 4294967295
    }
  ],
  "vout": [
    {
      "value": 0.08463800,
      "n": 0,
      "scriptPubKey": {
        "asm": "OP_DUP OP_HASH160 7fceb84b5a6f0d49d0a4d007dbf8be5895eba0fe OP_EQUALVERIFY OP_CHECKSIG",
        "hex": "76a9147fceb84b5a6f0d49d0a4d007dbf8be5895eba0fe88ac",
        "reqSigs": 1,
        "type": "pubkeyhash",
        "addresses": [
          "LWsjij4Es8wJ781vkjcr7WjxxW3zcE6dJN"
        ]
      }
    },
    {
      "value": 0.01500000,
      "n": 1,
      "scriptPubKey": {
        "asm": "OP_DUP OP_HASH160 fe46f9f1683037d07adf51d29332bb0e55692f43 OP_EQUALVERIFY OP_CHECKSIG",
        "hex": "76a914fe46f9f1683037d07adf51d29332bb0e55692f4388ac",
        "reqSigs": 1,
        "type": "pubkeyhash",
        "addresses": [
          "LiQSvTfL5kDhxaT8YMgt4ddBqAnwSuka17"
        ]
      }
    }
  ]
}

Bitcoin-> Litecoin

I ran commands but the values I got were different from Andreas' example.  So wasn't sure how to proceed here.

```
{
  "txid": "fcf612380baf19ac9e645e2a3fe4ab03b257da752d051bca0c3b9af03199daf9",
  "hash": "fcf612380baf19ac9e645e2a3fe4ab03b257da752d051bca0c3b9af03199daf9",
  "version": 1,
  "size": 226,
  "vsize": 226,
  "locktime": 0,
  "vin": [
    {
      "txid": "da43b27e65a8d6facb79af857909a09ec10d66528e9e9e60406487eec90f01a8",
      "vout": 1,
      "scriptSig": {
        "asm": "3045022100f50555c9f55f6358232a780793f385bb502021ca71ff82ba7928d2f7d4aa445002204778d97ada5f69d8daa7091f3b4db3d90f38f477081e4b04a959df0cf22ad757[ALL] 03c3f0cfe311edd56077daca353dd78d33f6d4015b9f251ed43fe4d882890acdf3",
        "hex": "483045022100f50555c9f55f6358232a780793f385bb502021ca71ff82ba7928d2f7d4aa445002204778d97ada5f69d8daa7091f3b4db3d90f38f477081e4b04a959df0cf22ad757012103c3f0cfe311edd56077daca353dd78d33f6d4015b9f251ed43fe4d882890acdf3"
      },
      "sequence": 4294967295
    }
  ],
  "vout": [
    {
      "value": 0.08463800,
      "n": 0,
      "scriptPubKey": {
        "asm": "OP_DUP OP_HASH160 7fceb84b5a6f0d49d0a4d007dbf8be5895eba0fe OP_EQUALVERIFY OP_CHECKSIG",
        "hex": "76a9147fceb84b5a6f0d49d0a4d007dbf8be5895eba0fe88ac",
        "reqSigs": 1,
        "type": "pubkeyhash",
        "addresses": [
          "LWsjij4Es8wJ781vkjcr7WjxxW3zcE6dJN"
        ]
      }
    },
    {
      "value": 0.01500000,
      "n": 1,
      "scriptPubKey": {
        "asm": "OP_DUP OP_HASH160 fe46f9f1683037d07adf51d29332bb0e55692f43 OP_EQUALVERIFY OP_CHECKSIG",
        "hex": "76a914fe46f9f1683037d07adf51d29332bb0e55692f4388ac",
        "reqSigs": 1,
        "type": "pubkeyhash",
        "addresses": [
          "LiQSvTfL5kDhxaT8YMgt4ddBqAnwSuka17"
        ]
      }
    }
  ]
}
```
@ecurrencyhodler ecurrencyhodler merged commit 6f258bc into litecoin-foundation:develop Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant