0x01) make a new trb directory: `mkdir trb` 0x02) `cd trb` 0x03) Get http://thebitcoin.foundation/v/V-20160220.tar.gz 0x04) Get http://thebitcoin.foundation/v/V-20160220.tar.gz.mod6.sig 0x05) `mkdir .wot` 0x06) Get the following keys from deedbot [freenode.net], and place them in '.wot': [ /msg deedbot !!key asciilifeform ] [ /msg deedbot !!key ben_vulpes ] [ /msg deedbot !!key mircea_popescu ] [ /msg deedbot !!key mod6 ] [ /msg deedbot !!key trinque ] Save the PGP public keys and name them as follows: asciilifeform.asc ben_vulpes.asc mircea_popescu.asc mod6.asc trinque.asc `gpg --import mod6.asc` `mv asciilifeform.asc ben_vulpes.asc mircea_popescu.asc mod6.asc trinque.asc .wot` 0x07) `gpg --verify V-20160220.tar.gz.mod6.sig V-20160220.tar.gz` 0x08) `tar -xf V-20160220.tar.gz` 0x09) `mkdir patches` Gather trb vpatches from http://thebitcoin.foundation/v/patches in which ever manner suits you best. Place all vpatches into the 'patches' directory. 0x0A) `mkdir .seals` Gather trb seals from http://thebitcoin.foundation/v/seals in which ever manner suits you best. Place seals into the '.seals' directory. 0x0B) `./v.pl p v trb54 makefiles.vpatch` 0x0C) `cd trb54/bitcoin` 0x0D) Get http://deedbot.org/deed-430460-2.txt : name it 'rotor.tar.gz.asc' 0x0E) Get http://deedbot.org/deed-430460-1.txt : name it 'rotor-db-configure-fix.patch.asc' 0x0F) Get http://deedbot.org/deed-422651-1.txt : name it 'boost_1_52_0.tar.bz2.asc' 0x10) Get http://deedbot.org/deed-422651-2.txt : name it 'buildroot-2015.05.tar.gz.asc' 0x11) Get http://deedbot.org/deed-422651-3.txt : name it 'db-4.8.30.tar.gz.asc' 0x12) Get http://deedbot.org/deed-422651-4.txt : name it 'openssl-1.0.1g.tar.gz.asc' 0x13) Get http://deedbot.org/deed-427443-1.txt : name it 'binutils-2.24.tar.bz2.asc' 0x14) Get http://deedbot.org/deed-427443-2.txt : name it 'busybox-1.23.2.tar.bz2.asc' 0x15) Get http://deedbot.org/deed-427443-3.txt : name it 'expat-2.1.0.tar.gz.asc' 0x16) Get http://deedbot.org/deed-427443-4.txt : name it 'fakeroot_1.18.4.orig.tar.bz2.asc' 0x17) Get http://deedbot.org/deed-427443-5.txt : name it 'gcc-4.9.2.tar.bz2.asc' 0x18) Get http://deedbot.org/deed-427443-6.txt : name it 'gdb-7.8.2.tar.xz.asc' 0x19) Get http://deedbot.org/deed-427443-7.txt : name it 'gmp-6.0.0a.tar.xz.asc' 0x1A) Get http://deedbot.org/deed-427443-8.txt : name it 'linux-3.18.14.tar.xz.asc' 0x1B) Get http://deedbot.org/deed-427443-9.txt : name it 'm4-1.4.17.tar.xz.asc' 0x1C) Get http://deedbot.org/deed-427443-10.txt : name it 'mpc-1.0.3.tar.gz.asc' 0x1D) Get http://deedbot.org/deed-427443-11.txt : name it 'mpfr-3.1.2.tar.xz.asc' 0x1E) Get http://deedbot.org/deed-427443-12.txt : name it 'musl-1.1.8.tar.gz.asc' 0x1F) Get http://deedbot.org/deed-427443-13.txt : name it 'ncurses-5.9.tar.gz.asc' 0x20) Get http://deedbot.org/deed-427443-14.txt : name it 'pkgconf-0.8.9.tar.bz2.asc' 0x21) Place the signed deed files (0D-20) into the 'deps' directory: ` mv \ rotor.tar.gz.asc \ rotor-db-configure-fix.patch.asc \ boost_1_52_0.tar.bz2.asc \ buildroot-2015.05.tar.gz.asc \ db-4.8.30.tar.gz.asc \ openssl-1.0.1g.tar.gz.asc \ binutils-2.24.tar.bz2.asc \ busybox-1.23.2.tar.bz2.asc \ expat-2.1.0.tar.gz.asc \ fakeroot_1.18.4.orig.tar.bz2.asc \ gcc-4.9.2.tar.bz2.asc \ gdb-7.8.2.tar.xz.asc \ gmp-6.0.0a.tar.xz.asc \ linux-3.18.14.tar.xz.asc \ m4-1.4.17.tar.xz.asc \ mpc-1.0.3.tar.gz.asc \ mpfr-3.1.2.tar.xz.asc \ musl-1.1.8.tar.gz.asc \ ncurses-5.9.tar.gz.asc \ pkgconf-0.8.9.tar.bz2.asc \ deps ` 0x22) `make` 0x23) Upon successful build, `bitcoind' will be placed in 'trb54/bitcoin/bin'