Feathercoin Hardware Wallet
-
One of the biggest threats to Crypto holders is the compromise of their computer by keylogger or Trojan. Therefore I would like to suggest a hardware wallet similar to the [url=http://www.bitcointrezor.com/]Trezor[/url]. I will contact them later today to find out how easy their spec would be to port over to Feathercoin but I would also like to know if anyone has some thoughts on how we could produce something like this ourselves.
Could you make something like this with a simple USB memory stick with a fragmented key? One of the clever things about the trezor is that the private key never leaves the device, all it does is sign transaction so there’s no opportunity for a virus to intercept the the information.
-
I agree, my son and his mates are new users and all they talk about is how to secure their “wallets”.
-
I think this should become a priority if possible.
I would love to have a hardware wallet.
Set to Notify.
-
Is a hardware wallet any better than a simple and cheap paper wallet? I see hardware still as something that’s able to brake down so only the spyware danger is solved.
-
Cool … I want one !
-
[quote name=“mharrison” post=“52280” timestamp=“1389752187”]
Interesting, I have never thought of anything like this. If I get time this week I may pull out my chips and see if I can get a prototype working.
[/quote]You’ve only been here 5 minutes and you’re fast approaching legendary status.
-
[quote name=“mharrison” post=“52291” timestamp=“1389757374”]
[quote author=chrisj link=topic=6832.msg52282#msg52282 date=1389752610]
[quote author=mharrison link=topic=6832.msg52280#msg52280 date=1389752187]
Interesting, I have never thought of anything like this. If I get time this week I may pull out my chips and see if I can get a prototype working.
[/quote]You’ve only been here 5 minutes and you’re fast approaching legendary status.
[/quote]This skill is self taught and more of a hobby. I cannot guarantee that I will get something to work. If I don’t, the failures I come across could help others that attempt this.
[/quote]Well that’s the beauty of open source. Appreciate every minute you put in. I also mentioned your tip bot on the Peace News Now interview just now.
-
[quote name=“mharrison” post=“52280” timestamp=“1389752187”]
Interesting, I have never thought of anything like this. If I get time this week I may pull out my chips and see if I can get a prototype working.
[/quote]Regardless of achieving this, +1 for even considering an attempt.
-
I’m going to write this hoping I don’t come across as a bit mental. I must admit, a combination of being a ‘double door checker’ upon locking house doors and being new to crypto, the whole topic of ‘securing wallets’ is one that ever so slightly plays on my mind. I’m not plagued by OCD or anything, but my initial thoughts about a paper wallet (and please correct me if I’m wrong), is that whilst you can check to make sure the money is in that address, you can’t do a ‘disaster recovery’ to make sure you can successfully retrieve the funds without rendering the security advantages of the ‘offline’ wallet useless? And I’m not even a compulsive checker, haha. :)
-
From what I can tell, provided it is only for doing offline signing of transactions, your wallet still exists even if the device is destroyed right? Surely there’s a way this can be done where you can create a paper wallet, hold the private and public keys in a physical form, and use the usb hardware to simply just sign the transactions right?
-
I love this idea very much and would love to buy one.
-
[quote name=“chrisj” post=“51724” timestamp=“1389603961”]
One of the biggest threats to Crypto holders is the compromise of their computer by keylogger or Trojan. Therefore I would like to suggest a hardware wallet similar to the [url=http://www.bitcointrezor.com/]Trezor[/url]. I will contact them later today to find out how easy their spec would be to port over to Feathercoin but I would also like to know if anyone has some thoughts on how we could produce something like this ourselves.Could you make something like this with a simple USB memory stick with a fragmented key? One of the clever things about the trezor is that the private key never leaves the device, all it does is sign transaction so there’s no opportunity for a virus to intercept the the information.
[/quote]I can make PoC like Trezor with Raspberry Pi. Here isn’t just communication between devices but also doing the right transactions ( inputs and outputs ).
Check the “watching-only” feature on armory wallet and there you go :) -
[quote name=“Calem” post=“52353” timestamp=“1389786199”]
From what I can tell, provided it is only for doing offline signing of transactions, your wallet still exists even if the device is destroyed right? Surely there’s a way this can be done where you can create a paper wallet, hold the private and public keys in a physical form, and use the usb hardware to simply just sign the transactions right?
[/quote]You have it exactly right. That’s why hardware wallets are interesting: Because they can generate the required transaction offline, allowing you to send it using whatever mechanism you have (think USB->Software->Internet, or Bluetooth->Phone->App->Internet).
I’d love to help with this. I’ve got a lot of old experience doing 8-bit ASM on 8051s, can code my way out of an interrupt trap in VHDL, and can make an arduino sing. Let me know what you’re planning.
-
[quote name=“Kevlar” post=“52602” timestamp=“1389861271”]
[quote author=Calem link=topic=6832.msg52353#msg52353 date=1389786199]
From what I can tell, provided it is only for doing offline signing of transactions, your wallet still exists even if the device is destroyed right? Surely there’s a way this can be done where you can create a paper wallet, hold the private and public keys in a physical form, and use the usb hardware to simply just sign the transactions right?
[/quote]You have it exactly right. That’s why hardware wallets are interesting: Because they can generate the required transaction offline, allowing you to send it using whatever mechanism you have (think USB->Software->Internet, or Bluetooth->Phone->App->Internet).
I’d love to help with this. I’ve got a lot of old experience doing 8-bit ASM on 8051s, can code my way out of an interrupt trap in VHDL, and can make an arduino sing. Let me know what you’re planning.
[/quote]Trezor is quite interesting ( hard ) project. It need to work with few types of wallets + not all of the wallets have api/rpc enabled and most of the wallets are encrypted.
According me the main issue is to make Trezor to work without any additional software that need to be installed on the online machine. If someone solve this you can make Trezor like hardware wallet very very easy for crypto currency that have only one wallet for it. -
[quote name=“slavco” post=“52609” timestamp=“1389864820”]
[quote author=Kevlar link=topic=6832.msg52602#msg52602 date=1389861271]
[quote author=Calem link=topic=6832.msg52353#msg52353 date=1389786199]
From what I can tell, provided it is only for doing offline signing of transactions, your wallet still exists even if the device is destroyed right? Surely there’s a way this can be done where you can create a paper wallet, hold the private and public keys in a physical form, and use the usb hardware to simply just sign the transactions right?
[/quote]You have it exactly right. That’s why hardware wallets are interesting: Because they can generate the required transaction offline, allowing you to send it using whatever mechanism you have (think USB->Software->Internet, or Bluetooth->Phone->App->Internet).
I’d love to help with this. I’ve got a lot of old experience doing 8-bit ASM on 8051s, can code my way out of an interrupt trap in VHDL, and can make an arduino sing. Let me know what you’re planning.
[/quote]Trezor is quite interesting ( hard ) project. It need to work with few types of wallets + not all of the wallets have api/rpc enabled and most of the wallets are encrypted.
According me the main issue is to make Trezor to work without any additional software that need to be installed on the online machine. If someone solve this you can make Trezor like hardware wallet very very easy for crypto currency that have only one wallet for it.
[/quote]I’ve checked more about the Trezor. There you go it has client side software https://github.com/trezor/python-trezor => Anyone experienced dev. can make Trezor like PoC in less then a week.
-
[quote name=“slavco” post=“52609” timestamp=“1389864820”]
Trezor is quite interesting ( hard ) project. It need to work with few types of wallets + not all of the wallets have api/rpc enabled and most of the wallets are encrypted.
According me the main issue is to make Trezor to work without any additional software that need to be installed on the online machine. If someone solve this you can make Trezor like hardware wallet very very easy for crypto currency that have only one wallet for it.
[/quote]If someone was to make a hardware wallet, I think it would best if it was exclusively for ftc. For a start, it would be simpler to design, program, test etc. Second, It would boost ftc adoption and pave the way for brick and mortar stores. It would allow merchant facilities to start thinking about how could offer / implement it into their pre-existing services.
From there, the unit could be upgraded/expanded to handle other crypto’s I suppose. But I just think it would be epic having our own hardware wallet for everyday use, that is available exclusively from the very community it was designed for.
-
[quote name=“Calem” post=“53137” timestamp=“1390028537”]
[quote author=slavco link=topic=6832.msg52609#msg52609 date=1389864820]
Trezor is quite interesting ( hard ) project. It need to work with few types of wallets + not all of the wallets have api/rpc enabled and most of the wallets are encrypted.
According me the main issue is to make Trezor to work without any additional software that need to be installed on the online machine. If someone solve this you can make Trezor like hardware wallet very very easy for crypto currency that have only one wallet for it.
[/quote]If someone was to make a hardware wallet, I think it would best if it was exclusively for ftc. For a start, it would be simpler to design, program, test etc. Second, It would boost ftc adoption and pave the way for brick and mortar stores. It would allow merchant facilities to start thinking about how could offer / implement it into their pre-existing services.
From there, the unit could be upgraded/expanded to handle other crypto’s I suppose. But I just think it would be epic having our own hardware wallet for everyday use, that is available exclusively from the very community it was designed for.
[/quote]For bigger adoption I don’t think hardware wallet is the key. I think the community will benefit much more from blockchain.info like wallet e.g. adoption will be bigger. You still control your funds, it’s accessible & usable from any device ( even from devices that use stores where bitcoin like wallets are blocked ), makes almost no traffic, it’s extremely secure… :)
-
[quote name=“slavco” post=“53355” timestamp=“1390128616”]
For bigger adoption I don’t think hardware wallet is the key. I think the community will benefit much more from blockchain.info like wallet e.g. adoption will be bigger. You still control your funds, it’s accessible & usable from any device ( even from devices that use stores where bitcoin like wallets are blocked ), makes almost no traffic, it’s extremely secure… :)
[/quote]Oh for sure. I just would love to see a hardware wallet specific to ftc.
There’s a lot more important things right now aside from a HW Wallet. LINK, FLUX, the new website and community organisation, lizhi’s fpga’s, netnerd’s physical coins and etc and so fourth take priority.
-
[quote name=“Calem” post=“53137” timestamp=“1390028537”]
[quote author=slavco link=topic=6832.msg52609#msg52609 date=1389864820]
Trezor is quite interesting ( hard ) project. It need to work with few types of wallets + not all of the wallets have api/rpc enabled and most of the wallets are encrypted.
According me the main issue is to make Trezor to work without any additional software that need to be installed on the online machine. If someone solve this you can make Trezor like hardware wallet very very easy for crypto currency that have only one wallet for it.
[/quote]If someone was to make a hardware wallet, I think it would best if it was exclusively for ftc. For a start, it would be simpler to design, program, test etc. Second, It would boost ftc adoption and pave the way for brick and mortar stores. It would allow merchant facilities to start thinking about how could offer / implement it into their pre-existing services.
From there, the unit could be upgraded/expanded to handle other crypto’s I suppose. But I just think it would be epic having our own hardware wallet for everyday use, that is available exclusively from the very community it was designed for.
[/quote]I like your exclusivity argument… 8)
-
One can generate a pair of keys with Vanitygen or [url=http://featheraddress.org]FeatherAddress[/url], encrypt the private key with a password you never forget, print out the result and hang on a wall :)