Host your own Tor hidden service!
A super simple guide to spinning up a Tor hidden service. [tl;dr]
Ubuntu 20.04 LTS was used for the making of this guide.
you can install Tor using the following command
| fn handle(state, action): | |
| let input = action["input"] | |
| let caller = action["caller"] | |
| if (input["function"] == "transfer"): | |
| let target = input.target | |
| let quantity = input.quantity | |
| let balances = state.balances | |
| if (!target): | |
| return 0 |
| sudo apt-get purge bcmwl-kernel-source | |
| sudo apt-get install broadcom-sta-dkms |
A super simple guide to spinning up a Tor hidden service. [tl;dr]
Ubuntu 20.04 LTS was used for the making of this guide.
you can install Tor using the following command
| let regex = `import | |
| (?: | |
| ["'\s]* | |
| ([\w*{}\n, ]+) | |
| from\s* | |
| )? | |
| ["'\s]* | |
| ([@\w/_-]+) | |
| ["'\s]* | |
| ;? |
| use std::unstable::intrinsics::{TyDesc, get_tydesc, forget}; | |
| use std::util::Void; | |
| use std::cast::transmute; | |
| /////////////////////////////////////////////////////////////////////////////// | |
| // TypeId | |
| /////////////////////////////////////////////////////////////////////////////// | |
| /// `TypeId` represents a globally unique identifier for a type | |
| pub struct TypeId { |