Hosting an onion mirror
Mining onions
Install eschalot.
./eschalot -t4 -v -p prefix
- 4 threads
- verbose
- prefix
prefix
eotk
Not anonymous
Place the private key generated by eschalot in secrets.d/a2s3c4d5e6f7g8h9.key
, replacing a2s3c4d5e6f7g8h9
with the domain found by eschalot.
Create a2s3c4d5e6f7g8h9.conf
:
set project project-name
hardmap secrets.d/a2s3c4d5e6f7g8h9.key clearnet.example.com
eotk config a2s3c4d5e6f7g8h9.conf
eotk start project-name
nginx
must be installed and in PATH
.
The user running eotk
must be the owner of secrets.d
and a2s3c4d5e6f7g8h9.conf
See also: The Onion Diaries