Non-KYC services (last update: December 2024)
These are non-sensitive services that you can use anonymously (meaning that there are no KYC procedures to use those services). The below links were originally taken from the awesome kycnot.me. I recommend accessing those services via Tor [1] (including accessing VPSes via SSH via Tor aswell [2]), and to pay for them using monero [3].
(This page is strictly for educational purposes, we don't own any of the services below.)
Exchanges
\n\n";
// Open a file
$file = fopen("links/kycnotme_exchanges.csv", "r");
// Fetching data from csv file row by row
while (($data = fgetcsv($file)) !== false) {
// HTML tag for placing in row format
echo "";
foreach ($data as $i) {
echo "" . htmlspecialchars($i)
. " | ";
}
echo "
\n";
}
// Closing the file
fclose($file);
echo "\n
";
?>