Earlier this month I reground and began testing on three vpatches as detailed in the article . The testing has been completed and they are working as expected.

If you participated in testing these three vpatches since the posting of my article; you may discard my 'mod6-vpatch-testing' key and the signatures (seals) of those vpatches with that specific key. They are no longer needed. Next, simply add the new signatures (made with my main key) below. If you did not participate in the testing, please disregard.

Here are links to the vpatches as well as their signatures with my main key:

A. mod6_phexdigit_fix.vpatch  [sig]
B. mod6_excise_hash_truncation.vpatch  [sig]
C. mod6_whogaveblox.vpatch  [sig]
Please note that these vpatches and signatures have been published to The Foundation website  [with signatures]. The new leaf to press through, is 'mod6_whogaveblox.vpatch'. The Foundation's TRB HowTo guide has been updated to reflect this change.


Let me show some log snippets from the testing conducted:

Setup with a blkcut of blk0001.dat.  Will read them in via 'eatblock' from a local file system.  Will ensure that the log is spitting out what it should be
with regard to excise_hash_truncation and whogaveblox.

mod6@localhost ~/trb/v054/bitcoin/bin $ LC_ALL="C" ./bitcoind -myip=127.0.0.1 -nolisten -maxconnections=0 -caneat -verifyall &
[1] 11039
mod6@localhost ~/trb/v054/bitcoin/bin $

(from debug.log):

ThreadRPCServer method=eatblock
Attempting to create block #1 from file /home/mod6/blkcut/all/0001/blk0001.dat.0.blk
ERROR: ProcessBlock() : already have block 0 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f from peer LOCAL
ThreadRPCServer method=eatblock
Attempting to create block #1 from file /home/mod6/blkcut/all/0001/blk0001.dat.1.blk
SetBestChain: new best=00000000839a8e6886ab5951d76f411475428afc90947ee320161bbf18eb6048  height=1  work=8590065666
ProcessBlock: ACCEPTED block 00000000839a8e6886ab5951d76f411475428afc90947ee320161bbf18eb6048 from: LOCAL
ThreadRPCServer method=eatblock
Attempting to create block #2 from file /home/mod6/blkcut/all/0001/blk0001.dat.2.blk
SetBestChain: new best=000000006a625f06636b8bb6ac7b960a8d03705d1ace08b1a19da3fdcc99ddbd  height=2  work=12885098499
ProcessBlock: ACCEPTED block 000000006a625f06636b8bb6ac7b960a8d03705d1ace08b1a19da3fdcc99ddbd from: LOCAL

...

ThreadRPCServer method=eatblock
Attempting to create block #188526 from file /home/mod6/blkcut/all/0001/blk0001.dat.188526.blk
SetBestChain: new best=0000000000000775ff4ed4a434851e3fafe46617d595f06eb7d560d16b7d34a3  height=188526  work=383777361030021669687
ProcessBlock: ACCEPTED block 0000000000000775ff4ed4a434851e3fafe46617d595f06eb7d560d16b7d34a3 from: LOCAL
ThreadRPCServer method=eatblock
Attempting to create block #188527 from file /home/mod6/blkcut/all/0001/blk0001.dat.188527.blk
SetBestChain: new best=000000000000079da5ca35f89821bf77449b23e1ed9ca834a6db9813cf59da56  height=188527  work=383784883584756464688
ProcessBlock: ACCEPTED block 000000000000079da5ca35f89821bf77449b23e1ed9ca834a6db9813cf59da56 from: LOCAL
ThreadRPCServer method=eatblock
Attempting to create block #188528 from file /home/mod6/blkcut/all/0001/blk0001.dat.188528.blk
SetBestChain: new best=000000000000040167c69f7a835d124214316b72d9a9fc2ec2413a238b6ab6da  height=188528  work=383792406139491259689
ProcessBlock: ACCEPTED block 000000000000040167c69f7a835d124214316b72d9a9fc2ec2413a238b6ab6da from: LOCAL


Next, I stopped TRB, then restarted it while connected to a single republican node:

(starting...)

Loading block index...
LoadBlockIndex(): hashBestChain=000000000000040167c69f7a835d124214316b72d9a9fc2ec2413a238b6ab6da  height=188528
....
received block 0000000000000699f01c80a9cf8a59b9c2935124490a855015355269a48db237
SetBestChain: new best=0000000000000699f01c80a9cf8a59b9c2935124490a855015355269a48db237  height=188529  work=383799928694226054690
ProcessBlock: ACCEPTED block 0000000000000699f01c80a9cf8a59b9c2935124490a855015355269a48db237 from: 208.94.240.42
received block 0000000000000412be2534fd3c05b724016cd627cc7f9a3ced1eb7c1f046b341
SetBestChain: new best=0000000000000412be2534fd3c05b724016cd627cc7f9a3ced1eb7c1f046b341  height=188530  work=383807451248960849691
ProcessBlock: ACCEPTED block 0000000000000412be2534fd3c05b724016cd627cc7f9a3ced1eb7c1f046b341 from: 208.94.240.42
received block 00000000000001310f277d612633c98808dd1677cdb543ce5ca0e222a64d18d9
SetBestChain: new best=00000000000001310f277d612633c98808dd1677cdb543ce5ca0e222a64d18d9  height=188531  work=383814973803695644692
ProcessBlock: ACCEPTED block 00000000000001310f277d612633c98808dd1677cdb543ce5ca0e222a64d18d9 from: 208.94.240.42
received block 000000000000061f8b963a67d16c8fe5e0b136f0651b9f3905163d9159621c35
SetBestChain: new best=000000000000061f8b963a67d16c8fe5e0b136f0651b9f3905163d9159621c35  height=188532  work=383822496358430439693
ProcessBlock: ACCEPTED block 000000000000061f8b963a67d16c8fe5e0b136f0651b9f3905163d9159621c35 from: 208.94.240.42