http://blackhatpv2rdzzm4jf4jd5jqwmimuext4agbkz7y4olmhs3ivm2fqqd.onion/technical-guide.html
Here's how to transfer and run it on your own server, step by step: Step 1: Obtain the Key Files You need these two files: hs_ed25519_secret_key - Your private key (CRITICAL - this IS your domain) hs_ed25519_public_key - Your public key ⚠️ CRITICAL: Whoever owns these files, owns the .onion
address! Step 2: Transfer Keys to Your Server File Transfer (Linux/macOS) # Using SCP
scp hs_ed25519_*
[email protected]:/tmp/
# Using SFTP
sftp
[email protected]
put hs_ed25519_*
# Windows users...