Bitcoin Forum
May 24, 2024, 12:46:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »
81  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 29, 2014, 10:01:46 PM
Should be OK now.
82  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 22, 2014, 08:47:20 AM
Can stick/slush to add checking option to show current receiving address not only in computer but in the Trezor's screen too and this receiving address should be sent by client software through BIP44 path from computer to the Trezor (the Trezor should simple calculate address by sent BIP44 path from computer)? Smiley

I'm almost sure that I replied to this question at least twice already. Better ask via email next time. Forum is very bad medium for asking questions you want answers to, because it's very noisy.

Anyway, here I go again: we implemented this in firmware recently, after we push the next version update, we'll enable this functionality in myTREZOR.
83  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 21, 2014, 08:11:50 AM
It would teach them not to quote prices in BTC (and, more generally, that business and religion do not mix).  Grin

Take a look at buytrezor.com -- we already learned and pegged the price in dollars. :-)
84  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 20, 2014, 08:05:14 PM
Trezor ils not really offline, if you look carefully, you will see a cable Wink

offline != cableless

Wifi is without a cable and is online.
Trezor has a cable and is offline.
85  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 20, 2014, 07:34:22 PM
mytrezor website is unusable. It freezes and few moments later browser tells me that trezor plugin is not responding. I can't even click on the "Support" link. Both firefox and chrome act the same way. Both trezor plugged in and plugged out.

write a support ticket to support@bitcointrezor.com
86  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 20, 2014, 10:11:31 AM
And why would a paper wallet created with respect of best practices be not safe ?

Paper wallet IS safe. But spending it is not. (If you are using "sweep private key" and not an offline signing which is very cumbersome).
87  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 20, 2014, 08:49:27 AM
but how will the client get the correct hash to compare to, and how will he compute the hash of the downloaded copy, on an untrusted machine (which is the assumption that justifies using a Trezor)?

We'd like to have each firmware release (and its hash) signed by independent set of people. Quite a few people already contacted us wanting to do that, but we are not yet there. The building and signing process is documented here: https://github.com/trezor/trezor-mcu -- but we need to prepare the place, where people will upload their signatures so we can show them in Firmware Update dialog.

myTREZOR and TREZOR already show a hash of uploaded firmware, this signing process is just to justify the hash legitimacy and to prove that the provided firmware was indeed built from the provided sourcecode.
88  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 19, 2014, 09:55:45 PM
But there's a "session_clear()" function which clears the PIN, cached root node and cached passphrase. There's also an accompanying protocol message to invoke it. Maybe it's the wallets responsibility to clear the session via this message.

Correct. Since firmware 1.2.1 there is a message called ClearSession that forces TREZOR to "forget" cached PIN and passphrase. The idea is that client sends this message after few minutes of user inactivity or when a screensaver kicks in or when a screen is locked.
89  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 19, 2014, 03:06:59 PM
Is there a place online that has the history and details of myTREZOR.com and firmware updates?

Probably now what you would expect, but Github has nice commit history: https://github.com/trezor/trezor-mcu (firmware) + https://github.com/trezor/webwallet (mytrezor)
90  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 19, 2014, 11:33:09 AM
Is there a way to toggle the "request-password"-flag in the trezor without reinitializing it?
As no-password results in the same wallet as an empy password it would be nice to be able to switch between the settings (without having to generate a new seed).

I second this feature request.

We'd need to update the firmware to extend the API to allow this change. I noted that in my Trello board and once we ship this feature via a version update then we can add it to myTREZOR.
91  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 19, 2014, 10:07:48 AM
One thing I noticed though while restoring the seed while offline, the trezor never asked me to type in random words that werent part of my seed to throw off any keyloggers as it had done in the past, when i restored other seeds. its as if trezor knew I was on a secure computer.

Not true :-) We changed the behaviour in 1.2.1 firmware to "TREZOR always asks for 24 words" - i.e. asks for 0 fake words for 24 word mnemonic (was 12 fake words); asks for 6 fake words for 18 word mnemonic (was 9 words); asks for 12 fake words for 12 word mnemonic (was 6 fake words).
92  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 18, 2014, 04:10:52 PM
These details are fuzzy and I'm not sure if this is how it works.  Are there two separate sets of seeds words when you use multiple passphrases?

Moreorless correct but it's not needed to change seed. Just use different passphrases each time when you press Forget device and myTREZOR asks for a passphrase.
93  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 18, 2014, 03:06:24 PM
Do you store those signing keys themselves on a Trezor?

Of course not, just the public ones.

Right. TREZOR bootloader just contains the public keys against which the firmware signatures are checked.

It would be nice we could get some reassurance they won't get compromised.

They won't.
94  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 18, 2014, 10:44:05 AM
So in that photo a ways back..the classics you showed were black, is there any chance of getting those instead of white?

There might be good news next week for you :-) *wink*
95  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 17, 2014, 08:36:30 PM
Do you store a copy of your public key on ROM inside of the devise which the devise then checks signatures against?

Yes. Actually there are 5 and we use 3-of-5 scheme.
96  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 17, 2014, 07:36:03 PM
Quote
* Impossibility to re-flash the device with malicious code

Does this mean we won't be able to flash updates on the trezor? Like updates you could provide us that offer more functionality to the device?

You can. But updates are signed and the signatures are checked so you cannot re-flash the device with malicious code only with a good one. :-)
97  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 17, 2014, 12:29:04 PM
How do I fix this?

There is currently no fix for Chrome/Chromium. We are working on a solution (bridge) that will replace the plugin, but you'll need to use Firefox for now.
98  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 17, 2014, 10:05:12 AM
Speaking of which. Say you put your bitcoins on a trezor, wrote down your mnemonic phrase and pin and password, then you accidentally droped your trezor in a volcano. Now you want to get your bitcoins back but you, for what ever reason, do not wish to order a new trezor. Is there a way to get them back without ordering another trezor?

You enter your mnemonic into Wallet32 on Android. Or compile a GUI application from https://com/trezor/trezor-crypto that is able to generate addresses/privkeys from mnemonic. My hope is that the new BitcoinJ based wallets (such as Multibit HD) will adopt the same approach as Wallet32 (i.e. BIP39+BIP44).
99  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 17, 2014, 02:17:45 AM
As far as the metal trezors go, $300 is a steep price

There are no metal TREZORs at the moment, so there is no reason to discuss the (nonexistent) price. Making them is much MUCH harder than anyone here can imagine, so we decided to focus on plastic ones and making software better for the time being.
100  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 16, 2014, 09:26:25 AM
hey slush, did ya see the old video I found of you guys? your old band Trezor.

Aw shit. What do we do now? We've been exposed!
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!