From 807c8d61df5c44fb80fc238230563a673a572a51 Mon Sep 17 00:00:00 2001 From: nathanielcwm <22572406+nathanielcwm@users.noreply.github.com> Date: Mon, 10 Jul 2023 14:21:56 +0800 Subject: [PATCH] Remove inaccessible content The content being removed by this commit doesn't appear to be accessible via normal user interaction of .world --- _includes/_acquire.htm | 89 ----------- _includes/_analytics.htm | 9 -- _includes/_boinc_1A.htm | 47 ------ _includes/_boinc_1B.htm | 109 -------------- _includes/_boinc_1C.htm | 53 ------- _includes/_solo_boinc_intro.htm | 50 ------- _includes/_wallet_install.htm | 61 -------- guides/acquire-grc.htm | 94 ------------ guides/boinc-install.htm | 95 ------------ guides/earn-grc.htm | 245 ------------------------------- guides/gridcoin-install.htm | 168 --------------------- guides/pool-gridcoin-install.htm | 160 -------------------- guides/pool.htm | 91 ------------ guides/staking-acquire-grc.htm | 78 ---------- guides/staking-earn-grc.htm | 112 -------------- guides/staking-only-setup.htm | 111 -------------- 16 files changed, 1572 deletions(-) delete mode 100644 _includes/_acquire.htm delete mode 100644 _includes/_analytics.htm delete mode 100644 _includes/_boinc_1A.htm delete mode 100644 _includes/_boinc_1B.htm delete mode 100644 _includes/_boinc_1C.htm delete mode 100644 _includes/_solo_boinc_intro.htm delete mode 100644 _includes/_wallet_install.htm delete mode 100644 guides/acquire-grc.htm delete mode 100644 guides/boinc-install.htm delete mode 100644 guides/earn-grc.htm delete mode 100644 guides/gridcoin-install.htm delete mode 100644 guides/pool-gridcoin-install.htm delete mode 100644 guides/pool.htm delete mode 100644 guides/staking-acquire-grc.htm delete mode 100644 guides/staking-earn-grc.htm delete mode 100644 guides/staking-only-setup.htm diff --git a/_includes/_acquire.htm b/_includes/_acquire.htm deleted file mode 100644 index 527d82f..0000000 --- a/_includes/_acquire.htm +++ /dev/null @@ -1,89 +0,0 @@ - - - - - -
-
-
-
-

- Get Some Gridcoin -

-
-
- -
-
-
    -
  • - In Gridcoin's Proof-of-Stake (PoS) system, BOINC rewards are given when users stake, along with an additional 10 GRC. -
  • -
  • - To stake and earn your BOINC rewards, a balance of GRC is required. -
      -
    • - For monthly staking, a balance of 5000 GRC is recommended. -
    • -
    • - The rate you are rewarded for your BOINC work is the rate you mint PoS blocks because BOINC rewards are layered on top of these blocks. -
    • -
    • - Note: Your balance does not affect the amount of the payout, only how frequent. If you do not stake within 180 days, you will start to lose rewards. You also need to wait around 16 hours before any coins received are able to stake. -
    • -
    -
-
-
-
-
- diff --git a/_includes/_analytics.htm b/_includes/_analytics.htm deleted file mode 100644 index 59d7140..0000000 --- a/_includes/_analytics.htm +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/_includes/_boinc_1A.htm b/_includes/_boinc_1A.htm deleted file mode 100644 index e01ec5a..0000000 --- a/_includes/_boinc_1A.htm +++ /dev/null @@ -1,47 +0,0 @@ - diff --git a/_includes/_boinc_1B.htm b/_includes/_boinc_1B.htm deleted file mode 100644 index 57c1de7..0000000 --- a/_includes/_boinc_1B.htm +++ /dev/null @@ -1,109 +0,0 @@ - diff --git a/_includes/_boinc_1C.htm b/_includes/_boinc_1C.htm deleted file mode 100644 index f2a344d..0000000 --- a/_includes/_boinc_1C.htm +++ /dev/null @@ -1,53 +0,0 @@ - diff --git a/_includes/_solo_boinc_intro.htm b/_includes/_solo_boinc_intro.htm deleted file mode 100644 index 3aa2959..0000000 --- a/_includes/_solo_boinc_intro.htm +++ /dev/null @@ -1,50 +0,0 @@ - diff --git a/_includes/_wallet_install.htm b/_includes/_wallet_install.htm deleted file mode 100644 index ba5dcf9..0000000 --- a/_includes/_wallet_install.htm +++ /dev/null @@ -1,61 +0,0 @@ -
-
- -
-
-

- Install the Gridcoin client -

-
- Microsoft Windows -
- -
- -
-
- Debian Packages (Ubuntu) -
- Launchpad built ubuntu releases -
    -
  • sudo add-apt-repository ppa:gridcoin/gridcoin-stable
  • -
  • sudo apt-get update
  • -
  • sudo apt-get install gridcoinresearch-qt
  • -
  • gridcoinresearch
  • -
-
-
-
- RPM Packages (OpenSUSE/Fedora) -
- OpenSuse/Fedora RPMs -
-
-
- AUR (Arch Linux) -
- Archlinux AUR package -
-
-
- Manually compile the Gridcoin client -
- Linux compiling guide - Gridcoin GitHub Repo -
-
- -
-
\ No newline at end of file diff --git a/guides/acquire-grc.htm b/guides/acquire-grc.htm deleted file mode 100644 index 7166a4a..0000000 --- a/guides/acquire-grc.htm +++ /dev/null @@ -1,94 +0,0 @@ ---- -title: "Gridcoin - Step 3: Sync client & acquire Gridcoin" -description: "Step 3 of the solo crunching guide; Informing the user how to sync the client and where to acquire Gridcoins." -redirect_from: - - "/Guides/acquire-grc.htm" ---- -
-
- -
-
- - {% include _acquire.htm %} - {% include _acquire_details.htm %} - -
-
- -
-
diff --git a/guides/boinc-install.htm b/guides/boinc-install.htm deleted file mode 100644 index 7bc4d58..0000000 --- a/guides/boinc-install.htm +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: "Gridcoin - Step 1: BOINC Installation" -description: "Step 1 of the solo crunching guide; Introducing the user to BOINC, instructing them how to install the BOINC client then join BOINC projects." -redirect_from: - - "/Guides/boinc-install.htm" ---- -
-
- -
-
- -{% include _solo_boinc_intro.htm %} -{% include _boinc_1C.htm %} -{% include _boinc_1B.htm %} - -
-
- -
-
diff --git a/guides/earn-grc.htm b/guides/earn-grc.htm deleted file mode 100644 index 8213580..0000000 --- a/guides/earn-grc.htm +++ /dev/null @@ -1,245 +0,0 @@ ---- -title: "Gridcoin - Step 4: Earn Gridcoin" -description: "Step 4 of the solo crunching guide; Instructing users how they can begin earning Gridcoin in five steps." -redirect_from: - - "/Guides/earn-grc.htm" ---- -
-
- -
-
- - - -
-
- -
-
diff --git a/guides/gridcoin-install.htm b/guides/gridcoin-install.htm deleted file mode 100644 index 49922f7..0000000 --- a/guides/gridcoin-install.htm +++ /dev/null @@ -1,168 +0,0 @@ ---- -title: "Gridcoin - Step 2: Gridcoin Installation" -description: "Step 2 of the solo crunching guide; Instructing the user how to setup the Gridcoin client." -redirect_from: - - "/Guides/gridcoin-install.htm" ---- -
-
- -
-
- - - -{% include _wallet_install.htm %} - -
-
-
-
-

- Optional post-install Gridcoin configuration -

-
-
- - -
-
-

- If you installed the BOINC client anywhere other than the default installation location, you'll need to specify where you installed BOINC in the gridcoinresearch.conf file. -

-
    -
  • - Windows: (Note the double backslashes are necessary. Change location according to your non-default install location) -
      -
    • - - boincdatadir=D:\\ProgramData\\BOINC\\ - -
    • -
    • - - boincappdir=C:\\Program Files\\BOINC\\ - -
    • -
    -
  • -
  • - Linux: -
      -
    • - - boincdatadir=/var/lib/boinc-client/ - -
    • -
    -
  • -
  • - You need to use the one email for all BOINC projects. Add this to your gridcoinresearch.conf file (unless the Gridcoin wizard has already done this for you): -
      -
    • - - email=your@email.com - -
    • -
    -
  • -
-
-
- -
-
- -
-
- -
-
diff --git a/guides/pool-gridcoin-install.htm b/guides/pool-gridcoin-install.htm deleted file mode 100644 index 98734e9..0000000 --- a/guides/pool-gridcoin-install.htm +++ /dev/null @@ -1,160 +0,0 @@ ---- -title: "Gridcoin - Step 2: Gridcoin Installation" -description: "Step 2 of the 'Pool Crunching' guide; Instructing users how to install a Gridcoin client." -redirect_from: - - "/Guides/pool-gridcoin-install.htm" ---- -
-
- -
-
- - - - -{% include _wallet_install.htm %} - - - - -
-
-
-
-
- Third party multi-wallets for Gridcoin -
- -
-
-
-
- -
-
- -
-
diff --git a/guides/pool.htm b/guides/pool.htm deleted file mode 100644 index 3f6de27..0000000 --- a/guides/pool.htm +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: "Gridcoin - Step 1: BOINC Installation" -description: "Step 1 of the 'Pool Crunching' guide; Instructing users how to install the BOINC client and join a Gridcoin pool." -redirect_from: - - "/Guides/pool.htm" ---- -
-
- -
-
- -{% include _boinc_1A.htm %} - -
- -
- - - -
-
-

- Sign up to a Gridcoin pool -

-
-
- - -
-
-
- There is currently two pools: -
-
-
- -
GRCPOOL has created several video tutorials for new users:
- - - -
-
-
-
- -{% include _boinc_1C.htm %} - -
-
- -
-
diff --git a/guides/staking-acquire-grc.htm b/guides/staking-acquire-grc.htm deleted file mode 100644 index e021021..0000000 --- a/guides/staking-acquire-grc.htm +++ /dev/null @@ -1,78 +0,0 @@ ---- -title: "Gridcoin - Step 2: Acquire Gridcoin" -description: "Step 2 of the 'Acquire Gridcoin' guide; Informing users where they can acquire Gridcoin." -redirect_from: - - "/Guides/investor-acquire-grc.htm" - - "/guides/investor-acquire-grc.htm" ---- -
-
- -
-
- - {% include _acquire.htm %} - {% include _acquire_details.htm %} - - -
-
- -
-
diff --git a/guides/staking-earn-grc.htm b/guides/staking-earn-grc.htm deleted file mode 100644 index 1ac1cb4..0000000 --- a/guides/staking-earn-grc.htm +++ /dev/null @@ -1,112 +0,0 @@ ---- -title: "Gridcoin - Step 3: Earn Gridcoin via POS" -description: "Step 3 of the 'Staking mode' guide; Instructing the user how to earn Gridcoin via the proof of stake mechanism." -redirect_from: - - "/Guides/investor-earn-grc.htm" - - "/guides/investor-earn-grc.htm" ---- -
-
- -
-
- -
-
-
-
-

- Earn GRC via Proof of Stake -

-
-
- - -
-
-
-
    -
  • -
      -
    • - Once running an up-to-date fully synced client with a positive balance, all that is required is for you to unlock your wallet for 'staking only'. -
    • -
    • - Once your wallet is unlocked, it will take up to 16 hours for your coins to fully start staking. -
    • -
    • - Best practice is to continuously stake 24/7 if possible, since you have an opportunity to stake each block (even if your probability is low) and coin age is not considered within the staking probability calculation. -
    • -
    -
  • -
-
- -
-
- - -
-
- -
-
- -
-
diff --git a/guides/staking-only-setup.htm b/guides/staking-only-setup.htm deleted file mode 100644 index f422fe4..0000000 --- a/guides/staking-only-setup.htm +++ /dev/null @@ -1,111 +0,0 @@ ---- -title: "Gridcoin - Step 1: Gridcoin Installation" -description: "Step 1 of the 'Staking mode' guide; Informing the user how to sync the Gridcoin client and where to acquire Gridcoin." -redirect_from: - - "/Guides/investor-gridcoin-setup.htm" - - "/guides/investor-gridcoin-setup.htm" ---- -
-
- -
-
- -
-
-
-
-

Gridcoin Introduction

-

The following guides explain how to set up the Gridcoin Research wallet client on the platform of your choice.

-

- If you want to run Gridcoin as a non-cruncher, you do not need to install the BOINC client. In this case, you will only earn POS interest and not receive research rewards due to a lack of BOINC research. The amount and frequency of interest depends on the quantity of coins you are holding in your wallet/client. -

-

- Note that the wallet refers to being a non-cruncher as an "investor". This is not referring to investing. It just means having Gridcoin - in your wallet and not trying to be rewarded for doing work on BOINC -

-
- -
-
-
- -{% include _wallet_install.htm %} - -
-
-
-
-
- Third party multi-wallets for Gridcoin -
- HolyTransaction -
-
- -
-
- -
-
- -
-