Sportsbook
Blog
Search…
Welcome
FAQ's
Important Links
Learning Wagerr
Wagerr 101
Betting
Blockchain
Cross-Chain Betting
Tokenomics
Roadmap
How to guides
Buying and Selling WGR
Blockchain
Betting
Integrating Wagerr
Exchanges
Governance
Overview
Powered By
GitBook
Exchanges
QT wallet
1.
Download and run the latest Wagerr mainnet client from GitHub
https://github.com/wagerr/wagerr/releases
​
2.
Launch the installer (if applicable).
3.
Launch the Wagerr app to create the wagerr data directory.
4.
Shutdown the Wagerr app after it finishes loading.
5.
Enter the Wagerr data directory, via RUN execute %appdata%/wagerr.
6.
Edit the wagerr.conf file.
7.
These 2 lines are required, further additions will depend on the exchange's set up.
1
enablezeromint=0
2
staking=0
Copied!
8.
Save the changes.
9.
Restart the wallet.
10.
Encrypt the wallet if needed
11.
Make a backup of the encrypted wallet.
12.
Record the password in a secure location.
13.
Relaunch the wallet and unlock it to test the password.
14.
Create a receiving address.
15.
Optional: Advanced users may wish to obtain the private key for the new address and record it in a secure location.
Daemon Wallet (Ubuntu or equivalent)
1.
Download and run the latest Wagerr mainnet client from GitHub
https://github.com/wagerr/wagerr/releases
​
2.
Copy
wagerrd
and
wagerr-cli
to
/usr/local/bin
if needed for easy execution
3.
Make the Wagerr data folder.
1
mkdir .wagerr
Copied!
4.
Create and edit the wagerr.conf file.
1
nano wagerr/wagerr.conf
Copied!
5.
These lines are required, further additions will depend on the exchange's set up.
1
enablezeromint=0
2
staking=0
3
daemon=1
Copied!
6.
Save the changes.
7.
Start the wallet daemon.
8.
Encrypt the wallet if needed
9.
Make a backup of the encrypted wallet.
10.
Record the password in a secure location.
11.
Relaunch the wallet and unlock it to test the password.
12.
Refer to help for the command list.
1
wagerr-cli help
Copied!
13.
Optional: Advanced users may wish to obtain the private key for the new address and record it in a secure location.
How to guides - Previous
Integrating Wagerr
Next - Governance
Overview
Last modified
1yr ago
Copy link
Contents
QT wallet
Daemon Wallet (Ubuntu or equivalent)