Author

Topic: [ESHOP launched] Trezor: Bitcoin hardware wallet - page 106. (Read 966173 times)

jr. member
Activity: 50
Merit: 1
Can someone please provide a short step-by-step tutorial on how to use the Trezor to sign a hash of a document?
Thanks
legendary
Activity: 1722
Merit: 1217
FEATURE REQUEST!!!

Is it possible for myTrezor to NOT prompt the user for a password, even if one is needed? There could be a little password field in the "advanced" section to optionally type in. I feel like that would really add to the whole plausible-deniability feature of a Trezor. (As for what the interface shows when no password is entered, there should probably be a default "null" password of some kind that is assumed)

+1. The other, and probably better, alternative is to simply take that option away when setting up the trezor and have the password request be the default, then if you dont want to use a password than simply log in without a password. Probably a good idea to go ahead and put a little caption on the login screen that says "password optional" or "password not required".
legendary
Activity: 1008
Merit: 1000
FEATURE REQUEST!!!

Is it possible for myTrezor to NOT prompt the user for a password, even if one is needed? There could be a little password field in the "advanced" section to optionally type in. I feel like that would really add to the whole plausible-deniability feature of a Trezor. (As for what the interface shows when no password is entered, there should probably be a default "null" password of some kind that is assumed)
legendary
Activity: 1722
Merit: 1217
noticed it is now possible to sign messages with the trezor Smiley


Amazing! I'm going to begin tying my online identity to my trezor then. Grin

14JSyQrwABxphviQUMwzxvGtTYxFBCeYQ8

ILqamgF5mXV+vQuX7B4VuXflAGX9QUsl/9hD5eEGZohYe7KnqTMubcq5iRsRxmIM/13xUCS7CSFzDiSFwv7Mtp8=

Weird, just tried signing a message using myTrezor in Firefox and nothing happened. What's supposed to happen when you click "sign" ?

Tried with another account and it worked. So, when it DIDN'T work, I had entered a "blank" password and thus entered an unused account... when I used the receiving Bitcoin address to sign a message (which hadn't yet received any bitcoins) nothing happened when I clicked "sign"

Yep i had to send 0.00006 bitcoins to the address that I used to sign that message before it would work.

Also there is a rather short limit to the longest transaction it can sign. That makes its functionality for doing things like signing contracts limited. I suppose you could make a hash of a contract and sign that hash though. Probably worth it for the security that you would gain from using a trezor instead of keeping the keys to your online identity on a computer. I wonder if people will be able to to get used to and accept signing a hash of a contract rather than signing the contract its self.
legendary
Activity: 1008
Merit: 1000
noticed it is now possible to sign messages with the trezor Smiley


Amazing! I'm going to begin tying my online identity to my trezor then. Grin

14JSyQrwABxphviQUMwzxvGtTYxFBCeYQ8

ILqamgF5mXV+vQuX7B4VuXflAGX9QUsl/9hD5eEGZohYe7KnqTMubcq5iRsRxmIM/13xUCS7CSFzDiSFwv7Mtp8=

Weird, just tried signing a message using myTrezor in Firefox and nothing happened. What's supposed to happen when you click "sign" ?

Tried with another account and it worked. So, when it DIDN'T work, I had entered a "blank" password and thus entered an unused account... when I used the receiving Bitcoin address to sign a message (which hadn't yet received any bitcoins) nothing happened when I clicked "sign"
legendary
Activity: 1008
Merit: 1000
noticed it is now possible to sign messages with the trezor Smiley


Amazing! I'm going to begin tying my online identity to my trezor then. Grin

14JSyQrwABxphviQUMwzxvGtTYxFBCeYQ8

ILqamgF5mXV+vQuX7B4VuXflAGX9QUsl/9hD5eEGZohYe7KnqTMubcq5iRsRxmIM/13xUCS7CSFzDiSFwv7Mtp8=

Weird, just tried signing a message using myTrezor in Firefox and nothing happened. What's supposed to happen when you click "sign" ?
legendary
Activity: 1722
Merit: 1217
noticed it is now possible to sign messages with the trezor Smiley


Amazing! I'm going to begin tying my online identity to my trezor then. Grin

14JSyQrwABxphviQUMwzxvGtTYxFBCeYQ8

ILqamgF5mXV+vQuX7B4VuXflAGX9QUsl/9hD5eEGZohYe7KnqTMubcq5iRsRxmIM/13xUCS7CSFzDiSFwv7Mtp8=
hero member
Activity: 798
Merit: 1000
Move On !!!!!!
So is trezor supported by multibit hd or do I have to use only trezor servers?

Thanks
sr. member
Activity: 475
Merit: 250
I liked mytrezor better when it gave you the option to forget device before unplugging it as well as after it was unplugged, specially when you have multiple devices. I also wish it followed the rules of when fees apply.
member
Activity: 98
Merit: 10
I tried to compile trezord at github.com/trezor/trezord using build.sh on ubuntu 14.04. However, it complains that
Linking CXX executable trezord
/usr/bin/ld: Can not find -lkrb5
/usr/bin/ld: Can not find -lk5crypto
/usr/bin/ld: Can not find -lgcc_s
Any idea how to solve this problem? Thanks.

Ubuntu does not provide static versions of these libraries. Please read instructions how to build using Docker.
Thanks for reply and I tried docker using make lin64 and it complains
Code:
Error unpacking rpm package systemd-208-26.fc20.x86_64
error: unpacking of archive failed on file /usr/bin/systemd-detect-virt: cpio: cap_set_file
This seems to be caused by the upgrade of systemd-208-20 to 26. Do you have any idea how to solve this problem and I really appreciate it.
sr. member
Activity: 441
Merit: 268
I tried to compile trezord at github.com/trezor/trezord using build.sh on ubuntu 14.04. However, it complains that
Linking CXX executable trezord
/usr/bin/ld: Can not find -lkrb5
/usr/bin/ld: Can not find -lk5crypto
/usr/bin/ld: Can not find -lgcc_s
Any idea how to solve this problem? Thanks.

Ubuntu does not provide static versions of these libraries. Please read instructions how to build using Docker.
legendary
Activity: 3920
Merit: 2349
Eadem mutata resurgo
I tried to compile trezord at github.com/trezor/trezord using build.sh on ubuntu 14.04. However, it complains that
Linking CXX executable trezord
/usr/bin/ld: Can not find -lkrb5
/usr/bin/ld: Can not find -lk5crypto
/usr/bin/ld: Can not find -lgcc_s
Any idea how to solve this problem? Thanks.

the linker failed to find those libraries on your system
member
Activity: 98
Merit: 10
I tried to compile trezord at github.com/trezor/trezord using build.sh on ubuntu 14.04. However, it complains that
Linking CXX executable trezord
/usr/bin/ld: Can not find -lkrb5
/usr/bin/ld: Can not find -lk5crypto
/usr/bin/ld: Can not find -lgcc_s
Any idea how to solve this problem? Thanks.
legendary
Activity: 1470
Merit: 1000
Want privacy? Use Monero!
noticed it is now possible to sign messages with the trezor Smiley
member
Activity: 114
Merit: 12
btw guys Electrum 2.0 will be released "certainly this year" from IRC chat. So there's that.

I'm going to try and build a Windows version soon.
full member
Activity: 120
Merit: 100
Hi Guys,

received my Trezor today, it is super sweeeeeeeet ^^

Question: will there be a bitcoin core client integration? I mean like an option to select Trezor as input or something... That would be awesome

The core should stay independent. It would be contra-productive for them to support one particular wallet product over another.
And I don't see a benefit for Trezor either. It already works fine without core support.
Maybe a tighter integration of some of the Trezor BIPs into the core is what you want, but I guess that core developers have their own priorities (including but not limited to payment protocol and making the client more robust)
hero member
Activity: 532
Merit: 500
Hi Guys,

received my Trezor today, it is super sweeeeeeeet ^^

Question: will there be a bitcoin core client integration? I mean like an option to select Trezor as input or something... That would be awesome
member
Activity: 98
Merit: 10
What courier is the Trezor shipped through?

I received a tracking number, but it doesn't show up on any of the following courier's sites: USPS, Canada Post, DHL, UPS or Purolator.

EDIT: It appears it was shipped through a Czech Republic courier. Website: https://www.postaonline.cz/

It took a while to show it in the USPS tracking system in US for me. FYI.
sr. member
Activity: 475
Merit: 250
What courier is the Trezor shipped through?

I received a tracking number, but it doesn't show up on any of the following courier's sites: USPS, Canada Post, DHL, UPS or Purolator.

EDIT: It appears it was shipped through a Czech Republic courier. Website: https://www.postaonline.cz/

I got mine through regular mail. Canada post for me but started at Czech post. It takes a week or two to show up at Canada post tracking.
legendary
Activity: 1694
Merit: 1024
What courier is the Trezor shipped through?

I received a tracking number, but it doesn't show up on any of the following courier's sites: USPS, Canada Post, DHL, UPS or Purolator.

EDIT: It appears it was shipped through a Czech Republic courier. Website: https://www.postaonline.cz/
Jump to: