Skip to content

Commit 4c7dbd7

Browse files
committed
updates komodo repo
1 parent ae492e5 commit 4c7dbd7

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

src/pages/komodo/index.mdx

+21-21
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ For Windows instructions: see [Installing Komodo on Windows 64-bit systems](/kom
1414

1515
Currently, you will need:
1616

17-
* Linux (easiest with a Debian-based distribution)
17+
- Linux (easiest with a Debian-based distribution)
1818

19-
* For Ubuntu, we recommend using only the 16.04 or 18.04 releases
19+
- For Ubuntu, we recommend using only the 16.04 or 18.04 releases
2020

21-
* 64-bit
21+
- 64-bit
2222

23-
* Minimum 4GB of free RAM (8GB+ recommended)
23+
- Minimum 4GB of free RAM (8GB+ recommended)
2424

2525
### Get Started
2626

@@ -43,7 +43,7 @@ This takes some time depending your internet connection. Let it run in the backg
4343

4444
```bash
4545
cd ~
46-
git clone https://github.com/jl777/komodo
46+
git clone https://github.com/KomodoPlatform/komodo
4747
cd komodo
4848
git checkout dev
4949
./zcutil/fetch-params.sh
@@ -82,9 +82,9 @@ addnode=5.9.122.241
8282
addnode=144.76.94.38
8383
```
8484

85-
* Press `CTRL+O` to save the changes.
85+
- Press `CTRL+O` to save the changes.
8686

87-
* Press `CTRL+X` to exit nano editor.
87+
- Press `CTRL+X` to exit nano editor.
8888

8989
Now you can start komodod daemon to sync with the network
9090

@@ -193,9 +193,9 @@ make -j$(nproc)
193193

194194
We can not stress enough to take a backup of your wallet.dat file time to time. Here's the reason why:
195195

196-
* When you send some funds from an address, sometimes the funds used from the unspent transaction outputs (utxo) leaves a change behind. This change doesn't go back to the same address the funds sent from. This change goes to a new address. And this new address is stored in the wallet.dat file located in Komodo data directory on your machine.
196+
- When you send some funds from an address, sometimes the funds used from the unspent transaction outputs (utxo) leaves a change behind. This change doesn't go back to the same address the funds sent from. This change goes to a new address. And this new address is stored in the wallet.dat file located in Komodo data directory on your machine.
197197

198-
* Sometimes your wallet.dat file may got corrupted. It's always good to have backup handy.
198+
- Sometimes your wallet.dat file may got corrupted. It's always good to have backup handy.
199199

200200
If you are not sure when to take backup of your wallet.dat file, just take backup of it according to how often your use. If you use it regularly, then just take a backup of your wallet.dat file at then end of day. If not so often then maybe twice a week or depending on your use adjust your time period of taking backup.
201201

@@ -250,7 +250,7 @@ brew install wget
250250
### Clone the Komodo repository
251251

252252
```bash
253-
git clone https://github.com/jl777/komodo
253+
git clone https://github.com/KomodoPlatform/komodo
254254
```
255255

256256
### Get the Zcash params:
@@ -369,11 +369,11 @@ mkdir “%HOMEPATH%\AppData\Roaming\ZcashParams”
369369

370370
And download following files in `ZcashParams` folder:
371371

372-
* [sprout-proving.key](https://komodoplatform.com/downloads/sprout-proving.key)
373-
* [sprout-verifying.key](https://komodoplatform.com/downloads/sprout-verifying.key)
374-
* [sapling-spend.params](https://komodoplatform.com/downloads/sapling-spend.params)
375-
* [sapling-output.params](https://komodoplatform.com/downloads/sapling-output.params)
376-
* [sprout-groth16.params](https://komodoplatform.com/downloads/sprout-groth16.params)
372+
- [sprout-proving.key](https://komodoplatform.com/downloads/sprout-proving.key)
373+
- [sprout-verifying.key](https://komodoplatform.com/downloads/sprout-verifying.key)
374+
- [sapling-spend.params](https://komodoplatform.com/downloads/sapling-spend.params)
375+
- [sapling-output.params](https://komodoplatform.com/downloads/sapling-output.params)
376+
- [sprout-groth16.params](https://komodoplatform.com/downloads/sprout-groth16.params)
377377

378378
1. Now we can run `komodod.exe`
379379

@@ -395,9 +395,9 @@ And download following files in `ZcashParams` folder:
395395

396396
Downloads:
397397

398-
* Windows Binaries: [https://github.com/KomodoPlatform/komodo/releases](https://github.com/KomodoPlatform/komodo/releases)
399-
* [sprout-proving.key](https://komodoplatform.com/downloads/sprout-proving.key)
400-
* [sprout-verifying.key](https://komodoplatform.com/downloads/sprout-verifying.key)
401-
* [sapling-spend.params](https://komodoplatform.com/downloads/sapling-spend.params)
402-
* [sapling-output.params](https://komodoplatform.com/downloads/sapling-output.params)
403-
* [sprout-groth16.params](https://komodoplatform.com/downloads/sprout-groth16.params)
398+
- Windows Binaries: [https://github.com/KomodoPlatform/komodo/releases](https://github.com/KomodoPlatform/komodo/releases)
399+
- [sprout-proving.key](https://komodoplatform.com/downloads/sprout-proving.key)
400+
- [sprout-verifying.key](https://komodoplatform.com/downloads/sprout-verifying.key)
401+
- [sapling-spend.params](https://komodoplatform.com/downloads/sapling-spend.params)
402+
- [sapling-output.params](https://komodoplatform.com/downloads/sapling-output.params)
403+
- [sprout-groth16.params](https://komodoplatform.com/downloads/sprout-groth16.params)

0 commit comments

Comments
 (0)