diff --git a/content/advanced.md b/content/advanced.md index c99838b..4618947 100644 --- a/content/advanced.md +++ b/content/advanced.md @@ -12,24 +12,25 @@ author = "Hugo Authors" ### LINUX Download the Linux 64-bit command line client and extract it ``` -wget https://downloads.getwownero.org/linux64 -tar jxvf linux64 +wget https://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_Linux_v0.8.tar.xz +tar -xf wownero_Linux_v0.8.tar.xz +cd wownero_Linux_v0.8 ``` -### MAC +### MACOS Download the Mac command line client and extract it ``` -wget https://downloads.getwownero.org/mac64 -tar jxvf mac64 +wget hhttps://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_macOS_v0.8.dmg +double-click wownero_macOS_v0.8.dmg and drag folder to desired destination +open wownero folder ``` ### WINDOWS -Create a new folder with Windows File Explorer, and use your web browser to download the following file to the new folder -https://downloads.getwownero.org/win64 - -Double click the Wownero zip file that has been downloaded to extract it. Then open Command Prompt. Use the 'cd' command to naviate to your new folder +Download the Mac command line client and extract it ``` -cd wownero +wget https://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_win64_v0.8.zip +unzip wownero_win64_v0.8.zip +cd wownero_win64_v0.8 ``` ## Run the Wownero daemon diff --git a/content/downloads.md b/content/downloads.md index a8ef650..8209d0e 100644 --- a/content/downloads.md +++ b/content/downloads.md @@ -11,15 +11,15 @@ author = "Hugo Authors" ## Get wowlite Graphical Interface ### Linux GUI -[Wowlite Linux v0.8](https://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_Linux_v0.8.tar.xz) +[Wowlite Linux 0.1.4](https://github.com/wownero/wow-lite-wallet/releases/download/0.1.4/wowlite_Linux_0.1.4.AppImage) ### Mac OS GUI -[Wowlite macOS v0.8](https://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_macOS_v0.8.dmg) +[Wowlite macOS 0.1.4](https://github.com/wownero/wow-lite-wallet/releases/download/0.1.4/wowlite_macOS_0.1.4.dmg) ### Windows GUI -[Wowlite Windows v0.8](https://wowbux.org) +[Wowlite Windows v0.8](https://github.com/wownero/wow-lite-wallet/releases/download/0.1.4/wowlite_win64_0.1.4.zip) ## Get wownero Command Line Interface (The CLI wallet is for Advanced Users) @@ -34,7 +34,7 @@ author = "Hugo Authors" ### Windows CLI -[Wow-cli Windows v0.8](https://wowbux.org) +[Wow-cli Windows v0.8](https://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_win64_v0.8.zip) diff --git a/content/intro.md b/content/intro.md index 122ec15..b3dde8f 100644 --- a/content/intro.md +++ b/content/intro.md @@ -10,7 +10,7 @@ tags = [ ## What is Wow? -![stonks](/stonks.gif) +![brent_rambo](/brent_rambo.gif) Wownero is a CPU-mineable memecoin. It is a software fork of Monero with a lite version of RandomX (1MB scratchpad), a ring size of 22, and a faster difficulty adjustment. diff --git a/static/brent_rambo.gif b/static/brent_rambo.gif new file mode 100644 index 0000000..8a28f95 Binary files /dev/null and b/static/brent_rambo.gif differ diff --git a/static/webring.png b/static/webring.png new file mode 100644 index 0000000..81d4ff9 Binary files /dev/null and b/static/webring.png differ