create account

Build yourself a Trezor by furion

View this thread on: hive.blogpeakd.comecency.com
· @furion ·
$1,258.32
Build yourself a Trezor
The recent rise of crypto valuations has spawned a new generation of millionaires. Consequently, this has also created many opportunities for hackers to steal the new found wealth.

In this post I will outline 2 methods you can use to secure your coins.

## Get yourself a Trezor
Trezor is a fantastic piece of technology that will make your life much easier. Trezor is a hardware wallet, and all transactions are signed on it, which means that if someone hacks your computer, they can't steal your coins.

By far the best feature on Trezor is the way it generates private keys, by combining 2 seeds.

There is one seed key generated by Trezor on setup, and this key is securely enclaved on Trezors chipset. 

The second seed is a password - any password. Every password combination will thus generate a new unique private key(s), which means that you could have unlimited number of wallets. This is especially good for traveling. For example, if you're asked to unlock your trezor at US customs, you could use a password that unlocks your wallet with 5 BTC. But you could also have a wallet with 100,000 BTC, and nobody could find it, or prove that such wallet exists.

Unfortunately, Trezor only supports a few coins (Bitcoin, Dash, ETH, Monero). To deal with other coins, we need to build our own, general purpose trezor-like computer.

## Build your own Trezor
First, we need some hardware. I am a big fan of old Thinkpad laptops, and you can probably get a used T61 for less than 50 EUR.

The next step is [air-gapping](https://en.wikipedia.org/wiki/Air_gap_%28networking%29). We want to perform some surgery on it, to ensure that this computer will not be able to connect to the internet ever again.

Additionally, I think its a good idea to remove the hard drive and any other storage medium that could enable non intentional data persistence.

![IMG_0439.JPG](https://steemitimages.com/DQmRDY4ig8kj6Pua38fdrfHBiVS4DZdcQSgVnkw23UExbxg/IMG_0439.JPG)

I have recently performed this for a friend on a T61, and it is fairly easy. The dial-up modem / ethernet card, and the wifi card are located under the keyboard. I have also removed the hard drive.

![IMG_0440.JPG](https://steemitimages.com/DQmYNrFV35wq6xrU18yRcj51BYTbEurPDhWJbM4WoPL73KP/IMG_0440.JPG)

My OS of choice is Tails. The reason for this is that Tails is n00b friendly - it won't let you shoot yourself in the foot, while being super easy to use. Tails disables persistence by default. The OS filesystem is read-only, and all new userspace files will be lost on reboot.

![IMG_0442.JPG](https://steemitimages.com/DQmdaf5eAk7t99CbZDgnrtMoMEnoizdxmCKviuqjEyGgPK8/IMG_0442.JPG)

Tails has an option of creating a LUKS encrypted partition to enable persistence. It also ships with KeePassX, Bitcoin Electrum wallet and some other nifty tools. This allows us to stack encrypted layers, with different encryption algorithms and keys.

```
Encrypted FS (Persistent Volume) + Encrypted Bitcoin Wallet
```
or
```
Encrypted FS (Persistent Volume) + Encrypted KeePassX DB storing our private keys
```

.
**The important thing to remember is that we should only ever mount our encrypted persistent storage from the air-gapped machine**. To be safe, just don't plug the Tails USB key into any other device - ever.

## Generating new wallets
Each coin has its own wallet software and tools. We need to get these tools on our air-gapped machine. We can do this trough an additional USB stick, mounted in read-only mode (don't forget to wipe it before plugging into networked pc), or a DVD rom (read-only medium) for the super paranoid.

Once the keys are generated, we store them in our Encrypted Persistent Volume.

Here is an example Steem (Python) script to generate Steem Keys. You can use the public keys from the newly generated keypairs to create a new Steem account, or replace keys on an existing account.

```
from steembase.account import PasswordKey

account_name = 'furion'
password = 'super secret and reasonably complex password'

posting_key = PasswordKey(account_name, password, role="posting")
active_key = PasswordKey(account_name, password, role="active")
owner_key = PasswordKey(account_name, password, role="owner")
memo_key = PasswordKey(account_name, password, role="memo")
```


## Signing Transactions
We can also use the wallet software to sign the transactions on our air-gapped machine, and then broadcast these transactions on our regular machine - thus never exposing our private keys.

For Steem (Python), see `steempy sign` and `steempy broadcast` commands.

### References
Trezor - https://trezor.io/
Thinkpad T61 - http://www.notebookreview.com/notebookreview/lenovo-thinkpad-t61-review/
KeePassX - https://www.keepassx.org/screenshots
Tails - https://tails.boum.org/
Steem (Python) - http://steem.readthedocs.io/en/latest/
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 935 others
👎  
properties (23)
authorfurion
permlinkbuild-yourself-a-trezor
categorytrezor
json_metadata{"tags":["trezor","security","money"],"image":["https://steemitimages.com/DQmRDY4ig8kj6Pua38fdrfHBiVS4DZdcQSgVnkw23UExbxg/IMG_0439.JPG","https://steemitimages.com/DQmYNrFV35wq6xrU18yRcj51BYTbEurPDhWJbM4WoPL73KP/IMG_0440.JPG","https://steemitimages.com/DQmdaf5eAk7t99CbZDgnrtMoMEnoizdxmCKviuqjEyGgPK8/IMG_0442.JPG"],"links":["https://en.wikipedia.org/wiki/Air_gap_%28networking%29","https://trezor.io/","http://www.notebookreview.com/notebookreview/lenovo-thinkpad-t61-review/","https://www.keepassx.org/screenshots","https://tails.boum.org/","http://steem.readthedocs.io/en/latest/"],"app":"steemit/0.1","format":"markdown"}
created2017-06-15 11:14:21
last_update2017-06-15 11:14:21
depth0
children175
last_payout2017-06-22 11:14:21
cashout_time1969-12-31 23:59:59
total_payout_value1,093.066 HBD
curator_payout_value165.258 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,812
author_reputation116,503,940,714,958
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,039
net_rshares53,176,849,086,309
author_curate_reward""
vote details (1000)
@aarellanes ·
$0.05
WOAH! Pretty AWESOME!
👍  
properties (23)
authoraarellanes
permlinkre-furion-build-yourself-a-trezor-20170615t191921411z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 19:19:24
last_update2017-06-15 19:19:24
depth1
children0
last_payout2017-06-22 19:19:24
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation3,356,215,669,024
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,945,197
net_rshares2,134,785,190
author_curate_reward""
vote details (1)
@alphacore ·
I just wish this stuff was way less complicated. How do we ever get a billion people on board with bitcoin wallets with stuff like this making it sound like you need an engineering degree just to secure it.
👍  ,
properties (23)
authoralphacore
permlinkre-furion-build-yourself-a-trezor-20170615t121939475z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 12:19:33
last_update2017-06-15 12:19:33
depth1
children1
last_payout2017-06-22 12:19: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_length206
author_reputation23,829,051,779,241
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,915,083
net_rshares278,569,890
author_curate_reward""
vote details (2)
@flycryptoguy ·
$1.33
Exactly.  I agree.  I am a visual fx artist, wrangling data for years, always studying and upgrading, constantly learning.  My brain eats this stuff for lunch.  But try to help the girl at the checkout counter by telling her to look into bitcoin gets you very  strange reactions.  We need a bigger boat!
👍  ,
properties (23)
authorflycryptoguy
permlinkre-alphacore-re-furion-build-yourself-a-trezor-20170615t140322922z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 14:03:21
last_update2017-06-15 14:03:21
depth2
children0
last_payout2017-06-22 14:03:21
cashout_time1969-12-31 23:59:59
total_payout_value1.334 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length303
author_reputation729,500,597,236
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,922,130
net_rshares56,978,065,502
author_curate_reward""
vote details (2)
@anacristinasilva ·
Great program, and this alternative impresses.
properties (22)
authoranacristinasilva
permlinkre-furion-build-yourself-a-trezor-20170617t182112403z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-17 18:21:21
last_update2017-06-17 18:21:21
depth1
children0
last_payout2017-06-24 18:21: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_length46
author_reputation111,698,655,748,730
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,114,116
net_rshares0
@antonezumot ·
Hi @furion ! i ended up ordering a tremor and it should be here by tomorrow!!
properties (22)
authorantonezumot
permlinkre-furion-build-yourself-a-trezor-20170615t203016204z
categorytrezor
json_metadata{"tags":["trezor"],"users":["furion"],"app":"steemit/0.1"}
created2017-06-15 20:30:15
last_update2017-06-15 20:30:15
depth1
children0
last_payout2017-06-22 20:30: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_length77
author_reputation18,788,729,150
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,949,996
net_rshares0
@arbitrarykitten ·
Very informative post.  I am brand spanking new to the world of cryptocurrency, and soaking in as much info as I can.  Thank you!
properties (22)
authorarbitrarykitten
permlinkre-furion-build-yourself-a-trezor-20170616t011204606z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 01:11:57
last_update2017-06-16 01:11:57
depth1
children0
last_payout2017-06-23 01:11:57
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_length129
author_reputation44,160,337,854,307
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,968,254
net_rshares0
@arcange ·
$0.06
You have been mentionned in my hit-parade of 2017.06.15
Congratulations @furion!
Your post was mentioned in my [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170615) in the following categories:

* Upvotes - Ranked 3 with 1032 upvotes
* Comments - Ranked 9 with 128 comments
* Pending payout - Ranked 1 with $ 1967,25
👍  
properties (23)
authorarcange
permlinkre-build-yourself-a-trezor-20170615t165715000z
categorytrezor
json_metadata""
created2017-06-16 14:56:27
last_update2017-06-16 14:56:27
depth1
children0
last_payout2017-06-23 14:56:27
cashout_time1969-12-31 23:59:59
total_payout_value0.056 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length287
author_reputation1,146,633,668,945,473
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,015,360
net_rshares2,949,894,464
author_curate_reward""
vote details (1)
@asif4745 ·
Wow
properties (22)
authorasif4745
permlinkre-furion-build-yourself-a-trezor-20170828t092648943z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-08-28 09:26:48
last_update2017-08-28 09:26:48
depth1
children0
last_payout2017-09-04 09:26: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_length3
author_reputation1,009,576,991,023
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,105,336
net_rshares0
@azfix ·
Thanks for the guide, its important to keep it secure if you have quite a bit.  Its not a bad idea in general even if you are small time like me.
properties (22)
authorazfix
permlinkre-furion-build-yourself-a-trezor-20170616t185322457z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 18:53:24
last_update2017-06-16 18:53:24
depth1
children0
last_payout2017-06-23 18:53:24
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_length145
author_reputation30,302,235,653,453
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,033,055
net_rshares0
@benjust123 ·
$0.05
This is a fantastic way to ensure your wallet is safe! Thanks!
👍  ,
properties (23)
authorbenjust123
permlinkre-furion-build-yourself-a-trezor-20170616t114304458z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 11:43:27
last_update2017-06-16 11:43:27
depth1
children0
last_payout2017-06-23 11:43:27
cashout_time1969-12-31 23:59:59
total_payout_value0.044 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation260,320,053,548
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,001,906
net_rshares2,284,543,149
author_curate_reward""
vote details (2)
@bluudz ·
Woah! Great work I must say. Really impressive!
properties (22)
authorbluudz
permlinkre-furion-build-yourself-a-trezor-20170615t111704232z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:17:03
last_update2017-06-15 11:17:03
depth1
children0
last_payout2017-06-22 11:17: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_length47
author_reputation417,901,347,919
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,201
net_rshares0
@bolang ·
Thanks Mr. Furion
Awesome program
properties (22)
authorbolang
permlinkre-furion-build-yourself-a-trezor-20170615t215447525z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 21:55:03
last_update2017-06-15 21:55:03
depth1
children0
last_payout2017-06-22 21:55: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_length33
author_reputation324,111,128,577
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,956,039
net_rshares0
@bubbleshine ·
Dude! This is awesome.
I will try this for sure!
Thank your very much.

I already feel crafty :3
properties (22)
authorbubbleshine
permlinkre-furion-build-yourself-a-trezor-20170615t183847580z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 18:38:48
last_update2017-06-15 18:38:48
depth1
children0
last_payout2017-06-22 18: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_length96
author_reputation1,196,683,537
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,942,416
net_rshares0
@bubshoe ·
Key management is HUGE and needs to be talked about more.  

Private key generating on an air gapped net neutered laptop, then also using said laptop to sign transactions offline? Priceless.
👍  
properties (23)
authorbubshoe
permlinkre-furion-build-yourself-a-trezor-20170615t170003713z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 17:00:03
last_update2017-06-15 17:00:03
depth1
children0
last_payout2017-06-22 17:00: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_length190
author_reputation49,750,995,096
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,935,782
net_rshares290,177,150
author_curate_reward""
vote details (1)
@carface ·
$5.99
Will this work for coins on exchanges that have not got wallets?
👍  
properties (23)
authorcarface
permlinkre-furion-build-yourself-a-trezor-20170615t152806396z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 15:28:06
last_update2017-06-15 15:28:06
depth1
children1
last_payout2017-06-22 15:28:06
cashout_time1969-12-31 23:59:59
total_payout_value4.493 HBD
curator_payout_value1.496 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation20,232,737,189,861
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,928,504
net_rshares256,537,402,872
author_curate_reward""
vote details (1)
@muzzy ·
Even if you are using an exchange with wallet, you should always store a majority of your coins in a hard wallet for ultimate safety.
properties (22)
authormuzzy
permlinkre-carface-re-furion-build-yourself-a-trezor-20170615t195404043z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 19:54:03
last_update2017-06-15 19:54:03
depth2
children0
last_payout2017-06-22 19:54: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_length133
author_reputation0
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,947,490
net_rshares0
@cem ·
Ah man, I wish I was a bit more techsavvy. This looks great and exactly what one needs.
👍  
properties (23)
authorcem
permlinkre-furion-build-yourself-a-trezor-20170615t170901115z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 17:09:09
last_update2017-06-15 17:09:09
depth1
children0
last_payout2017-06-22 17:09:09
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_length87
author_reputation3,199,586,095,687
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,936,458
net_rshares290,176,109
author_curate_reward""
vote details (1)
@chabuki69 ·
$0.05
i think you should do a video so you can help all us noob so we can build our own.... it would help alot of us... great post @furion
👍  
properties (23)
authorchabuki69
permlinkre-furion-build-yourself-a-trezor-20170616t013519773z
categorytrezor
json_metadata{"tags":["trezor"],"users":["furion"],"app":"steemit/0.1"}
created2017-06-16 01:35:15
last_update2017-06-16 01:35:15
depth1
children0
last_payout2017-06-23 01:35:15
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length132
author_reputation86,476,825,984
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,969,795
net_rshares2,422,564,909
author_curate_reward""
vote details (1)
@chandu91 ·
Great tutorial. Will try..
👍  
properties (23)
authorchandu91
permlinkre-furion-build-yourself-a-trezor-20170615t184052922z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 18:40:54
last_update2017-06-15 18:40:54
depth1
children0
last_payout2017-06-22 18:40: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_length26
author_reputation486,441,068,432
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,942,565
net_rshares278,568,569
author_curate_reward""
vote details (1)
@cheapogroovo ·
These new millionaires have never learned how to manage their money. Otherwise they would have already ade their millions.
properties (22)
authorcheapogroovo
permlinkre-furion-build-yourself-a-trezor-20170616t132728937z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 13:27:30
last_update2017-06-16 13:27:30
depth1
children0
last_payout2017-06-23 13:27:30
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_length122
author_reputation1,793,962,777,115
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,008,503
net_rshares0
@cheeto.blue ·
$0.91
Thanks for the tutorial. I struggled to get Tails booting on my iMac so rather went the Ubuntu root. Probably not as secure as Tails but still better than Windows or MacOS I guess :)
👍  
properties (23)
authorcheeto.blue
permlinkre-furion-build-yourself-a-trezor-20170630t112804900z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-30 11:28:06
last_update2017-06-30 11:28:06
depth1
children0
last_payout2017-07-07 11:28:06
cashout_time1969-12-31 23:59:59
total_payout_value0.680 HBD
curator_payout_value0.225 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length182
author_reputation10,255,622,430,914
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,748,921
net_rshares103,493,951,073
author_curate_reward""
vote details (1)
@chiefmappster ·
As someone who is aware of cryptocurrency, I literally had no idea about Trezor before I read this article.  So thank you so much for this information, it might have saved me a lot of time, money , and effort down the road.

Namaste
properties (22)
authorchiefmappster
permlinkre-furion-build-yourself-a-trezor-20170616t205038707z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 20:48:21
last_update2017-06-16 20:48:21
depth1
children0
last_payout2017-06-23 20:48: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_length232
author_reputation21,298,198,556,678
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,040,184
net_rshares0
@chrizbiz ·
Trezor sounds amazing never heard of it. got interest because of your, will read more in to it for sure!! Thanks for sharing with us!
properties (22)
authorchrizbiz
permlinkre-furion-build-yourself-a-trezor-20170616t141845105z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 14:18:51
last_update2017-06-16 14:18:51
depth1
children0
last_payout2017-06-23 14:18: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_length133
author_reputation2,263,916,984,670
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,012,334
net_rshares0
@comedyvideos ·
$0.04
Could you do one with ledger nano s? There are so many people buying them that it is nearly impossible to get. Great article!
👍  ,
properties (23)
authorcomedyvideos
permlinkre-furion-build-yourself-a-trezor-20170615t193557138z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 19:38:00
last_update2017-06-15 19:38:00
depth1
children0
last_payout2017-06-22 19:38:00
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation262,922,205
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,946,435
net_rshares1,677,869,344
author_curate_reward""
vote details (2)
@coreyou ·
$0.11
Nice post, let us vote and follow @svtechnik @coreyou
👍  , , ,
properties (23)
authorcoreyou
permlinkre-furion-2017619t105618394z
categorytrezor
json_metadata{"tags":"trezor","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-19 08:56:21
last_update2017-06-19 08:56:21
depth1
children0
last_payout2017-06-26 08:56:21
cashout_time1969-12-31 23:59:59
total_payout_value0.090 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation75,890,601,693
root_title"Build yourself a Trezor"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,243,482
net_rshares6,029,563,578
author_curate_reward""
vote details (4)
@creatr ·
Is it possible to store STEEM in cold storage with an offline wallet?

😄😇😄
<a href="https://rebrand.ly/3d97" target="_blank">
  <img src="https://steemitimages.com/DQmWvzuqZ51DoiSjXXf8bukb7JeeVV1eAJJhGBkDiYc8ajj/creatr_ap.gif" alt="@creatr" style="border:0;">
</a>
properties (22)
authorcreatr
permlinkre-furion-build-yourself-a-trezor-20170715t065046373z
categorytrezor
json_metadata{"tags":["trezor"],"image":["https://steemitimages.com/DQmWvzuqZ51DoiSjXXf8bukb7JeeVV1eAJJhGBkDiYc8ajj/creatr_ap.gif"],"links":["https://rebrand.ly/3d97"],"app":"steemit/0.1"}
created2017-07-15 06:50:45
last_update2017-07-15 06:50:45
depth1
children0
last_payout2017-07-22 06:50: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_length264
author_reputation136,627,187,742,915
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,540,477
net_rshares0
@cryptohazard ·
If Trezor is easier to develop on than the ledger nano, I should get one. I have been asking around if people wants a hardware  wallet for Steemit.
properties (22)
authorcryptohazard
permlinkre-furion-build-yourself-a-trezor-20170615t204349495z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 20:43:51
last_update2017-06-15 20:43:51
depth1
children0
last_payout2017-06-22 20:43: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_length147
author_reputation17,111,780,434,071
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,950,943
net_rshares0
@cryptoindestment ·
Awesome post! i just got a trezor!
properties (22)
authorcryptoindestment
permlinkre-furion-build-yourself-a-trezor-20170615t231238286z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 23:12:36
last_update2017-06-15 23:12:36
depth1
children0
last_payout2017-06-22 23:12:36
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_length34
author_reputation805,938,560,554
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,961,303
net_rshares0
@cryptokash ·
Practical if you have a sh*tload of coins. If one is just starting up, I think there are decent mobile wallets that serve their purpose. One can also first learn to do cold storage, restoring from backup etc. I 'll definitely keep this post for reference on my way to the moon! Thanks!
properties (22)
authorcryptokash
permlinkre-furion-build-yourself-a-trezor-20170616t021950914z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 02:19:51
last_update2017-06-16 02:19:51
depth1
children0
last_payout2017-06-23 02:19: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_length285
author_reputation239,962,513,887
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,972,534
net_rshares0
@danielownsall ·
Holy Shit this is awesome Ive been wanting to do this. excellent information! Now I can have my own bank.
👍  
properties (23)
authordanielownsall
permlinkre-furion-build-yourself-a-trezor-20170616t045016088z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 04:50:18
last_update2017-06-16 04:50:18
depth1
children0
last_payout2017-06-23 04:50:18
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_length105
author_reputation8,473,580,344,674
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,980,931
net_rshares249,552,361
author_curate_reward""
vote details (1)
@danlocks.com ·
Security is very important for the coins and for our investments, i am planing to use several solution for long term.
properties (22)
authordanlocks.com
permlinkre-furion-build-yourself-a-trezor-20170615t112206470z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:22:06
last_update2017-06-15 11:22:06
depth1
children0
last_payout2017-06-22 11: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_length117
author_reputation110,636,848,734
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,474
net_rshares0
@darkerhorse ·
nice write up. now i need Trezor
properties (22)
authordarkerhorse
permlinkre-furion-build-yourself-a-trezor-20170616t151441308z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 15:14:45
last_update2017-06-16 15:14:45
depth1
children0
last_payout2017-06-23 15:14: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_length32
author_reputation1,376,329,664,978
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,016,854
net_rshares0
@deaddy ·
great article! can you use raspberry for this?
properties (22)
authordeaddy
permlinkre-furion-build-yourself-a-trezor-20170615t112428817z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:24:24
last_update2017-06-15 11:24:24
depth1
children0
last_payout2017-06-22 11:24:24
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_length46
author_reputation772,031,226,796
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,619
net_rshares0
@deisip67 ·
INTERESANTE POST, GRACIAS POR LA INFORMACION
👍  
properties (23)
authordeisip67
permlinkre-furion-build-yourself-a-trezor-20170617t035612096z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-17 03:56:15
last_update2017-06-17 03:56:15
depth1
children0
last_payout2017-06-24 03:56: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_length44
author_reputation122,375,174,445,460
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,063,805
net_rshares152,090,886
author_curate_reward""
vote details (1)
@dewallenband ·
Thanks man, definitely going to be looking into this some more, my previous online trading account has actually been hacked and emptied once.
👍  
properties (23)
authordewallenband
permlinkre-furion-build-yourself-a-trezor-20170615t111959037z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:20:00
last_update2017-06-15 11:20:00
depth1
children0
last_payout2017-06-22 11:20:00
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_length141
author_reputation2,617,246,701,238
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,365
net_rshares156,695,516
author_curate_reward""
vote details (1)
@dgiors · (edited)
$0.12
I'm about to buy a Trezor. My biggest question entrusting my coin to it is what happens if the internals of the Trezor are rendered unusable from static shock, EMP a house fire etc? Would the wallets become unrecoverable?

I'm mostly curious if you can export the private keys or does it only give you the 12 word brain wallet? If so is the brain wallet useless if the internal seed is lost?

Thanks in advance!

Edit: I checked Trezor's FAQ and it's possible to recover to a new Trezor or other compatible wallet using the 24 word brain key.
👍  
properties (23)
authordgiors
permlinkre-furion-build-yourself-a-trezor-20170616t071523968z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 07:15:21
last_update2017-06-16 10:02:12
depth1
children1
last_payout2017-06-23 07:15:21
cashout_time1969-12-31 23:59:59
total_payout_value0.116 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length542
author_reputation9,161,713,773,762
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,988,230
net_rshares5,294,922,390
author_curate_reward""
vote details (1)
@nutela ·
No you can write a sentence or a group of words on a piece of paper and with that recover the Trezor. But please verify that, it has been a while.
properties (22)
authornutela
permlinkre-dgiors-re-furion-build-yourself-a-trezor-20170616t190216000z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 19:02:15
last_update2017-06-16 19:02:15
depth2
children0
last_payout2017-06-23 19:02: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_length146
author_reputation12,740,113,194,550
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,033,661
net_rshares0
@dracosalieri ·
I am still very stupid where all this is concerned. But I am eagerly looking for a mentor...
properties (22)
authordracosalieri
permlinkre-furion-build-yourself-a-trezor-20170616t131608294z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 13:16:09
last_update2017-06-16 13:16:09
depth1
children0
last_payout2017-06-23 13:16:09
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_length92
author_reputation4,335,910,933,316
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,007,677
net_rshares0
@dream.pro ·
I hope you gonna post more posts like this! Now I follow you !
👍  
👎  ,
properties (23)
authordream.pro
permlinkre-furion-build-yourself-a-trezor-20170624t094653852z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-24 09:46:57
last_update2017-06-24 09:46:57
depth1
children0
last_payout2017-07-01 09:46:57
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_length62
author_reputation-343,033,628,160
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,888,978
net_rshares-5,335,995,051
author_curate_reward""
vote details (3)
@earnonlinewith ·
Yo, this is clearly not for noobs as I wouldn't try this at home even with my laptop. What's your take on paper wallets?
properties (22)
authorearnonlinewith
permlinkre-furion-build-yourself-a-trezor-20170615t112501110z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:25:00
last_update2017-06-15 11:25:00
depth1
children0
last_payout2017-06-22 11:25:00
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_length120
author_reputation9,341,888,931,258
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,655
net_rshares0
@eduardo88 ·
awesome!!:o
properties (22)
authoreduardo88
permlinkre-furion-build-yourself-a-trezor-20170615t210953054z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 21:09:54
last_update2017-06-15 21:09:54
depth1
children0
last_payout2017-06-22 21:09: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_length11
author_reputation62,221,787,274
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,952,689
net_rshares0
@ejemai ·
this just solved lotta problems
properties (22)
authorejemai
permlinkre-furion-build-yourself-a-trezor-20170615t212906155z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 21:29:09
last_update2017-06-15 21:29:09
depth1
children0
last_payout2017-06-22 21:29:09
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_length31
author_reputation265,163,230,573,530
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,954,063
net_rshares0
@elevator09 ·
interesting post !
👍  
properties (23)
authorelevator09
permlinkre-furion-build-yourself-a-trezor-20170615t113932431z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:39:33
last_update2017-06-15 11:39:33
depth1
children0
last_payout2017-06-22 11:39: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_length18
author_reputation347,943,041,906,549
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,912,490
net_rshares156,695,516
author_curate_reward""
vote details (1)
@elliana-chavez ·
Very useful, thank you
properties (22)
authorelliana-chavez
permlinkre-furion-build-yourself-a-trezor-20170616t045104988z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 04:51:09
last_update2017-06-16 04:51:09
depth1
children0
last_payout2017-06-23 04:51:09
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_length22
author_reputation19,196,899,176
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,980,971
net_rshares0
@emex ·
This is very interesting. Am going for trezor now
properties (22)
authoremex
permlinkre-furion-build-yourself-a-trezor-20170615t121657708z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 12:16:57
last_update2017-06-15 12:16:57
depth1
children0
last_payout2017-06-22 12:16:57
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_length49
author_reputation62,409,656,030
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,914,951
net_rshares0
@enomujjass ·
thank you for good posting ~
👍  
properties (23)
authorenomujjass
permlinkre-furion-build-yourself-a-trezor-20170616t220204594z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 22:02:09
last_update2017-06-16 22:02:09
depth1
children0
last_payout2017-06-23 22:02:09
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_reputation22,886,438,234,426
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,045,002
net_rshares152,090,886
author_curate_reward""
vote details (1)
@eric-boucher ·
$3.14
AWESOME!!!
What an incredibly powerful post to share the potency of TREZOR design with us and teach us how to do this ourselves. Can't thank you enough! Good for us all.

All for one and one for all!    Namaste    :)
👍  , ,
properties (23)
authoreric-boucher
permlinkre-furion-build-yourself-a-trezor-20170615t154458251z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 15:39:12
last_update2017-06-15 15:39:12
depth1
children0
last_payout2017-06-22 15:39:12
cashout_time1969-12-31 23:59:59
total_payout_value3.131 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length216
author_reputation68,503,601,066,539
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,929,365
net_rshares134,460,011,225
author_curate_reward""
vote details (3)
@evanrvoss ·
$5.44
![](https://steemitimages.com/DQmVXdmJY4tmw4PWBAvAkxC6MWhwKje7RYZ1BwnzDDzEtTq/image.png)

Keep your money safe my friends
👍  , , ,
properties (23)
authorevanrvoss
permlinkre-furion-build-yourself-a-trezor-20170615t121051247z
categorytrezor
json_metadata{"tags":["trezor"],"image":["https://steemitimages.com/DQmVXdmJY4tmw4PWBAvAkxC6MWhwKje7RYZ1BwnzDDzEtTq/image.png"],"app":"steemit/0.1"}
created2017-06-15 12:10:48
last_update2017-06-15 12:10:48
depth1
children0
last_payout2017-06-22 12:10:48
cashout_time1969-12-31 23:59:59
total_payout_value4.083 HBD
curator_payout_value1.357 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation47,571,394,972,109
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,914,594
net_rshares230,379,703,866
author_curate_reward""
vote details (4)
@fem-of-war ·
Do you know if there are plans for the trezor to support other coins? Or do you think "trezor" like things will eventually come onto the market that will be able to facilitate all/new cryptos?
👍  , ,
properties (23)
authorfem-of-war
permlinkre-furion-build-yourself-a-trezor-20170615t225922781z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 22:59:21
last_update2017-06-15 22:59:21
depth1
children0
last_payout2017-06-22 22:59: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_length192
author_reputation16,981,308,422,124
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,960,456
net_rshares580,353,979
author_curate_reward""
vote details (3)
@firepower ·
dude this is so cool! :D
properties (22)
authorfirepower
permlinkre-furion-build-yourself-a-trezor-20170615t184523483z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 18:45:18
last_update2017-06-15 18:45:18
depth1
children0
last_payout2017-06-22 18:45:18
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_reputation1,145,868,474,852,473
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,942,884
net_rshares0
@flycryptoguy ·
$1.33
Fantastic post.  Putting this on my to-do list.  Thanks so much!  Please follow, I have some amazing posts coming up, trying to build my audience for a while first.  THANKS!!!! WOOOOOOT!!!!

: )
👍  ,
properties (23)
authorflycryptoguy
permlinkre-furion-build-yourself-a-trezor-20170615t140619061z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 14:06:18
last_update2017-06-15 14:06:18
depth1
children0
last_payout2017-06-22 14:06:18
cashout_time1969-12-31 23:59:59
total_payout_value1.334 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length194
author_reputation729,500,597,236
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,922,368
net_rshares56,983,869,039
author_curate_reward""
vote details (2)
@galtsghost ·
$14.66
This is awesome! I know what I'm doing this weekend
👍  , , , , , , , , , , ,
properties (23)
authorgaltsghost
permlinkre-furion-build-yourself-a-trezor-20170615t111742851z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:17:42
last_update2017-06-15 11:17:42
depth1
children1
last_payout2017-06-22 11:17:42
cashout_time1969-12-31 23:59:59
total_payout_value14.610 HBD
curator_payout_value0.048 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation57,498,744,507
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,241
net_rshares619,720,510,900
author_curate_reward""
vote details (12)
@chrisx ·
$2.29
properties (23)
authorchrisx
permlinkre-galtsghost-re-furion-build-yourself-a-trezor-20170615t111742851z-2017615t1967218z
categorytrezor
json_metadata{"app":"chainbb/0.1","format":"markdown+html","tags":[]}
created2017-06-15 12:06:06
last_update2017-06-15 12:06:06
depth2
children0
last_payout2017-06-22 12:06:06
cashout_time1969-12-31 23:59:59
total_payout_value2.095 HBD
curator_payout_value0.193 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation2,008,904,682,489
root_title"Build yourself a Trezor"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,914,273
net_rshares112,534,156,322
author_curate_reward""
vote details (9)
@gikitiki ·
Amazing!   I have access to a bunch of old laptops...  at least one of them is about to get modified.
properties (22)
authorgikitiki
permlinkre-furion-build-yourself-a-trezor-20170615t173755372z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 17:37:57
last_update2017-06-15 17:37:57
depth1
children0
last_payout2017-06-22 17:37:57
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_length101
author_reputation16,572,681,158,525
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,938,378
net_rshares0
@graviton ·
Great contribution to the Steemit community :) Thanks
properties (22)
authorgraviton
permlinkre-furion-build-yourself-a-trezor-20170615t120239609z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 12:02:48
last_update2017-06-15 12:02:48
depth1
children0
last_payout2017-06-22 12:02: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_length53
author_reputation17,380,254,745,094
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,914,070
net_rshares0
@grimboslice819 ·
I have fuck all chance of doing this as I am a computard.
👍  
properties (23)
authorgrimboslice819
permlinkre-furion-build-yourself-a-trezor-20170615t130028443z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 13:00:27
last_update2017-06-15 13:00:27
depth1
children0
last_payout2017-06-22 13:00: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_length57
author_reputation166,829,358,458
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,917,742
net_rshares290,177,150
author_curate_reward""
vote details (1)
@hamzaoui ·
Thanks for this post and all of this info, great work
👍  
properties (23)
authorhamzaoui
permlinkre-furion-build-yourself-a-trezor-20170615t112227482z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:22:48
last_update2017-06-15 11:22:48
depth1
children0
last_payout2017-06-22 11:22: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_length53
author_reputation2,667,249,998,202
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,529
net_rshares764,082,803
author_curate_reward""
vote details (1)
@hms818 ·
$0.15
Thanks for sharing this information about securing our wallets.. this is going help many of us in protecting our coins.
👍  
properties (23)
authorhms818
permlinkre-furion-build-yourself-a-trezor-20170615t114237973z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:42:39
last_update2017-06-15 11:42:39
depth1
children0
last_payout2017-06-22 11:42:39
cashout_time1969-12-31 23:59:59
total_payout_value0.112 HBD
curator_payout_value0.037 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length119
author_reputation11,503,740,391,093
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,912,692
net_rshares6,340,695,662
author_curate_reward""
vote details (1)
@hotsauceislethal ·
You have to be a hacker to prevent hackers from stealing your bitcoin O.o lol
properties (22)
authorhotsauceislethal
permlinkre-furion-build-yourself-a-trezor-20170615t113630298z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:36:48
last_update2017-06-15 11:36:48
depth1
children0
last_payout2017-06-22 11:36: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_length77
author_reputation37,376,033,139,195
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,912,318
net_rshares0
@is-educator ·
Always great to know how to secure your new found financial freedom!!
properties (22)
authoris-educator
permlinkre-furion-build-yourself-a-trezor-20170615t175935863z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 18:00:03
last_update2017-06-15 18:00:03
depth1
children0
last_payout2017-06-22 18:00: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_length69
author_reputation20,432,842,141
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,939,752
net_rshares0
@isaac.rodebush ·
$0.78
What's the best place to buy a T61? Ledger Nano S and Trezor are on back order so this would be the nest best thing. I would like to be able to safely store the wallets of the little coins all in one place.
👍  ,
properties (23)
authorisaac.rodebush
permlinkre-furion-build-yourself-a-trezor-20170615t180532350z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 18:05:36
last_update2017-06-15 18:05:36
depth1
children0
last_payout2017-06-22 18:05:36
cashout_time1969-12-31 23:59:59
total_payout_value0.774 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length206
author_reputation1,868,717,056,233
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,940,099
net_rshares33,597,564,724
author_curate_reward""
vote details (2)
@isacoin ·
thanks very informative
properties (22)
authorisacoin
permlinkre-furion-build-yourself-a-trezor-20170623t212851206z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-23 21:28:57
last_update2017-06-23 21:28:57
depth1
children0
last_payout2017-06-30 21:28:57
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_length23
author_reputation26,003,897,306,576
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,826,168
net_rshares0
@jamesc1 ·
$14.31
Do you know of a good way to use the Trezor to unlock the USB on the air-gap computer?
👍  , , , , ,
properties (23)
authorjamesc1
permlinkre-furion-build-yourself-a-trezor-20170615t125925087z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 12:59:24
last_update2017-06-15 12:59:24
depth1
children4
last_payout2017-06-22 12:59:24
cashout_time1969-12-31 23:59:59
total_payout_value10.742 HBD
curator_payout_value3.572 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation939,862,516,890
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,917,687
net_rshares608,069,376,490
author_curate_reward""
vote details (6)
@furion · (edited)
$5.95
I am not aware of any practical solutions at this time.

Afaik, with LUKS, you can have [multiple](https://wiki.archlinux.org/index.php/Dm-crypt/Device_encryption#Adding_LUKS_keys) keyphrases. So you could have your regular password, as well as a password that is deterministically generated by the Trezor.

Unfortunately I am not familiar with implementation details, or available API's on the Trezor, but the existence of projects like [TPM](http://doc.satoshilabs.com/trezor-user/passwordmanager.html) make it seem doable. 

Perhaps @xeroc would know better, as he has done some work with integrating Steem and  Trezor already.
👍  , ,
properties (23)
authorfurion
permlinkre-jamesc1-re-furion-build-yourself-a-trezor-20170615t134645113z
categorytrezor
json_metadata{"tags":["trezor"],"users":["xeroc"],"links":["https://wiki.archlinux.org/index.php/Dm-crypt/Device_encryption#Adding_LUKS_keys","http://doc.satoshilabs.com/trezor-user/passwordmanager.html"],"app":"steemit/0.1"}
created2017-06-15 13:46:45
last_update2017-06-15 13:47:15
depth2
children3
last_payout2017-06-22 13:46:45
cashout_time1969-12-31 23:59:59
total_payout_value5.564 HBD
curator_payout_value0.381 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length630
author_reputation116,503,940,714,958
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,920,956
net_rshares253,424,825,479
author_curate_reward""
vote details (3)
@jamesc1 ·
$14.09
It will work, I think it is just a matter of finding or making a script that does this.

The API allows for a confirmed or unconfirmed encrypt and decrypt of any data.  Software could encrypt a strong but relatively small decryption key and ask you to decrypt it when unlocking a drive etc..  

 It would work nicely with the FUSE file system where private keys could go into different files that could be confirmed on the Trezor separately when you try to open them and re-encrypt when they are saved.
👍  , , ,
properties (23)
authorjamesc1
permlinkre-furion-re-jamesc1-re-furion-build-yourself-a-trezor-20170615t141436977z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 14:14:36
last_update2017-06-15 14:14:36
depth3
children0
last_payout2017-06-22 14:14:36
cashout_time1969-12-31 23:59:59
total_payout_value13.270 HBD
curator_payout_value0.819 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length502
author_reputation939,862,516,890
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,923,033
net_rshares601,488,397,039
author_curate_reward""
vote details (4)
@jamesc1 ·
$17.21
I just finished a command-line utility you might find useful.

https://www.npmjs.com/package/trez


-    Create cold-storage backups
-    Use trez files to copy data to and from cold storage (keeping the USB clean).
-    Keep encrypted partitions locked more often by extract commonly use data into Trez files.
👍  , , ,
properties (23)
authorjamesc1
permlinkre-furion-re-jamesc1-re-furion-build-yourself-a-trezor-20170704t125003725z
categorytrezor
json_metadata{"tags":["trezor"],"links":["https://www.npmjs.com/package/trez"],"app":"steemit/0.1"}
created2017-07-04 12:50:03
last_update2017-07-04 12:50:03
depth3
children0
last_payout2017-07-11 12:50:03
cashout_time1969-12-31 23:59:59
total_payout_value13.280 HBD
curator_payout_value3.926 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length310
author_reputation939,862,516,890
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,272,002
net_rshares2,667,963,915,653
author_curate_reward""
vote details (4)
@jamesc1 · (edited)
$17.43
I have some FUSE same code but it did not work nicely .. lol .. Edit utilities go crazy with temp files, renames, and even links.  They really work hard to not overwrite your file until they know they can write to disk (understandable).  But this complicates the fuse bindings, then have to work just right.  I have gotten partly there with example code but that still needs work.
👍  , , , ,
properties (23)
authorjamesc1
permlinkre-furion-re-jamesc1-re-furion-build-yourself-a-trezor-20170704t125245176z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-07-04 12:52:45
last_update2017-07-04 12:53:24
depth3
children0
last_payout2017-07-11 12:52:45
cashout_time1969-12-31 23:59:59
total_payout_value13.835 HBD
curator_payout_value3.590 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length380
author_reputation939,862,516,890
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,272,265
net_rshares2,702,521,679,566
author_curate_reward""
vote details (5)
@janashby ·
Encouraging post.  Thank u for providing !

Good to know .
👍  
properties (23)
authorjanashby
permlinkre-furion-build-yourself-a-trezor-20170616t213632682z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 21:36:33
last_update2017-06-16 21:36:33
depth1
children0
last_payout2017-06-23 21:36: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_length58
author_reputation530,335,160,822
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,043,259
net_rshares152,090,886
author_curate_reward""
vote details (1)
@jetonkosova ·
Sick
properties (22)
authorjetonkosova
permlinkre-furion-build-yourself-a-trezor-20170615t205412195z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 20:54:09
last_update2017-06-15 20:54:09
depth1
children0
last_payout2017-06-22 20:54:09
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_length4
author_reputation0
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,951,636
net_rshares0
@jimjam1210 ·
@fusion really intresting post very good like the way you used the laptop carry on the great work and keep pushing steem amazing stuff
properties (22)
authorjimjam1210
permlinkre-furion-build-yourself-a-trezor-20170615t153204700z
categorytrezor
json_metadata{"tags":["trezor"],"users":["fusion"],"app":"steemit/0.1"}
created2017-06-15 15:32:03
last_update2017-06-15 15:32:03
depth1
children0
last_payout2017-06-22 15:32: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_length134
author_reputation8,340,977,970,071
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,928,812
net_rshares0
@jjjjosue ·
trying to follow along, hopefully one day i can see this done in person... regardless, super valuable info, thank you!
properties (22)
authorjjjjosue
permlinkre-furion-build-yourself-a-trezor-20170627t172836857z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-27 17:27:42
last_update2017-06-27 17:27:42
depth1
children0
last_payout2017-07-04 17:27: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_length118
author_reputation2,170,562,026,915
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,360,905
net_rshares0
@joeyd ·
Nice! Btw, I wrote a tutorial steemit on how to disable Intel-ME and replace the bios on a Lenovo Thinkpad X230 in case you want to go that far.

Even better would be to get libreboot on a pre 2006 thinkpad.
properties (22)
authorjoeyd
permlinkre-furion-build-yourself-a-trezor-20170616t152849810z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 15:28:36
last_update2017-06-16 15:28:36
depth1
children0
last_payout2017-06-23 15:28:36
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_length207
author_reputation359,674,353,153
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,017,942
net_rshares0
@johnsmith ·
$5.17
I did something similar with an old Dell netbook years ago, but now I just use Trezor and Ledger wallets. Lazy in my advancing age... awesome write up, thank you!
👍  , ,
properties (23)
authorjohnsmith
permlinkre-furion-build-yourself-a-trezor-20170615t123322105z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 12:33:18
last_update2017-06-15 12:33:18
depth1
children0
last_payout2017-06-22 12:33:18
cashout_time1969-12-31 23:59:59
total_payout_value5.163 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length162
author_reputation22,729,726,767,685
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,915,955
net_rshares219,045,255,328
author_curate_reward""
vote details (3)
@jojovdm ·
Really very interesting as a tutorial. Personally I think buying a smaller one
👍  ,
properties (23)
authorjojovdm
permlinkre-furion-build-yourself-a-trezor-20170615t111646690z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:16:27
last_update2017-06-15 11:16:27
depth1
children0
last_payout2017-06-22 11:16: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_length78
author_reputation218,735,058,031
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,160
net_rshares417,854,415
author_curate_reward""
vote details (2)
@jpinka ·
Thanks I am going to try and look into this more.
properties (22)
authorjpinka
permlinkre-furion-build-yourself-a-trezor-20170615t181155886z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 18:12:00
last_update2017-06-15 18:12:00
depth1
children0
last_payout2017-06-22 18:12:00
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_length49
author_reputation102,437,616,084
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,940,514
net_rshares0
@kafkanarchy84 · (edited)
This is awesome knowledge to have, man. Thanks. Resteeming. How much does a Trezor cost, by the way? EDIT: Well, on second thought, why don't I just look that up myself! Cheers, and thanks again.
properties (22)
authorkafkanarchy84
permlinkre-furion-build-yourself-a-trezor-20170615t132735964z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 13:27:30
last_update2017-06-15 13:28:30
depth1
children0
last_payout2017-06-22 13:27:30
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_length195
author_reputation349,526,315,896,646
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,919,471
net_rshares0
@kava ·
I kinda want to build one now, just because I know I might need it in the future. I like the idea of doing "surgery" on an old laptop.
properties (22)
authorkava
permlinkre-furion-build-yourself-a-trezor-20170615t170411532z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 17:04:15
last_update2017-06-15 17:04:15
depth1
children0
last_payout2017-06-22 17:04: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_length134
author_reputation81,841,383,532
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,936,105
net_rshares0
@kedjom-keku ·
Hello @furion. PLEASE HELP us to save the Abongphen Highland Forest in Cameroon. We have just started with our crowdfunding on Steemit to get resources to protect and restore 1000 hectares of the precious mountain forest in Kedjom-Keku village. We would like to avoid the worst which could happened (actually already happening) - lack of water. Let´s use Steemit to achieve our dream and necessity. Thank you plenty for your resteems, upvotes, promotion or donation. Follow @kedjom-keku https://steemit.com/introduceyourself/@kedjom-keku/do-it-for-forest-crowdfunding-who-are-we-actually-forest-friendly-family-each-11usd-10x10-m-forest-saved
properties (22)
authorkedjom-keku
permlinkre-furion-build-yourself-a-trezor-20170615t133743878z
categorytrezor
json_metadata{"tags":["trezor"],"users":["furion","kedjom-keku"],"links":["https://steemit.com/introduceyourself/@kedjom-keku/do-it-for-forest-crowdfunding-who-are-we-actually-forest-friendly-family-each-11usd-10x10-m-forest-saved"],"app":"steemit/0.1"}
created2017-06-15 13:37:45
last_update2017-06-15 13:37:45
depth1
children0
last_payout2017-06-22 13:37: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_length642
author_reputation5,029,059,330,187
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,920,263
net_rshares0
@kenhudoy ·
Nice one and going to look into Trezor
Good post @furion ...upvoted a d following you already
properties (22)
authorkenhudoy
permlinkre-furion-build-yourself-a-trezor-20170615t135312577z
categorytrezor
json_metadata{"tags":["trezor"],"users":["furion"],"app":"steemit/0.1"}
created2017-06-15 13:53:33
last_update2017-06-15 13:53:33
depth1
children0
last_payout2017-06-22 13:53: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_length93
author_reputation10,766,809,992,992
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,921,459
net_rshares0
@kiv · (edited)
In order to better secure my own crypto-currency wallets I decided to go with an an encrypted usb which if I need to make changes too are done on my airgapped laptop. The usb key I use is a Aegis Secure Key USB 3.0 by Apricorn.

https://www.apricorn.com/aegis-secure-key-3

My method is to store my regular wallet private keys and backups to this drive as well as my keepass database file in case I ever forget my passwords. I also have my most important information backed up on some cheaper usbs that I have given to my closest friends. Love the post as always @Furion keep up the good work! SteemON!
properties (22)
authorkiv
permlinkre-furion-build-yourself-a-trezor-20170623t160115282z
categorytrezor
json_metadata{"tags":["trezor"],"links":["https://www.apricorn.com/aegis-secure-key-3"],"app":"steemit/0.1","users":["furion"]}
created2017-06-23 16:01:18
last_update2017-06-23 16:03:06
depth1
children0
last_payout2017-06-30 16:01:18
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_length602
author_reputation35,308,999,054
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,788,673
net_rshares0
@krabgat ·
Which one is the better - Ledger S or the Trezor?
properties (22)
authorkrabgat
permlinkre-furion-build-yourself-a-trezor-20170615t112426030z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:24:27
last_update2017-06-15 11:24:27
depth1
children0
last_payout2017-06-22 11:24: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_length49
author_reputation21,919,477,099,128
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,623
net_rshares0
@lestrucsdepicsou ·
Thank you for your post it is very interesting
👍  
properties (23)
authorlestrucsdepicsou
permlinkre-furion-build-yourself-a-trezor-20170616t182720621z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 18:27:21
last_update2017-06-16 18:27:21
depth1
children0
last_payout2017-06-23 18:27: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_length46
author_reputation8,763,275,791
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,031,210
net_rshares290,176,304
author_curate_reward""
vote details (1)
@lexiconical ·
$14.97
properties (23)
authorlexiconical
permlinkre-furion-build-yourself-a-trezor-20170615t111832214z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:18:39
last_update2017-06-15 11:18:39
depth1
children5
last_payout2017-06-22 11:18:39
cashout_time1969-12-31 23:59:59
total_payout_value14.858 HBD
curator_payout_value0.112 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation183,198,168,434,738
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,289
net_rshares632,943,533,920
author_curate_reward""
vote details (25)
@chiefmappster ·
Thank you for this knowledge. I literally had no idea until you said this so thank you
properties (22)
authorchiefmappster
permlinkre-lexiconical-re-furion-build-yourself-a-trezor-20170616t205139497z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 20:49:24
last_update2017-06-16 20:49:24
depth2
children0
last_payout2017-06-23 20:49:24
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_length86
author_reputation21,298,198,556,678
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,040,256
net_rshares0
@elliana-chavez ·
$0.03
I will use it
👍  
properties (23)
authorelliana-chavez
permlinkre-lexiconical-re-furion-build-yourself-a-trezor-20170616t045148873z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 04:51:54
last_update2017-06-16 04:51:54
depth2
children0
last_payout2017-06-23 04:51:54
cashout_time1969-12-31 23:59:59
total_payout_value0.024 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation19,196,899,176
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,981,019
net_rshares1,515,367,062
author_curate_reward""
vote details (1)
@gikitiki ·
$0.08
Agree!!   From many months ago.    

https://steemit.com/steemit/@gikitiki/usine-keepass-to-secure-your-wallet-with-strong-passwords
👍  ,
properties (23)
authorgikitiki
permlinkre-lexiconical-re-furion-build-yourself-a-trezor-20170615t174107372z
categorytrezor
json_metadata{"tags":["trezor"],"links":["https://steemit.com/steemit/@gikitiki/usine-keepass-to-secure-your-wallet-with-strong-passwords"],"app":"steemit/0.1"}
created2017-06-15 17:41:12
last_update2017-06-15 17:41:12
depth2
children0
last_payout2017-06-22 17:41:12
cashout_time1969-12-31 23:59:59
total_payout_value0.063 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length132
author_reputation16,572,681,158,525
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,938,536
net_rshares3,595,256,793
author_curate_reward""
vote details (2)
@philippinetrail ·
I will check on that one.
👍  
properties (23)
authorphilippinetrail
permlinkre-lexiconical-re-furion-build-yourself-a-trezor-20170615t235329681z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 23:53:30
last_update2017-06-15 23:53:30
depth2
children0
last_payout2017-06-22 23:53:30
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_length25
author_reputation897,589,350,093
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,963,754
net_rshares179,909,667
author_curate_reward""
vote details (1)
@totrock ·
$14.45
A nice looking  alternative for Keepass would be "Keeweb". It is available for any OS, open source, 100% compatible with the .kdbx file format, can additionally sync with many cloud storages and has a really good UI. https://keeweb.info
👍  , , , , , , , ,
properties (23)
authortotrock
permlinkre-lexiconical-re-furion-build-yourself-a-trezor-20170615t114304718z
categorytrezor
json_metadata{"tags":["trezor"],"links":["https://keeweb.info"],"app":"steemit/0.1"}
created2017-06-15 11:43:00
last_update2017-06-15 11:43:00
depth2
children0
last_payout2017-06-22 11:43:00
cashout_time1969-12-31 23:59:59
total_payout_value13.824 HBD
curator_payout_value0.628 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length236
author_reputation58,760,247,100
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,912,731
net_rshares611,421,031,732
author_curate_reward""
vote details (9)
@lichtblick ·
Very interesting. Resteemed :-)
properties (22)
authorlichtblick
permlinkre-furion-build-yourself-a-trezor-20170615t112450786z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:24:51
last_update2017-06-15 11:24:51
depth1
children0
last_payout2017-06-22 11:24: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_length31
author_reputation736,049,242,126,025
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,643
net_rshares0
@live2love ·
Very Cool!
👍  ,
properties (23)
authorlive2love
permlinkre-furion-build-yourself-a-trezor-20170619t032356990z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-19 03:23:57
last_update2017-06-19 03:23:57
depth1
children5
last_payout2017-06-26 03:23:57
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_length10
author_reputation343,924,648,853
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,227,798
net_rshares327,704,672
author_curate_reward""
vote details (2)
@ionlysaymeep ·
meep
👍  
properties (23)
authorionlysaymeep
permlinkre-live2love-re-furion-build-yourself-a-trezor-20170619t032356990z-20170619t034247947z
categorytrezor
json_metadata{"tags":["trezor"],"app":"meep_bot/0.0.1"}
created2017-06-19 03:42:48
last_update2017-06-19 03:42:48
depth2
children4
last_payout2017-06-26 03:42: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_length4
author_reputation754,962,855,156
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,228,640
net_rshares141,951,493
author_curate_reward""
vote details (1)
@live2love ·
fancy seeing you here! meep.
👍  ,
properties (23)
authorlive2love
permlinkre-ionlysaymeep-re-live2love-re-furion-build-yourself-a-trezor-20170619t045709771z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-19 04:57:12
last_update2017-06-19 04:57:12
depth3
children3
last_payout2017-06-26 04:57:12
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_reputation343,924,648,853
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,232,088
net_rshares327,704,672
author_curate_reward""
vote details (2)
@lqss64 ·
I just saw an advertisement for Trezor and they said it was open source, to see that he was doing exactly what he was supposed to do, they also mentioned that you can build yourself one if you do not like their accent :))))
👍  
properties (23)
authorlqss64
permlinkre-furion-build-yourself-a-trezor-20170615t124729538z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 12:47:30
last_update2017-06-15 12:47:30
depth1
children0
last_payout2017-06-22 12:47:30
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_length223
author_reputation5,495,393,279,141
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,916,921
net_rshares290,177,150
author_curate_reward""
vote details (1)
@lvl ·
Great post. I have an old net book I could re purpose. Time to do some more reading.

On another note. What about an android device?
👍  ,
properties (23)
authorlvl
permlinkre-furion-build-yourself-a-trezor-20170615t112225582z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:22:27
last_update2017-06-15 11:22:27
depth1
children0
last_payout2017-06-22 11:22: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_length132
author_reputation399,780,788,890
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,497
net_rshares771,625,408
author_curate_reward""
vote details (2)
@majara ·
I just bought ETH and WAVES... BTC gooing directly to hell
properties (22)
authormajara
permlinkre-furion-build-yourself-a-trezor-20170615t215719976z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 21:57:21
last_update2017-06-15 21:57:21
depth1
children0
last_payout2017-06-22 21:57: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_length58
author_reputation7,308,326,876
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,956,241
net_rshares0
@makhzar ·
Wow.. Smart and good job
properties (22)
authormakhzar
permlinkre-furion-build-yourself-a-trezor-20170615t122535689z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 12:25:45
last_update2017-06-15 12:25:45
depth1
children0
last_payout2017-06-22 12:25: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_length24
author_reputation100,263,267,578,399
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,915,468
net_rshares0
@markrmorrisjr ·
This looks like a cool project, I'm gonna take your word for it and hire someone to build me one when I get to the place that I need it.
properties (22)
authormarkrmorrisjr
permlinkre-furion-build-yourself-a-trezor-20170616t033515069z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 03:35:15
last_update2017-06-16 03:35:15
depth1
children0
last_payout2017-06-23 03:35: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_length136
author_reputation118,896,685,049,569
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,976,654
net_rshares0
@markshepard ·
I got a lot out of the first part of the article, and I just checked out the Trezor thingy... they accept bitcoin as payment which is cool.  The 2nd part was way beyond this newbie who is a bit tech challenged, but from what I could tell you did a great job explaining the low budget, "retrograde" alternative and I appreciate that. All the best!
properties (22)
authormarkshepard
permlinkre-furion-build-yourself-a-trezor-20170615t235407772z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 23:54:06
last_update2017-06-15 23:54:06
depth1
children0
last_payout2017-06-22 23:54: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_length346
author_reputation10,854,216,224,140
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,963,784
net_rshares0
@matt2525 · (edited)
Thanks a lot for sharing! I wasn`t aware that you can create your own hardware wallet.
👍  
properties (23)
authormatt2525
permlinkre-furion-build-yourself-a-trezor-20170616t105042360z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 10:50:42
last_update2017-06-16 10:51:45
depth1
children0
last_payout2017-06-23 10:50: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_length86
author_reputation206,885,668,340
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,998,716
net_rshares168,550,865
author_curate_reward""
vote details (1)
@mcekworo ·
Great post !!!
Thanks for sharing @furion
👍  ,
properties (23)
authormcekworo
permlinkre-furion-build-yourself-a-trezor-20170615t122010849z
categorytrezor
json_metadata{"tags":["trezor"],"users":["furion"],"app":"steemit/0.1"}
created2017-06-15 12:20:12
last_update2017-06-15 12:20:12
depth1
children1
last_payout2017-06-22 12:20:12
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_length41
author_reputation209,346,252,210
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,915,129
net_rshares419,780,724
author_curate_reward""
vote details (2)
@kenhudoy ·
Nice one @mcekworo
Hope u homma apply what u learnt
properties (22)
authorkenhudoy
permlinkre-mcekworo-re-furion-build-yourself-a-trezor-20170615t135446485z
categorytrezor
json_metadata{"tags":["trezor"],"users":["mcekworo"],"app":"steemit/0.1"}
created2017-06-15 13:55:00
last_update2017-06-15 13:55:00
depth2
children0
last_payout2017-06-22 13:55:00
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_length51
author_reputation10,766,809,992,992
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,921,577
net_rshares0
@michiel ·
$0.64
Good post! Upvoted!
But one small correction, Trezor doesn't support Monero, but Zcash
👍  , ,
properties (23)
authormichiel
permlinkre-furion-build-yourself-a-trezor-20170615t143749384z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 14:37:51
last_update2017-06-15 14:37:51
depth1
children0
last_payout2017-06-22 14:37:51
cashout_time1969-12-31 23:59:59
total_payout_value0.634 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation65,685,491,165,482
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,924,776
net_rshares27,366,111,649
author_curate_reward""
vote details (3)
@mmginc ·
Wow! Did know this was possible. But then again I guess anything is possible.
properties (22)
authormmginc
permlinkre-furion-build-yourself-a-trezor-20170615t202249572z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 20:22:51
last_update2017-06-15 20:22:51
depth1
children0
last_payout2017-06-22 20:22: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_length77
author_reputation4,289,029,046
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,949,478
net_rshares0
@momogrow ·
Definitely not for novices like myself. Will have to buy a Trezor. :)
properties (22)
authormomogrow
permlinkre-furion-build-yourself-a-trezor-20170615t203440075z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 20:34:39
last_update2017-06-15 20:34:39
depth1
children0
last_payout2017-06-22 20:34:39
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_length69
author_reputation189,496,566,806,008
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,950,317
net_rshares0
@muzzy ·
Very useful information. I'm impressed with your knowledge and abilities!!
properties (22)
authormuzzy
permlinkre-furion-build-yourself-a-trezor-20170615t195626271z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 19:56:27
last_update2017-06-15 19:56:27
depth1
children0
last_payout2017-06-22 19:56: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_length74
author_reputation0
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,947,653
net_rshares0
@mys ·
$15.30
Is the Tails OS stored on USB key? Make sure You do a backup of it, especially of Encrypted Bitcoin Wallet or KeePass DB file. The USB drives can crash at the least expected moment :\
👍  , , , , , ,
properties (23)
authormys
permlinkre-furion-build-yourself-a-trezor-20170615t113222903z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:32:21
last_update2017-06-15 11:32:21
depth1
children4
last_payout2017-06-22 11:32:21
cashout_time1969-12-31 23:59:59
total_payout_value15.018 HBD
curator_payout_value0.282 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length183
author_reputation14,948,575,541,320
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,912,066
net_rshares646,773,743,212
author_curate_reward""
vote details (7)
@furion ·
$0.15
Backup onto encrypted USB keys, and give them to friends and family perhaps.
👍  , ,
properties (23)
authorfurion
permlinkre-mys-re-furion-build-yourself-a-trezor-20170615t113413507z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:34:12
last_update2017-06-15 11:34:12
depth2
children3
last_payout2017-06-22 11:34:12
cashout_time1969-12-31 23:59:59
total_payout_value0.146 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation116,503,940,714,958
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,912,177
net_rshares6,296,092,072
author_curate_reward""
vote details (3)
@englishtchrivy ·
buy a tresor check
build one wow!
sent this post to hubby
thank you
properties (22)
authorenglishtchrivy
permlinkre-furion-re-mys-re-furion-build-yourself-a-trezor-20170616t231635079z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 23:16:33
last_update2017-06-16 23:16:33
depth3
children0
last_payout2017-06-23 23:16: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_length67
author_reputation190,105,027,681,254
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,049,483
net_rshares0
@iamjeremykane ·
Thanks, I actually have a ThinkPad and the necessary hardware laying around and a lot of dvds for backup (soon it will probably be like having a 5. 25 floppy tho). Great post sir.
👍  ,
properties (23)
authoriamjeremykane
permlinkre-furion-re-mys-re-furion-build-yourself-a-trezor-20170615t190834059z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 19:08:36
last_update2017-06-15 19:08:36
depth3
children0
last_payout2017-06-22 19:08:36
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_length179
author_reputation34,626,232,170
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,944,461
net_rshares174,106,129
author_curate_reward""
vote details (2)
@lost.identity · (edited)
You should consider multi-sig perhaps glacier protocol to mitigate trust issues.  BTC is gonna be worth betraying friends and family for some people.
👍  ,
properties (23)
authorlost.identity
permlinkre-furion-re-mys-re-furion-build-yourself-a-trezor-20170615t214054271z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 21:40:54
last_update2017-06-15 21:41:15
depth3
children0
last_payout2017-06-22 21:40: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_length149
author_reputation250,739,554,981
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,954,948
net_rshares464,281,905
author_curate_reward""
vote details (2)
@natord ·
Just have a couple of junk laptops at work, I will try to do everything on your instructions. Thank you!
properties (22)
authornatord
permlinkre-furion-build-yourself-a-trezor-20170615t111740496z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:17:39
last_update2017-06-15 11:17:39
depth1
children0
last_payout2017-06-22 11:17:39
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_length104
author_reputation47,084,667,685,323
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,237
net_rshares0
@newmarket65 ·
The work involved and time spending doing it would not be worth time is money so you might as well just buy a quality assured product
properties (22)
authornewmarket65
permlinkre-furion-build-yourself-a-trezor-20170616t130034619z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 13:00:33
last_update2017-06-16 13:00:33
depth1
children0
last_payout2017-06-23 13:00: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_length133
author_reputation8,882,089,640,323
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,006,634
net_rshares0
@nezaigor ·
Very interesting. Thank you.
properties (22)
authornezaigor
permlinkre-furion-build-yourself-a-trezor-20170615t115610263z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:56:09
last_update2017-06-15 11:56:09
depth1
children0
last_payout2017-06-22 11:56:09
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_reputation1,792,493,947,203
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,913,619
net_rshares0
@nutela ·
So how do you sign? Put it on an USB stick and stick it into the air gapped machine?
properties (22)
authornutela
permlinkre-furion-build-yourself-a-trezor-20170616t190004210z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 19:00:03
last_update2017-06-16 19:00:03
depth1
children0
last_payout2017-06-23 19:00: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_length84
author_reputation12,740,113,194,550
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,033,513
net_rshares0
@papascrubs ·
Thank you!  This was a good read.
properties (22)
authorpapascrubs
permlinkre-furion-build-yourself-a-trezor-20170615t211102651z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 21:11:03
last_update2017-06-15 21:11:03
depth1
children0
last_payout2017-06-22 21:11: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_length33
author_reputation412,460,791,285
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,952,761
net_rshares0
@patasieduagh ·
Interesting
👍  
properties (23)
authorpatasieduagh
permlinkre-furion-build-yourself-a-trezor-20170615t143252213z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 14:33:06
last_update2017-06-15 14:33:06
depth1
children0
last_payout2017-06-22 14:33: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_length11
author_reputation377,162,188,401
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,924,403
net_rshares484,983,238
author_curate_reward""
vote details (1)
@pbock ·
interesting.

I've got 5-6 old laptops that won't work correctly (mostly hard drive problems, though the Thinkpad with touch screen, technically one of the first laptop-tablet hybrids, has a broken screen), 3 of them thinkpads. this might be a good use for one of them.

Thanks for the tutorial !
properties (22)
authorpbock
permlinkre-furion-build-yourself-a-trezor-20170615t112616858z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:26:15
last_update2017-06-15 11:26:15
depth1
children0
last_payout2017-06-22 11:26: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_length296
author_reputation10,957,121,888,274
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,725
net_rshares0
@penny-lane ·
Thank you for sharing this very nice detailed info!
properties (22)
authorpenny-lane
permlinkre-furion-build-yourself-a-trezor-20170615t194059617z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 19:41:00
last_update2017-06-15 19:41:00
depth1
children0
last_payout2017-06-22 19:41:00
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_length51
author_reputation988,088,673
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,946,633
net_rshares0
@phagina ·
Amazing post, thank you so much
properties (22)
authorphagina
permlinkre-furion-build-yourself-a-trezor-20170615t112405759z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:24:06
last_update2017-06-15 11:24:06
depth1
children0
last_payout2017-06-22 11:24: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_length31
author_reputation4,053,761,145
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,598
net_rshares0
@pqlenator ·
$0.03
Good idea but not exactly transport friendly, won't fit into pocket, it would be an extra laptop on airflights,and it would weigh a lot more than a Trezor. 
I'm sure it works though. Great post.
👍  
properties (23)
authorpqlenator
permlinkre-furion-build-yourself-a-trezor-20170615t203217440z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 20:32:18
last_update2017-06-15 20:32:18
depth1
children0
last_payout2017-06-22 20:32:18
cashout_time1969-12-31 23:59:59
total_payout_value0.019 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length194
author_reputation6,852,849,487,588
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,950,145
net_rshares1,226,425,060
author_curate_reward""
vote details (1)
@racryptospace ·
I will b doing this adding my own twist to it great post
properties (22)
authorracryptospace
permlinkre-furion-build-yourself-a-trezor-20170615t205840604z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 20:58:45
last_update2017-06-15 20:58:45
depth1
children0
last_payout2017-06-22 20:58: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_length56
author_reputation150,838,939,655
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,951,932
net_rshares0
@randowhale ·
$0.44
This post received a 18% upvote from @randowhale thanks to @furion!  For more information, [click here](https://steemit.com/steemit/@randowhale/introducing-randowhale-will-you-get-the-100-vote-give-it-a-shot)!
👍  
properties (23)
authorrandowhale
permlinkre-build-yourself-a-trezor-20170617t013728
categorytrezor
json_metadata"{"format": "markdown", "app": "randowhale/0.1"}"
created2017-06-17 01:37:27
last_update2017-06-17 01:37:27
depth1
children0
last_payout2017-06-24 01:37:27
cashout_time1969-12-31 23:59:59
total_payout_value0.440 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length209
author_reputation47,657,457,485,459
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,056,578
net_rshares20,784,676,362
author_curate_reward""
vote details (1)
@reddust ·
I've taken a few computers apart to modify accessibility to the net. I could do this, excellent instructions!
properties (22)
authorreddust
permlinkre-furion-build-yourself-a-trezor-20170615t113542239z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:35:42
last_update2017-06-15 11:35:42
depth1
children0
last_payout2017-06-22 11:35: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_length109
author_reputation167,904,626,237,187
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,912,254
net_rshares0
@redsand1 ·
Awesome! As others said, looks like a fun project and to learn what is under the hood.
properties (22)
authorredsand1
permlinkre-furion-2017615t221558626z
categorytrezor
json_metadata{"tags":"trezor","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-16 05:16:00
last_update2017-06-16 05:16:00
depth1
children0
last_payout2017-06-23 05:16:00
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_length86
author_reputation9,243,796,547
root_title"Build yourself a Trezor"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,982,398
net_rshares0
@robertbentley ·
hello
👍  
properties (23)
authorrobertbentley
permlinkre-furion-build-yourself-a-trezor-20170615t210709682z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 21:07:09
last_update2017-06-15 21:07:09
depth1
children0
last_payout2017-06-22 21:07:09
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_length5
author_reputation9,635,655,898
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,952,509
net_rshares776,542,045
author_curate_reward""
vote details (1)
@robertbentley ·
hello
properties (22)
authorrobertbentley
permlinkre-furion-build-yourself-a-trezor-20170615t210755643z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 21:07:57
last_update2017-06-15 21:07:57
depth1
children0
last_payout2017-06-22 21:07:57
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_length5
author_reputation9,635,655,898
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,952,565
net_rshares0
@rogeer ·
$0.21
Qué buena información me interesa mucho
👍  
properties (23)
authorrogeer
permlinkre-furion-build-yourself-a-trezor-20170616t200338086z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 20:03:42
last_update2017-06-16 20:03:42
depth1
children0
last_payout2017-06-23 20:03:42
cashout_time1969-12-31 23:59:59
total_payout_value0.154 HBD
curator_payout_value0.051 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation3,309,545,168,114
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,037,454
net_rshares9,700,430,165
author_curate_reward""
vote details (1)
@roly1996 ·
Quite interesting I'm thinking about building my own one :o
properties (22)
authorroly1996
permlinkre-furion-build-yourself-a-trezor-20170616t081904302z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 08:19:09
last_update2017-06-16 08:19:09
depth1
children0
last_payout2017-06-23 08:19:09
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_length59
author_reputation51,891,791,398
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,991,090
net_rshares0
@rolynikita ·
ohhhh man i want my own trezor!!! thanks for sharing
properties (22)
authorrolynikita
permlinkre-furion-build-yourself-a-trezor-20170617t131129253z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-17 13:11:33
last_update2017-06-17 13:11:33
depth1
children0
last_payout2017-06-24 13:11: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_length52
author_reputation25,510,964,150
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,091,770
net_rshares0
@rtfasm ·
I feel like this is a little out of my depths, but I plan on giving this a second look over just to remember all the great advice. As a newbie, this stuff is incredibly fascinating/valuable to me.
👍  
properties (23)
authorrtfasm
permlinkre-furion-build-yourself-a-trezor-20170616t015006810z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 01:50:06
last_update2017-06-16 01:50:06
depth1
children0
last_payout2017-06-23 01:50: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_length196
author_reputation24,897,177,726
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,970,858
net_rshares290,176,916
author_curate_reward""
vote details (1)
@saifulardhi23 ·
Good job post @furion
properties (22)
authorsaifulardhi23
permlinkre-furion-build-yourself-a-trezor-20170615t155455283z
categorytrezor
json_metadata{"tags":["trezor"],"users":["furion"],"app":"steemit/0.1"}
created2017-06-15 15:55:00
last_update2017-06-15 15:55:00
depth1
children0
last_payout2017-06-22 15:55:00
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_length21
author_reputation72,878,888,142
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,930,654
net_rshares0
@senor ·
$0.03
Nice post. Useful.
p.s almost had your bank card in the pic.
👍  
properties (23)
authorsenor
permlinkre-furion-build-yourself-a-trezor-20170615t173537654z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 17:35:39
last_update2017-06-15 17:35:39
depth1
children0
last_payout2017-06-22 17:35:39
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation431,911,756,947
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,938,278
net_rshares1,454,774,755
author_curate_reward""
vote details (1)
@shanzaylizay ·
upvoted you and its great to read all your posts because it adds a great skills and knowledge in myself, already followed you and inspired from your posts, hope that you also follow me back so that it will be a great pleasure for me and a big contribution from ur side for me , thanks  kindly follow me aswell @shanzaylizay
properties (22)
authorshanzaylizay
permlinkre-furion-build-yourself-a-trezor-20170617t150203845z
categorytrezor
json_metadata{"tags":["trezor"],"users":["shanzaylizay"],"app":"steemit/0.1"}
created2017-06-17 15:02:09
last_update2017-06-17 15:02:09
depth1
children0
last_payout2017-06-24 15:02:09
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_length323
author_reputation850,644,959,800
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,099,707
net_rshares0
@shanzaylizay ·
upvoted you and its great to read all your posts because it adds a great skills and knowledge in myself, already followed you and inspired from your posts, hope that you also follow me back so that it will be a great pleasure for me and a big contribution from ur side for me , thanks kindly follow me aswell @shanzaylizay
properties (22)
authorshanzaylizay
permlinkre-furion-build-yourself-a-trezor-20170618t195133856z
categorytrezor
json_metadata{"tags":["trezor"],"users":["shanzaylizay"],"app":"steemit/0.1"}
created2017-06-18 19:51:45
last_update2017-06-18 19:51:45
depth1
children0
last_payout2017-06-25 19:51: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_length322
author_reputation850,644,959,800
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,202,162
net_rshares0
@shony ·
so that's the way, I finally know how to secure my coin.

Very helpful thanks for the tutorial, this is very helpful @ furion

But I have a little question, whether to use a pc / laptop with the same brand or product ,? What about the windowns of the pc / laptop,?
properties (22)
authorshony
permlinkre-furion-build-yourself-a-trezor-20170615t190017101z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 19:00:12
last_update2017-06-15 19:00:12
depth1
children0
last_payout2017-06-22 19:00:12
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_length264
author_reputation66,819,254,588
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,943,893
net_rshares0
@shorab ·
hey man this is excellent i dont have that many coins but sure this is a deal may be in future
properties (22)
authorshorab
permlinkre-furion-build-yourself-a-trezor-20170616t203606315z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 20:36:06
last_update2017-06-16 20:36:06
depth1
children0
last_payout2017-06-23 20:36: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_length94
author_reputation18,626,073,684
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,039,459
net_rshares0
@sighmanjestah ·
Very good read, just another great example of taking responsibility for your own "stuff". Thanks for the links at the end.
👍  
properties (23)
authorsighmanjestah
permlinkre-furion-build-yourself-a-trezor-20170615t114243238z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:42:45
last_update2017-06-15 11:42:45
depth1
children0
last_payout2017-06-22 11: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_length122
author_reputation1,836,942,842,269
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,912,708
net_rshares156,695,516
author_curate_reward""
vote details (1)
@sikawura ·
Build me one..i will buy..lol
properties (22)
authorsikawura
permlinkre-furion-build-yourself-a-trezor-20170615t185223443z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 18:52:18
last_update2017-06-15 18:52:18
depth1
children0
last_payout2017-06-22 18:52:18
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_length29
author_reputation34,170,387,525
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,943,363
net_rshares0
@sofiyawani ·
Thanks for sharing  a wonderful   Information
properties (22)
authorsofiyawani
permlinkre-furion-build-yourself-a-trezor-20170615t144015426z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 14:41:09
last_update2017-06-15 14:41:09
depth1
children0
last_payout2017-06-22 14:41:09
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_length45
author_reputation40,792,464,079
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,925,062
net_rshares0
@soldier ·
This is amazing!
properties (22)
authorsoldier
permlinkre-furion-build-yourself-a-trezor-20170615t225854945z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 22:58:54
last_update2017-06-15 22:58:54
depth1
children0
last_payout2017-06-22 22:58: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_length16
author_reputation132,052,333,504,410
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,960,426
net_rshares0
@stardust ·
This is a wonderful post and I think everyone should get trezor. Thank you for sharing this information with us.
properties (22)
authorstardust
permlinkre-furion-build-yourself-a-trezor-20170615t161432578z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 16:14:39
last_update2017-06-15 16:14:39
depth1
children0
last_payout2017-06-22 16:14:39
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_length112
author_reputation907,932,499,170
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,932,314
net_rshares0
@steem2themoon ·
It should be a goal of the whole cryptoindustry to make it easy accessible and easy +safe storage , since this is a key element of main stream adoption. Thank you for this blogpost!
properties (22)
authorsteem2themoon
permlinkre-furion-build-yourself-a-trezor-20170615t112530581z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:25:30
last_update2017-06-15 11:25:30
depth1
children0
last_payout2017-06-22 11:25:30
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_length181
author_reputation926,292,479,312
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,684
net_rshares0
@steemdream17 ·
I'm still trying to learn how all this works. Thanks for sharing.
👍  
properties (23)
authorsteemdream17
permlinkre-furion-build-yourself-a-trezor-20170617t084429669z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-17 08:44:33
last_update2017-06-17 08:44:33
depth1
children0
last_payout2017-06-24 08:44: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_length65
author_reputation147,438,667,069
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,077,690
net_rshares146,919,959
author_curate_reward""
vote details (1)
@stwait ·
Thanks for this amazing tutorial!
properties (22)
authorstwait
permlinkre-furion-build-yourself-a-trezor-20170615t184217869z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 18:42:18
last_update2017-06-15 18:42:18
depth1
children0
last_payout2017-06-22 18:42:18
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_length33
author_reputation1,235,581,753
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,942,675
net_rshares0
@suborna ·
steem post
👍  
properties (23)
authorsuborna
permlinkre-furion-build-yourself-a-trezor-20170707t164555700z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-07-07 16:46:03
last_update2017-07-07 16:46:03
depth1
children0
last_payout2017-07-14 16:46: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_length10
author_reputation319,090,549,404
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,662,902
net_rshares390,707,258
author_curate_reward""
vote details (1)
@syehlah ·
Hello my friend ,, regards stem i son indonesia help me, this is my name @syehlah, i like posting You @furion
properties (22)
authorsyehlah
permlinkre-furion-build-yourself-a-trezor-20170615t211024773z
categorytrezor
json_metadata{"tags":["trezor"],"users":["syehlah","furion"],"app":"steemit/0.1"}
created2017-06-15 21:10:39
last_update2017-06-15 21:10:39
depth1
children0
last_payout2017-06-22 21:10:39
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_length109
author_reputation14,638,883,409,413
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,952,729
net_rshares0
@tamsguitar ·
This is freaking amazing. I wish I had some computer knowledge so that I could have gathered some courage to do this operation on my own. Nyway great post. I hope steemq is on the way. any secret news ??  a lil secret info leak may be as a tip  for commenting. :)
properties (22)
authortamsguitar
permlinkre-furion-build-yourself-a-trezor-20170615t140531084z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 14:05:42
last_update2017-06-15 14:05:42
depth1
children0
last_payout2017-06-22 14:05: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_length263
author_reputation52,097,680,644,087
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,922,324
net_rshares0
@tarazkp ·
Is this you or a steal?

https://steemit.com/trezor/@armghan/litecoin-to-get-added-to-two-exchanges
properties (22)
authortarazkp
permlinkre-furion-build-yourself-a-trezor-20170616t100141463z
categorytrezor
json_metadata{"tags":["trezor"],"links":["https://steemit.com/trezor/@armghan/litecoin-to-get-added-to-two-exchanges"],"app":"steemit/0.1"}
created2017-06-16 10:01:39
last_update2017-06-16 10:01:39
depth1
children0
last_payout2017-06-23 10:01:39
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_length99
author_reputation5,907,989,280,256,050
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,996,250
net_rshares0
@teamhumble ·
super useful article. thank you for writing!
properties (22)
authorteamhumble
permlinkre-furion-build-yourself-a-trezor-20170615t145557532z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 14:51:24
last_update2017-06-15 14:51:24
depth1
children0
last_payout2017-06-22 14:51:24
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_length44
author_reputation315,232,864,758,316
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,925,789
net_rshares0
@tesscooks4u ·
Interesting but alot I don't understand. Sounds like a two lock box. TFS.
properties (22)
authortesscooks4u
permlinkre-furion-build-yourself-a-trezor-20170615t125344243z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 12:53:36
last_update2017-06-15 12:53:36
depth1
children0
last_payout2017-06-22 12:53:36
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_length73
author_reputation12,442,953,797,396
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,917,311
net_rshares0
@themevlog ·
love it, I love tinkering with stuff..this is my type of article :)
properties (22)
authorthemevlog
permlinkre-furion-build-yourself-a-trezor-20170616t011337020z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 01:13:42
last_update2017-06-16 01:13:42
depth1
children0
last_payout2017-06-23 01:13: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_length67
author_reputation1,412,401,272,134
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,968,371
net_rshares0
@tinashe · (edited)
This is super awesome,cant wait t0 spread the word about it in ZIM!!!
properties (22)
authortinashe
permlinkre-furion-build-yourself-a-trezor-20170615t114925486z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:49:42
last_update2017-06-15 11:50:06
depth1
children0
last_payout2017-06-22 11:49: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_length69
author_reputation5,493,082,869,809
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,913,177
net_rshares0
@transisto · (edited)
$96.86
"Build our own, general purpose trezor-like computer." would have been a better title
Will correct my flag if this is improved.
(and take down my comment vote)

Very good post BTW, Big fan of the Ledger nano S lately, One good reason to build your own air-gapped wallet is that off the shelf hardware are not aimed at storing cryptocurrencies so are not targetted as much - if at all.
I like the Nano S because tampering is apparently cryptogrphically detectable.
👍  , , , , , , , ,
properties (23)
authortransisto
permlinkre-furion-build-yourself-a-trezor-20170616t201501002z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-16 20:15:03
last_update2017-06-16 21:24:09
depth1
children2
last_payout2017-06-23 20:15:03
cashout_time1969-12-31 23:59:59
total_payout_value72.852 HBD
curator_payout_value24.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length463
author_reputation330,357,940,720,833
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,038,116
net_rshares4,503,456,577,217
author_curate_reward""
vote details (9)
@voluntary ·
Why do you think you have the right to interfere with other people's payouts just because they didn't tickle your balls just right?
properties (22)
authorvoluntary
permlinkre-transisto-re-furion-build-yourself-a-trezor-20170618t221605698z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-18 22:16:06
last_update2017-06-18 22:16:06
depth2
children1
last_payout2017-06-25 22:16: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_length131
author_reputation2,126,879,610,836
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,211,960
net_rshares0
@transisto · (edited)
$55.44
Yes, you think this post isn't making enough? then buy more SP and vote on it.
👍  ,
properties (23)
authortransisto
permlinkre-voluntary-re-transisto-re-furion-build-yourself-a-trezor-20170619t032125755z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-19 03:21:24
last_update2017-06-19 03:22:12
depth3
children0
last_payout2017-06-26 03:21:24
cashout_time1969-12-31 23:59:59
total_payout_value55.144 HBD
curator_payout_value0.298 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation330,357,940,720,833
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,227,687
net_rshares2,823,827,520,627
author_curate_reward""
vote details (2)
@twentyrackmedia ·
This is awesome. I plan on buying a Trezor for ease of use purposes but might still build of of these just because I like to tinker.
properties (22)
authortwentyrackmedia
permlinkre-furion-build-yourself-a-trezor-20170615t181615985z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 18:16:15
last_update2017-06-15 18:16:15
depth1
children0
last_payout2017-06-22 18:16: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_length132
author_reputation3,566,851,547
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,940,789
net_rshares0
@tyty24 ·
What about using something like this to store them on..http://www.ironkey.com/en-US/encrypted-storage-drives/
properties (22)
authortyty24
permlinkre-furion-build-yourself-a-trezor-20170615t192555547z
categorytrezor
json_metadata{"tags":["trezor"],"links":["http://www.ironkey.com/en-US/encrypted-storage-drives/"],"app":"steemit/0.1"}
created2017-06-15 19:25:54
last_update2017-06-15 19:25:54
depth1
children0
last_payout2017-06-22 19:25: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_length109
author_reputation102,045,549,264
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,945,651
net_rshares0
@uddinhelal ·
very good
👍  ,
properties (23)
authoruddinhelal
permlinkre-furion-build-yourself-a-trezor-20170618t103359304z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-18 10:34:00
last_update2017-06-18 10:34:00
depth1
children0
last_payout2017-06-25 10:34:00
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_length9
author_reputation0
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,165,718
net_rshares0
author_curate_reward""
vote details (2)
@userperson321 · (edited)
$3.87
Wouldn't it be better to use a Raspberry Pi. It would then be more portable and if you get a Pi 2 instead of a 3 you don't have to worry about internet since it had no wireless card. Also you could easily add an OLED display to it and program it to make it able to show transactions and wallet addresses
👍  , , , , , , , , , , , , , , , , , ,
properties (23)
authoruserperson321
permlinkre-furion-2017615t5571045z
categorytrezor
json_metadata{"tags":"trezor","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-15 12:57:12
last_update2017-06-15 13:00:42
depth1
children1
last_payout2017-06-22 12:57:12
cashout_time1969-12-31 23:59:59
total_payout_value3.850 HBD
curator_payout_value0.015 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length303
author_reputation336,382,865,648
root_title"Build yourself a Trezor"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,917,528
net_rshares172,774,140,919
author_curate_reward""
vote details (19)
@furion · (edited)
I don't think so. rPI2 + oled display + all the peripherals required would cost more than an old thinkpad. Also its a lot slower and less convenient to use. Also, you might not be able to compile certain wallets for ARM.
👍  ,
properties (23)
authorfurion
permlinkre-userperson321-re-furion-2017615t5571045z-20170615t205237005z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 20:52:36
last_update2017-06-15 20:58:09
depth2
children0
last_payout2017-06-22 20:52:36
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_length220
author_reputation116,503,940,714,958
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,951,532
net_rshares458,479,055
author_curate_reward""
vote details (2)
@vangelov ·
$3.84
Great guide friend.. Thank you for sharing your efforts here with us.. 
But honestly wouldn't it be better to invest a bit of money to get a pre built one? 
Although its a great idea if you are feeling crafty 💡 :) 
Much love and happy steeming 
-Goldie
👍  , , , , , , , , , , , , , , , ,
properties (23)
authorvangelov
permlinkre-furion-2017615t142746567z
categorytrezor
json_metadata{"tags":"trezor","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-15 11:27:48
last_update2017-06-15 11:27:48
depth1
children0
last_payout2017-06-22 11:27:48
cashout_time1969-12-31 23:59:59
total_payout_value3.842 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length252
author_reputation9,842,173,278,529
root_title"Build yourself a Trezor"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,790
net_rshares171,044,419,599
author_curate_reward""
vote details (17)
@veleje ·
Super useful guide, thanks!
properties (22)
authorveleje
permlinkre-furion-build-yourself-a-trezor-20170619t080034591z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-19 08:00:33
last_update2017-06-19 08:00:33
depth1
children0
last_payout2017-06-26 08:00: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_length27
author_reputation490,220,361,761
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,240,773
net_rshares0
@voluntary ·
It's good to see Tails getting this recognition.  I used to be capable of installing other Electrum wallets on it - like Electrum-Ltc, but it's been a while...  And I've found Electrum-Dash to be generally tricky to install on Linux...  I've read that when the Zcash devs get around to having their wallet added to a debian repository, it may become part of the Tails distribution.
properties (22)
authorvoluntary
permlinkre-furion-build-yourself-a-trezor-20170618t222416448z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-18 22:24:18
last_update2017-06-18 22:24:18
depth1
children0
last_payout2017-06-25 22:24:18
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_length381
author_reputation2,126,879,610,836
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,212,547
net_rshares0
@waphilip ·
Hey great post! If I could understand the second half of your post I would absolutely bob the builder that ish haha seeing as I'm technologically incompetent, I'll just buy one haha
properties (22)
authorwaphilip
permlinkre-furion-build-yourself-a-trezor-20170617t021350110z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-17 02:13:51
last_update2017-06-17 02:13:51
depth1
children0
last_payout2017-06-24 02: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_length181
author_reputation21,503,082,531,000
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,058,427
net_rshares0
@wijuwiju ·
thank you! definitely will look at it once i get something hackers might be interested in :)
properties (22)
authorwijuwiju
permlinkre-furion-build-yourself-a-trezor-20170615t112317988z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:23:21
last_update2017-06-15 11:23:21
depth1
children0
last_payout2017-06-22 11:23: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_length92
author_reputation233,664,032,391
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,911,552
net_rshares0
@yehey ·
Nice tutorial @furion. Have you thought of  using Raspberry pi instead of laptop?

But I still prefer the cloud based solution for my crypto currency password management.

Cheers,
@Yehey
https://QUE.com - I will follow ALL who follow me. I think that's fair.
properties (22)
authoryehey
permlinkre-furion-build-yourself-a-trezor-20170615t192744176z
categorytrezor
json_metadata{"tags":["trezor"],"users":["furion","yehey"],"links":["https://QUE.com"],"app":"steemit/0.1"}
created2017-06-15 19:27:42
last_update2017-06-15 19:27:42
depth1
children3
last_payout2017-06-22 19:27: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_length258
author_reputation22,184,787,552,504
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,945,753
net_rshares0
@furion ·
I have, and I think an old thinkpad is cheaper, faster and more convenient.
👍  
properties (23)
authorfurion
permlinkre-yehey-re-furion-build-yourself-a-trezor-20170615t205323093z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 20:53:24
last_update2017-06-15 20:53:24
depth2
children2
last_payout2017-06-22 20:53:24
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_length75
author_reputation116,503,940,714,958
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,951,590
net_rshares290,176,464
author_curate_reward""
vote details (1)
@yehey ·
What is the cost of an old thinkpad?
Cheaper compare to Raspberry pi for $35 or less?
👍  
properties (23)
authoryehey
permlinkre-furion-re-yehey-re-furion-build-yourself-a-trezor-20170615t212316973z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 21:23:12
last_update2017-06-15 21:23:12
depth3
children1
last_payout2017-06-22 21:23:12
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_reputation22,184,787,552,504
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,953,621
net_rshares236,025,991
author_curate_reward""
vote details (1)
@yetaras ·
$0.31
Nice job under post!
👍  ,
properties (23)
authoryetaras
permlinkre-furion-build-yourself-a-trezor-20170615t114444870z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 11:44:45
last_update2017-06-15 11:44:45
depth1
children0
last_payout2017-06-22 11:44:45
cashout_time1969-12-31 23:59:59
total_payout_value0.312 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation833,607,199,158,354
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,912,840
net_rshares13,258,673,409
author_curate_reward""
vote details (2)
@zeeshan2 ·
Waaaw nice information
properties (22)
authorzeeshan2
permlinkre-furion-build-yourself-a-trezor-20170615t201015160z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-15 20:12:48
last_update2017-06-15 20:12:48
depth1
children0
last_payout2017-06-22 20:12: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_length22
author_reputation-78,687,743,447
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,948,748
net_rshares0
@zonedudes1 ·
I got me a Trezor now I need to do this good article
properties (22)
authorzonedudes1
permlinkre-furion-build-yourself-a-trezor-20170617t142636067z
categorytrezor
json_metadata{"tags":["trezor"],"app":"steemit/0.1"}
created2017-06-17 14:26:36
last_update2017-06-17 14:26:36
depth1
children0
last_payout2017-06-24 14:26:36
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_length52
author_reputation6,408,454,584
root_title"Build yourself a Trezor"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,097,131
net_rshares0