Can an invalid Omni transaction be confirmed by bitcoin miners?

0

Is it possible that a well formed Omni transaction (with valid Omni layer data) be valid for Bitcoin miners while being invalid for the Omni token being used ?

user2284570

Posted 2018-08-22T02:45:48.650

Reputation: 189

Answers

2

Yes, Bitcoin miners don't perform any validation beyond the Bitcoin validity rules. Omni transactions rely on OP_RETURN values, which don't matter to the Bitcoin miners.

As long as a tx is a valid Bitcoin tx, miners are free to include it in their blocks.

When an omni node sees such an invalid transaction, it will simply ignore any asset movements the tx claims to perform.

Raghav Sood

Posted 2018-08-22T02:45:48.650

Reputation: 10 897

Just one question : which are the source files in Omnicore for verifying transactions ?user2284570 2018-08-22T09:13:20.543

@user2284570 I'm not familiar with the omni source, sorryRaghav Sood 2018-08-22T09:13:41.020