Bitcoin Forum

Bitcoin => Wallet software => Topic started by: Marker88 on June 10, 2011, 08:48:39 PM



Title: Bitcoin Portable!
Post by: Marker88 on June 10, 2011, 08:48:39 PM
I decided to make this because i wanted a portable client, all you need to do is follow the readme Very simple.

Planing to add Encryption in later versions.

http://www.mediafire.com/?ji2dxyoa98d2iru


Title: Re: Bitcoin Portable!
Post by: wumpus on June 11, 2011, 05:29:02 PM
Can you give some more details as to what you made?

Also, how do we know we can trust this? A rar file containing executables but no source from a downloading site, I think most of the people here will be to paranoid to use this. And they're right, it might mail the wallet to you or something :p


Title: Re: Bitcoin Portable!
Post by: Madstudios30620 on June 11, 2011, 05:34:01 PM
Trusting strangers......its not always wise.

Id like some instructions and docs how this works on a
windows 7 64-bit machine with an AMD, etc.

And some source made available for those who know how to look at.

probably just trying to get the software out there as quick as possible.....


WE NEED DOCS


Title: Re: Bitcoin Portable!
Post by: Scribbler on June 11, 2011, 05:53:33 PM
The .bat file is:

Code:
@echo off
"\files\bitcoin.exe" -datadir=.\Wallet

So basically it launches the Bitcoin client and tells it where to find the data/wallet files.

The bitcoin.exe included doesn't match filesize for the most current bitcoin.exe from the official site, it's about 3mb smaller.
There's a libeay32.dll in with the bitcoin.exe, which is an OpenSSL library, if bitcoin.exe normally needs access to OpenSSL, then I'd assume this is just included as a dependency, if not then I'd be suspicious.

Just my quick look :-P


Title: Re: Bitcoin Portable!
Post by: ius on June 11, 2011, 08:48:27 PM
The .bat file is all there's to it. The client included was not tampered with as I downloaded it, but actually v0.3.21 (ie. not the latest).

In general, be careful, and if you really feel the need to run a third-party-supplied bitcoin client then at least check it's hashes (see the READMEs in http://sourceforge.net/projects/bitcoin/files/Bitcoin/ - unforntunately the latest release doesn't appear to be signed).

For future reference, hashes of a couple of bitcoin binaries (old and new) as I got them from Sourceforge: http://pastie.org/2053642


Title: Re: Bitcoin Portable!
Post by: zellfaze on June 23, 2011, 08:55:53 PM
I wonder whether or not it might be better to try to build a portable Bitcoin using the Portable Apps Platform instead of just batch files.

Also, if you are going to use batch files, it might be worth the effort to add a few fallback nodes to the command as well.  A lot of public computers have the ports for IRC blocked.