master
lza_menace 2 weeks ago
parent 1a7d248903
commit 4a2e5b74a8

@ -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

@ -3,9 +3,27 @@ title: Introduction
type: docs type: docs
--- ---
<div id="siteBanner">
<h2>Warning</h2>
<p>
A <a href="https://codeberg.org/wownero/wownero/issues/488" target="_blank">critical vulnerability</a>
was discovered in Wownero which de-anonymizes
the spend amounts of transactions. Please upgrade to
<a href="https://codeberg.org/wownero/wownero/releases/tag/v0.11.3.0" target="_blank">v0.11.3.0</a>.</p>
</div>
<style>
#siteBanner {
background-color: rgba(255, 0, 0, .5);
color: black;
padding: 1em;
border-radius: 10px;
}
</style>
# Wownero - The Best and Most Useless Project # 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. 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 ## Official sites
- [wownero.org](https://wownero.org/) - the official Wownero website - [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 - [forum.wownero.com](https://forum.wownero.com/) - Wownero forum. You can ask questions and get answers here
## Community sites ## Community sites
@ -30,7 +49,6 @@ If you're coming to "invest", you're going to have a bad time.
## Exchanges ## Exchanges
- [TradeOgre](https://tradeogre.com/exchange/BTC-WOW) - the OG exchange - [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 - [AltQuick](https://altquick.com/market/Wownero) - low volume
- [MajesticBank](https://majesticbank.sc/) - swap wownero for XMR, BTC, or LTC - [MajesticBank](https://majesticbank.sc/) - swap wownero for XMR, BTC, or LTC
- [Trocador](https://trocador.app) - multi-coint swap service with an emphasis on privacy - [Trocador](https://trocador.app) - multi-coint swap service with an emphasis on privacy

@ -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: 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 # 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. `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/graf1.png)
![](https://git.cloud.lzahq.tech/nerodev/docker-wownero/raw/branch/master/files/static/graf2.png) ![](https://git.cloud.lzahq.tech/nerodev/docker-wownero/raw/branch/master/files/static/graf2.png)

Loading…
Cancel
Save