Help required to validate blockchain transaction hash
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
sagarkothari
5 - Atom
‎01-11-2022
07:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey team,
I am trying to create an alteryx flow to validate blockchain transaction hashes.
I have been using Block Explorer for Bitcoin, Ethereum, Litecoin and More | BlockCypher
for validation purposes, but i need to check multiple transaction hashes and spool the output in excel.
Is this possible? Please guide.
Labels:
- Labels:
- Technology
1 REPLY 1
jalbiblo88
6 - Meteoroid
‎07-27-2022
04:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ah, this is not possible due to cryptography. When you broadcast a transaction to move funds from A to B, you sign the transaction with your private key. If a miner were to change the transaction so it says "move from A to C", then the cryptographic signature wouldn't fit anymore, and it would be easy to detect that the transaction had been altered.
