Bitcoin Forum
May 09, 2024, 12:32:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 [231] 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 »
  Print  
Author Topic: [ESHOP launched] Trezor: Bitcoin hardware wallet  (Read 965793 times)
Lincoln6Echo
Legendary
*
Offline Offline

Activity: 2459
Merit: 1057


Don't use bitcoin.de if you care about privacy!


View Profile
October 04, 2016, 02:39:42 PM
 #4601

Is there a easy way to update Trezor without using Chrome/ Iron /Chromium? Trezor Bridge is not working in combination with Win10. Huh


If you have an Android, you can use the Trezor Manager app.

  Undecided looks like Trezor is a google product. That sucks. Next I will try to update with Linux mint...
1715257930
Hero Member
*
Offline Offline

Posts: 1715257930

View Profile Personal Message (Offline)

Ignore
1715257930
Reply with quote  #2

1715257930
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715257930
Hero Member
*
Offline Offline

Posts: 1715257930

View Profile Personal Message (Offline)

Ignore
1715257930
Reply with quote  #2

1715257930
Report to moderator
1715257930
Hero Member
*
Offline Offline

Posts: 1715257930

View Profile Personal Message (Offline)

Ignore
1715257930
Reply with quote  #2

1715257930
Report to moderator
1715257930
Hero Member
*
Offline Offline

Posts: 1715257930

View Profile Personal Message (Offline)

Ignore
1715257930
Reply with quote  #2

1715257930
Report to moderator
BitcoinNewsMagazine
Legendary
*
Offline Offline

Activity: 1806
Merit: 1164



View Profile WWW
October 04, 2016, 04:49:04 PM
 #4602

Iron Browser is a privacy centric neutered Chrome for those who do not like to use Google Products. Iron works just fine with Trezor app.

xbach
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
October 04, 2016, 07:31:48 PM
 #4603

Is there a easy way to update Trezor without using Chrome/ Iron /Chromium? Trezor Bridge is not working in combination with Win10. Huh


If you have an Android, you can use the Trezor Manager app.

  Undecided looks like Trezor is a google product. That sucks. Next I will try to update with Linux mint...

No it's not really a Google product. It just runs on most used platforms, which happen to be offered by Google. Either way, there should be no issues with Linux + Bridge + python-trezor, if you do not want to use Chrome
Coin-Keeper
Hero Member
*****
Offline Offline

Activity: 758
Merit: 606



View Profile
October 04, 2016, 07:34:59 PM
Last edit: October 04, 2016, 07:52:26 PM by Coin-Keeper
 #4604

Need some help here brothers,

FYI - my Trezor is still using the firmware ONE back from the latest.  I don't need U2F so I have been waiting.

I built a Debian VM and I am trying to get Trezor seen by Electrum.  I already installed Chrome and the bridge for mytrezor.  Everything works fine if I wanted to use that site, but I don't.  The Trezor works great using the mytrezor site.  Electrum, which I have used for years, is also working great without a hardware wallet in play!

When I open Electrum 2.7.0 and then attempt to setup a hardware wallet on Electrum I get the flag: No Hardware Support  ...... found.  Please install relevant libraries python-trezor (as an example).

I downloaded Trezor 0.7.4.tar.gz and attempted to install it using pip.  It looked like it was installing but then threw errors.  I'll paste them below:

XXXXX@debian-vm:~$ sudo pip install trezor
[sudo] password for XXXX:
Downloading/unpacking trezor
  Downloading trezor-0.7.4.tar.gz (75kB): 75kB downloaded
  Running setup.py (path:/tmp/pip-build-WwJJFU/trezor/setup.py) egg_info for package trezor
    
Requirement already satisfied (use --upgrade to upgrade): ecdsa>=0.9 in /usr/local/lib/python2.7/dist-packages (from trezor)
Requirement already satisfied (use --upgrade to upgrade): protobuf>=2.6.1 in /usr/local/lib/python2.7/dist-packages (from trezor)
Downloading/unpacking mnemonic>=0.8 (from trezor)
  Downloading mnemonic-0.15.tar.gz
  Running setup.py (path:/tmp/pip-build-WwJJFU/mnemonic/setup.py) egg_info for package mnemonic
    
Downloading/unpacking hidapi>=0.7.99 (from trezor)
  Downloading hidapi-0.7.99.post19.tar.gz
  Running setup.py (path:/tmp/pip-build-WwJJFU/hidapi/setup.py) egg_info for package hidapi
    warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests'
    warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests'
    warning: no files found matching '*.h' under directory 'Cython/Debugger/Tests'
    warning: no files found matching '*.pxd' under directory 'Cython/Utility'
    /tmp/easy_install-hFGlvm/Cython-0.24.1/Cython/Plex/Scanners.c:4:20: fatal error: Python.h: No such file or directory
     #include "Python.h"
                        ^
    compilation terminated.
    Unable to find pgen, not compiling formal grammar.
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip-build-WwJJFU/hidapi/setup.py", line 88, in <module>
        install_requires = ['setuptools>=19.0'],
      File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
        _setup_distribution = dist = klass(attrs)
      File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 262, in __init__
        self.fetch_build_eggs(attrs['setup_requires'])
      File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 287, in fetch_build_eggs
        replace_conflicting=True,
      File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 631, in resolve
        dist = best[req.key] = env.best_match(req, ws, installer)
      File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 874, in best_match
        return self.obtain(req, installer)
      File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 886, in obtain
        return installer(requirement)
      File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 338, in fetch_build_egg
        return cmd.easy_install(req)
      File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 636, in easy_install
        return self.install_item(spec, dist.location, tmpdir, deps)
      File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 666, in install_item
        dists = self.install_eggs(spec, download, tmpdir)
      File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 856, in install_eggs
        return self.build_and_install(setup_script, setup_base)
      File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1078, in build_and_install
        self.run_setup(setup_script, setup_base, args)
      File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1066, in run_setup
        raise DistutilsError("Setup script exited with %s" % (v.args[0],))
    distutils.errors.DistutilsError: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
    Complete output from command python setup.py egg_info:
    warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests'

warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests'

warning: no files found matching '*.h' under directory 'Cython/Debugger/Tests'

warning: no files found matching '*.pxd' under directory 'Cython/Utility'

/tmp/easy_install-hFGlvm/Cython-0.24.1/Cython/Plex/Scanners.c:4:20: fatal error: Python.h: No such file or directory

 #include "Python.h"

                    ^

compilation terminated.

Unable to find pgen, not compiling formal grammar.

Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/tmp/pip-build-WwJJFU/hidapi/setup.py", line 88, in <module>

    install_requires = ['setuptools>=19.0'],

  File "/usr/lib/python2.7/distutils/core.py", line 111, in setup

    _setup_distribution = dist = klass(attrs)

  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 262, in __init__

    self.fetch_build_eggs(attrs['setup_requires'])

  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 287, in fetch_build_eggs

    replace_conflicting=True,

  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 631, in resolve

    dist = best[req.key] = env.best_match(req, ws, installer)

  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 874, in best_match

    return self.obtain(req, installer)

  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 886, in obtain

    return installer(requirement)

  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 338, in fetch_build_egg

    return cmd.easy_install(req)

  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 636, in easy_install

    return self.install_item(spec, dist.location, tmpdir, deps)

  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 666, in install_item

    dists = self.install_eggs(spec, download, tmpdir)

  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 856, in install_eggs

    return self.build_and_install(setup_script, setup_base)

  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1078, in build_and_install

    self.run_setup(setup_script, setup_base, args)

  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1066, in run_setup

    raise DistutilsError("Setup script exited with %s" % (v.args[0],))

distutils.errors.DistutilsError: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-WwJJFU/hidapi
Storing debug log for failure in /root/.pip/pip.log
XXX@debian-vm:~$


It seems pretty obvious to me that my Linux OS is missing some library (s) or dependencies.  I would appreciate some help if there are any linux users out there with some ideas.  I am not afraid to tinker at all because I can snapshot before trying anything.

I am stuck, anybody??

BTC: 1PYSBbuKM3kW19xe9TXJQfq64rPhd8XorF
Staked and Verified: https://bitcointalk.org/index.php?topic=996318.msg17102755#msg17102755
Coin-Keeper
Hero Member
*****
Offline Offline

Activity: 758
Merit: 606



View Profile
October 06, 2016, 03:37:42 AM
 #4605

Cython = no luck  Still can't get trezor-python to install completely

two steps to try in the next few

1.  Try running Trezor + Electrum on a bare metal Debian box (ditch the VM to see if it changes anything).  I have a Debian machine to use with a nice backup sector image.  I can write back the system if I don't like the outcome.  Its small < 100 Gig so maybe an hour to write it back afterwards.

2.  Might build a Ubuntu VM since several here seem to be having luck with it.  I prefer to use Debian but I can live with Ubuntu for BTC only via a VM for the task.  Which Ubuntu flavors are working well for you guys?  Ubuntu and Debian both make it easy to locate drivers for this particular machine.

I am trying to build a nice linux system because I want to connect Trezor + Electrum via TOR.  I use TOR and Electrum with no problems, but now I need the hardware wallet in the mix.  I'll get there but its a fight for some reason.


If any new readers come across this thread and can throw some light on it, please do so!

BTC: 1PYSBbuKM3kW19xe9TXJQfq64rPhd8XorF
Staked and Verified: https://bitcointalk.org/index.php?topic=996318.msg17102755#msg17102755
Anon136
Legendary
*
Offline Offline

Activity: 1722
Merit: 1217



View Profile
October 06, 2016, 03:58:02 AM
 #4606

Cython = no luck  Still can't get trezor-python to install completely

two steps to try in the next few

1.  Try running Trezor + Electrum on a bare metal Debian box (ditch the VM to see if it changes anything).  I have a Debian machine to use with a nice backup sector image.  I can write back the system if I don't like the outcome.  Its small < 100 Gig so maybe an hour to write it back afterwards.

2.  Might build a Ubuntu VM since several here seem to be having luck with it.  I prefer to use Debian but I can live with Ubuntu for BTC only via a VM for the task.  Which Ubuntu flavors are working well for you guys?  Ubuntu and Debian both make it easy to locate drivers for this particular machine.

I am trying to build a nice linux system because I want to connect Trezor + Electrum via TOR.  I use TOR and Electrum with no problems, but now I need the hardware wallet in the mix.  I'll get there but its a fight for some reason.


If any new readers come across this thread and can throw some light on it, please do so!

Mint is a good option if you want maximum stability and compatibility. I like the general relative lack of annoying nonsense with mint. Everything seems to always just work. The xfce desktop environment is very low overhead also.

Rep Thread: https://bitcointalk.org/index.php?topic=381041
If one can not confer upon another a right which he does not himself first possess, by what means does the state derive the right to engage in behaviors from which the public is prohibited?
xbach
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
October 18, 2016, 03:14:39 PM
 #4607

Hey everyone, feel free to join the TREZOR Talk Telegram chat group!  Grin

https://telegram.me/trezortalk
sugarfly
Full Member
***
Offline Offline

Activity: 135
Merit: 100


Zettel-Dolphin


View Profile
October 22, 2016, 05:41:37 PM
 #4608

What do you guys think. Do you think I could make a living as what andreas antonopoulos is to bitcoin except for trezor?

Sure.
The key to success is consistency.

So: DO IT!

 Smiley

-sf-
monbux
Legendary
*
Offline Offline

Activity: 1736
Merit: 1029



View Profile WWW
October 23, 2016, 03:34:09 AM
 #4609

Owned trezor for a long time now - a very good investment.
Ran into a couple of small problems, one that got me on the verge of freaking out... mytrezor, electrum, etc. just couldn't recognize my trezor anymore.  The fix was just updating the driver after the trezor software updates (when needed).  Just putting it out there, found it on their helpful documentation.
molecular
Donator
Legendary
*
Offline Offline

Activity: 2772
Merit: 1019



View Profile
October 23, 2016, 07:33:37 AM
 #4610

Owned trezor for a long time now - a very good investment.
Ran into a couple of small problems, one that got me on the verge of freaking out... mytrezor, electrum, etc. just couldn't recognize my trezor anymore.  The fix was just updating the driver after the trezor software updates (when needed).  Just putting it out there, found it on their helpful documentation.

yeah, I ran into this one frequently, too. Don't forget python-trezor update.

PGP key molecular F9B70769 fingerprint 9CDD C0D3 20F8 279F 6BE0  3F39 FC49 2362 F9B7 0769
xbach
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
October 26, 2016, 02:57:31 PM
 #4611

Lucky raffle for TREZOR to celebrate Bitstamp Integration!

All you need to do is to send one active trade on Bitstamp. The first lucky user was already selected today, next TREZOR to be given out in a week!

Read more: https://blog.trezor.io/bitstamp-and-trezor-partner-for-improved-bitcoin-security-and-user-experience-317d1523529a
Coin-Keeper
Hero Member
*****
Offline Offline

Activity: 758
Merit: 606



View Profile
October 26, 2016, 08:14:48 PM
 #4612

Owned trezor for a long time now - a very good investment.
Ran into a couple of small problems, one that got me on the verge of freaking out... mytrezor, electrum, etc. just couldn't recognize my trezor anymore.  The fix was just updating the driver after the trezor software updates (when needed).  Just putting it out there, found it on their helpful documentation.

yeah, I ran into this one frequently, too. Don't forget python-trezor update.



I have been stuck on something for weeks now.  Let me paste a link to a thread in Electrum here.  I asked about this a few posts up in this thread too.  You sound like you can really relate to issues with loading trezor software.  Using Linux?

https://bitcointalk.org/index.php?topic=1637312.msg16508361#msg16508361

I cannot figure out how to get trezor installed in Debian.  See my post for reference if you have the time or inclination to help.


Guys, don't get me wrong here.  Which forum would I go to in order to post a BTC reward (if such a post is within TOS here)?  I am not making that offer yet because I am still trying to get this done via reading and studying.  Getting close to a dead end though.  Trezor works flawlessly on mytrezor.  Electrum works perfectly on Debian too.  How to get them to play together?  If I can't load the trezor software I am not going to make it happen.

BTC: 1PYSBbuKM3kW19xe9TXJQfq64rPhd8XorF
Staked and Verified: https://bitcointalk.org/index.php?topic=996318.msg17102755#msg17102755
Coin-Keeper
Hero Member
*****
Offline Offline

Activity: 758
Merit: 606



View Profile
October 27, 2016, 09:41:38 PM
 #4613

Just checking in on this thread.  I got this licked finally!!  Started from scratch and installed hidapi without any errors at last!!  For some reason this was a tough one on a Debian 8 VM.  Anyway, all good now!!

BTC: 1PYSBbuKM3kW19xe9TXJQfq64rPhd8XorF
Staked and Verified: https://bitcointalk.org/index.php?topic=996318.msg17102755#msg17102755
Carlton Banks
Legendary
*
Offline Offline

Activity: 3430
Merit: 3074



View Profile
October 28, 2016, 10:22:23 AM
 #4614

Just checking in on this thread.  I got this licked finally!!  Started from scratch and installed hidapi without any errors at last!!  For some reason this was a tough one on a Debian 8 VM.  Anyway, all good now!!

Yep, perseverance always wins with these jobs. Glad you got it dealt with.

Vires in numeris
molecular
Donator
Legendary
*
Offline Offline

Activity: 2772
Merit: 1019



View Profile
October 28, 2016, 11:17:23 AM
 #4615

I cannot figure out how to get trezor installed in Debian.  See my post for reference if you have the time or inclination to help.

for use with electrum, I once ended up copying (or symlinking) the "trezorlib" folder (python module, I guess) from the python-trezor (https://github.com/trezor/python-trezor.git) into my electrum folder.

Not sure, but maybe this helps in your case?

EDIT: sorry, didn't read that you solved the issue. congrats!

PGP key molecular F9B70769 fingerprint 9CDD C0D3 20F8 279F 6BE0  3F39 FC49 2362 F9B7 0769
xbach
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
October 31, 2016, 04:12:02 PM
 #4616

What do you guys think about the U2F vs. TOTP "debate" (not much of a debate yet, but hoping to start one)?

Also, constructive criticism welcome!

https://blog.trezor.io/why-you-should-never-use-google-authenticator-again-e166d09d4324
pecathor
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 25, 2016, 06:28:30 PM
 #4617

TREZOR now with 20% off! Just use promocode blackfriday16 at checkout

source: https://blog.trezor.io/black-friday-deal16-c351a52be085#.6phcjhjvr
1BitcoinMillionaire
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
November 29, 2016, 02:57:43 PM
 #4618

TREZOR now with 20% off! Just use promocode blackfriday16 at checkout

source: https://blog.trezor.io/black-friday-deal16-c351a52be085#.6phcjhjvr

I wanted to buy one and I missed this! Any other promo codes?

RogerRabbit
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
November 29, 2016, 04:35:59 PM
 #4619

Hello,

just got my device, BIG thanks for developers, I really love it, very reasonable price for such a thing.
Waiting for new versions.
Keep it up!
MainstreetLP
Member
**
Offline Offline

Activity: 98
Merit: 10

Mainstreet.ky - 1st Securitized Blockchain Asset


View Profile WWW
November 29, 2016, 06:29:08 PM
 #4620

Is there a release date for the new Trezor?

Mainstreet.ky - 1st Securitized Blockchain Asset
Pages: « 1 ... 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 [231] 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!