Pages:
Author

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

newbie
Activity: 55
Merit: 0
The Trezor chrome extension for Linux works perfect! Thanks.

hero member
Activity: 798
Merit: 1000
Move On !!!!!!
What am I doing wrong?

Using MyTrezor Lite. Wink It's kind of crap.

Try Mycelium instead, all you need is a USB OTG cable and you can even spend from your phone when your Trezor is connected.

I just got it, thanks!! And it's working great!! Smiley
hero member
Activity: 743
Merit: 500
to slush,stickac:
You should add myTREZOR web wallet and and features products on producthunt.com
There is plenty of smart IT people.
legendary
Activity: 1974
Merit: 1003
I have no issues with my Trezor, keeping my BTC safe on it !
hero member
Activity: 496
Merit: 500
What am I doing wrong?

Using MyTrezor Lite. Wink It's kind of crap.

Try Mycelium instead, all you need is a USB OTG cable and you can even spend from your phone when your Trezor is connected.
hero member
Activity: 798
Merit: 1000
Move On !!!!!!
I keep trying to install mytrezor lite on my android over and over again but w/o success. It keeps crashing and re-scanning the blockchain over and over again!

What am I doing wrong?
donator
Activity: 2772
Merit: 1019
Code:
Error compiling Cython file:
------------------------------------------------------------
...
cdef extern from "stdlib.h":
  void free(void* ptr)
  void* malloc(size_t size)

cdef extern from *:
  object PyUnicode_FromWideChar(const wchar_t *w, Py_ssize_t size)
                                             ^
------------------------------------------------------------

hid.pyx:14:46: Expected ')', found '*'
[b]hid.c:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation.[/b]
error: Setup script exited with error: command 'gcc' failed with exit status 1
cypher@ubuntu:~/python-trezor$ sudo python cmdtr.py set_homescreen -f kocicka.png
Traceback (most recent call last):
  File "cmdtr.py", line 8, in
    from trezorlib.client import TrezorClient, TrezorClientDebug
  File "/home/cypher/python-trezor/trezorlib/client.py", line 7, in
    import mapping
  File "/home/cypher/python-trezor/trezorlib/mapping.py", line 1, in
    import messages_pb2 as proto
  File "/home/cypher/python-trezor/trezorlib/messages_pb2.py", line 4, in
    from google.protobuf.internal import enum_type_wrapper
ImportError: cannot import name enum_type_wrapper

which leads to same error above.  does it matter that i'm running 32 bit?


this error sticks out:

Code:
hid.c:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation.


maybe try reinstalling cython?

some people suggest downgrading to cython 20: https://github.com/kivy/buildozer/issues/150
donator
Activity: 2772
Merit: 1019

Code:
sudo apt-get install libprotobuf-dev

The full procedure:

Code:
Using myTrezor.com - disable the pin first!

sudo apt-get install git python python-dev python-setuptools cython libusb.1.0-0-dev libudev-dev  libprotobuf-dev
git clone https://github.com/trezor/python-trezor.git  
cd python-trezor  
sudo python setup.py install  
sudo python cmdtr.py set_homescreen -f kocicka.png  (or the name of your 128x64.png file)

Set your pin back.

To go back to the original screen:

sudo python cmdtr.py set_homescreen  


why disable the pin? cmdr.py prompts you for it. You just need to visualize a keypad:

Code:
7 8 9
4 5 6
1 2 3
legendary
Activity: 1764
Merit: 1002

Code:
sudo apt-get install libprotobuf-dev

The full procedure:

Code:
Using myTrezor.com - disable the pin first!

sudo apt-get install git python python-dev python-setuptools cython libusb.1.0-0-dev libudev-dev  libprotobuf-dev
git clone https://github.com/trezor/python-trezor.git  
cd python-trezor  
sudo python setup.py install  
sudo python cmdtr.py set_homescreen -f kocicka.png  (or the name of your 128x64.png file)

Set your pin back.

To go back to the original screen:

sudo python cmdtr.py set_homescreen  


when i run:

Code:
sudo python setup.py install  

i get this:

Code:
Error compiling Cython file:
------------------------------------------------------------
...
cdef extern from "stdlib.h":
  void free(void* ptr)
  void* malloc(size_t size)

cdef extern from *:
  object PyUnicode_FromWideChar(const wchar_t *w, Py_ssize_t size)
                                             ^
------------------------------------------------------------

hid.pyx:14:46: Expected ')', found '*'
hid.c:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation.
error: Setup script exited with error: command 'gcc' failed with exit status 1
cypher@ubuntu:~/python-trezor$ sudo python cmdtr.py set_homescreen -f kocicka.png
Traceback (most recent call last):
  File "cmdtr.py", line 8, in
    from trezorlib.client import TrezorClient, TrezorClientDebug
  File "/home/cypher/python-trezor/trezorlib/client.py", line 7, in
    import mapping
  File "/home/cypher/python-trezor/trezorlib/mapping.py", line 1, in
    import messages_pb2 as proto
  File "/home/cypher/python-trezor/trezorlib/messages_pb2.py", line 4, in
    from google.protobuf.internal import enum_type_wrapper
ImportError: cannot import name enum_type_wrapper

which leads to same error above.  does it matter that i'm running 32 bit?
legendary
Activity: 1764
Merit: 1002
I'd need to know what kind of image file to provide (size, format,...)

Any image of size 128x64. Python Imaging Library will take care of conversion into black-white.

wonderful, thanks!



the flying spaghettig monster looks impressed

EDIT: or maybe it's shocked to find itself inside a trezor device Wink

is it possible to do this with 12.04 Ubuntu?  python-Trezor doesn't seem to work for me  Angry

it should work. are you getting a specific error?

edit: what I did:

Code:
~/bitcoin/python-trezor\> ./cmdtr.py set_homescreen -f fsm_128x64.png

you also need recent enough firmware on your trezor (not sure which version), otherwise trezor will complain


i get this:

Code:
cypher@ubuntu:~/python-trezor$ ./cmdtr.py set_homescreen -f trezor.png
Traceback (most recent call last):
  File "./cmdtr.py", line 8, in
    from trezorlib.client import TrezorClient, TrezorClientDebug
  File "/home/cypher/python-trezor/trezorlib/client.py", line 7, in
    import mapping
  File "/home/cypher/python-trezor/trezorlib/mapping.py", line 1, in
    import messages_pb2 as proto
  File "/home/cypher/python-trezor/trezorlib/messages_pb2.py", line 4, in
    from google.protobuf.internal import enum_type_wrapper
ImportError: cannot import name enum_type_wrapper
cypher@ubuntu:~/python-trezor$
donator
Activity: 2772
Merit: 1019
I'd need to know what kind of image file to provide (size, format,...)

Any image of size 128x64. Python Imaging Library will take care of conversion into black-white.

wonderful, thanks!



the flying spaghettig monster looks impressed

EDIT: or maybe it's shocked to find itself inside a trezor device Wink

is it possible to do this with 12.04 Ubuntu?  python-Trezor doesn't seem to work for me  Angry

it should work. are you getting a specific error?

edit: what I did:

Code:
~/bitcoin/python-trezor\> ./cmdtr.py set_homescreen -f fsm_128x64.png

you also need recent enough firmware on your trezor (not sure which version), otherwise trezor will complain
legendary
Activity: 1764
Merit: 1002
I'd need to know what kind of image file to provide (size, format,...)

Any image of size 128x64. Python Imaging Library will take care of conversion into black-white.

wonderful, thanks!



the flying spaghettig monster looks impressed

EDIT: or maybe it's shocked to find itself inside a trezor device Wink

is it possible to do this with 12.04 Ubuntu?  python-Trezor doesn't seem to work for me  Angry
legendary
Activity: 1008
Merit: 1000
PS: just for your information, devs: Someone is trying to add Monero support for Trezor

Wow really? Somehow I figured that wouldn't be possible.

wrong link, this is the correct one, I'll edit my post

Interesting. I didn't know the Trezor could be such a general purpose device... I just assumed that certain calls/functions were hardcoded and based on the specific elliptic curve Bitcoin uses.
legendary
Activity: 1470
Merit: 1000
Want privacy? Use Monero!
PS: just for your information, devs: Someone is trying to add Monero support for Trezor

Wow really? Somehow I figured that wouldn't be possible.

wrong link, this is the correct one, I'll edit my post
legendary
Activity: 1008
Merit: 1000
PS: just for your information, devs: Someone is trying to add Monero support for Trezor

Wow really? Somehow I figured that wouldn't be possible.
legendary
Activity: 1470
Merit: 1000
Want privacy? Use Monero!
I love my TREZOR BTC wallet.

I love mine, too. It's become part of my life.

Thank you satoshilabs!

Really nice device! Before I always worried will my coins be there when I open the wallet. Now with Trezor, I just don't feel that way anymore!

yeah indeed. those were the days Wink
Really glad how this project is moving forward.


PS: just for your information, devs: Someone is trying to add Monero support for Trezor
hero member
Activity: 798
Merit: 1000
Move On !!!!!!
I love my TREZOR BTC wallet.

I love mine, too. It's become part of my life.

Thank you satoshilabs!

Really nice device! Before I always worried will my coins be there when I open the wallet. Now with Trezor, I just don't feel that way anymore!
donator
Activity: 2772
Merit: 1019
I'd need to know what kind of image file to provide (size, format,...)

Any image of size 128x64. Python Imaging Library will take care of conversion into black-white.

wonderful, thanks!



the flying spaghettig monster looks impressed

EDIT: or maybe it's shocked to find itself inside a trezor device Wink
sr. member
Activity: 441
Merit: 268
I'd need to know what kind of image file to provide (size, format,...)

Any image of size 128x64. Python Imaging Library will take care of conversion into black-white.
legendary
Activity: 1258
Merit: 1027
Your Amazon partner has been out of stock for a while.  ...

not sure if their partner. imo a reseller. should restock with amazon himself.

"Amazon authorized reseller", sorry for the gap in inventory, it is not a TREZOR stock issue, will update this week...
Pages:
Jump to: