From 60af62b9d4e7813f6acb1c56cba915863d99717b Mon Sep 17 00:00:00 2001 From: Oink70 Date: Tue, 10 Nov 2020 12:15:36 +0000 Subject: [PATCH] updated veruscoin.io to verus.io in all published documents --- ...fference_between_staked_and_mined_coins.md | 8 +- ..._or_having_an_old_version_of_the_wallet.md | 6 +- ...am_still_having_problems_with_my_wallet.md | 4 +- faq-allos/faq-allos21_mining_pools.md | 2 +- faq-allos/faq-allos25_wallet_not_synced.md | 6 +- .../faq-allos26_sent_funds_to_b-address.md | 6 +- faq-cli/clifaq-02_verus_commands.md | 111 ++++++++++++++++-- faq-linux/faq-lin01_install_linux_cli.md | 12 +- faq-linux/faq-lin06_compile_ccminer.md | 4 +- faq-linux/faq-lin07_PHP_CLI_interface.md | 6 +- .../faq-lin08_low_priority_mining.html.md | 12 +- faq-macos/mac-faq03-mining_guide.md | 6 +- faq-macos/mac-faq04_low_priority_mining.md | 8 +- faq-windows/winfaq-02_low_priority_mining.md | 7 +- how-to/how-to_bootstrap.md | 4 +- how-to/how-to_check_signatures.md | 4 +- how-to/how-to_convert-seed-to-wif.md | 5 +- how-to/how-to_join_testnet.md | 4 +- how-to/how-to_lite_to_native.md | 8 +- how-to/how-to_verus_info.md | 29 ++--- index.html | 2 +- index.md | 14 +-- information/verus-welcome.md | 16 +-- navigation.md | 6 +- verus-links.md | 16 +-- 25 files changed, 195 insertions(+), 111 deletions(-) diff --git a/faq-allos/faq-allos15_how_can_i_tell_the_difference_between_staked_and_mined_coins.md b/faq-allos/faq-allos15_how_can_i_tell_the_difference_between_staked_and_mined_coins.md index 22f56f8..a05f33d 100644 --- a/faq-allos/faq-allos15_how_can_i_tell_the_difference_between_staked_and_mined_coins.md +++ b/faq-allos/faq-allos15_how_can_i_tell_the_difference_between_staked_and_mined_coins.md @@ -2,12 +2,12 @@ ## CLI: -You can check this in the VerusExplorer https://explorer.veruscoin.io/ +You can check this in the VerusExplorer https://explorer.verus.io/ 1. Check last 10 transactions in the CLI. Use `listtransactions`. 2. Copy the blockhash of the received award -3. Add it at the end of https://explorer.veruscoin.io/api/getblock? +3. Add it at the end of https://explorer.verus.io/api/getblock? -Hint: An example: https://explorer.veruscoin.io/api/getblock?hash=9e6fa91356211a554c580c90ec9c2067dd420ff74c7d33481775793f7b0e7f03 – so this one is minted.... +Hint: An example: https://explorer.verus.io/api/getblock?hash=9e6fa91356211a554c580c90ec9c2067dd420ff74c7d33481775793f7b0e7f03 – so this one is minted.... ## Verus Desktop: @@ -25,4 +25,4 @@ In the GUI you can also click yourself thru to that information. (submitted by karero, edited by Oink.vrsc@) -Note: last revision date 2020-04-24. +Note: last revision date 2020-11-11. diff --git a/faq-allos/faq-allos19_what_should_i_do_if_i_end_up_on_my_own_fork_because_of_a_network_issue_or_having_an_old_version_of_the_wallet.md b/faq-allos/faq-allos19_what_should_i_do_if_i_end_up_on_my_own_fork_because_of_a_network_issue_or_having_an_old_version_of_the_wallet.md index 41b2017..69186b4 100644 --- a/faq-allos/faq-allos19_what_should_i_do_if_i_end_up_on_my_own_fork_because_of_a_network_issue_or_having_an_old_version_of_the_wallet.md +++ b/faq-allos/faq-allos19_what_should_i_do_if_i_end_up_on_my_own_fork_because_of_a_network_issue_or_having_an_old_version_of_the_wallet.md @@ -18,7 +18,7 @@ For all GUI or CLI users. `run getblockhash ` will show you the blockhash for the blocknumber you filled in The response shown in the *Native Client Terminal* will be similar to this: `5cc7844973fb95ef17f1772ea4aba579f0d8273fb0ee6064cd8e707d1056c646` -3. Check the blockhash your command gave you against the blockhash the [explorer](https://explorer.veruscoin.io) shows. +3. Check the blockhash your command gave you against the blockhash the [explorer](https://explorer.verus.io) shows. 4. If the blockhash from the explorer is different than yours, repeat steps 2 & 3 until you find the earliest block that is different. 5. Use the **earliest incorrect blockhash** from your system to invalidate that block: `run invalidateblock ` @@ -34,7 +34,7 @@ For all GUI or CLI users. `./verus getblockhash ` will show you the blockhash for the blocknumber you filled in The response will be similar to this: `5cc7844973fb95ef17f1772ea4aba579f0d8273fb0ee6064cd8e707d1056c646` -2. Check the blockhash your command gave you against the blockhash the [explorer](https://explorer.veruscoin.io) shows. +2. Check the blockhash your command gave you against the blockhash the [explorer](https://explorer.verus.io) shows. 3. If the blockhash from the explorer is different than yours, repeat steps 1 & 2 until you find the earliest block that is different. 4. Use the **earliest incorrect blockhash** from your system to invalidate that block: `./verus invalidateblock ` @@ -48,4 +48,4 @@ For all GUI or CLI users. (submitted by @jimboscott, Edited by Oink.vrsc@) -Note: last revision date 2020-04-24. +Note: last revision date 2020-11-11. diff --git a/faq-allos/faq-allos20_i_followed_the_procedure_in_faq_19_and_am_still_having_problems_with_my_wallet.md b/faq-allos/faq-allos20_i_followed_the_procedure_in_faq_19_and_am_still_having_problems_with_my_wallet.md index 36b5a08..35bcce1 100644 --- a/faq-allos/faq-allos20_i_followed_the_procedure_in_faq_19_and_am_still_having_problems_with_my_wallet.md +++ b/faq-allos/faq-allos20_i_followed_the_procedure_in_faq_19_and_am_still_having_problems_with_my_wallet.md @@ -42,7 +42,7 @@ Note: The filename you replace`` with, can only contain letters The exported wallet should be a file called `mywalletexport` in the location you set for exportdir in `VRSC.conf`. Keep this file secure, it has your plaintext private keys. Verify that the file is there and isn't empty. 7. Stop Verus again by closing Verus-Desktop, Agama or running `./verus stop` for the linux CLI or `verus.bat stop` for the windows CLI. 8. Making ABSOLUTELY SURE you have both the `mywalletexport` file and your `wallet.dat` backup in a safe place, delete your komodo/VRSC directory and everything in it (you can optionally leave your VRSC.conf file, but everything else there should be deleted. -9. At this point make sure you're on the latest version for your wallet by going to https://veruscoin.io/ and checking the downloads section. If you need to upgrade do so now, before starting your wallet again. +9. At this point make sure you're on the latest version for your wallet by going to https://verus.io/ and checking the downloads section. If you need to upgrade do so now, before starting your wallet again. 10. Restart your wallet by launching Verus-Desktop, Agama or running verusd for the CLI. Allow it to start syncing. 11. Once it has begun syncing, you can import your wallet. In either case, replace `Coin Settings` and make sure `VRSC` is selected in the top right. Run the command: ```bash run listunspent 0 '[" verus getimports "chainname" +> verus getexports "chainname" > curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getexports", "params": ["chainname"] }' -H 'content-type: text/plain;' http://127.0.0.1:27486/ ``` @@ -1706,9 +1740,43 @@ Returns all imports from a specific chain. 1. "chainname" (string, optional) name of the chain to look for. no parameter returns current chain in daemon. ``` #### Result: -``` +```json +[ { - } + "blockheight": n, (numeric) block height + "importid": "hash", (hexstring) transaction ID + "description": { + "version":n, (int) version of this chain definition + "sourcesystemid": "xxxx", (text) i-address of the source system + "importcurrencyid": "xxxx", (text) i-address of the currency ID + "valuein": { + "xxxx": xxx.xxxxxxxx, (text) i-address of the currency ID, (numeric) the total value of the import + of the currency + .... + }, + "tokensout": { + "xxxx": xxx.xxxxxxxx, (text) i-address of the currency ID, (numeric) the total value of the import + into the currency into this currency + } + }, + "transfers": [ + { + "version": n, (int) version of this chain definition + "currencyid": "xxxx", (text) i-address of the currency ID + "value": n, (numeric) the value this transaction + "flags": n, (hex) flags for the currency + "preconvert": true|false, (boolean) Shows whether the transaction is a preconversion + "fees": xxx.xxxxxxxx, (numeric) the fees for this transaction + "destinationcurrencyid": "xxxx", (text) i-address of the currency ID + "destination": "xxxx" (text) address of the transaction + }, + .... + } + ] + }, + {}, + ... +] ``` Examples: ```bash @@ -1727,15 +1795,32 @@ This should be used to get information about chains that are not this chain, but #### Result: ```json [ - { - "flags" : n, - "initialratio" : n, - "initialsupply" : n, - "emitted" : n, - "supply" : n, - "reserve" : n, - "currentratio" : n, + { + "flags": n, (hex) flags for the currency + "currencyid": "xxxx", (text) i-address of the currency ID + "reservecurrencies": [ + { + "currencyid": "xxxx", (text) i-address of the currency ID + "weight": n, (numeric) The weight of this currence + "reserves": xxx.xxxxxxxx, (numeric) The initial amount of this currency in reserve + "priceinreserve": n (numeric) The initial conversion rate of this reserve currency + }, + ], + "initialsupply" : xxx.xxxxxxxx, (numeric) The initial supply of this currency + "emitted" : xxx.xxxxxxx, (numeric) The currently emitted coins of this currency + "supply" : xxx.xxxxxxxx, (numeric) The current supply of this currency + "currencies": { + "xxxx": { (text) i-address of the currency ID + "reservein": xxx.xxxxxxxx, + "nativein": 0.00000000, + "reserveout": 249.99900299, + "lastconversionprice": 1.00000000, + "viaconversionprice": 0.99981249, + "fees": 250.06291562, + "conversionfees": 250.06251562 + }, }, + }, ] ``` Examples: diff --git a/faq-linux/faq-lin01_install_linux_cli.md b/faq-linux/faq-lin01_install_linux_cli.md index 6f8f46a..472311c 100644 --- a/faq-linux/faq-lin01_install_linux_cli.md +++ b/faq-linux/faq-lin01_install_linux_cli.md @@ -8,8 +8,8 @@ Notice: Read it completely before use. #### Necessary files: -Link 1: [Download latest Wallet](https://veruscoin.io/wallet.html) -Link 2: [Download Verus Bootstrap](https://bootstrap.veruscoin.io/) +Link 1: [Download latest Wallet](https://verus.io/wallet) +Link 2: [Download Verus Bootstrap](https://bootstrap.verus.io/) ## Procedure: @@ -26,9 +26,9 @@ Link 2: [Download Verus Bootstrap](https://bootstrap.veruscoin.io/) You should get some lines like this: `drwx------ 6 root root 4096 Jul 3 15:56` 5. Download & install the wallet binaries: - `wget https://github.com/VerusCoin/VerusCoin/releases/download/v0.7.0-4/Verus-CLI-Linux-v0.7.0-4-amd64.tgz` + `wget https://github.com/VerusCoin/VerusCoin/releases/download/v0.7.0-4/Verus-CLI-Linux-v0.7.2-3-amd64.tgz` The downloaded archive contains another archive and a signature text file, enabling the archive within to be verified (You'll need a running wallet to do that) - Also: Verify the URL to the latest version from the [Download latest Wallet](https://veruscoin.io/wallet.html) above. + Also: Verify the URL to the latest version from the [Download latest Wallet](https://verus.io/wallet) above. `tar -xvf Verus-CLI-Linux-v0.7.0-4-amd64.tgz` Now extract the wallet archive: `tar -xvf Verus-CLI-Linux-v0.7.0-4-amd64.tar.gz` @@ -41,7 +41,7 @@ Creating the chaindata directory `mkdir -p .komodo/VRSC` `cd ~/.komodo/VRSC` Download the block-chain bootstrap, this considerably speeds up synchronisation of the block-chain from days to minutes... (optional) - `wget https://bootstrap.veruscoin.io/VRSC-bootstrap.tar.gz` + `wget https://bootstrap.verus.io/VRSC-bootstrap.tar.gz` `tar -xvf VRSC-bootstrap.tar.gz` Install libraries for Verus `sudo apt-get install libcurl3 g++-multilib -y` @@ -69,4 +69,4 @@ Apply no settings: (submitted by @karero, corrected by @Glennp, edited by Oink.vrsc@) -Note: last revision date 2020-06-30. +Note: last revision date 2020-11-11. diff --git a/faq-linux/faq-lin06_compile_ccminer.md b/faq-linux/faq-lin06_compile_ccminer.md index 813cf8a..057735b 100644 --- a/faq-linux/faq-lin06_compile_ccminer.md +++ b/faq-linux/faq-lin06_compile_ccminer.md @@ -37,9 +37,9 @@ chmod +x autogen.sh ``` And finally starting the miner (Change pool, address & workername to your own liking): ```bash -./ccminer -a verus -o stratum+tcp://pool.veruscoin.io:9999 -u RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ.donator -p x +./ccminer -a verus -o stratum+tcp://pool.verus.io:9999 -u RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ.donator -p x ``` Info from @Chris - Monkins1010 LOUD Mining. -Note: last revision date 2020-10-05. +Note: last revision date 2020-11-11. diff --git a/faq-linux/faq-lin07_PHP_CLI_interface.md b/faq-linux/faq-lin07_PHP_CLI_interface.md index bee905f..307c9ac 100644 --- a/faq-linux/faq-lin07_PHP_CLI_interface.md +++ b/faq-linux/faq-lin07_PHP_CLI_interface.md @@ -5,8 +5,8 @@ Attention: Read it completely before using. `VRSC Wallet and Data location` on Linux: `~/.Komodo/VRSC` ### Necessary files: -Link 1: [Download latest Wallet](https://veruscoin.io/wallet.html) -Link 2: [Download Bootstrap](https://bootstrap.veruscoin.io/) +Link 1: [Download latest Wallet](https://verus.io/wallet) +Link 2: [Download Bootstrap](https://bootstrap.verus.io/) Link 3: [Go to Verus-Staking-CLI](https://github.com/kbs1/verus-staking-cli) ## Procedure: @@ -25,3 +25,5 @@ Initial Verus daemon configuration Do not stake with the same `wallet.dat` on multiple nodes. Submitted by @kbs1 + +Note: last revision date 2020-11-11. diff --git a/faq-linux/faq-lin08_low_priority_mining.html.md b/faq-linux/faq-lin08_low_priority_mining.html.md index c7cfc02..4b87d56 100644 --- a/faq-linux/faq-lin08_low_priority_mining.html.md +++ b/faq-linux/faq-lin08_low_priority_mining.html.md @@ -4,7 +4,7 @@ Attention: Read it completely before use. ### Links to VRSC miners: -[Miners download page](https://veruscoin.io/getVRSC.html#download) +[Miners download page](https://verus.io/get-vrsc) ## Procedure: @@ -20,8 +20,8 @@ Now we'll need to adjust the batchfile to run on low priority: - Run your miner as you normally would, with `nice -n 19 ` placed in front of the command you normally use, for example: - `nice -n 19 ./nheqminer -v -l pool.veruscoin.io:9999 -u RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ.Donator -p x -t 6` - - make sure you replace the pool (`pool.veruscoin.io:9999`) with your prefered pool and the address + `nice -n 19 ./nheqminer -v -l pool.verus.io:9999 -u RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ.Donator -p x -t 6` + - make sure you replace the pool (`pool.verus.io:9999`) with your prefered pool and the address (`RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ`) with your own address. The address shown in this line is the veruscoin foundation donation address. If desired change the identifier (`Donator`) to a name that easily identifies the miner to you. @@ -30,8 +30,8 @@ Now we'll need to adjust the batchfile to run on low priority: - Run your miner as you normally would, with `nice -n 19 ` placed in front of the command you normally use, for example: - `nice -n 19 ./ccminer -a verus -o stratum+tcp://pool.veruscoin.io:9999 -u RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ.Donator -t 6` - - make sure you replace the pool (`stratum+tcp://pool.veruscoin.io:9999`) with your prefered pool and the address + `nice -n 19 ./ccminer -a verus -o stratum+tcp://pool.verus.io:9999 -u RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ.Donator -t 6` + - make sure you replace the pool (`stratum+tcp://pool.verus.io:9999`) with your prefered pool and the address (`RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ`) with your own address. The address shown in this line is the veruscoin foundation donation address. If desired change the identifier (`Donator`) to a name that easily identifies the miner to you. @@ -39,4 +39,4 @@ Now we'll need to adjust the batchfile to run on low priority: Created by Oink.vrsc@. -Note: last revision date 2020-02-26. +Note: last revision date 2020-11-11. diff --git a/faq-macos/mac-faq03-mining_guide.md b/faq-macos/mac-faq03-mining_guide.md index ff82e35..b9993f2 100644 --- a/faq-macos/mac-faq03-mining_guide.md +++ b/faq-macos/mac-faq03-mining_guide.md @@ -6,8 +6,8 @@ Attention: Read it completely before use. ### Software needed to mine -Prerequisite: [VerusCoin wallets](https://veruscoin.io/wallet.html) -Needed: [VerusCoin miners](https://veruscoin.io/getVRSC.html) +Prerequisite: [VerusCoin wallets](https://verus.io/wallet.html) +Needed: [VerusCoin miners](https://verus.io/getVRSC.html) ## Prerequisites: @@ -29,7 +29,7 @@ To start mining on your Mac, you should already have a wallet and and access to Now we need to configure things so the miner connects to a mining pool (listed on the download page, below the miner download) and mines to your address. In the instructions below I will use the VerusCoin community pool and the address for the Veruscoin foundation. make sure to use your own address and if desired the details of a different pool: 5. click `start.sh` and open with `TextEdit.app` - 6. On the 2nd line, change `PoolHost=` into `Poolhost=pool.veruscoin.io` + 6. On the 2nd line, change `PoolHost=` into `Poolhost=pool.verus.io` 7. On the 3rd line, change `Port=` into 'Port=9999' 8. On the 4th line, change 'PublicVerusCoinAddress=' into `PublicVerusCoinAddress=RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ` (make sure you use your own address!!!!) diff --git a/faq-macos/mac-faq04_low_priority_mining.md b/faq-macos/mac-faq04_low_priority_mining.md index 1754e81..00ba9ed 100644 --- a/faq-macos/mac-faq04_low_priority_mining.md +++ b/faq-macos/mac-faq04_low_priority_mining.md @@ -4,7 +4,7 @@ Attention: Read it completely before use. ### Useful links for VRSC mining: -[Miners download page](https://veruscoin.io/getVRSC.html) +[Miners download page](https://verus.io/get-vrsc) [Miner configuration guide](#!faq-macos\mac-faq03-mining_guide.md) ## Procedure: @@ -22,12 +22,12 @@ Now we'll need to adjust the batchfile to run on low priority: - Run your miner as you normally would, with `nice -n 19 ` placed in front of the command you normally use, for example: - `nice -n 19 ./nheqminer -v -l pool.veruscoin.io:9999 -u RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ.Donator -p x -t 6` - - make sure you replace the pool (`pool.veruscoin.io:9999`) with your prefered pool and the address + `nice -n 19 ./nheqminer -v -l pool.verus.io:9999 -u RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ.Donator -p x -t 6` + - make sure you replace the pool (`pool.verus.io:9999`) with your prefered pool and the address (`RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ`) with your own address. The address shown in this line is the veruscoin foundation donation address. If desired change the identifier (`Donator`) to a name that easily identifies the miner to you. Created by Oink.vrsc@. -Note: last revision date 2020-02-26. +Note: last revision date 2020-11-11. diff --git a/faq-windows/winfaq-02_low_priority_mining.md b/faq-windows/winfaq-02_low_priority_mining.md index 3058a04..358fa28 100644 --- a/faq-windows/winfaq-02_low_priority_mining.md +++ b/faq-windows/winfaq-02_low_priority_mining.md @@ -2,7 +2,7 @@ ## Links to VRSC miners: -[Miners download page](https://veruscoin.io/getVRSC.html) +[Miners download page](https://verus.io/getVRSC.html) ## Procedure: @@ -38,8 +38,8 @@ Now we'll need to adjust the batchfile to run on low priority: - The line, that needs to be adjusted: `ccminer -a verus -o stratum+tcp://na.luckpool.net:3956 -u REoPcdGXthL5yeTCrJtrQv5xhYTknbFbec.Donator -p d=6 -t 8` - adjust the line, so it looks like: - `C:\Windows\System32\cmd.exe /c start "ccminerCPUv3.5 VerusPool" /Low "c:\Miners\CCminer 2.0 CPU Release 3.5\ccminer.exe" -a verus -o stratum+tcp://pool.veruscoin.io:9999 -u RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ.Donator -t 16` - - make sure you replace the pool (`stratum+tcp://pool.veruscoin.io:9999`) with your prefered pool and the address + `C:\Windows\System32\cmd.exe /c start "ccminerCPUv3.5 VerusPool" /Low "c:\Miners\CCminer 2.0 CPU Release 3.5\ccminer.exe" -a verus -o stratum+tcp://pool.verus.io:9999 -u RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ.Donator -t 16` + - make sure you replace the pool (`stratum+tcp://pool.verus.io:9999`) with your prefered pool and the address (`RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ`) with your own address. The address shown in this line is the veruscoin foundation donation address. If desired change the identifier (`Donator`) to a name that easily identifies the miner to you. @@ -47,3 +47,4 @@ Now we'll need to adjust the batchfile to run on low priority: - run `run.verushhash.bat` to start mining. Submitted by Oink.vrsc@ +Note: last revision date 2020-11-11. diff --git a/how-to/how-to_bootstrap.md b/how-to/how-to_bootstrap.md index 2624306..33c29e3 100644 --- a/how-to/how-to_bootstrap.md +++ b/how-to/how-to_bootstrap.md @@ -35,8 +35,8 @@ Watch this video with an explanation how to accomplish the steps above: [Bootstr ### Necessary files: -Link 1: [Download latest Wallet](https://veruscoin.io/wallet.html) -Link 2: [Download Verus Bootstrap](https://bootstrap.veruscoin.io/) +Link 1: [Download latest Wallet](https://verus.io/wallet.html) +Link 2: [Download Verus Bootstrap](https://bootstrap.verus.io/) ### Procedure: 1. Make sure your wallet is not active. diff --git a/how-to/how-to_check_signatures.md b/how-to/how-to_check_signatures.md index 82623f5..01aa81f 100644 --- a/how-to/how-to_check_signatures.md +++ b/how-to/how-to_check_signatures.md @@ -3,7 +3,7 @@ Attention: Read it completely before using. ## Important General Information -Wallet download page: [https://veruscoin.io/wallet](https://veruscoin.io/wallet) +Wallet download page: [https://verus.io/wallet](https://verus.io/wallet) ## Using Verus-Desktop @@ -26,4 +26,4 @@ Wallet download page: [https://veruscoin.io/wallet](https://veruscoin.io/wallet) Compiled by: Oink@ -Note: creation date 2020-07-17. +Note: creation date 2020-11-11. diff --git a/how-to/how-to_convert-seed-to-wif.md b/how-to/how-to_convert-seed-to-wif.md index 4faccd6..b895dfb 100644 --- a/how-to/how-to_convert-seed-to-wif.md +++ b/how-to/how-to_convert-seed-to-wif.md @@ -13,7 +13,7 @@ This method is confirmed to work on Verus and all Komodo assetchains. In order to convert your seedphrase into a Private key (WIF), you need to have a running native wallet first, that is fully synchronized. The earliest wallet that supports these functions is **Verus Desktop v0.6.4-beta-1**. -If needed, use this guide to quickly synchronize your wallet: https://wiki.veruscoin.io/#!how-to/how-to_bootstrap.md +If needed, use this guide to quickly synchronize your wallet: https://wiki.verus.io/#!how-to/how-to_bootstrap.md ## Converting Seed to WIF If you have a seed, you can retrieve your Private key (WIF) by having the Verus Desktop wallet convert it for you. @@ -96,5 +96,4 @@ Note: Don't use the WIF from the example above, but use the one from the CLI-int Information compiled by Oink.vrsc@. -Note: revision date 2020-08-31. - +Note: revision date 2020-11-11. diff --git a/how-to/how-to_join_testnet.md b/how-to/how-to_join_testnet.md index a601c59..c110ac9 100644 --- a/how-to/how-to_join_testnet.md +++ b/how-to/how-to_join_testnet.md @@ -24,7 +24,7 @@ For windows substitute the shown `"`-character with the `\"`-characters. ### Necessary files: -Link 1: [Download latest Wallet](https://veruscoin.io/wallet.html) +Link 1: [Download latest Wallet](https://verus.io/wallet.html) ## Procedure: @@ -59,4 +59,4 @@ Linux and MacOS. If you already have a wallet verify that the wallet is the most Created by Oink.vrsc@, inspired by 0x03.vrsc@. -Note: revision date 2020-02-12. +Note: revision date 2020-11-11. diff --git a/how-to/how-to_lite_to_native.md b/how-to/how-to_lite_to_native.md index 8269e4a..ffcf165 100644 --- a/how-to/how-to_lite_to_native.md +++ b/how-to/how-to_lite_to_native.md @@ -12,8 +12,8 @@ Attention: Read completely before use. #### Necessary files & links: -Link 1: [Download Verus Bootstrap](https://bootstrap.veruscoin.io) -Link 2: [Import Lite wallet address in Verus Desktop native](https://wiki.veruscoin.io/#!how-to/how-to_convert-seed-to-wif.md) +Link 1: [Download Verus Bootstrap](https://bootstrap.verus.io) +Link 2: [Import Lite wallet address in Verus Desktop native](https://wiki.verus.io/#!how-to/how-to_convert-seed-to-wif.md) ## Procedure: 1. Make sure you have your seed phrase and password you use to log into your Lite mode wallet available. @@ -23,7 +23,7 @@ Link 2: [Import Lite wallet address in Verus Desktop native](https://wiki.verusc 2. Verify the SHA256 checksum of your download, so you have an untampered installer. 3. Run the file you just downloaded to install it. 4. Installing the bootstrap: - 1. Download the bootstrap from [Link 1](https://bootstrap.veruscoin.io). + 1. Download the bootstrap from [Link 1](https://bootstrap.verus.io). 2. Verify the SHA256 checksum of your download, to verify you have an untampered Bootstrap. 3. Unpack the downloaded archive to `VRSC wallet & data location`. 5. Getting Verus-Desktop ready for Native mode: @@ -34,7 +34,7 @@ Link 2: [Import Lite wallet address in Verus Desktop native](https://wiki.verusc 5. You may get a red warning message about Zcash params. (Verus Desktop will detect if you have the necessary ZCash parameter files and download them if needed) 6. As soon as the download is finished, Verus-Desktop will continu and bring you into your wallet. It will automatically start to synchronize the blockchain. Since we already put the majority of the chain in place, this will take just a few minutes. 6. Importing your existing Address: - * This procedure is described in detail in: [Import Lite wallet address in Verus Desktop native](https://wiki.veruscoin.io/#!how-to/how-to_convert-seed-to-wif.md). + * This procedure is described in detail in: [Import Lite wallet address in Verus Desktop native](https://wiki.verus.io/#!how-to/how-to_convert-seed-to-wif.md). If you followed these steps, installed the bootstrap, switched from Lite to Native mode and imported your existing address into Verus-Desktop. You can now stake your balance and use Private (sapling) addresses. diff --git a/how-to/how-to_verus_info.md b/how-to/how-to_verus_info.md index 8125b25..c874436 100644 --- a/how-to/how-to_verus_info.md +++ b/how-to/how-to_verus_info.md @@ -30,13 +30,13 @@ Linux Komodo (and asset chains) binaries: `\resources\app\assets\bin\linux64\` c #### Various links: -Website: [Official VerusCoin website](https://veruscoin.io) +Website: [Official VerusCoin website](https://verus.io) GitHub: [VerusCoin source code for the VerusCoin wallet, miner and explorer](https://github.com/veruscoin) -Block explorer: [Main VerusCoin Explorer](https://explorer.veruscoin.io) +Block explorer: [Main VerusCoin Explorer](https://explorer.verus.io) Block explorer: [VerusCoin Backup Explorer](https://explorer.vrsc.0x03.services/) Block explorer: [Explorer for all Komodo Ecosystem chains](https://dex.explorer.dexstats.info/) Social Media: [Bitcointalk](https://bitcointalk.org/index.php?topic=4070404.0) -Social Media: [Discord](https://discord.gg/VRKMP2S) +Social Media: [Discord](https://verus.io/discord) Social Media: [Twitter](https://twitter.com/veruscoin) Social Media: [Medium](https://medium.com/@veruscoin) Social Media: [Reddit](https://reddit.com/r/veruscoin) @@ -45,7 +45,7 @@ Miner: [Monkins ccminer for CPU (recommended) or GPU](https://github.com/monkins Miner: [nheqminer for Windows, Linux, and MacOS](https://github.com/VerusCoin/nheqminer/releases) Reported mining speeds: [spreadsheet to compare hashrates](https://docs.google.com/spreadsheets/d/1RrSYJDV0Mjj3X-myMC3aQDGkcipivxHsD7ZxJ3r5f_A/edit#gid=201266774) Mining pool: https://luckpool.net/verus -Mining pool: https://pool.veruscoin.io/ +Mining pool: https://pool.verus.io/ Mining pool: https://zergpool.com/ Mining pool: https://vrsc.mcmpool.eu/ Mining pool: https://wattpool.net/ @@ -54,10 +54,7 @@ Mining pool: https://vrsc.dev-codex.com/ Mining pool: http://vrsc.52hash.com/ Mining pool: https://vrsc.ciscotech.dk/ Mining pool: http://www.lepool.com.cn:8088/ -Mining pool: https://zpool.ca/ Mining pool: http://verus.bcmonster.com/ -Staking pool: http://www.ginasismining.com/ -Staking pool: https://www.aacoin.com/#/trade?symbol=VRSC_BTC (Technically not a pool, but it stakes your VRSC on the exchange) Exchange: https://atomicdex.io/ (VRSC/any listed coin) Exchange: https://app.stex.com/de/trade/pair/BTC/VRSC/1D (VRSC/BTC) Exchange: https://safe.trade/trading/vrscbtc (VRSC/BTC, VRSC/SAFE) @@ -69,8 +66,8 @@ Wallet: [Verus Desktop releases](https://github.com/VerusCoin/Verus-Desktop/rele Wallet: [CLI wallet releases](https://github.com/VerusCoin/VerusCoin/releases/) Mobile wallet: [Android Mobile Wallet](https://github.com/VerusCoin/Verus-Mobile/releases/tag/v0.1.6-beta) Mobile wallet: [iOS Mobile Wallet](https://testflight.apple.com/join/ZS43lYcw) -Paper wallet: [Verus Paper wallet](https://paperwallet.veruscoin.io/) -Bootstrap: [Download Verus Bootstrap](https://bootstrap.veruscoin.io) +Paper wallet: [Verus Paper wallet](https://paperwallet.verus.io/) +Bootstrap: [Download Verus Bootstrap](https://bootstrap.verus.io) VerusPay: [VerusPay setup guide](https://veruspay.io/setup/) ## Information: @@ -82,9 +79,9 @@ VerusPay: [VerusPay setup guide](https://veruspay.io/setup/) | |Open source, fair launch, no ICO| | |Community driven project| |Privacy: |Sapling enhanced, zk-SNARKs zero knowledge proofs| -|Website: |https://veruscoin.io/| +|Website: |https://verus.io/| |Github: |https://github.com/veruscoin There is the VerusCoin source code for the VerusCoin wallet, miner and explorer.| -|Block explorers: |https://explorer.veruscoin.io/| +|Block explorers: |https://explorer.verus.io/| | |https://explorer.vrsc.0x03.services/| | |https://dex.explorer.dexstats.info/| |Announcement: |https://bitcointalk.org/index.php?topic=4070404.0| @@ -116,7 +113,7 @@ A spreadsheet to compare hashrates can be found here: https://docs.google.com/sp You can also compare older and current algos ##### Mining pools: -https://pool.veruscoin.io/ (fees will go to VERUS foundation) +https://pool.verus.io/ (fees will go to VERUS foundation) https://luckpool.net/verus https://zergpool.com/ https://vrsc.mcmpool.eu/ @@ -155,10 +152,10 @@ There's also possibilities to test coming PBaaS functionality in this wallet. A beta version of the Android mobile wallet can be found here: https://github.com/VerusCoin/Verus-Mobile/releases A beta version of the iOS mobile wallet can be accessed via this Apple TestFlight invite https://testflight.apple.com/join/ZS43lYcw -Our Paper Wallet can be accessed here: https://paperwallet.veruscoin.io +Our Paper Wallet can be accessed here: https://paperwallet.verus.io -If you need a bootstrap, you can find it here: https://bootstrap.veruscoin.io -(a guide how to apply is pinned in #community-support channel in Discord: https://discord.gg/VRKMP2S or in the HOW-TO & FAQ section of our website https://veruscoin.io/downloads/how-to/how-to_bootstrap.html) +If you need a bootstrap, you can find it here: https://bootstrap.verus.io +(a guide how to apply is pinned in #community-support channel in Discord: https://discord.gg/VRKMP2S or in the HOW-TO & FAQ section of our website https://wiki.verus.io/how-to/how-to_bootstrap.md) For those interested in VerusPay, a guide can be found here: https://veruspay.io/setup/ And finally for those interested in running various Veruscoin services: https://github.com/VerusCoin/VerusServicesSetup @@ -166,4 +163,4 @@ And finally for those interested in running various Veruscoin services: https:// Information compiled by Thoskk.vrsc@, complemented by Godballz.vrsc@ and Oink.vrsc@. -Note: revision date 2020-04-24. +Note: revision date 2020-11-11. diff --git a/index.html b/index.html index 7100ae2..b11ab82 100644 --- a/index.html +++ b/index.html @@ -171,7 +171,7 @@ +},25);d.done(function(){c()}),a.md.util.wait(2e3).done(function(){c()})})}function e(){if(0!==a("#md-menu a").length){var c=a("#md-menu");c.find('> a[href=""]').attr("data-toggle","dropdown").addClass("dropdown-toggle").attr("href","").append(''),c.find("ul").addClass("dropdown-menu"),c.find("ul li").addClass("dropdown"),a("#md-menu hr").each(function(b,c){var d=a(c),e=d.prev(),f=d.next();e.is("ul")&&e.length>=0&&(e.append(a('
  • ')),d.remove(),f.is("ul")&&(f.find("li").appendTo(e),f.remove()))}),a("#md-menu ul").each(function(b,c){var d=a(c);0===d.find("li").length&&d.remove()}),a("#md-menu hr").replaceWith(a('
  • ')),a("#md-menu > a").wrap("
  • "),a("#md-menu ul").each(function(b,c){var d=a(c);d.appendTo(d.prev()),d.parent("li").addClass("dropdown")}),a("#md-menu li.dropdown").find("h1, h2, h3").each(function(b,c){var d=a(c),e=d.toptext(),f=a('
  • '),f=a("");f.attr("href",a.md.util.getInpageAnchorHref(d.toptext())),f.click(function(b){b.preventDefault();var c=a(this),d=a.md.util.getInpageAnchorText(c.toptext());a.md.scrollToInPageAnchor(d)}),f.text(d.toptext()),e.append(f),i.append(e)}),a(window).resize(function(){c(a("#md-page-menu")),d()}),a.md.stage("postgimmick").subscribe(function(a){a()}),a("#md-left-column").append(e)}}function h(){a("#md-title").wrap('
    '),a("#md-title").wrap('
    '),a("#md-menu").wrap('
    '),a("#md-menu").wrap('
    '),a("#md-content").wrap('
    '),a("#md-content").wrap('
    '),a("#md-body").wrap('
    '),a("#md-body").wrap('
    '),a("#md-title").addClass("col-md-12"),a("#md-content").addClass("col-md-12")}function i(){var b=a('