FrozenBit
Full Member
Offline
Activity: 658
Merit: 102
PredX - AI-Powered Prediction Market
|
|
June 30, 2014, 10:36:10 PM Last edit: June 30, 2014, 10:46:18 PM by FrozenBit |
|
Just had one question. Think it'd be possible to investigate integrating FrozenBit into it?
It's not clear to me how FrozenBit works technically, but it is pretty straightforward to add Trezor support right now to any web application (like myTrezor or GreenAddress, which is working on integration) or Python-based desktop application (Electrum, Armory). There's also ongoing progress on integration with Android applications (Wallet32 developer is working on it), but the stack is not ready to immediate use yet. Let me know if you need any support on another platform or another software stack. Yeah, I had an idea to maybe allow trezor to generate 1 of the 3 keys. The other 2 would be generated in browser. I think it would be a cool application. You could consider it as 1 key held offline, and you now have better control of your keys. I'll look into it further, thanks.
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
June 30, 2014, 10:56:10 PM |
|
Yeah, I had an idea to maybe allow trezor to generate 1 of the 3 keys. The other 2 would be generated in browser. Current stable firmware has no multisig capability yet, but we're working on it; multisig will be in next release.
|
|
|
|
FrozenBit
Full Member
Offline
Activity: 658
Merit: 102
PredX - AI-Powered Prediction Market
|
|
June 30, 2014, 11:00:45 PM |
|
Yeah, I had an idea to maybe allow trezor to generate 1 of the 3 keys. The other 2 would be generated in browser. Current stable firmware has no multisig capability yet, but we're working on it; multisig will be in next release. Can you do me a favor? Can you message me : calvin@frozenbit.io when that's released? thanks -Calvin
|
|
|
|
BurtW
Legendary
Offline
Activity: 2646
Merit: 1137
All paid signature campaigns should be banned.
|
|
June 30, 2014, 11:52:51 PM |
|
There's also ongoing progress on integration with Android applications (Wallet32 developer is working on it), but the stack is not ready to immediate use yet.
Can you get this message to the wallet32 dev team? I tried to email them directly at ken@bonsai.com and there was no response: ------------------------ I tried out wallet32 and loved it. Then, you issued an update to the code, and now wallet32 will no longer install on my phone due to an application signature issue. I even researched this for you and I believe the problem is that you recently switched to the latest JDK7 which has a known application signing issue. I think all you need to do is go back to the earlier JDK6 and reissue the application to the Google store, then I should be able to download it and use it once again. The ap signing issue along with some possible solutions is discussed here: http://stackoverflow.com/questions/2519374/published-android-apk-gives-error-package-file-was-not-signed-correctly------------------------ Since I can no longer use wallet32 as a backup in case I lose my Trezor I have stopped using my Trezor for all but small amounts of BTC. Please let them know that it is important they fix this issue. Thanks!
|
Our family was terrorized by Homeland Security. Read all about it here: http://www.jmwagner.com/ and http://www.burtw.com/ Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
June 30, 2014, 11:58:20 PM |
|
Could you please subscribe to trezor-dev mailing list ( https://groups.google.com/forum/#!forum/trezor-dev) instead? This channel was created exactly for this purpose, so I don't need to ping every developer personally.
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
July 01, 2014, 12:01:06 AM |
|
Can you get this message to the wallet32 dev team?
I have no other contact to Ken than this same mailbox. I recommend you to send that email again or create issue on https://github.com/ksedgwic/Wallet32 . Sometimes it is easy to get lost in all those emails...
|
|
|
|
BurtW
Legendary
Offline
Activity: 2646
Merit: 1137
All paid signature campaigns should be banned.
|
|
July 01, 2014, 12:12:59 AM |
|
Can you get this message to the wallet32 dev team?
I have no other contact to Ken than this same mailbox. I recommend you to send that email again or create issue on https://github.com/ksedgwic/Wallet32 . Sometimes it is easy to get lost in all those emails... Done. Thanks.
|
Our family was terrorized by Homeland Security. Read all about it here: http://www.jmwagner.com/ and http://www.burtw.com/ Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
|
|
|
molecular
Donator
Legendary
Offline
Activity: 2772
Merit: 1019
|
|
July 01, 2014, 07:00:14 AM |
|
I tried this, but got a bit stuck... I installed https://github.com/trezor/python-trezor ("python2.7 electrum" was complaining about missing cmdtr module, which I figured out comes from python-trezor). Installing python-trezor didn't help. I ended up copying "cmdtr.py" file from python-trezor to my electrum folder. Now stuck at "ImportError: cannot import name enum_type_wrapper"... maybe my protobuf is too old.
|
PGP key molecular F9B70769 fingerprint 9CDD C0D3 20F8 279F 6BE0 3F39 FC49 2362 F9B7 0769
|
|
|
stick
|
|
July 01, 2014, 08:21:06 AM |
|
Now stuck at "ImportError: cannot import name enum_type_wrapper"... maybe my protobuf is too old.
Protobuf has to be version >= 2.5.0. Also please move devel discussion to the mentioned list. Forum is horrible for more complex discussions because of the missing threads.
|
|
|
|
Vintage
Newbie
Offline
Activity: 29
Merit: 0
|
|
July 02, 2014, 12:11:40 AM |
|
So what is the estimated price range of plastic and a metal?
|
|
|
|
BurtW
Legendary
Offline
Activity: 2646
Merit: 1137
All paid signature campaigns should be banned.
|
|
July 02, 2014, 12:22:48 AM |
|
I tried out wallet32 and loved it. Then, you issued an update to the code, and now wallet32 will no longer install on my phone due to an application signature issue. I even researched this for you and I believe the problem is that you recently switched to the latest JDK7 which has a known application signing issue. I think all you need to do is go back to the earlier JDK6 and reissue the application to the Google store, then I should be able to download it and use it once again. The ap signing issue along with some possible solutions is discussed here: http://stackoverflow.com/questions/2519374/published-android-apk-gives-error-package-file-was-not-signed-correctly NOTE: this issue has been fixed.I was able to download the latest version of Wallet32 to my Android phone and so far it appears to work (again)! So we are back to having a totally workable solution to the "lost Trezor" problem: just enter your words into Wallet32. Disclaimer: this will reduce the security of the Trezor. But if the Trezor is lost that is exactly what you want to do - move your coins.
|
Our family was terrorized by Homeland Security. Read all about it here: http://www.jmwagner.com/ and http://www.burtw.com/ Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
|
|
|
klokan
|
|
July 02, 2014, 03:41:49 AM |
|
So what is the estimated price range of plastic and a metal?
thousands asked already, but nobody knows yet. we will have to wait one more month to see...
|
|
|
|
Carlton Banks
Legendary
Offline
Activity: 3430
Merit: 3080
|
|
July 02, 2014, 09:23:49 PM |
|
Any plans to work with BitID or BitAuth, so a Trezor could be used to store identities and authorise web access etc?
|
Vires in numeris
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
July 02, 2014, 09:40:25 PM |
|
Any plans to work with BitID or BitAuth
Actually it is BitID's or BitAuth's turn to integrate with hardware wallets. so a Trezor could be used to store identities and authorise web access etc?
Trezor is already able to do this: https://twitter.com/GreenAddress/status/479939415088062464
|
|
|
|
Carlton Banks
Legendary
Offline
Activity: 3430
Merit: 3080
|
|
July 03, 2014, 12:49:52 AM |
|
Ah, this is good to see. My thought was that you guys might want to collaborate to standardise the way everyone uses the Trezor, so that the different systems are as interoperable as possible (which extended private key from the chain is selected as the ID, or whether to specify different xprivs for distinct purposes, whether the individual public keys or the extended public key is used as the SIN, etc). I see your point though, the Trezor is openly documented, and so people are free to implement however they choose to.
|
Vires in numeris
|
|
|
stick
|
|
July 03, 2014, 01:10:11 AM Last edit: July 03, 2014, 01:23:13 AM by stick |
|
My thought was that you guys might want to collaborate to standardise the way everyone uses the Trezor
We'll address this in the upcoming SLIP document. SLIP stands for SatoshiLabs Improvement Proposal and it will be a repo for specifications which are not suitable for inclusion into BIP repository for various reasons. My current idea is to follow BIP-0043 and set the deterministic hierarchy path to m/N'/a'/b'/c'/d' where N will be the spec number and a,b,c,d are values derived from hash(domain_name) so each domain will get different key automatically. (BitId and BitAuth don't deal with automatic assigning of keys from deterministic pool at all and assume that user will do that manually, which is very clumsy and non-intuitive resulting in reuse of login keys similar to password reuse we see today).
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
July 08, 2014, 09:52:05 PM |
|
Today we've received first batch of Classics for testing. As you can see, Trezor quite likes swimming in Club Mate ;-)
|
|
|
|
kkurtmann
|
|
July 09, 2014, 12:53:11 AM |
|
I want that one!
|
|
|
|
kkurtmann
|
|
July 09, 2014, 12:55:09 AM |
|
from now on, I'm going to put my Trezor in every drink I have.
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
July 09, 2014, 01:22:32 AM |
|
from now on, I'm going to put my Trezor in every drink I have.
Please don't mention that during RMA process ;-). Seriously, I'm happy that TREZOR survives accident like this, but I would not do that on daily basis :-D.
|
|
|
|
|