Results 1 to 8 of 8

Thread: How to calculate checksum of hash string.

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2021
    Posts
    16

    How to calculate checksum of hash string.

    I tried to obtain Checksum from hash string using CSHA256.cls class.
    for example:
    hash = "238dbd3bd53ee4c53c505ca2b56e1756e622aa0c"
    duoblSHA256 = SHA256Hash.SHA256(SHA256Hash.SHA256(hash)
    checksum = Mid$(duoblSHA256, 1, 4) Take the first 4 bytes
    checksum data =727a41f1

    but it gives a different checksum data in this link https://learnmeabitcoin.com/technical/checksum

    Can anyone help...
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width