master
yidakee 4 years ago
parent a57a2f9bf5
commit 382c91e4c1

@ -1,6 +1,8 @@
## How To Setup A Lokinet Exit Node for "Normies" aka newbies aka non-developers.
_by: yidakee (aka "@super_duderino")_
if you appreciate this tutorial and you'd like to buy me a beer, feel free to send some loki love
over to my wallet `L58ck1CcByFHaQu18c4YQg6UkH1vTX1SBKYL6ecRxY87if4iNKcBAH55GS9ahVt6hS6oLP7LC5TA1Lmdb8B8o5MuSyohRJ4`
A Lokinet Exit Node is a next-generation onion routing service that works like a VPN.
@ -49,7 +51,7 @@ Alright, enough talk, let's get our hands dirty.
* There are thousands of VPS providers out there, these are just "usual suspects" to help get you started.
* There are way better deals out there. duckduckgo is your friend.
* These are not suggestions for high preformance Exit Node VPS
* These are not suggestions for high preformance Exit Node VPS!
* Start by selecting a VPS provider, spin up a node selecting Ubuntu 18.04 or Ubuntu 20.04
@ -58,7 +60,7 @@ Alright, enough talk, let's get our hands dirty.
First off, the usual system update and upgrade. SSH into your server as root
````bash
apt update && apt upgrade -y
apt update && apt upgrade -y
````
Next, we need to add some goodies.
@ -67,3 +69,5 @@ We will likely add some redundant packages. However, given the evolution of Loki
````bash
apt-get install -y gnupg gnupg2 policykit-1 htop build-essential cmake git libcap-dev curl libuv1-dev libsodium-dev libcurl4-openssl-dev pkg-config pkg-config gunicorn curl
````
Now we'll create a system user. Right now you are logged in as `root`, but typical linux good practice is to set up stuff as a user. You can use whatever name you want, but for this tutorial we will use a user called `user123`

Loading…
Cancel
Save