-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reviewed all FAQs and How-To's. Made MathJax local
- Loading branch information
Showing
337 changed files
with
22,987 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"title": "Verus Coin Wiki", | ||
"additionalFooterText": "© 2020 The Verus Foundation" | ||
"additionalFooterText": "© 2020 The Verus Foundation " | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 31 additions & 15 deletions
46
faq-allos/faq-allos03_mine_rewards_to_a_single_verus_wallet_gui_+_cli.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,49 @@ | ||
|
||
# Question: How do I direct all my mined rewards to a single Verus wallet? | ||
# Question: How do I direct all my solo mined rewards to a single Verus wallet? | ||
|
||
Attention: Read it completely before using. | ||
|
||
IN AGAMA GUI | ||
## Verus `Wallet.dat`, Chaindata & `VRSC.conf` standard locations | ||
Linux: `~/.Komodo/VRSC` | ||
Mac OS: `~/Library/Application Support/Komodo/VRSC` | ||
Windows 10: `%AppData%\Roaming\Komodo\VRSC\` | ||
|
||
## Prerequisites | ||
* Have a __native__ VRSC wallet running | ||
|
||
## In Verus Desktop | ||
In Verus Desktop, there is at this moment no way to enter an address to mine to. However, editing the `VRSC.conf` can be done to achive our goal: | ||
* In the receive window of your wallet, click the hamburger (three vertical dots) next to the address you want to receive your rewards in and click `Copy Public Key`. | ||
* Close down Verus Desktop. | ||
* Edit `VRSC.conf`(see standard locations at the top) and add the line `pubkey=THELONGSTRINGCOPIED`. | ||
* Save and exit. | ||
* Start Verus Desktop as you normally do. | ||
|
||
## In Agama Wallet | ||
Step 1 - First get your wallet address you want to mine to: | ||
- If you don't have an address, click "Receive", click "Get New Address" and choose "Transparent Address" from the drop down. | ||
- | ||
* If you don't have an address, click "Receive", click "Get New Address" and choose "Transparent Address" from the drop down. | ||
|
||
Step 2 - Next we need to retrieve our pubkey, | ||
- go to "settings" and click on "<CLI>". | ||
- In the <CLI> section, click on "Select Native Coin" for a dropdown list and select "VRSC native". | ||
- Below "Type CLI compatible command", enter "validateaddress " and paste the address you copied. | ||
- Click on "Execute" | ||
- From the output find the long string after "pubkey", copy without the quotation marks. | ||
* click on the hamburg next to the address that you want to receive the rewards in and click `copy pubkey` | ||
|
||
Step 3 - Set your PubKey | ||
- Go to 'Settings', 'App Config (config.json)' and enter your pubkey(THELONGSTRINGCOPIED) into the 'Pubkey VRSC mining key' field. | ||
- Click 'Save app config' to save these settings. | ||
* Go to 'Settings', 'App Config (config.json)' and enter your pubkey(THELONGSTRINGCOPIED) into the 'Pubkey VRSC mining key' field. | ||
* Click 'Save app config' to save these settings. | ||
* Restart Agama | ||
|
||
IN VERUS-CLI | ||
## In Verus CLI | ||
Step 1 - First get your wallet address you want to mine to: | ||
You can find an address if you already have previous transactions, or you can create a new one. To find an address from a previous transaction, use the command line verus listtransactions and copy the address found after "address". | ||
To generate a new wallet address, use the command line verus "getnewaddress" and a new address will be created. | ||
To generate a new wallet address, use the command line `verus getnewaddress` and a new address will be created. | ||
|
||
Step 2 - Next, using your new address, enter the command with verus-cli verus validateaddress. From the output find the long string after "pubkey", copy without the quotation marks. | ||
Step 2 - Next, using your new address, enter the command with verus-cli `verus validateaddress`. From the output find the long string after "pubkey", copy without the quotation marks. | ||
|
||
Step 3 - Set your PubKey | ||
Last, use this pubkey when starting your daemon by adding the following line to the end of your command, just before the "&" sign: -pubkey=THELONGSTRINGCOPIED | ||
* Option 1: use this pubkey when starting your daemon by adding the following line to the end of your command, just before the "&" sign: -pubkey=THELONGSTRINGCOPIED | ||
* Option 2: edit your `VRSC.conf` and add the line `pubkey=THELONGSTRINGCOPIED`. Then start your whallet as you are used to. | ||
|
||
Your rewards will now be mined to that address. It would be a good idea to keep notes and associate the wallet address with the pubkey...also to double check that you did validate the correct pubkey for the wallet address, making sure you made no errors. | ||
|
||
(submitted by @Oliver Westbrook, edited by Oink.vrsc@) | ||
|
||
note: last revision date 2020-02-24. |
24 changes: 18 additions & 6 deletions
24
faq-allos/faq-allos04_consolidate_multiple_wallet.dat_files_in_one.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,25 @@ | ||
# Question: How to consolidate multiple `wallet.dat` files in one? | ||
|
||
Attention: Read it completely before using. | ||
|
||
### Verus `Wallet.dat`, Chaindata & `VRSC.conf` standard locations | ||
Linux: `~/.Komodo/VRSC` | ||
Mac OS: `~/Library/Application Support/Komodo/VRSC` | ||
Windows 10: `%AppData%\Roaming\Komodo\VRSC\` | ||
|
||
## Procedure | ||
|
||
1) Edit the VRSC.conf file on each instance you have, adding the following line: exportdir=/LOCAL_PATH/ (ie /home/user/) | ||
2) Restart your wallet | ||
3) Issue the following command: `z_exportwallet FILENAME` (ie z_exportwallet export_instance01, the filename cannot have a `.` in it.) | ||
4) Copy the generated file to the machine who host your main wallet | ||
5) Issue the following command (on the "main" verus-cli): `z_importwallet /LOCAL_PATH/FILENAME` (ie /home/user/export_instance01) | ||
1. Edit the `VRSC.conf` file on each instance you have, adding the following line: `exportdir=/LOCAL_PATH/` (ie /home/user/) | ||
2. Restart your wallet | ||
3. Issue the following command: `z_exportwallet FILENAME` (ie z_exportwallet export_instance01, the filename cannot have a `.` in it.) | ||
4. Copy the generated file to the machine who host your main wallet | ||
5. Issue the following command (on the "main" verus-cli): `z_importwallet /LOCAL_PATH/FILENAME` (ie /home/user/export_instance01) | ||
|
||
Note: for the location of VRSC.conf in different OS's, please check [Verus Wallet & VRSC.conf standard locations](#24_wallet.dat_and_vrsc.conf_location.md) | ||
note: These commands can be given in | ||
* CLI wallet: `./verus z_exportwallet FILENAME`& `./verus z_importwallet /LOCAL_PATH/FILENAME` | ||
* Verus Desktop in `settings`, `coin settings`: `run z_exportwallet FILENAME`& `run z_importwallet /LOCAL_PATH/FILENAME` | ||
* Verus Agama in `settings`, `<CLI>`: `z_exportwallet FILENAME`& `z_importwallet /LOCAL_PATH/FILENAME` | ||
|
||
(submitted by @TexWiller) | ||
|
||
note: last revision date 2020-02-24. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 21 additions & 10 deletions
31
...los/faq-allos15_how_can_i_tell_the_difference_between_staked_and_mined_coins.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,28 @@ | ||
# Question: How can I tell the difference between staked and mined coins? | ||
|
||
## CLI: | ||
|
||
You can check this in the VerusExplorer https://explorer.veruscoin.io/ | ||
CLI: | ||
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? | ||
(like this: links2 https://explorer.veruscoin.io/api/getblock?hash=9e6fa91356211a554c580c90ec9c2067dd420ff74c7d33481775793f7b0e7f03 – so this one is minted....) | ||
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? | ||
|
||
Hint: An example: https://explorer.veruscoin.io/api/getblock?hash=9e6fa91356211a554c580c90ec9c2067dd420ff74c7d33481775793f7b0e7f03 – so this one is minted.... | ||
|
||
## Verus Desktop: | ||
|
||
In Verus Desktop, simply go to your Mining Dashboard and enter into Verus details. | ||
Scroll down to the bottom of the page. It will list the rewards as `mined` or `minted` in green. | ||
The TXIDs that staked the minted rewards are shown in blue. | ||
|
||
## Verus Agama: | ||
|
||
GUI: | ||
In the GUI you can also click yourself thru to that information. | ||
1) Click on the magnifying glass all the way on the right of the transaction. | ||
2) On the pop-up click on "Open in the VRSC Explorer" bottom left. | ||
3) In the VRSC explorer click on the block hash value (in light blue) – now the block hash is displayed as the title of the box. | ||
4) Click on the info "i" on the right and click on "search": in the result displayed for blocktype 'mined' or 'minted'.(edited) | ||
1. Click on the magnifying glass all the way on the right of the transaction. | ||
2. On the pop-up click on "Open in the VRSC Explorer" bottom left. | ||
3. In the VRSC explorer click on the block hash value (in light blue) – now the block hash is displayed as the title of the box. | ||
4. Click on the info "i" on the right and click on "search": in the result displayed for blocktype 'mined' or 'minted'.(edited) | ||
|
||
(submitted by karero, edited by Oink.vrsc@) | ||
|
||
Note: last revision date 2020-02-25. |
22 changes: 15 additions & 7 deletions
22
faq-allos/faq-allos16_how_can_i_check_my_immature_balance_in_the_gui.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# Question: How can I check my immature balance in the Graphic User Interface? | ||
|
||
1) In the Agama wallet click on the hamburger menu (the three stripes) on the top right | ||
2) click on Settings | ||
3) click on the last item </> CLI | ||
4) Select VRSC as coin | ||
6) Type the following command: "getwalletinfo" | ||
7) click "Execute" | ||
8) scroll down and find "immature_balance": which will give you the amount of time-locked coins in your wallet. | ||
## Verus Desktop | ||
|
||
Verus Desktop shows your immature balance in your wallet dashboard, between the `Transparant Balance` and `Private Balance` | ||
. | ||
|
||
## Agama | ||
1. In the Agama wallet click on the hamburger menu (the three stripes) on the top right | ||
2. click on `Settings` | ||
3. click on the item `</> CLI` | ||
4. Select `VRSC` as coin | ||
6. Type the following command: `getwalletinfo` | ||
7. click `Execute` | ||
8. scroll down and find "immature_balance": which will give you the amount of time-locked coins in your wallet. | ||
|
||
(submitted by @karero) | ||
|
||
Note: last revision date 2020-02-25. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
...s_not_matching_the_blockchain._please_restart_the_wallet_with_-reindex_param.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 6 additions & 4 deletions
10
...y_own_fork_because_of_a_network_issue_or_having_an_old_version_of_the_wallet.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# Question: 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? | ||
|
||
Answer: | ||
## Procedure | ||
For Windows GUI or CLI users. | ||
1.) Stop the wallet/mining process by cleanly shutting down the program. | ||
2.) Check [#!../how-to/](HOW-TO Backup, Install or Update and Bootstrap your wallet.md) on how to efficiently rectify the problem. | ||
3.) Do not be dismayed if it seems that your mining rewards suddenly seem to come to a halt. Remember, when you mine to the wrong chain rewards can come in very quickly, but they are worth nothing. | ||
1. Stop the wallet/mining process by cleanly shutting down the program. | ||
2. Follow the procedure in [HOW-TO Backup, Install or Update and Bootstrap your wallet.md](#!how-to/how-to_bootstrap.md) to efficiently rectify the problem. | ||
3. Do not be dismayed if it seems that your mining rewards suddenly seem to come to a halt. Remember, when you mine to the wrong chain rewards can come in very quickly, but they are worth nothing. | ||
|
||
(submitted by @jimboscott, Edited by Oink.vrsc@) | ||
|
||
Note: last revision date 2020-02-25. |
Oops, something went wrong.