- 0A24E35C1F08FA449B1F6ACC9A61B373ACA19BF43FBB3A728C1FC89123B8A456D193CC8BF4EEB9BBA90F18E7A82094F1B24BF10E20F6D0729367127D502D3FE7
+ BC8AAA1F75E7830F0359F5A35958FC19B8BBDD316E7A97CF66BBA38E0A616BD673751249CE6E9FA2AAD7F05E32AF3AE9B351E87CAC8A679FB8D381510514D813
blatta/README.txt
(25 . 15)(25 . 8)
5 GETTING STARTED
6
7 1. Launch blatta with something like the following command:
8 ./blatta --port=6668 --address-table-path config.py
9 ./blatta --irc-port=6668
10 2. Add a peer using the peer command.
11 3. Use genkey to generate a key.
12 4. Add the key to the peer using the key command.
13 5. Add an address for the peer using the address command.
14
15 NOTES FOR DIFF/PATCH N00B5
16
17 To apply the genesis patch (or any patch) to the current directory
18 and recreate the directory structure of the original:
19
20 patch -p1 -ruN < <wherever>/genesis.vdiff