(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