wget https://www.torproject.org/dist/tor-0.4.8.13.tar.gz tar -xzf tor-0.4.8.13.tar.gz cd tor-0.4.8.13 ./configure --disable-gcc-hardening --enable-static-tor make && sudo make install Edit /usr/local/etc/tor/torrc with these minimal lines:
# /etc/proxychains4.conf strict_chain proxy_dns tcp_read_time_out 15000 tcp_connect_time_out 8000 [ProxyList] socks5 127.0.0.1 9050 Then launch the crawler: fu10 night crawling 17 18 19 tor updated
SocksPort 9050 SocksPolicy accept 127.0.0.1 Log notice file /var/log/tor/notices.log RunAsDaemon 1 NumEntryGuards 8 UseEntryGuards 1 CircuitBuildTimeout 30 NewCircuitPeriod 40 MaxCircuitDirtiness 600 # Anti-censorship pluggable transport ClientTransportPlugin obfs4 exec /usr/local/bin/obfs4proxy For FU10, use proxychains-ng with strict chain: wget https://www
git checkout tags/v18 -b night-crawler-18 Compile the crawler (requires Go 1.22+ or Rust nightly, depending on the module): fu10 night crawling 17 18 19 tor updated
make build-night Edit config/night.yaml to define: