wowbox/README.md

13 lines
315 B
Markdown
Raw Normal View History

2021-06-17 04:14:48 +00:00
# wowbox
2021-07-02 13:22:15 +00:00
auto onion and i2p for wownerod with rpc and p2p
2021-06-17 05:52:40 +00:00
2021-07-02 13:22:15 +00:00
you must use void-linux to build, run:
2021-06-17 05:52:40 +00:00
2021-07-02 13:22:15 +00:00
```./build.sh```
2021-06-17 05:52:40 +00:00
2021-07-02 13:22:15 +00:00
for laziness download pre-built from such.money: [wowbox.iso](https://such.money/wowbox.iso)
2021-06-17 05:52:40 +00:00
2021-07-02 13:22:15 +00:00
burn to usb drive with etcher for windows or dd on linux:
```dd if=wowbox.iso of=/dev/SOMEUSB bs=1M```