create account

Iota withdraw my funds from Bitfinex (IOTA wallet instructions) by carlgnash

View this thread on: hive.blogpeakd.comecency.com
· @carlgnash · (edited)
$3.14
Iota withdraw my funds from Bitfinex (IOTA wallet instructions)
<h2>TUTORIAL - How to setup IOTA lightwallet and transfer IOTA from Bitfinex</h2>

I bought in to Iota in the middle of July when its price had crashed below twenty cents USD.  Of course this meant that I had to transfer some BTC to Bitfinex, the only exchange trading IOTA.

If you haven't heard, Bitfinex recently updated its TOS to exclude US citizens, immediately suspending new US account creation and instituting a 90 day window before trading would be suspended for existing US accounts.  

I have the misfortune of being a US Citizen.  I can't say I really blame Bitfinex for wanting to reduce exposure to the US regulatory system: 

>A surprisingly small percentage of our revenues come from verified U.S. individual accounts while a dramatically outsized portion of our resources goes into servicing the needs of U.S. individuals, including support, legal and regulatory.
We anticipate the regulatory landscape to become even more challenging in the future.

_Bitfinex Service Changes for U.S. Customers (Amended as of August 12, 2017) https://www.bitfinex.com/posts/216_

In any case, this has prompted me to finally get off my ass and figure out the IOTA wallet.  The support documentation for this process seemed pretty lacking to me as I went through it, so I decided to write a post about it.  

<h2>Installing IOTA light wallet</h2>
![](https://steemitimages.com/DQmY5WG7t8HrGwVu4Hhqb28joNV9EQqPSgonD462K79VuNB/image.png)
*Iota Wallet graphic by moi*

**NOTE:  These instructions are based on using the GUI wallet (Graphical User Interface aka your standard recognizable program in a window format - unless you want to be entering code into a command line, this is what you want).**

-  <h4>Step 1: DOWNLOAD the latest official release of the IOTA wallet</h4>
 https://github.com/iotaledger/wallet/releases

Look under the "Downloads" heading at the above link.  I downloaded IOTA.Wallet.Setup.2.4.0.exe but please note the version number may differ when you visit github if there has been a new release.  These instructions assume you are using the .exe (executable program) file.

- <h4>Step 2: INSTALL the IOTA wallet</h4>
![](https://steemitimages.com/DQmRhahDszxkmZmTokBMmdPScNgnB76k3VPqhJq5qGFfuu1/image.png)
Run the .exe IOTA Wallet you just downloaded.  

- <h4>Step 3 - Select "Light Node"</h4>
![IOTA light node.JPG](https://steemitimages.com/DQmNu4NiSmE1b1wBrxDKSbanoGEmeeA2bzyzVfCNJopA5Tn/IOTA%20light%20node.JPG)
The first hurdle you will come to is this screen asking you what kind of node you want to install.  You want to select "Light Node".

- <h4>Step 4 - SELECT your host</h4>
![IOTA select your host.JPG](https://steemitimages.com/DQmRi5p1VD4cNkZxxwgerM6ucEYkG2DucNwEEbmmyZ669Qy/IOTA%20select%20your%20host.JPG)
The default host suggestion in the official IOTA documentation is a bitfinex.com URL (http://iota.bitfinex.com:80).  Not wanting to use a bitfinex hosted node to connect my wallet to in case of potential issues as a US citizen,  I used a different public host.  

<h4>Pick a host</h4>
Visit the following link and scroll down to / search for the heading "List of Light Wallet Servers".  
http://iotasupport.com/gui-lightwallet.shtml

You are looking for a host that appears in this list when you click in to the dropdown menu in the IOTA wallet host select screen.  I selected "http://eugene.iota.community:14265"
![IOTA select your host2.jpg](https://steemitimages.com/DQmPKnqLheZdhYgoSjdKBF4Dh3kQkVBnBZ1wcaKd2AtcLwd/IOTA%20select%20your%20host2.jpg)
Once you have selected your host, click "Start" to connect your wallet to the host.

- <h4>Step 5 - GENERATE a seed</h4>
This is where the official support documentation really breaks down.  The tutorial I was following along with told me to go under the "Tools" menu in the GUI and generate a new seed.  There is no longer an option to generate a new seed under the Tools menu.

Here is how you can generate a random seed on your computer (there are online IOTA seed generators as well but you might as well keep your seed offline as much as possible):

Run the following command per your OS (Windows users just use the "Run" utility and type "powershell" to open up Powershell) (Linux and Mac users I have not personally tested these commands):

Windows (PowerShell)
```-join ([char[]](65..90+57..57)*100 | Get-Random -Count 81)```

Linux 
```cat /dev/urandom |tr -dc A-Z9|head -c${1:-81}``` 

Mac 
```cat /dev/urandom |LC_ALL=C tr -dc 'A-Z9' | fold -w 81 | head -n 1``` 

Windows Powershell command line seed generation:
![IOTA seed powershell generator.JPG](https://steemitimages.com/DQmaszhA6A9zua3Rkhc4qW8Bza7KoGVBujEQsvnxMVPPcyk/IOTA%20seed%20powershell%20generator.JPG)

Windows Powershell command line randomly generated seed:
![IOTA seed powershell generator 2.JPG](https://steemitimages.com/DQmWh47a4m8oBmQA1pnq97pwwHH8R9bPiS8JmDrXRypfYFv/IOTA%20seed%20powershell%20generator%202.JPG)
<h4>DO NOT USE THE ABOVE SEED - THIS IS A THROWAWAY ACCOUNT GENERATED FOR EXAMPLE PURPOSES ONLY</h4>

- <h4>Step 6 - BACK UP your seed!</h4>
No seriously, back up your newly generated seed before you go on to step 7.  Save it in your password manager if you have one.  At bare minimum save it in a text file on your desktop.  Save it on a thumbdrive if you have one as a backup copy.  Print out multiple copies and stick them in different (safe and secure) locations. 

 DO NOT WRITE "IOTA" OR ANYTHING ELSE THAT WOULD CLUE SOMEONE WHO FOUND YOUR SEED WHAT IT IS FOR

Your seed is your USERNAME and your PASSWORD.  If you have your seed, you have your IOTA.  If you lose your seed, you are out of luck.

- <h4>Step 7 - ENTER your seed into the wallet</h4>
![ITOA enter seed.JPG](https://steemitimages.com/DQmZ9rX28EeShA83whgaAFGFTwBRx99UCqwPaskwnKCdMQQ/ITOA%20enter%20seed.JPG)
Once you have pasted your new seed into the wallet, click "SEARCH ADDRESS SPACE"

- <h4>Step 8 - CONFIRM your zero balance</h4>
![IOTA seed balance check.JPG](https://steemitimages.com/DQmdMHPE4YeFV1EwSJetyFuajmeXFjjVgCLq9mHQGKjJ2Tp/IOTA%20seed%20balance%20check.JPG)
The wallet will take a few seconds to a minute to check the 50 randomly generated addresses associated with the seed you entered.  Once it has finished checking, the above screen should come up showing a zero balance.

Click on the "BALANCE IS COMPLETE" button.  The button will briefly display "ACCOUNT IS EMPTY".

![IOTA seed balance check account is empty.jpg](https://steemitimages.com/DQmPPnau186rwXtAAzHjMJSpL3QpAXHBF12GreWyj8uaxyG/IOTA%20seed%20balance%20check%20account%20is%20empty.jpg)

- <h4>Step 9 - EXIT AND LOGIN to the wallet</h4>
Exit out of the balance confirmation screen (click the "X" at the top left of the window) and login to the wallet again using the same seed.  Now you should see the normal IOTA light wallet logged in screen:
![IOTA light wallet logged in.JPG](https://steemitimages.com/DQmZq77EHgADZJadEKEfZns9EyMoSX2mozwD6Wo67Tef5wC/IOTA%20light%20wallet%20logged%20in.JPG)

- <h4>Step 10 - GENERATE a receive address</h4>
Click on the "RECIEVE" button to generate a new receive address for your IOTA:
![IOTA wallet receive.JPG](https://steemitimages.com/DQmNVVZ6Sfyfc29YXRjMKQxfTbp17v6WJa2i7fXWQb24SYA/IOTA%20wallet%20receive.JPG)
*Do not send IOTA to this address - it is associated with a throwaway account created for this demo.  If you absolutely HAVE to send me IOTA, feel free to contact me by leaving a comment and I will happily give you my address ;)*

The address inside the white box above is what you paste into the withdraw IOTA screen in Bitfinex.  That is all you need to transfer your IOTA to your new wallet!  

<h4>FINAL NOTE</h4>  You must already have enabled two-factor identification for your Bitfinex account to withdraw funds.  If you have not already done so I believe Bitfinex will make you wait some number of days before withdrawing funds after you enable two-factor identification.

<h4>PSA</h4> 
You should always enable two-factor identification for any of your online accounts that support this!  Do it!

Cheers - Carl
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 24 others
properties (23)
authorcarlgnash
permlinkiota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions
categorycryptocurrency
json_metadata{"tags":["cryptocurrency","iota","wallet","lightwallet","tutorial"],"image":["https://steemitimages.com/DQmY5WG7t8HrGwVu4Hhqb28joNV9EQqPSgonD462K79VuNB/image.png","https://steemitimages.com/DQmRhahDszxkmZmTokBMmdPScNgnB76k3VPqhJq5qGFfuu1/image.png","https://steemitimages.com/DQmNu4NiSmE1b1wBrxDKSbanoGEmeeA2bzyzVfCNJopA5Tn/IOTA%20light%20node.JPG","https://steemitimages.com/DQmRi5p1VD4cNkZxxwgerM6ucEYkG2DucNwEEbmmyZ669Qy/IOTA%20select%20your%20host.JPG","https://steemitimages.com/DQmPKnqLheZdhYgoSjdKBF4Dh3kQkVBnBZ1wcaKd2AtcLwd/IOTA%20select%20your%20host2.jpg","https://steemitimages.com/DQmaszhA6A9zua3Rkhc4qW8Bza7KoGVBujEQsvnxMVPPcyk/IOTA%20seed%20powershell%20generator.JPG","https://steemitimages.com/DQmWh47a4m8oBmQA1pnq97pwwHH8R9bPiS8JmDrXRypfYFv/IOTA%20seed%20powershell%20generator%202.JPG","https://steemitimages.com/DQmZ9rX28EeShA83whgaAFGFTwBRx99UCqwPaskwnKCdMQQ/ITOA%20enter%20seed.JPG","https://steemitimages.com/DQmdMHPE4YeFV1EwSJetyFuajmeXFjjVgCLq9mHQGKjJ2Tp/IOTA%20seed%20balance%20check.JPG","https://steemitimages.com/DQmPPnau186rwXtAAzHjMJSpL3QpAXHBF12GreWyj8uaxyG/IOTA%20seed%20balance%20check%20account%20is%20empty.jpg","https://steemitimages.com/DQmZq77EHgADZJadEKEfZns9EyMoSX2mozwD6Wo67Tef5wC/IOTA%20light%20wallet%20logged%20in.JPG","https://steemitimages.com/DQmNVVZ6Sfyfc29YXRjMKQxfTbp17v6WJa2i7fXWQb24SYA/IOTA%20wallet%20receive.JPG"],"links":["https://www.bitfinex.com/posts/216","https://github.com/iotaledger/wallet/releases","http://iota.bitfinex.com:80","http://iotasupport.com/gui-lightwallet.shtml","http://eugene.iota.community:14265"],"app":"steemit/0.1","format":"markdown"}
created2017-08-13 20:12:06
last_update2017-08-14 06:10:36
depth0
children20
last_payout2017-08-20 20:12:06
cashout_time1969-12-31 23:59:59
total_payout_value2.871 HBD
curator_payout_value0.273 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,024
author_reputation114,786,060,260,950
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,717,269
net_rshares968,048,760,339
author_curate_reward""
vote details (88)
@bellyrub ·
<p>This post has received a 0.64 % upvote from @bellyrub thanks to: @carlgnash.</p>
properties (22)
authorbellyrub
permlinkre-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20170813t221716339z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"drotto/0.0.1"}
created2017-08-13 22:17:21
last_update2017-08-13 22:17:21
depth1
children0
last_payout2017-08-20 22:17:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length84
author_reputation7,904,765,975,109
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,725,329
net_rshares0
@carlgnash ·
@originalworks
👍  
properties (23)
authorcarlgnash
permlinkre-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20170813t201419935z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"users":["originalworks"],"app":"steemit/0.1"}
created2017-08-13 20:14:21
last_update2017-08-13 20:14:21
depth1
children1
last_payout2017-08-20 20:14:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation114,786,060,260,950
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,717,407
net_rshares331,868,266
author_curate_reward""
vote details (1)
@originalworks ·
@OriginalWorks Mention Bot activated by @carlgnash. The @OriginalWorks bot has determined this post by @carlgnash to be original material and upvoted it! 

To call @OriginalWorks, simply reply to any post with @originalworks or !originalworks in your message! 

For more information, [Click Here!](https://steemit.com/writing/@originalworks/originalworks-bot-explanation-and-info)
👍  
properties (23)
authororiginalworks
permlinkre-re-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20170813t201419935z-20170813t201532
categorycryptocurrency
json_metadata"{"app": "pysteem/0.5.4"}"
created2017-08-13 20:15:33
last_update2017-08-13 20:15:33
depth2
children0
last_payout2017-08-20 20:15:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length380
author_reputation79,292,026,602,057
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,717,482
net_rshares5,615,131,855
author_curate_reward""
vote details (1)
@fuchsfalke ·
$0.18
Attention:

by now the Windwos Powershell is stated as not random enought.

An Alternative is to use the Linux Terminal which i've heard should be good enought.
👍  
properties (23)
authorfuchsfalke
permlinkre-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20180203t101423060z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2018-02-03 10:14:27
last_update2018-02-03 10:14:27
depth1
children1
last_payout2018-02-10 10:14:27
cashout_time1969-12-31 23:59:59
total_payout_value0.134 HBD
curator_payout_value0.041 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length160
author_reputation24,067,440,982
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,610,100
net_rshares27,420,853,789
author_curate_reward""
vote details (1)
@carlgnash ·
cool thanks for this tip
properties (22)
authorcarlgnash
permlinkre-fuchsfalke-re-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20180203t121450158z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2018-02-03 12:14:54
last_update2018-02-03 12:14:54
depth2
children0
last_payout2018-02-10 12:14:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation114,786,060,260,950
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,630,291
net_rshares0
@gaman ·
Resteemed your article.  This article was resteemed because you are part of the New Steemians project. You can learn more about it here: https://steemit.com/introduceyourself/@gaman/new-steemians-project-launch
properties (22)
authorgaman
permlinkiota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-gaman-08142017
categorycryptocurrency
json_metadata"{"app": "pysteem/0.5.4"}"
created2017-08-14 20:06:15
last_update2017-08-14 20:06:15
depth1
children0
last_payout2017-08-21 20:06:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length210
author_reputation-1,762,124,734,065
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id11,811,207
net_rshares0
@jamerican-js ·
Nice post.  I am still waiting for my transmission to the new 2.4.0 gui wallet to confirm my balance. It seems to be experiencing some issues confirming the transaction.
👍  
properties (23)
authorjamerican-js
permlinkre-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20170813t222014967z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2017-08-13 22:20:15
last_update2017-08-13 22:20:15
depth1
children1
last_payout2017-08-20 22:20:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length169
author_reputation635,385,420
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,725,522
net_rshares5,050,515,719
author_curate_reward""
vote details (1)
@carlgnash ·
It just took a few minutes for me but I did read on some forums that some users had experienced some delays yesterday on the Bitfinex end before transfers showed up in the IOTA wallet.   Good luck - Carl
properties (22)
authorcarlgnash
permlinkre-jamerican-js-re-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20170814t001352398z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2017-08-14 00:13:51
last_update2017-08-14 00:13:51
depth2
children0
last_payout2017-08-21 00:13:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length203
author_reputation114,786,060,260,950
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,731,607
net_rshares0
@lovejuice ·
<p>This post has received a 6.00 % upvote from @lovejuice thanks to: @carlgnash.  They have officially sprayed their dank amps all over your post rewards.  GOOD TIMES!  Vote for Aggroed!</p>
properties (22)
authorlovejuice
permlinkre-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20170813t203030475z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"drotto/0.0.1"}
created2017-08-13 20:30:33
last_update2017-08-13 20:30:33
depth1
children0
last_payout2017-08-20 20:30:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length191
author_reputation10,538,740,461,622
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,718,425
net_rshares0
@minnowsupport ·
<p>Congratulations!  This post has been upvoted from the communal account, @minnowsupport, by gnashster from the Minnow Support Project.  It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews/crimsonclad, and netuoso.  The goal is to help Steemit grow by supporting Minnows and creating a social network.  Please find us in the <a href="https://discord.gg/HYj4yvw">Peace, Abundance, and Liberty Network (PALnet) Discord Channel</a>.  It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.</p>
properties (22)
authorminnowsupport
permlinkre-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20170813t203848759z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"cosgrove/0.0.1rc3"}
created2017-08-13 20:38:48
last_update2017-08-13 20:38:48
depth1
children0
last_payout2017-08-20 20:38:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length610
author_reputation148,902,805,319,183
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,718,981
net_rshares0
@nadversion56 ·
thanks clear and simple info
👍  
properties (23)
authornadversion56
permlinkre-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20170816t030015363z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2017-08-16 03:00:15
last_update2017-08-16 03:00:15
depth1
children1
last_payout2017-08-23 03:00:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation20,138,615,076,118
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,940,945
net_rshares2,009,871,570
author_curate_reward""
vote details (1)
@carlgnash ·
Thanks @nadversion56 :)  I checked out your blog - I love your painting!  Followed :)
properties (22)
authorcarlgnash
permlinkre-nadversion56-re-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20170816t032205431z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"users":["nadversion56"],"app":"steemit/0.1"}
created2017-08-16 03:22:06
last_update2017-08-16 03:22:06
depth2
children0
last_payout2017-08-23 03:22:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation114,786,060,260,950
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,942,344
net_rshares0
@randowhale ·
$0.05
This post received a 2.2% upvote from @randowhale thanks to @carlgnash!  For more information, [click here](https://steemit.com/steemit/@randowhale/randowhale-is-now-only-1-steem-sbd-per-vote-spread-the-news)!
👍  
properties (23)
authorrandowhale
permlinkre-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20170813t201635
categorycryptocurrency
json_metadata"{"app": "randowhale/0.1", "format": "markdown"}"
created2017-08-13 20:16:36
last_update2017-08-13 20:16:36
depth1
children0
last_payout2017-08-20 20:16:36
cashout_time1969-12-31 23:59:59
total_payout_value0.047 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length209
author_reputation47,657,457,485,459
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,717,540
net_rshares14,819,366,251
author_curate_reward""
vote details (1)
@resteem.bot ·
<a href="https://steemit.com/deutsch/@resteem.bot/this-bot-resteem-your-posting-version-1-0-apple-dont-t-forget-the-point"><img src="https://steemitimages.com/DQmUfepnQjtH8YMu6KA4gUgAVaQMNtWtiM5YJmEWgoyicTW/resteem.bot.png" alt="@resteem.bot" /></a>
Resteemed and <b>100%</b> upvoted. Thank you for using my service!
<a href="https://steemit.com/deutsch/@resteem.bot/resteem-bot-version-1-0-apple-dont-t-forget-the-point">Read here how the new green bot from Berlin works.</a>
@resteem.bot
properties (22)
authorresteem.bot
permlinkre-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20170814t112528306z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"users":["resteem.bot"],"image":["https://steemitimages.com/DQmUfepnQjtH8YMu6KA4gUgAVaQMNtWtiM5YJmEWgoyicTW/resteem.bot.png"],"links":["https://steemit.com/deutsch/@resteem.bot/this-bot-resteem-your-posting-version-1-0-apple-dont-t-forget-the-point","https://steemit.com/deutsch/@resteem.bot/resteem-bot-version-1-0-apple-dont-t-forget-the-point"],"app":"steemit/0.1"}
created2017-08-14 11:25:27
last_update2017-08-14 11:25:27
depth1
children0
last_payout2017-08-21 11:25:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length489
author_reputation33,530,472,041,781
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,770,573
net_rshares0
@resteembot ·
This post was resteemed by @resteembot!
Good Luck!

Learn more about the @resteembot project [in the introduction post](https://steemit.com/resteembot/@resteembot/resteem-bot-introduction).
properties (22)
authorresteembot
permlinkre-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20170813t213054750z
categorycryptocurrency
json_metadata""
created2017-08-13 21:30:54
last_update2017-08-13 21:30:54
depth1
children0
last_payout2017-08-20 21:30:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length189
author_reputation454,519,749,949
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,722,363
net_rshares0
@resteembot ·
@carlgnash, please find me in the Steemit chat.
properties (22)
authorresteembot
permlinkre-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20180203t213019734z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"users":["carlgnash"],"app":"steemit/0.1"}
created2018-02-03 21:30:21
last_update2018-02-03 21:30:21
depth1
children1
last_payout2018-02-10 21:30:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation454,519,749,949
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,735,237
net_rshares0
@carlgnash ·
Hey buddy I haven't been checking steemit.chat since Curie moved to Discord. Sorry I missed your messages.  Heading out with my family now, will check your messages in evening (Pacific coast time).  Cheers - Carl
properties (22)
authorcarlgnash
permlinkre-resteembot-re-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20180203t222313484z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2018-02-03 22:23:15
last_update2018-02-03 22:23:15
depth2
children0
last_payout2018-02-10 22:23:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length212
author_reputation114,786,060,260,950
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,743,290
net_rshares0
@skririm ·
Thank you for sharing this! I didn't know about the fact you have to wait several days after setting up 2FA on bitfinex! As there are not much tutorials online for wallets for this coin, you did a nice job by creating this post! Thanks!
👍  
properties (23)
authorskririm
permlinkre-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20170813t214245722z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2017-08-13 21:42:45
last_update2017-08-13 21:42:45
depth1
children1
last_payout2017-08-20 21:42:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length236
author_reputation1,245,685,232,263
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,723,129
net_rshares5,017,288,641
author_curate_reward""
vote details (1)
@carlgnash ·
Thanks @skririm :)  Yeah I just went through this process for the first time last night and I didn't think the  official documentation / help was very good
👍  
properties (23)
authorcarlgnash
permlinkre-skririm-re-carlgnash-iota-withdraw-my-funds-from-bitfinex-iota-wallet-instructions-20170813t214843864z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"users":["skririm"],"app":"steemit/0.1"}
created2017-08-13 21:48:42
last_update2017-08-13 21:48:42
depth2
children0
last_payout2017-08-20 21:48:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length155
author_reputation114,786,060,260,950
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,723,494
net_rshares2,501,371,560
author_curate_reward""
vote details (1)
@steemitboard ·
Congratulations @carlgnash! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/postallweek.png)](http://steemitboard.com/@carlgnash) You published a post every day of the week

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-carlgnash-20170814t052805000z
categorycryptocurrency
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2017-08-14 05:28:03
last_update2017-08-14 05:28:03
depth1
children0
last_payout2017-08-21 05:28:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length705
author_reputation38,975,615,169,260
root_title"Iota withdraw my funds from Bitfinex (IOTA wallet instructions)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,749,511
net_rshares0