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.

    enablezeromint=0
    staking=0
  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.

    mkdir .wagerr
  4. Create and edit the wagerr.conf file.

    nano wagerr/wagerr.conf
  5. These lines are required, further additions will depend on the exchange's set up.

    enablezeromint=0
    staking=0
    daemon=1
  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.

    wagerr-cli help
  13. Optional: Advanced users may wish to obtain the private key for the new address and record it in a secure location.

Last updated