- 48D9A73B6BC7AEBC3A70BFFF5BD8568DB21A641BD28D0042CEB0E0BCBC397AEDF7291670C4B4987ED952471D62F450FFBEBD1C9134E70EB040CABFC0637C3B3E
+ 4E168B252C971A33E205E6E2B7026BB20B968C5F8F286C6B2C27C9884864F0BD5D8218C628A573AC062C163C428CDB2581F42FA7446F4830E5F8F801A04BEFC2
v/v_quick_start.txt
(1 . 7)(1 . 7)
219 ..::[ The Bitcoin Foundation: V Quick Start ]::..
220
221
222 Doc Version: 99994 K
223 Doc Version: 99993 K
224 Author: mod6
225 Fingerprint: 0x027A8D7C0FB8A16643720F40721705A8B71EADAF
226
(18 . 24)(18 . 35)
228 0x011: cpan | cpanm [CPAN | cpanminus]
229 0x012: Graph::Easy [Nice to have, not required]
230 0x013: graphviz [Nice to have, not required]
231 0x014: gpg [GnuPG]
232 0x014: gpg [GnuPG 1.4.x]
233 0x015: wget
234 0x016: cat
235 0x017: echo
236 0x018: ls
237 0x019: mkdir
238 0x01A: patch
239 0x01B: pwd
240 0x01C: rm
241 0x01D: sha512sum
242 0x01E: sort
243 0x01F: which
244 0x020: mktmp
245
246 0x02]: Where do I get V ?
247
248 curl -s http://thebitcoin.foundation/v/V-20170317.tar.gz \
249 -o V-20170317.tar.gz
250 curl -s http://thebitcoin.foundation/v/V-20170317.tar.gz.mod6.sig \
251 -o V-20170317.tar.gz.mod6.sig
252 curl -s http://thebitcoin.foundation/v/V-20180222.tar.gz \
253 -o V-20180222.tar.gz
254 curl -s http://thebitcoin.foundation/v/V-20180222.tar.gz.mod6.sig \
255 -o V-20180222.tar.gz.mod6.sig
256
257 gpg --keyserver pool.sks-keyservers.net \
258 --recv-keys 0x027A8D7C0FB8A16643720F40721705A8B71EADAF
259
260 gpg --verify V-20170317.tar.gz.mod6.sig V-20170317.tar.gz
261 gpg --verify V-20180222.tar.gz.mod6.sig V-20180222.tar.gz
262
263 If the signature is good, now extract the archive.
264
265 tar -xf V-20170317.tar.gz
266 tar -xf V-20180222.tar.gz
267
268 0x03]: How do I setup V?
269
(59 . 7)(70 . 7)
271
272 ./v.pl m mirrors
273
274 Then run the intial sync of the vpatches and seals from a given mirror:
275 Then run the initial sync of the vpatches and seals from a given mirror:
276
277 ./v.pl i http://thebitcoin.foundation
278