Skip to content

Instantly share code, notes, and snippets.

@tymat
Last active June 1, 2022 01:06
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save tymat/2ff26770af751f71456c9dc90e9cd5fb to your computer and use it in GitHub Desktop.
Save tymat/2ff26770af751f71456c9dc90e9cd5fb to your computer and use it in GitHub Desktop.
DigixDAO Tokens and Badges Mist Configuration

Contents

  1. DigixDAO Mist Configuration
  2. Claiming your DGD Tokens (DGD) and DGD Badges (DGDb)
  3. Viewing your DGD and DGDb balances
  4. Sending DGD and DGDb
  5. External Resources

I. DigixDAO Mist Configuration

We would like to thank you for your participation in the DigixDAO Crowdsale. After April 29, 2016 at 00:00:00 UTC the officially configured end time of the DigixDAO crowdsale will come to pass and you will be able to claim your DigixDAO tokens and any badges.

If you participated in the crowdsale using your Ethereum Wallet (Mist) you will need to perform the following configuration steps to claim and use your DigixDAO tokens and badges after April 29, 2016 at 00:00:00 UTC

1. Downloading Ethereum Wallet (Mist)

Download and install Ethereum-Wallet (Mist) for your operating system from the official github repository

You will need to download the latest version of Mist which is 0.7.2 as of this writing

2. Start Ethereum-Wallet and make sure that your client is fully synchronized with the latest block number

ethereum wallet splash

3. Click on the Contracts tab

contracts tab

4. Scroll down to the bottom of the Contracts page and click on Watch Token

watch token button

5. In the Watch Token dialog enter the following information

Field Value
Token Contract Address 0xe0b7927c4af23765cb51314a0e0521a9645f0e2a
Token Symbol DGD
Decimals Places of Smallest Unit 9

6. Click OK to continue.

after adding DGD Tokens

7. While still in Contracts click the Watch Token button once more to add the DGD Badge contract.

8. In the Watch Token dialog enter the following information

Field Value
Token Contract Address 0x54bda709fed875224eae569bb6817d96ef7ed9ad
Token Symbol DGDb
Decimals Places of Smallest Unit 0

9. Click OK to continue.

after adding DGD Badges

10. Click on Watch Contract to add the Crowdsale contract interface into your mist.

You will need to do this in order to Claim your DGD Tokens and DGD Badges

watch contract button

11. In the Watch Contract dialog enter the following information

Field Value
Contract Name DigixDAO Crowdsale
Contract Address 0xf0160428a8552ac9bb7e050d90eeade4ddd52843
JSON Interface paste the contents of this

watch contract dialog for crowdsale

II. Claiming your DGD and DGDb

Right after April 29, 2016 at 00:00:00 UTC you will be able to claim your DGD and DGDb from the Crowdsale contract. If you have participated in the crowdsale you should see your claim address here.

1. In the Contracts tab of Ethereum-Wallet (Mist) click on the DigixDAO Crowdsale button.

digixdao crowdsale button

2. To check your crowdsale reward find the Read From Contract Section and enter your address in the user field:

digixdao crowdsale reward example

3. To claim your reward find the Write To Contract Section.

  • Select Claim for the Select function field
  • Select your reward address for the Execute from field
  • Leave Send ETHER field blank

Make sure that you have some Ether balance in this account to pay for the execution gas fees then click on the Execute button to continue.

digixdao crowdsale reward claim

4. Type your wallet password and click on the Send Transaction button to complete the claim process.

digixdao crowdsale reward claim execution

Once the transaction has been added by a miner you will instantly receive your DGD and DGDb

III. Viewing your DGD and DGDb balances

1. In the Wallets tab any accounts that have any DGD or DGDb will show a visible marker.

standard token markers

2. Click on the selected wallet to view your balance details.

dgd and dgdb balance details for account

IV. Sending DGD and DGDb

Sending DGD and DGDb from Ethereum-Wallet (Mist) to another Ethereum account follow the same exact steps with the only difference being that DGD values allow for up to 9 decimal places while DGDb do not.

1. Click on the Send tab to open the Send funds page in Mist

2. Fill out the form with the information:

  • In the From field select the account you would like to send DGD or DGDb from
  • In the To field enter the account address you would like to send DGD or DGDb to
  • In the Amount field enter the amount of DGD or DGDb you would like to send. You can enter a value with up to 9 decimal places for DGD and no decimals for DGDb
  • Select DigixDAO Badge or DigixDAO Tokens depending on which one you would like to send.

send dgd or dgdb dialog part 1

3. Scroll down the page to continue

  • Adjust the Select Fee slider to suit your needs.

send dgd or dgdb dialog part 2

4. When you are ready to continue click on the Send button to show the password dialog.

5. Enter your wallet password and click on Send Transaction to complete the process.

send transaction password dialog

V. Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment