raw
v_mod6_genesis          1       ..::[ The Bitcoin Foundation: V Quick Start ]::..
v_mod6_genesis 2
v_mod6_genesis 3
v_keccak_vtools 4 Doc Version: 99992 K
v_keccak_vtools 5 Author: mod6; modified by diana_coman
v_mod6_genesis 6
v_mod6_genesis 7 0x00]: Introduction
v_mod6_genesis 8
v_mod6_genesis 9 Welcome to V!
v_mod6_genesis 10
v_keccak_vtools 11 This document is intended to get you up and running quickly with V.
v_mod6_genesis 12
v_mod6_genesis 13 0x01]: What's required?
v_mod6_genesis 14
v_mod6_genesis 15 0x010: perl 5.005 or greater
v_mod6_genesis 16 0x011: cpan | cpanm [CPAN | cpanminus]
v_mod6_genesis 17 0x012: Graph::Easy [Nice to have, not required]
v_mod6_genesis 18 0x013: graphviz [Nice to have, not required]
v_keccak_vtools 19 0x014: gpg [GnuPG]
v_mod6_genesis 20 0x015: wget
v_mod6_genesis 21
v_keccak_vtools 22 0x02]: How do I setup V?
v_mod6_genesis 23
v_mod6_genesis 24 First, set the executable bit on v.pl:
v_mod6_genesis 25
v_mod6_genesis 26 chmod +x v.pl
v_mod6_genesis 27
v_mod6_genesis 28 Next, create a WoT directory (V will look for '.wot' in the current working
v_mod6_genesis 29 directory by default):
v_mod6_genesis 30
v_mod6_genesis 31 mkdir -p .wot
v_mod6_genesis 32
v_mod6_genesis 33 Then, place WoT pubkeys into the '.wot' directory. Name the pubkey files
v_mod6_genesis 34 as such: <wotid>.asc
v_mod6_genesis 35
v_mod6_genesis 36 For example: mod6.asc
v_mod6_genesis 37
v_keccak_vtools 38 0x03]: It's my first time running V now what?
v_mod6_genesis 39
v_keccak_vtools 40 Simply run V as it will list available options:
v_mod6_genesis 41
v_keccak_vtools 42 ./v.pl
v_mod6_genesis 43
v_keccak_vtools 44 Then use V's own help:
v_mod6_genesis 45 ./v.pl help
v_keccak_vtools 46
v_keccak_vtools 47 Or ask someone who knows more about it!
v_keccak_vtools 48