diff --git a/content/General Support/_index.en.md b/content/General Support/_index.en.md index 1e58978..af3c6ed 100755 --- a/content/General Support/_index.en.md +++ b/content/General Support/_index.en.md @@ -4,4 +4,5 @@ date: 2018-12-29T11:02:05+06:00 icon: "fas fa-toolbox" description: "More general articles not related to a single product." type : "pages" ---- \ No newline at end of file +order: "000" +--- diff --git a/content/NavCash/_index.en.md b/content/NavCash/_index.en.md new file mode 100755 index 0000000..a368ad0 --- /dev/null +++ b/content/NavCash/_index.en.md @@ -0,0 +1,8 @@ +--- +title: "NavCash" +date: 2020-09-06T11:02:05+06:00 +icon: "fas fa-wallet" +description: "An electrum-based light wallet with support for the hardware wallet." +type : "pages" +order: "030" +--- diff --git a/content/NavCash/install_navcash.en.md b/content/NavCash/install_navcash.en.md new file mode 100644 index 0000000..404daf6 --- /dev/null +++ b/content/NavCash/install_navcash.en.md @@ -0,0 +1,12 @@ +--- +title: How to install NavCash? +date: "2020-09-06" +draft: false +order: "010" +--- + +NavCash can be downloaded from the [NavCoin website](https://navcoin.org/en/wallets/). After the App is downloaded, simply follow the wizard to finish the installation. + +To use NavCash with Ledger Nano S, an App loader is needed to be manually installed on Ledger since the Ledger App is still being reviewed by the Ledger team. The loader can be found in the link for the NavCash wallet above. + +Ledger Nano X is not supported at the moment since it does not allow 3rd party App. diff --git a/content/NavCash/navcash.en.md b/content/NavCash/navcash.en.md new file mode 100644 index 0000000..45ff141 --- /dev/null +++ b/content/NavCash/navcash.en.md @@ -0,0 +1,8 @@ +--- +title: What is NavCash? +date: "2020-09-06" +draft: false +order: "000" +--- + +NavCash is a light wallet for NavCoin. Its main features are Ledger and Cold Staking support and that it does not need to keep a full copy of the blockchain in order to operate. Instead, it relies on electrum servers to subscribe to notifications related to the wallet. diff --git a/content/NavCash/setup_server.en.md b/content/NavCash/setup_server.en.md new file mode 100644 index 0000000..137bb47 --- /dev/null +++ b/content/NavCash/setup_server.en.md @@ -0,0 +1,22 @@ +--- +title: How to run my own NavCash Server? +date: "2020-09-06" +draft: false +order: "020" +--- + +We have put a lot of effort into making the process of running your own node as simple as possible. We will teach you how to do it with a rented VPS, which will not require you to have your computer turned on 24 hours. If you are going to stake using a pool because you don’t want to run your own server (whether NavCash, NavPool or other), you can skip this section. + +The first step would be to get a VPS. We recommend you to make this step in [Hetzner](https://console.hetzner.cloud/), a German provider which is famous for its low prices and high quality service. Simply create an account there and log in. Choose ‘Add Server’, select Ubuntu 20.04 and CX21 (2vCPU and 4GB RAM). The costs are as low as 5,83€ per month! + +Once the server is created, you will see the details to access it over SSH. Connect to it and one command will be enough to set it up. + +> curl -s https://index.nav.community/setup.sh|sudo -E bash + +It will take about 30 minutes to complete. + +You will be prompted with two important values when it’s finished: your staking address and the address of your Electrum node. + +When you launch NavCash for the first time, you will be asked about which server you want to connect. You can then input the server information to let NavCash connect to your own server. + +For more information on the setup and how NavCash works, please check out this medium [article](https://medium.com/@NAVCoin/navcoin-the-ultimate-guide-to-staking-its-never-been-so-easy-c0ef2f9983c8). diff --git a/content/NavCoin Core/_index.en.md b/content/NavCoin Core/_index.en.md index bbaf97c..78f4722 100755 --- a/content/NavCoin Core/_index.en.md +++ b/content/NavCoin Core/_index.en.md @@ -4,4 +4,5 @@ date: 2018-12-29T11:02:05+06:00 icon: "fas fa-desktop" description: "NavCoin Core is the software for running a full node." type : "pages" ---- \ No newline at end of file +order: "010" +--- diff --git a/content/NavCoin Website/_index.en.md b/content/NavCoin Website/_index.en.md index 916da14..af07384 100644 --- a/content/NavCoin Website/_index.en.md +++ b/content/NavCoin Website/_index.en.md @@ -4,4 +4,5 @@ date: 2018-12-29T11:02:05+06:00 icon: "fas fa-globe" description: "Guides for contributing to the NavCoin.org static site." type : "pages" +order: "020" --- diff --git a/themes/dot/layouts/index.html b/themes/dot/layouts/index.html index 959f4aa..3ba0cf3 100755 --- a/themes/dot/layouts/index.html +++ b/themes/dot/layouts/index.html @@ -8,7 +8,7 @@ {{with .Site.Params.topics.title}}