mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
added monerod
This commit is contained in:
@@ -1,19 +1,26 @@
|
||||
# matthewtran.com
|
||||
|
||||
Stuff that's deployed on matthewtran.com. Tested on Ubuntu Server 22.04.3 LTS.
|
||||
Stuff that's deployed on [matthewtran.com](matthewtran.com). Tested on Ubuntu Server 22.04.3 LTS. Currently running the following services.
|
||||
|
||||
- website
|
||||
- gitlab
|
||||
- monerod
|
||||
- p2pool (`xmrig -o matthewtran.com:3333`)
|
||||
- minecraft
|
||||
- terraria
|
||||
|
||||
## setup
|
||||
|
||||
Forward the following ports to the server.
|
||||
|
||||
| service | port |
|
||||
|-----------|---------|
|
||||
| website | 80, 443 |
|
||||
| p2pool | 3333 |
|
||||
| monerod | 18081 |
|
||||
| minecraft | 25565 |
|
||||
| terraria | 7777 |
|
||||
| wireguard | 51820 |
|
||||
| service | port |
|
||||
|-----------|--------------------|
|
||||
| website | 80, 443 |
|
||||
| monerod | 18080 |
|
||||
| p2pool | 3333, 37888, 37889 |
|
||||
| minecraft | 25565 |
|
||||
| terraria | 7777 |
|
||||
| wireguard | 51820 |
|
||||
|
||||
Run the following commands.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user