Pages:
Author

Topic: Ledger Nano S usability questions - page 3. (Read 1271 times)

legendary
Activity: 1624
Merit: 2481
May 20, 2019, 08:42:51 AM
#58
Yeah my goal is to update the firmware of the ledger nano s and access the wallet too.

Then a virtual machine is more handy IMO.



Ok virtualbox is for the public and vmware is for companies?

There are modules inside of virtualbox which are for non-commercial use (e.g. USB3.0). But since your usecase is non-commercial, everything is fine.



[...] it comes down to ease of use?

I wouldn't call one easier to use than the other.



If I take the virtual machine on host computer route then what are these extra configurations required to get usb to work?

The best would be if you start setting up a virtual machine, install ledger live and then check whether it works or not.
You may have to install the guest addition (can be done via virtualbox itself) to get interfaces or a better resolution working.

Just download it and set it up. And if it doesn't work somehow, we will gladly assist you further.
sr. member
Activity: 1056
Merit: 270
May 20, 2019, 07:42:18 AM
#57
    Please note that VirtualBox isn't likely to be as reliable as running a Live USB distro in terms of USB communication... the reason being that virtualbox still needs to communicate with USB devices via your Main OS, which can often cause issues.

    With the correct add-on to virtual box (which is only allowed for non-commercial use), USB communication works without a problem for me.
    Did you experience problems already ? If so, generally with USB devices or specifically with the nano s / trezor ?



    OP,

    it might be useful if you explain what you exactly want to achieve with your virtual machine / linux live distro.

    Do you only want to update the firmware of your nano s ? Or do you also want to use it for accessing your wallet / spending coins ?


    This topic is going on for almost 3 weeks now.
    You really don't need more than 30 minutes to accomplish everything.


    I think a virtual machine should work fine (never tested it with a hardware wallet; but USB is always working fine for me). It just needs some configuration.

    Booting a live linux does also work like a charm. There are tons of tutorials available on the internet. Some tools to create such a bootable USB with persistence have also been already mentioned by HCP and me.


    I, personally, would choose the linux live distro (just a personal opinion).

    The general workflow is:
    • Create bootable USB (see HCP's link to tutorial)
    • Boot the USB (maybe you need to set boot-order in BIOS, or access boot menu with F8 when booting)
    • Download ledger live for linux (the *.AppImage), follow ledger's tutorial.
    • Run ledger live and connect your nano S
    • Update firmware
    • Profit.

    If you have any questions, feel free to ask.

    But this really is no magic at all.
    [/list]

    Yeah my goal is to update the firmware of the ledger nano s and access the wallet too.

    Ok virtualbox is for the public and vmware is for companies? However in your opinion you believe the bootable live linux distro from usb is the best method because in virtual machine on host it requires extra usb configurations to get it to work as compared to the the live bootable linux usb distro where no further configurations are required so in summary it comes down to ease of use?

    If I take the virtual machine on host computer route then what are these extra configurations required to get usb to work?
    legendary
    Activity: 1624
    Merit: 2481
    May 20, 2019, 01:45:12 AM
    #56
    Please note that VirtualBox isn't likely to be as reliable as running a Live USB distro in terms of USB communication... the reason being that virtualbox still needs to communicate with USB devices via your Main OS, which can often cause issues.

    With the correct add-on to virtual box (which is only allowed for non-commercial use), USB communication works without a problem for me.
    Did you experience problems already ? If so, generally with USB devices or specifically with the nano s / trezor ?



    OP,

    it might be useful if you explain what you exactly want to achieve with your virtual machine / linux live distro.

    Do you only want to update the firmware of your nano s ? Or do you also want to use it for accessing your wallet / spending coins ?


    This topic is going on for almost 3 weeks now.
    You really don't need more than 30 minutes to accomplish everything.


    I think a virtual machine should work fine (never tested it with a hardware wallet; but USB is always working fine for me). It just needs some configuration.

    Booting a live linux does also work like a charm. There are tons of tutorials available on the internet. Some tools to create such a bootable USB with persistence have also been already mentioned by HCP and me.


    I, personally, would choose the linux live distro (just a personal opinion).

    The general workflow is:
    • Create bootable USB (see HCP's link to tutorial)
    • Boot the USB (maybe you need to set boot-order in BIOS, or access boot menu with F8 when booting)
    • Download ledger live for linux (the *.AppImage), follow ledger's tutorial.
    • Run ledger live and connect your nano S
    • Update firmware
    • Profit.


    If you have any questions, feel free to ask.

    But this really is no magic at all.
    [/list]
    HCP
    legendary
    Activity: 2086
    Merit: 4361
    May 20, 2019, 12:33:30 AM
    #55
    I have a 8gb usb stick.
    I like to run the latest cinnamon linux mint 64 bit from a live USB stick from boot up with persistent. How do I do this?
    If linux mint not supported then which distros or versions are supported?
    Linux Mint is apparently supported when using this tool: https://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

    According to this post on Reddit: https://www.reddit.com/r/linuxmint/comments/93c16u/how_to_easily_create_a_persistent_linux_mint_usb/e3p2nhm


    Quote
    What the max persistent in mb I can have on my usb stick?
    Depends on how much free space is left after installing Linux Mint. I've not been able to find any stated requirements for Linux Mint on a bootable USB... but I'd guess at around 2-3 Gigs, as you're supposed to be able to burn it on a DVD and the ISO images are 2 Gigs. So, you should have a fair bit of free space on an 8 gig stick.


    Quote
    Finally how do I do this again but on a virtual host computer so there's no need to boot or restart to use linux?
    You install VirtualBox or Vmware or whatever virtualisation software you want to use... create a virtual machine and install the Linux OS as per the instructions for the virtualisation software. There are plenty of tutorials on YouTube etc... Google is your friend.
    sr. member
    Activity: 1056
    Merit: 270
    May 19, 2019, 08:28:07 PM
    #54
    Ok can you please guide me on how to create a live distro with persistence memory. Also how do I use the terminal in latest linux mint cinnamon distro, what commands do I put in there to access the ledger live as inputting the command chmod +x ledger-live-*.AppImage doesnt work straight away. Newbie question.

    There are multiple tools available which can do this for you.

    One would be LinuxLive USB Creator for example.
    It works with any distro you prefer.


    Afterwards you first need to download the .appimage. Then open a terminal and navigate into the folder where you downloaded it into (usually in the Downloads folder in your home directory) with:
    Code:
    cd Downloads

    Then give ledger live execution permission:
    Code:
    chmod +x Filename.AppImage

    Then you can run it by entering:
    Code:
    ./Filename.AppImage



    I would use electrum but im sure it doest do firmware updates right only ledger live correct?

    Yes, updates only work with ledger live.
    I thought when you mentioned that it is quite a hassle to do this every time (download ledger live onto linux etc..) you meant you want to access your coins from it.

    Sorry, i might have misunderstood you.



    Windows 7 is supported till 2020 I believe and im sure till then it is more secure than windows 10 as I hear win 10 collects data from its users in which windows 7 does not do.

    It is definitely less secure than windows 10.
    Windows 7 is missing whole security concepts which are present in windows 10.

    While it is true that windows 10 is collecting more data for 'enhancing user experience', it is still far more secure than windows 10.

    Just because the extended support of Win7 is running until 2020 it doesn't mean that it can compete with Win10 security-wise.

    Great, cheers. Is it possible to get persistence in a virtualbox?

    Hi,

    I have a 8gb usb stick.

    I like to run the latest cinnamon linux mint 64 bit from a live USB stick from boot up with persistent. How do I do this?

    If linux mint not supported then which distros or versions are supported?

    What the max persistent in mb I can have on my usb stick?

    Finally how do I do this again but on a virtual host computer so there's no need to boot or restart to use linux?

    Any other methods that I haven't mentioned that easy to do?

    Cant get persistence to work.
    HCP
    legendary
    Activity: 2086
    Merit: 4361
    May 19, 2019, 12:30:29 AM
    #53
    I don't think you can "boot" VirtualBox... it still needs to be run inside an OS of some description. No harm in trying VirtualBox and see if it works. You're not going to damage or break the Nano S. At worst the Ledger just won't be able to connect and you'll just waste a bit of time. If that doesn't work, then you can give the Live distro (with persistence) a go.

    Likewise, there is no harm in trying Windows 7 in "safe mode" before you attempt any of this as it is probably the easiest/quickest solution to try first.



    Given the choice, personally I'd just upgrade the box to Windows 10
    sr. member
    Activity: 1056
    Merit: 270
    May 18, 2019, 05:16:09 PM
    #52
    Please note that VirtualBox isn't likely to be as reliable as running a Live USB distro in terms of USB communication... the reason being that virtualbox still needs to communicate with USB devices via your Main OS, which can often cause issues.

    Ok what about running virtualbox directly from USB and everything else from USB as well with nothing installed on the main host computer or you simply saying the best reliability method is running a live usb distro from fresh boot?
    HCP
    legendary
    Activity: 2086
    Merit: 4361
    May 18, 2019, 02:43:59 PM
    #51
    Please note that VirtualBox isn't likely to be as reliable as running a Live USB distro in terms of USB communication... the reason being that virtualbox still needs to communicate with USB devices via your Main OS, which can often cause issues.
    legendary
    Activity: 1624
    Merit: 2481
    May 18, 2019, 02:13:25 PM
    #50
    Great, cheers. Is it possible to get persistence in a virtualbox?

    Sure.
    You don't even need to actively activate persistence.

    In virtualbox you generate a virtual disk which then is the 'hard drive' of your virtual machine.
    So, you don't need any 'persistence feature' additionally.
    sr. member
    Activity: 1056
    Merit: 270
    May 18, 2019, 02:05:52 PM
    #49
    Ok can you please guide me on how to create a live distro with persistence memory. Also how do I use the terminal in latest linux mint cinnamon distro, what commands do I put in there to access the ledger live as inputting the command chmod +x ledger-live-*.AppImage doesnt work straight away. Newbie question.

    There are multiple tools available which can do this for you.

    One would be LinuxLive USB Creator for example.
    It works with any distro you prefer.


    Afterwards you first need to download the .appimage. Then open a terminal and navigate into the folder where you downloaded it into (usually in the Downloads folder in your home directory) with:
    Code:
    cd Downloads

    Then give ledger live execution permission:
    Code:
    chmod +x Filename.AppImage

    Then you can run it by entering:
    Code:
    ./Filename.AppImage



    I would use electrum but im sure it doest do firmware updates right only ledger live correct?

    Yes, updates only work with ledger live.
    I thought when you mentioned that it is quite a hassle to do this every time (download ledger live onto linux etc..) you meant you want to access your coins from it.

    Sorry, i might have misunderstood you.



    Windows 7 is supported till 2020 I believe and im sure till then it is more secure than windows 10 as I hear win 10 collects data from its users in which windows 7 does not do.

    It is definitely less secure than windows 10.
    Windows 7 is missing whole security concepts which are present in windows 10.

    While it is true that windows 10 is collecting more data for 'enhancing user experience', it is still far more secure than windows 10.

    Just because the extended support of Win7 is running until 2020 it doesn't mean that it can compete with Win10 security-wise.

    Great, cheers. Is it possible to get persistence in a virtualbox?
    legendary
    Activity: 3234
    Merit: 5637
    Blackjack.fun-Free Raffle-Join&Win $50🎲
    May 17, 2019, 07:50:57 AM
    #48
    very_452001, if all you need is to update firmware of Nano S maybe the best option would be to find some friend or relatives who have Windows 10, then just install Ledger Live and update your hardware wallet. It's a pretty simple and fast process which in no way jeopardizes your coins or that user PC.

    You can go also with live linux, or you may try to update Windows 7 to Windows 10, it seems that it is still possible to do it completely free of charge. This way you can keep all your programs and data, and in same time get new OS.

    https://bitcointalksearch.org/topic/m.51080610
    legendary
    Activity: 1624
    Merit: 2481
    May 17, 2019, 06:27:46 AM
    #47
    Ok can you please guide me on how to create a live distro with persistence memory. Also how do I use the terminal in latest linux mint cinnamon distro, what commands do I put in there to access the ledger live as inputting the command chmod +x ledger-live-*.AppImage doesnt work straight away. Newbie question.

    There are multiple tools available which can do this for you.

    One would be LinuxLive USB Creator for example.
    It works with any distro you prefer.


    Afterwards you first need to download the .appimage. Then open a terminal and navigate into the folder where you downloaded it into (usually in the Downloads folder in your home directory) with:
    Code:
    cd Downloads

    Then give ledger live execution permission:
    Code:
    chmod +x Filename.AppImage

    Then you can run it by entering:
    Code:
    ./Filename.AppImage



    I would use electrum but im sure it doest do firmware updates right only ledger live correct?

    Yes, updates only work with ledger live.
    I thought when you mentioned that it is quite a hassle to do this every time (download ledger live onto linux etc..) you meant you want to access your coins from it.

    Sorry, i might have misunderstood you.



    Windows 7 is supported till 2020 I believe and im sure till then it is more secure than windows 10 as I hear win 10 collects data from its users in which windows 7 does not do.

    It is definitely less secure than windows 10.
    Windows 7 is missing whole security concepts which are present in windows 10.

    While it is true that windows 10 is collecting more data for 'enhancing user experience', it is still far more secure than windows 10.

    Just because the extended support of Win7 is running until 2020 it doesn't mean that it can compete with Win10 security-wise.
    sr. member
    Activity: 1056
    Merit: 270
    May 17, 2019, 05:56:56 AM
    #46
    Ok is a live linux distro off usb means it is like a ROM as in like cd-rom where nothing is written to the usb meaning whenever I restart linux I have to download and install ledger live over and over again whenever I wanna use it after computer restart?

    Generally, yes.

    But you can create your live distro with a persistence memory. Anything you will store on it, will be available between different sessions (e.g. installed ledger live will be available).



    If so can anyone confirm whether windows 7 safe mode with networking works as the above method seems tedious.

    You asked that already multiple times.
    Try it out, or don't. It is up to you.



    So far it's not looking good for ease of use factor for hardware wallets and if bitcoin wants to grow to the masses this inconvenience needs to be removed you know what I mean.

     Huh

    You are using an outdated OS. What do you expect ?
    Just update your OS to the newest version (Windows 10) or use electrum together with the nano s to access your coins (even works on windows 7).

    It is very understandable why security-orientated software won't be maintained for outdated OS's. Just use the latest version, or don't. Up to you.

    Ok can you please guide me on how to create a live distro with persistence memory. Also how do I use the terminal in latest linux mint cinnamon distro, what commands do I put in there to access the ledger live as inputting the command chmod +x ledger-live-*.AppImage doesnt work straight away. Newbie question.

    I would use electrum but im sure it doest do firmware updates right only ledger live correct?

    Windows 7 is supported till 2020 I believe and im sure till then it is more secure than windows 10 as I hear win 10 collects data from its users in which windows 7 does not do.
    legendary
    Activity: 1624
    Merit: 2481
    May 17, 2019, 02:53:25 AM
    #45
    Ok is a live linux distro off usb means it is like a ROM as in like cd-rom where nothing is written to the usb meaning whenever I restart linux I have to download and install ledger live over and over again whenever I wanna use it after computer restart?

    Generally, yes.

    But you can create your live distro with a persistence memory. Anything you will store on it, will be available between different sessions (e.g. installed ledger live will be available).



    If so can anyone confirm whether windows 7 safe mode with networking works as the above method seems tedious.

    You asked that already multiple times.
    Try it out, or don't. It is up to you.



    So far it's not looking good for ease of use factor for hardware wallets and if bitcoin wants to grow to the masses this inconvenience needs to be removed you know what I mean.

     Huh

    You are using an outdated OS. What do you expect ?
    Just update your OS to the newest version (Windows 10) or use electrum together with the nano s to access your coins (even works on windows 7).

    It is very understandable why security-orientated software won't be maintained for outdated OS's. Just use the latest version, or don't. Up to you.
    sr. member
    Activity: 1056
    Merit: 270
    May 16, 2019, 12:31:28 PM
    #44
    Ok is a live linux distro off usb means it is like a ROM as in like cd-rom where nothing is written to the usb meaning whenever I restart linux I have to download and install ledger live over and over again whenever I wanna use it after computer restart?

    If so can anyone confirm whether windows 7 safe mode with networking works as the above method seems tedious.

    So far it's not looking good for ease of use factor for hardware wallets and if bitcoin wants to grow to the masses this inconvenience needs to be removed you know what I mean.
    legendary
    Activity: 2758
    Merit: 6830
    May 10, 2019, 07:02:42 PM
    #43
    Ok is Ubuntu the best live linux distro out there? Im looking for a live linux distro thats user friendly like windows you know what I mean and how do I install Ledger Live on Linux?
    I don't think there is such a thing as "best distro". Ubuntu or Linux Mint should do the trick.

    To install Ledger Live on Linux:
    Quote
    1. Go to https://www.ledger.com/pages/ledger-live.
    2. Download the Ledger Live AppImage.
    3. Make the file executable.
    4. In a terminal: chmod +x ledger-live-*.AppImage
    5. Launch the AppImage by double clicking on it or via your terminal.
    https://support.ledger.com/hc/en-us/articles/360006395553-Download-and-install-Ledger-Live
    sr. member
    Activity: 1056
    Merit: 270
    May 10, 2019, 06:58:04 PM
    #42
    They're actually pretty difficult to hard "brick"... and if you have your 24 word seed, then you still have a safe full wallet backup which will enable you to recover your funds if something does go wrong.

    If you're concerned about using Windows 7, you could always try and use a live linux distro... run Ubuntu from a "live" USB drive and connect/update your Ledger that way. Might be "safer" than trying to run Ledger Live on an unsupported OS and have it crashing unexpectedly.

    Creating/Running a live linux distro is relatively easy these days... refer: https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows

    Ok is Ubuntu the best live linux distro out there? Im looking for a live linux distro thats user friendly like windows you know what I mean and how do I install Ledger Live on Linux?
    HCP
    legendary
    Activity: 2086
    Merit: 4361
    May 09, 2019, 03:59:40 PM
    #41
    They're actually pretty difficult to hard "brick"... and if you have your 24 word seed, then you still have a safe full wallet backup which will enable you to recover your funds if something does go wrong.

    If you're concerned about using Windows 7, you could always try and use a live linux distro... run Ubuntu from a "live" USB drive and connect/update your Ledger that way. Might be "safer" than trying to run Ledger Live on an unsupported OS and have it crashing unexpectedly.

    Creating/Running a live linux distro is relatively easy these days... refer: https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows
    sr. member
    Activity: 1056
    Merit: 270
    May 09, 2019, 01:44:42 PM
    #40
    You already asked that question.

    And you received an answer:
    Also can anyone confirm windows 7 safe mode with networking allowed the firmware update?
    Why don’t you try? Tongue


    Why did you wait 3 days until now, instead of trying out for 10 minutes ?

    Just wanted to be safe than sorry. I can try but fear of bricking my nano s if I do it.
    legendary
    Activity: 1624
    Merit: 2481
    May 09, 2019, 08:45:15 AM
    #39
    You already asked that question.

    And you received an answer:
    Also can anyone confirm windows 7 safe mode with networking allowed the firmware update?
    Why don’t you try? Tongue


    Why did you wait 3 days until now, instead of trying out for 10 minutes ?
    Pages:
    Jump to: