- 4E168B252C971A33E205E6E2B7026BB20B968C5F8F286C6B2C27C9884864F0BD5D8218C628A573AC062C163C428CDB2581F42FA7446F4830E5F8F801A04BEFC2
+ BA8A23123F78F346861F89A50A5F3A6F8080FF97A94D00B3B229703B075E7F76AC700C4C5E9A6E0A460DF71DA3A92D32C31A5524DC55AEB90B00A78DBC77B92F
v/v_quick_start.txt
(1 . 16)(1 . 14)
74 ..::[ The Bitcoin Foundation: V Quick Start ]::..
75
76
77 Doc Version: 99993 K
78 Author: mod6
79 Fingerprint: 0x027A8D7C0FB8A16643720F40721705A8B71EADAF
80 Doc Version: 99992 K
81 Author: mod6; modified by diana_coman
82
83 0x00]: Introduction
84
85 Welcome to V!
86
87 This document is intended for the advanced user. This will get you up and
88 running quickly with V.
89 This document is intended to get you up and running quickly with V.
90
91 0x01]: What's required?
92
(18 . 37)(16 . 10)
94 0x011: cpan | cpanm [CPAN | cpanminus]
95 0x012: Graph::Easy [Nice to have, not required]
96 0x013: graphviz [Nice to have, not required]
97 0x014: gpg [GnuPG 1.4.x]
98 0x014: gpg [GnuPG]
99 0x015: wget
100 0x016: cat
101 0x017: echo
102 0x018: ls
103 0x019: mkdir
104 0x01A: patch
105 0x01B: pwd
106 0x01C: rm
107 0x01D: sha512sum
108 0x01E: sort
109 0x01F: which
110 0x020: mktmp
111
112 0x02]: Where do I get V ?
113
114 curl -s http://thebitcoin.foundation/v/V-20180222.tar.gz \
115 -o V-20180222.tar.gz
116 curl -s http://thebitcoin.foundation/v/V-20180222.tar.gz.mod6.sig \
117 -o V-20180222.tar.gz.mod6.sig
118
119 gpg --keyserver pool.sks-keyservers.net \
120 --recv-keys 0x027A8D7C0FB8A16643720F40721705A8B71EADAF
121
122 gpg --verify V-20180222.tar.gz.mod6.sig V-20180222.tar.gz
123
124 If the signature is good, now extract the archive.
125
126 tar -xf V-20180222.tar.gz
127
128 0x03]: How do I setup V?
129 0x02]: How do I setup V?
130
131 First, set the executable bit on v.pl:
132
(64 . 20)(35 . 14)
134
135 For example: mod6.asc
136
137 0x04]: It's my first time running V now what?
138
139 First, check the available signed mirrors:
140 0x03]: It's my first time running V now what?
141
142 ./v.pl m mirrors
143 Simply run V as it will list available options:
144
145 Then run the initial sync of the vpatches and seals from a given mirror:
146
147 ./v.pl i http://thebitcoin.foundation
148
149 0x05]: Now that I've sync'd from a mirror, what's next?
150
151 The rest is up to you, either refer to the Users Guide for a detailed
152 description of each option in V or just execute V and read the long
153 help message:
154 ./v.pl
155
156 Then use V's own help:
157 ./v.pl help
158
159 Or ask someone who knows more about it!
160