Jorge Tim贸n [ARCHIVE] on Nostr: 馃搮 Original date posted:2015-12-08 馃摑 Original message:On Wed, Dec 9, 2015 at ...
馃搮 Original date posted:2015-12-08
馃摑 Original message:On Wed, Dec 9, 2015 at 1:58 AM, Jorge Tim贸n <jtimon at jtimon.cc> wrote:
> struct hashRootStruct
> {
> uint256 hashMerkleRoot;
> uint256 hashWitnessesRoot;
> int32_t nHeight;
> }
Or better, for forward compatibility (we may want to include more
things apart from nHeight and hashWitnessesRoot in the future):
struct hashRootStruct
{
uint256 hashMerkleRoot;
uint256 hashWitnessesRoot;
uint256 hashextendedHeader;
}
For example, we may want to chose to add an extra nonce there.
Published at
2023-06-07 17:45:41Event JSON
{
"id": "fa872fb3f24f82114cac2fab950a53de9c479224cdb9b8dc25fb0ec98d11ece6",
"pubkey": "498a711971f8a0194289aee037a4c481a99e731b5151724064973cc0e0b27c84",
"created_at": 1686159941,
"kind": 1,
"tags": [
[
"e",
"558b0da1f3869961bbef0556878e1dd6b9ae37e86128bc130bab17f5332c918d",
"",
"root"
],
[
"e",
"1578394baac7273aee34fb0c0a773f7fbe265423d791a069deeb12f3a9f86a07",
"",
"reply"
],
[
"p",
"498a711971f8a0194289aee037a4c481a99e731b5151724064973cc0e0b27c84"
]
],
"content": "馃搮 Original date posted:2015-12-08\n馃摑 Original message:On Wed, Dec 9, 2015 at 1:58 AM, Jorge Tim贸n \u003cjtimon at jtimon.cc\u003e wrote:\n\u003e struct hashRootStruct\n\u003e {\n\u003e uint256 hashMerkleRoot;\n\u003e uint256 hashWitnessesRoot;\n\u003e int32_t nHeight;\n\u003e }\n\nOr better, for forward compatibility (we may want to include more\nthings apart from nHeight and hashWitnessesRoot in the future):\n\nstruct hashRootStruct\n{\n uint256 hashMerkleRoot;\n uint256 hashWitnessesRoot;\n uint256 hashextendedHeader;\n}\n\nFor example, we may want to chose to add an extra nonce there.",
"sig": "3764d06684750984abdb05ebc19d4b1d7b11ba09fe5122531e7481c0654ae16e36453d5c03350a5acb27b66d74a0101cd3e310fc0cfc48b38e8a6eb48ad81b9a"
}