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

in iota •  7 years ago  (edited)

IOTA : Tangle Next Generation Network - Quantum Computing Proof!

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
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

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

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

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

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
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

Next click attach to Tangle.

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

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

Screen Shot 2017-08-12 at 10.15.55 PM.png

Screen Shot 2017-08-13 at 3.42.38 PM.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.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Do you use any ledger nano S to hold any of your crypto coins?

Not yet, but I was thinking about getting one!

Ouhh...This could be a good news my friend @coininstant, I hope you will big profit.
I like n my resteem this post

Thank you) @coininstant

Perfect! Thanks so much @coininstant!

I was try it..thank you for share @coininstant.., i will learn and do it

I want to learn it.
I really like your post.
Hope you can be my friend and share knowledge.
If you are willing you can visit my blog

Thanks
@klen.civil

Thank you for dividing mr. @coininstant I will resteem this post and will study it.

Thank You!

great its really helpfull and main thing is that step by step great work bro
and great thanx to you you alwasy help me
i always remeber you me dearest friend coininstant

Very helpful information. After finding out about the Bitfinex situation, I needed to go through this and was dreading it. You made it very easy.

Nice post man. Thanks.
I have been looking for some one than can help me change fews sbd into IOTA. To play with.

I will apreciate it if you can send me IOTA andwallet I will send you SBD.

I upvoted and will follow you now.
Thank you.

nice post upvoted and followed
Have a look into my blog, you may like any of my posts :-) keep voting @piyushkansal

  ·  7 years ago (edited)

That's a lot of Technical stuff but i will do it with step by step as you guided through your post
Thanks for it :) learned something new for sure.

Nice useful post @coninstant, like always !

Tnx, all these things are kinda new to me. So i appreciate the explenation.

Your article is very helpful, it has given me more understanding. Thank you for taking the time to write this article.

great post. that's very helpful for me..

nice post, follow me

  ·  7 years ago (edited)

great friends, Thanks for the vote

Thanks for the vote

Thanks for visit my blog and upvoted.. keep visiting @piyushkansal

good to get some info about that. Didnt know how to do this thanks alot!

good morning sir

Is it possible to omit copy and pasting seed every time we log into the wallet?