DPOPS beta V2
Set of instructions to participate in the phase 2 of the DPOPS beta.
Thank you for participating in the DPOPS beta! 🙏
We would also like to give a huge thanks to all the contributors who assisted us since the alpha to identify these bugs and also providing their feedback to improve DPOPS. We are able to move forward with the phase 2 of the beta with the help of all beta participant and engaged community members.
The following guide is split into two sections: the first part for becoming a delegate during the beta, and the second part dedicated to voting during the beta.
The phase 2 will start on Saturday 29th August, at 6 pm Paris time. Until this time, you won't be able to perform any other operation on the blockchain apart from voting and updating delegate information.
Beta delegate
1. Prerequisites
If you weren't part of phase 1 of the beta, you will first have to rent a server and install the node validation program. We recommend that you go through the whole documentation to install the node program.
If you have joined the beta during the first phase, you most certainly have your setup already prepared. You will just need to update your block verifier keys before moving forward.
To do that without re-installing all your delegate setup, first run this command to update your xcash-dpops
binaries:
Then, to update your keys in your different service, copy and paste the following command and run it in your terminal:
This will generate a new pair of block verifier keys, as well as update the xcash-dpops.service
file with the corresponding information.
Be sure to securely save your block verifier keys.
Now, you will have to tell your program to start automatically at the right time on August 29th.
Edit the systemd unit file xcash-dpops.service
from the /lib/systemd/system/
folder :
You will get the following unit
file:
At the ExecStart
line, add the following option at the end:
The --block-verifiers-secret-key
should always be the first parameter.
This will tell the xcash-dpops
program to start 5 minutes before 6 PM Paris time on August 29th.
Once the changes added, save and close the xcash-dpops.service
file and update systemctl
to take the changes into account:
2. Reset the blockchain and database
You will need to reset the current blockchain and data you have gathered in your local database during the first phase of the beta. First, copy/paste the following command to launch the auto-installer script and stop the running programs:
Choose option 10
to automatically reset the local database and bring back your local blockchain to block 640,000.
Finally, run the auto-installer's option 7 - Restart Programs
to restart the different services.
You can now register yourself as a delegate.
In case you don't have the blockchain downloaded or you are joining the beta for the first time, we have prepared a bootstrap version of the blockchain snapshot. To download it, you will need to run the auto-installer script:
And chose option 4: Update/Install the blockchain
3. Register as a delegate
Now that your installation of the program is ready, you can register yourself as a delegate. Your information will be added to the delegates' explorer in the next minutes, and you will be ready to accept votes.
Do not forget to update your public information.
To make sure that you are correctly registered and every step has been done accordingly, check the live logging of the xcash-dpops
program using the command:
The system should display Waiting for the specific start time
if you have followed every step correctly.
If you find yourself having difficulties, don't hesitate to join the Discord channel for delegates.
Beta voting
1. Download Binaries
To vote with your XCASH, you will need to download the beta version of the 2.0.0 binaries on GitHub. Select the link relating to your Operating System and download the GitHub release. Unpack them in a folder (preferably close to the root
or C:/
folder).
2. Synchronizing your wallet
You will need to synchronize the wallet on the alternative chain (the "beta-chain"), either by downloading the alternative chain completely or by synchronizing through one of the seed nodes. We highly recommend synchronizing from a seed node, as downloading the whole blockchain will take time, data, and will be useless at the end of the beta phase because it will be discarded.
You will need to restore the wallet you will use to vote with and synchronize it with a seed node.
On Windows
Open a terminal window (cmd or PowerShell) as an administrator and change directory to your wallet folder.
Then, run the xcash-wallet-cli.exe with the following option:
And replace <daemon_address>
with either europe1.xcash.foundation
or us2.xcash.foundation
depending on your location. You will be then prompted to restore your wallet. Insert the seed of your wallet and let it synchronize to the current height.
On Unix systems
Open a terminal window and run the xcash-wallet-cli
file with the following options:
And replace <daemon_address>
with either europe1.xcash.foundation
or us2.xcash.foundation
depending on your location. You will be then prompted to restore your wallet. Insert the seed of your wallet and let it synchronize to the current height.
3. Vote
Once your wallet as finished synchronizing completely, you will be able to vote for your desired delegate.
Initiating a transfer
or a sweep_all
function before the start of the beta on August 28th will not succeed and prevent you from voting.
You will have to restore your wallet again in that case.
Use the vote
command:
You can either put the <delegates_public_address>
which is a standard XCASH public address, or the <delegate_name>
. This information is available on the delegate explorer.
The wallet will create a reserve proof with the entirety of the wallet and assign it to the designated delegate. You will get a success message when your vote is taken into account.
There is a couple of rules to observe when voting:
You can only have one vote assigned per wallet. If you want to vote for another delegate, you will need to create a new wallet, and send to it XCASH you plan to stake.
Votes are taken into account at the top of the next hour. If you apply a new vote at
XX:30
, it will be in effect atXX+1:00
.You need a minimum of
2,000,000 (2 Million) XCASH
in the wallet to vote.Spending any amount in your wallet will cancel the vote. It is recommended to stake from a wallet you are not actively using.
Last updated