Bitcoin Forum
July 05, 2024, 03:26:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: [REQUEST] Developing Bootable Bitcoin-QT  (Read 5276 times)
jubalix
Legendary
*
Offline Offline

Activity: 2618
Merit: 1022


View Profile WWW
June 29, 2013, 07:56:06 AM
 #21

one point

if you build this a nice feature would be to have it work so transactions are done offline by signing, then transferred to another virtual running linux os inside, or other os that only happens when you hit send, an this is what accepts the signed instruction and connects, so it is auto air gapped. The primary os would have no internet driver or so it could not connect, or alternatively if the primary os had to have such this then the virtual os would be the one running you user gui client to make the signing.

This would be done behind the scene away from the user of course

Admitted Practicing Lawyer::BTC/Crypto Specialist. B.Engineering/B.Laws

https://www.binance.com/?ref=10062065
kostagr33k
Full Member
***
Offline Offline

Activity: 309
Merit: 100


View Profile
June 30, 2013, 12:54:34 AM
 #22

@jubalix that would be interesting but since this would be a USB wallet with an "offline" OS it might be overkill / more of a pain. IF you only go online with that USB drive to send , then I'd say you should be almost 99% safe from someone stealing your wallet.

For that to happen, they would have to know when you boot up that system in the short timeframe that it takes you to send coins. And since this system would be firewalled from any incoming connections, it would be fairly hard to get into it.


Kosta
rme (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 504



View Profile
October 12, 2013, 10:36:38 PM
 #23

Bump
doof
Hero Member
*****
Offline Offline

Activity: 765
Merit: 503


View Profile WWW
October 13, 2013, 02:18:38 AM
 #24

good idea.
rme (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 504



View Profile
November 01, 2013, 11:07:30 PM
 #25

Up
devthedev
Legendary
*
Offline Offline

Activity: 1050
Merit: 1004



View Profile
November 03, 2013, 07:11:55 PM
 #26

This is a pretty slick idea! Like others have mentioned, Linux from Scratch is a pretty fantastic framework.

blockgenesis
Sr. Member
****
Offline Offline

Activity: 285
Merit: 250

Bitcoin.org maintainer


View Profile
November 03, 2013, 07:36:38 PM
 #27

This idea should probably not be made available for download until HD (deterministic) wallets are used in the bootable environment.

The reason for this is that in a temporary environment (or with cheap USB storage), there's plenty of risk for new unsaved Bitcoin addresses to be destroyed at shutdown. In case you don't know this, Bitcoin-Qt for instance always create a new Bitcoin address for each payment and moves the "change" of a transaction to this address. There's at least one case of someone who lost a lot of bitcoins in that exact same situation in the past.

Deterministic wallets will be (to my knowledge) immune to this problem, as all Bitcoin addresses generated by these wallets can be re-generated later if the wallet hasn't been saved correctly or when restoring an old backup.

Donation: 18XXXQs1vAQGBAZbXKA322r9Zy1nZac2H4
rme (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 504



View Profile
November 04, 2013, 04:07:11 PM
 #28

This idea should probably not be made available for download until HD (deterministic) wallets are used in the bootable environment.

The reason for this is that in a temporary environment (or with cheap USB storage), there's plenty of risk for new unsaved Bitcoin addresses to be destroyed at shutdown. In case you don't know this, Bitcoin-Qt for instance always create a new Bitcoin address for each payment and moves the "change" of a transaction to this address. There's at least one case of someone who lost a lot of bitcoins in that exact same situation in the past.

Deterministic wallets will be (to my knowledge) immune to this problem, as all Bitcoin addresses generated by these wallets can be re-generated later if the wallet hasn't been saved correctly or when restoring an old backup.

True, we can also change this request to "Developing Bootable Electrum Wallet".

This will save us from downloading the blockchain.

This way we only need a bootable cd + our wallet seed to import our wallet.
kostagr33k
Full Member
***
Offline Offline

Activity: 309
Merit: 100


View Profile
November 04, 2013, 04:42:43 PM
 #29

Is electrum considered the "Safe way" to do it? I know I read in the past people prefer Bitcoin-qt as you have the whole block chain, and less of a chance to get duped.


Thanks

Kosta
rme (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 504



View Profile
November 04, 2013, 05:12:57 PM
 #30

Is electrum considered the "Safe way" to do it? I know I read in the past people prefer Bitcoin-qt as you have the whole block chain, and less of a chance to get duped.


Thanks

Kosta

As I said in the post, I am not developing this, just presenting the idea to the comunity so someone may develop it.

The Bitcoin Core developers have telled to me that they have no time for this so the Electrum ones may have.
super3
Legendary
*
Offline Offline

Activity: 1094
Merit: 1006


View Profile WWW
December 03, 2013, 06:14:54 PM
 #31

Yeah having to download the blockchain would make this quite unusable. Essentially Electrum on LiveCD is all you need. Combine this with a hardware authentication method like YubiKey. Essentially a Trezor like solution for $30.

Bitcoin Dev / Storj - Decentralized Cloud Storage. Winner of Texas Bitcoin Conference Hackathon 2014. / Peercoin Web Lead / Primecoin Web Lead / Armory Guide Author / "Am I the only one that trusts Dogecoin more than the Federal Reserve?"
rme (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 504



View Profile
December 03, 2013, 06:28:05 PM
 #32

We need that someone trusted develop a bootable Electrum with the same requirements as the first idea.
super3
Legendary
*
Offline Offline

Activity: 1094
Merit: 1006


View Profile WWW
December 03, 2013, 06:50:11 PM
 #33

We need that someone trusted develop a bootable Electrum with the same requirements as the first idea.

Put like a $500 bounty for the Electrum part. Probably not hard for someone with LiveCD skills. Just need to add an extra package, and recompile the LiveCD.

Bitcoin Dev / Storj - Decentralized Cloud Storage. Winner of Texas Bitcoin Conference Hackathon 2014. / Peercoin Web Lead / Primecoin Web Lead / Armory Guide Author / "Am I the only one that trusts Dogecoin more than the Federal Reserve?"
frito_mosquito
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 03, 2013, 10:00:17 PM
 #34

We need that someone trusted develop a bootable Electrum with the same requirements as the first idea.

Put like a $500 bounty for the Electrum part. Probably not hard for someone with LiveCD skills. Just need to add an extra package, and recompile the LiveCD.

I am actively working on this, although I am not sure I meet the 'trusted' requirement, as I am rather new to the community.  My plan is to be as transparent as possible, and include detailed instructions for creating the ISO yourself.
frito_mosquito
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 05, 2013, 12:29:05 AM
 #35

Looks like I may be out of my league.  Bitcoin needs an entire suit of linux distributions.  Cold Wallets. Hot wallets. Different node types. All these need their own, custom Linux distro, and possibly even kernel, built from scratch.  That is out of my league for the immediate future.

But that won't keep me from trying.  I will see if I can hack something together.

Regards,
Frito_Mosquito
UncleBen
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 08, 2013, 09:55:45 AM
 #36

If security is a higher goal for that application, why not use a slim and bootable version of OpenBSD with XServer as terminal system?
They don't even found a backdoor after a FBI affair, see: http://arstechnica.com/information-technology/2010/12/openbsd-code-audit-uncovers-bugs-but-no-evidence-of-backdoor/.

Their slogan: "Only two remote holes in the default install, in a heck of a long time!"

Just my 2BTCcents…
jbis1
Newbie
*
Offline Offline

Activity: 50
Merit: 0



View Profile
December 10, 2013, 08:18:06 PM
 #37

I started working on an Electrum live cd. You can find the source at https://github.com/josephbisch/electrum-live-cd-amd64. Build instructions are found in README.md.

The main changes I made are in /config/hooks/ and /config/includes.chroot/. There is no desktop environment, just metacity as the window manager.

An i386 version will be coming soon. In the meantime, you can just modify /auto/config by replacing amd64 with i386. Make sure you run lb config after making the change.

I hesitate to release a build of binary.hybrid.iso for obvious reasons, but will if people really want me to. It is currently at 412MB, but there are probably packages that aren't strictly necessary to run Electrum.

There are currently some known issues. The .xsession script, which starts metacity and electrum when X is started, should restart electrum when it exits with an error. It should shutdown the computer when electrum exits without error, like when you go to file and click on close. Currently, it is shutting down even if electrum exits with an error.

I need to figure out a good way to allow the user to configure their wireless network. Currently just electrum is running, so you must switch to a console and configure your network through there. Suggestions welcome.

As always with Electrum, if you import a private key, you must backup your wallet. Any private keys you import will not be regenerated from your seed.

https://i.imgur.com/6Q1VfNn.png

https://i.imgur.com/FoMvWgG.png
GianniDalerta
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile WWW
December 13, 2013, 08:22:29 PM
 #38

this is awesome! been wanting to provide my family and friends a working cold storage system. This I think is a great way to do it.
rme (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 504



View Profile
February 04, 2014, 08:49:01 PM
 #39

Bump
bitcoinbitcoin
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
February 16, 2014, 08:38:10 AM
Last edit: February 16, 2014, 10:01:13 AM by bitcoinbitcoin
 #40

Currently, what is the most secure Linux Distro to run BitcoinQT or Armory?
Is Linux-TAILS the best or something else better? But is it possible to install TAILS to an internal hard drive while still having persistence?
Is there another distro with TOR on by default, that you can install on a hard drive?

Or is there a newer custom Bitcoin Distro? Like LinuxCoin or Bitsafe, but they are old.
Sorry if this is redundant, it's hard to keep up with the latest custom Bitcoin Distros.
Pages: « 1 [2] 3 »  All
  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!