From 4a2e5b74a872db3f163534894fccb55dc6ee950a Mon Sep 17 00:00:00 2001 From: lza_menace Date: Mon, 16 Dec 2024 09:55:28 -0800 Subject: [PATCH] updates --- README.md | 5 +++++ content/_index.md | 24 +++++++++++++++++++++--- content/docs/node.md | 4 ++-- 3 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d75d2e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +this piece of shit site uses piece of shit hugo which requires a particular version because fuck backwards compatibility with your stupid ass googly bullshit + +self important software engineers can suck my fuckin dick, fuck your shit software + +https://github.com/gohugoio/hugo/releases/tag/v0.125.3 \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index 03fa82a..4a72bbd 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,9 +3,27 @@ title: Introduction type: docs --- +
+

Warning

+

+A critical vulnerability +was discovered in Wownero which de-anonymizes +the spend amounts of transactions. Please upgrade to +v0.11.3.0.

+
+ + + # Wownero - The Best and Most Useless Project -This is a documentation page for the cryptocurrency project, [Wownero](https://wownero.org); the only project that means nothing, is generally useless, and doesn't try to pretend any differently. +This is a documentation page for the cryptocurrency project, [Wownero](https://wownero.org); the only project that means nothing, is generally useless, and doesn't try to pretend any differently. It's freeing in a way to embrace these facts as the rest of the cryptocurrency realm is rife with marketing, buzzwords, scams, and bullshit to have new entrants drink the kool-aid so proponents can gamble against each other to make a buck. @@ -17,7 +35,8 @@ If you're coming to "invest", you're going to have a bad time. ## Official sites - [wownero.org](https://wownero.org/) - the official Wownero website -- [git.wownero.com](https://git.wownero.com/) - WOW source code is here +- [codeberg.org](https://codeberg.org/wownero/wownero) - WOW source code +- [git.wownero.com](https://git.wownero.com/) - old hosting location - [forum.wownero.com](https://forum.wownero.com/) - Wownero forum. You can ask questions and get answers here ## Community sites @@ -30,7 +49,6 @@ If you're coming to "invest", you're going to have a bad time. ## Exchanges - [TradeOgre](https://tradeogre.com/exchange/BTC-WOW) - the OG exchange -- [Neroswap](https://neroswap.com) - XMR <-> WOW swap service - [AltQuick](https://altquick.com/market/Wownero) - low volume - [MajesticBank](https://majesticbank.sc/) - swap wownero for XMR, BTC, or LTC - [Trocador](https://trocador.app) - multi-coint swap service with an emphasis on privacy diff --git a/content/docs/node.md b/content/docs/node.md index 50c296d..b63323b 100644 --- a/content/docs/node.md +++ b/content/docs/node.md @@ -20,13 +20,13 @@ A container image with `wownerod` is available in a few places: A trusted and up to date one is hosted by [lalanza808/wownero](https://hub.docker.com/u/lalanza808). Run it like so: -`docker run --rm -it -p 34568 -v ~/.wownero:/data/ lalanza808/wownero:v0.11.1.0 wownerod --data-dir /data` +`docker run --rm -it -p 34568 -v ~/.wownero:/data/ lalanza808/wownero:v0.11.3.0 wownerod --data-dir /data` # Run A Node With Docker-Compose And Dashboards `lza_menace` has a project which packages open source monitoring tools Prometheus and Grafana along with some custom metrics exporters to give a whole dashboard of node and network usage. -It looks like this: +It looks like this: ![](https://git.cloud.lzahq.tech/nerodev/docker-wownero/raw/branch/master/files/static/graf1.png) ![](https://git.cloud.lzahq.tech/nerodev/docker-wownero/raw/branch/master/files/static/graf2.png)