Bitcoin Forum
April 19, 2024, 07:57:23 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: BTC Vault - Secure Bitcoin Live-CD  (Read 6946 times)
dswd (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 01, 2013, 10:54:28 AM
 #1

http://dswd.github.com/btcvault

Hi folks,

I want to share something with you that I originally prepared for myself: BTC Vault.

BTC Vault is a Linux Live-CD that should help to store and handle bitcoins securely.
It is a minor adaptation of the Slax Linux distribution with my contribution being so small that you can check it for yourself and see that it does not contain malicious code. If you did the check, please post it here along with the checksums of the files inside your slax directory.

More information is located on the homepage: http://dswd.github.com/btcvault
1713556643
Hero Member
*
Offline Offline

Posts: 1713556643

View Profile Personal Message (Offline)

Ignore
1713556643
Reply with quote  #2

1713556643
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713556643
Hero Member
*
Offline Offline

Posts: 1713556643

View Profile Personal Message (Offline)

Ignore
1713556643
Reply with quote  #2

1713556643
Report to moderator
1713556643
Hero Member
*
Offline Offline

Posts: 1713556643

View Profile Personal Message (Offline)

Ignore
1713556643
Reply with quote  #2

1713556643
Report to moderator
Istie
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
April 01, 2013, 01:15:35 PM
 #2

thx for the link!
Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
April 01, 2013, 03:05:37 PM
 #3

Nice, it has the Javascript-based wallets as well, so includes static pages for BitAddresss.org, Brainwallet.org and Blockchain.info/wallet.

It is a minor adaptation of the Slax Linux distribution with my contribution being so small that you can check it for yourself and see that it does not contain malicious code. If you did the check, please post it here along with the checksums of the files inside your slax directory.

Has anyone reviewed the following yet?

Quote
The file 9999-btcvault.sb contains all BTC Vault specific changes to Slax. Those changes are not many, so you can just unpack that module using the unsquashfs command and check the contents manually.
- http://dswd.github.com/btcvault/security.html


Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
April 01, 2013, 03:11:52 PM
 #4

BTC Vault is a Linux Live-CD that should help to store and handle bitcoins securely.

Also, this may need clarification:

Quote
With the electrum bitcoin client it is enough to backup the master key called "seed":
You can print it out and store it in a safe place.
You can encrypt it and store it on another safe computer or on a usb stick.
You can use steganography to hide it in an image file.
- http://dswd.github.com/btcvault/security.html

The problem is if someone imports a private key to Electrum, that Electrum wallet still needs to be backed up -- just having the seed is not sufficient.

Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


dswd (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 01, 2013, 03:21:29 PM
 #5

The problem is if someone imports a private key to Electrum, that Electrum wallet still needs to be backed up -- just having the seed is not sufficient.

You are absolutely right, I will change the page to clarify that.

@Stephen Gornick:
BTC Vault does not include a local copy of blockchain.info (as this side requires a server) but only a link to it.
Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
April 02, 2013, 01:40:37 AM
 #6

BTC Vault does not include a local copy of blockchain.info (as this side requires a server) but only a link to it.

Ah, I was remembering some method that their HTML page with javascript allowed offline wallet access. 

I guess the script to decrypt a wallet might work instead to provide offline access to a blockchain.info AES-encrypted wallet. Perhaps that would make a useful addition to a future release?
 - https://gist.github.com/fcicq/3368495

Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


dswd (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 06, 2013, 09:31:57 PM
 #7

Hello,

short notification: BTC Vault 0.2 just released:

- Added local copy of bitaddress.org with shortcut on desktop and in menu
- Disabled flash plugin by default
- Disabled Xorg server network functionality
- Added 7z encryption capability
- Some bugfixes

All information and the download is available under http://dswd.github.com/btcvault


@Stephen Gornick:

There is a Firefox extension for blockchain.info that contains static javascript and pages. I will have a look into it and try to include it in the next version.
e521
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
April 06, 2013, 10:54:10 PM
 #8

I will try this out thanks

maxmint
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
April 06, 2013, 11:01:23 PM
 #9

Would be great to have this with Armory on it.

My PGP-Key: 462D02D8
Verify my messages using keybase: https://keybase.io/maxmint
Stampbit
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
April 06, 2013, 11:31:35 PM
 #10

This looks neat but the fact its targeted towards bitcoin makes me uneasy. Better to use a target neutral secure live cd.
dswd (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 06, 2013, 11:37:09 PM
 #11

@maxmint: Armory needs the full block chain (if I am right). This does not make for a good live cd if you need to download a couple of hundred megabytes each time and have no place to store it other than RAM.

@Stampbit: A neutral live-cd does not include any Bitcoin-related software. Fetching such software would be as insecure on a live cd as on a normal computer (maybe even worse as you would have to do it over and over again). I tried to minimize my Bitcoin-specific contribution so people can verify it.
log2exp
Full Member
***
Online Online

Activity: 174
Merit: 114


View Profile
April 07, 2013, 01:00:11 AM
 #12

Thanks, will give it a try on a USB key.
maxmint
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
April 07, 2013, 09:42:16 AM
 #13

@maxmint: Armory needs the full block chain (if I am right). This does not make for a good live cd if you need to download a couple of hundred megabytes each time and have no place to store it other than RAM.

Armory can run just fine without the block chain on an offline system, but only to provide an offline wallet. But I guess you weren't planning an offline system.

My PGP-Key: 462D02D8
Verify my messages using keybase: https://keybase.io/maxmint
superbit
Hero Member
*****
Offline Offline

Activity: 763
Merit: 500



View Profile
May 23, 2013, 10:08:17 PM
 #14

@maxmint: Armory needs the full block chain (if I am right). This does not make for a good live cd if you need to download a couple of hundred megabytes each time and have no place to store it other than RAM.

Armory can run just fine without the block chain on an offline system, but only to provide an offline wallet. But I guess you weren't planning an offline system.

This would be great if it had the offline version of armory, you could then use it to sign the transactions of your online wallet all on the same machine.

https://bitfinex.com/?refcode=UInJLQ5KpA <-- leveraged trading of BTCUSD, LTCUSD and LTCBTC (long and short) - 10% discount on fees for the first 30 days with the refcode
My feedback thread: Forum thread
ChiangYay
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
June 01, 2013, 05:47:19 AM
 #15

bootinst doesnt work.
Keep asking to insert a disk into drive \Device\Harddisk2\DR2.
What does it mean?
JSMill
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
June 01, 2013, 08:28:18 PM
 #16

This is great, thanks.  Having armory on it would be awesome though.
Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
July 17, 2013, 07:17:47 AM
 #17

Recently shared was a similar project based on Puppy Linux:


Portable Encrypted USB Bitcoin Wallet (Puppy Linux, Electrum)
 - http://bitcointalk.org/index.php?topic=257672.0
 - http://www.musicresolutions.com/portfolio/portable-encrypted-usb-bitcoin-wallet-puppy-linux-electrum

Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


Abdussamad
Legendary
*
Offline Offline

Activity: 3598
Merit: 1560



View Profile
July 20, 2013, 03:30:45 AM
 #18

Does this make use of the swap partition if one exists on the hard drive? If it does that should be changed because it could leave behind traces of private keys. Tails os for instance does not do that:

https://tails.boum.org/
letcore
Newbie
*
Offline Offline

Activity: 29
Merit: 0



View Profile
October 09, 2013, 09:16:59 PM
 #19

http://dswd.github.com/btcvault

Hi folks,

I want to share something with you that I originally prepared for myself: BTC Vault.

BTC Vault is a Linux Live-CD that should help to store and handle bitcoins securely.
It is a minor adaptation of the Slax Linux distribution with my contribution being so small that you can check it for yourself and see that it does not contain malicious code. If you did the check, please post it here along with the checksums of the files inside your slax directory.

More information is located on the homepage: http://dswd.github.com/btcvault

Downloaded. Love the included Brainwallet and Bitaddress websites. Also very small, loads quick, works fast and even connects to internet quickly. Great stuff.

It's brilliant.

A little reward to say thank you is on it's way in Bitcoin form! Smiley
keo
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
October 23, 2013, 03:59:11 PM
 #20

Updated BTC Vault with Electrum 1.8.1 and newest bitaddress + brainwallet scripts.

Dennis - here's a pull request: https://github.com/dswd/btcvault/pull/1

Please create a new release if you see fit.


Here's my own build until then: https://www.dropbox.com/sh/lwbfziicvu7142e/-hPxHQZAFb
Pages: [1] 2 »  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!