Post
Topic
Board Bitcoin Technical Support
Re: regex for bitcointransaction string
by
grue
on 26/05/2014, 19:04:34 UTC
I got a string containing the "txid" which should be checked.

All the best;
the txid is the sha-1 hash of a transaction. you can't use the txid to determine whether a transaction is valid, because any 64 digit hexadecimal number can be a txid.