Monarch [ARCHIVE] on Nostr: π Original date posted:2015-09-01 π Original message:On 2015-09-01 15:50, ...
π
Original date posted:2015-09-01
π Original message:On 2015-09-01 15:50, Kristov Atlas via bitcoin-dev wrote:
> I am interested in finding or writing a fuzzer for push tx APIs. I did
> not find one after a brief search. Has anyone found otherwise, or is
> she in the process of writing one?
>
https://github.com/jonasnick/bitcoinconsensus_testcases
https://jonasnick.github.io/blog/2015/05/09/fuzzing-bitcoin-consensus/
The only implementations with any significant network presence are
btcd and Bitcoin Core, fuzzing them should be sufficient if these
services are doing validation of transactions using one of the two.
For example two of the ones you have linked are based in Insight,
which uses Bitcoin Core for validation. If they aren't validating
transactions before broadcast they won't make it more than a single
hop through the P2P the network so they are of minimum concern.
π Original message:On 2015-09-01 15:50, Kristov Atlas via bitcoin-dev wrote:
> I am interested in finding or writing a fuzzer for push tx APIs. I did
> not find one after a brief search. Has anyone found otherwise, or is
> she in the process of writing one?
>
https://github.com/jonasnick/bitcoinconsensus_testcases
https://jonasnick.github.io/blog/2015/05/09/fuzzing-bitcoin-consensus/
The only implementations with any significant network presence are
btcd and Bitcoin Core, fuzzing them should be sufficient if these
services are doing validation of transactions using one of the two.
For example two of the ones you have linked are based in Insight,
which uses Bitcoin Core for validation. If they aren't validating
transactions before broadcast they won't make it more than a single
hop through the P2P the network so they are of minimum concern.