Setting up my IOTA Light Wallet for the very first time!

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@coininstant·
0.000 HBD
Setting up my IOTA Light Wallet for the very first time!
### IOTA : Tangle Next Generation Network  - Quantum Computing Proof!
![iota-thumb-nt-finalone.png](https://steemitimages.com/DQmTDGGPdWR1vLvmGQSJo1tbv2q6hMPbDLcuFQVPZSCXtwG/iota-thumb-nt-finalone.png)
### Bitfinex announced Friday that it's exiting the US retail marketplace.
This news came as a shocker to me as I purchased a few thousand IOTA on Bitfinex a while back, and have been auto lending them out for Mi. (Pun Intended) However the time has come start securing my IOTA funds by moving them out of Bitfinex, and into IOTA Wallets with keys that I control on my Mac.

### STEP ONE
Download IOTA light wallet from GitHub!
 [https://github.com/iotaledger/wallet/releases](https://github.com/iotaledger/wallet/releases)
I am using a Mac Sierra 10.12.5, so I just downloaded the dmg from the link above.

### STEP TWO
Create your own secure 81 Character seed password for your IOTA Wallet.
Your seed password has to be 81 characters long, must only contain the letters of the Alphabet "ABCDEFGHIJKLMNOPQRSTUVWXYZ9" and the number 9.
The best way to create your seed password is to have Python run a program from your terminal to create a random one for you. Python should be pre-installed on your OSX, but if it is not I would suggest installing it with Homebrew. 

To create your python program open up a text editor, I used Text Wrangler, and copy the code below and paste it into you text editor. Save the file on your Desktop and name it nick-seed-generator.py for this example.

----------------------


import random

n = "ABCDEFGHIJKLMNOPQRSTUVWXYZ9"

count = 0

m = []

while count < 81:
	m.append(n[random.randint(0,len(n)-1)])
	count+=1
	
m = ''.join(c for c in m)

print(m)

----------------------

### STEP THREE
Open up your terminal application and change directories into your desktop.

This step is important because you have to be in the same directory as the python (.py) before you can run it.
Type the command below:

cd Desktop

![cd-desktop-1.png](https://steemitimages.com/DQmc43PawRNwkywJNhvtvbtg13R69Vgn71PQBGGH8UiwKse/cd-desktop-1.png)

### STEP FOUR
Now that you are in the desktop directory simply run the file nick-seed-generator.py by typing the line of code below:

python nick-seed-generator.py

![Screen Shot 2017-08-11 at 7.25.59 PM.png](https://steemitimages.com/DQmb1iUeK4n5dga43gJ8bonPrZxaAmwbvQ75vrVYfGhmzcx/Screen%20Shot%202017-08-11%20at%207.25.59%20PM.png)

It will now create your own secret random seed like the example one in the image above. 

### STEP FIVE
Install The IOTA Light Wallet on your Mac just like you would any application. Drag and drop the folder into your applications folder to install. Once the program is installed just click the icon in applications to launch. When the program opens for the first time you will have the option to run a full node or a light node.

![choose-wallet.png](https://steemitimages.com/DQmWLuFjAfhUBCv7RkyXNxJUnSAGyJTkZdqPLKuSb4Teo5C/choose-wallet.png)
### Next I was prompted to select a Light Node, for this example I selected Bitfinex as my host and clicked start!
![light-node-settings.png](https://steemitimages.com/DQmPqoweRZtWo7Ea3jgcuPUYPMpbxUg6Jc2C5PHdnUkKTCR/light-node-settings.png)



Once you have your Light Node Host selected the wallet login screen will appear. Now you can paste the seed (that you created in step 2) into the prompt and login.  See image below.

![enter-seed.png](https://steemitimages.com/DQmR6NCMchLUxEgZjZyS61QdmUzDZbApz9tWmLTewvihcfi/enter-seed.png)
![wallet-1.png](https://steemitimages.com/DQmVr5zJf4yBhBX5FWDg9DNWX5j1DeXaA4rao2n4v16VfB6/wallet-1.png)

### STEP SIX
Now for the fun part, attaching to the Tangle!
To fund your Iota Wallet click on the RECEIVE tab in the wallet to generate a wallet address.
![receive.png](https://steemitimages.com/DQmRVAy5aMWGd8V7FjztVDCKMPAZbMKcsMTf3KKaj1ZUPiQ/receive.png)

### Next click attach to Tangle.  
![attaching.png](https://steemitimages.com/DQmVWv7d9prtHTnkuzJUvwf5aE4VS96FC41k9w1GYbFw1aU/attaching.png)

### STEP SEVEN
Once Attached you are ready to send the IOTA to your address right from your exchange, i.e. Bitfinex. 

![attached.png](https://steemitimages.com/DQmXxk1prR4z5dz6jGQ8oF6frsMfHspcXSpwJFYarfBEuXt/attached.png)

### For my very first IOTA transaction I sent 50 IOTA! For my next transaction I will create another receive address right from within the same wallet, attach to the Tangle and repeat the process.
![iota-withdrawl.png](https://steemitimages.com/DQmUFaqFZAjtx6qC3At3hskQH6FZfVzcyC3oFEefUFyfnqU/iota-withdrawl.png)

![Screen Shot 2017-08-12 at 10.15.55 PM.png](https://steemitimages.com/DQmPD6ysBETqjdZUYwxKcTy78hq79hh5oR2RfnktvZkrEhZ/Screen%20Shot%202017-08-12%20at%2010.15.55%20PM.png)

![Screen Shot 2017-08-13 at 3.42.38 PM.png](https://steemitimages.com/DQmefRZSnsA8CH79oMVPK9ggj8AmDUMGdyS71Dq1y8QP7da/Screen%20Shot%202017-08-13%20at%203.42.38%20PM.png)

After installing and working with the IOTA Light Wallet I am very impressed with everything I have seen so far, and am really excited to keep learning more about this new digital currency. If you find this blog post helpful, please up-vote and follow me @coininstant for more cryptocurrency posts like this in the future.
👍 , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,