12

It is a nice project and all, but I think in 2013 it shouldn't be a challenge to save all of an application's files into its own folder (maybe even by default), so you can use it without installing/uninstalling.

I just don't have that much space on drive C. I use drive D for stuff. Is there a solution?

Google just brought me to this discussion which lead to all the fancy alternatives to the original client. I just want to try original Bitcoin-Qt first.

Would no one be interested in a portable Bitcoin-Qt? It would be very useful in my opinion.

Peter Mortensen
  • 394
  • 2
  • 9
superuser
  • 387
  • 3
  • 15

2 Answers2

8
  1. Put the bitcoin-qt.exe binary in the folder
  2. Create a bitcoin.bat file
  3. Open the file with notepad
  4. Add the following line: bitcoin-qt.exe -datadir=.
  5. From now on you can start by double-clicking the bat
cdecker
  • 9,498
  • 1
  • 39
  • 61
1

Make a folder called "data" in same folder as the application.

In a batch file, develop this code:

bitcoin-qt.exe -datadir=./data/
Peter Mortensen
  • 394
  • 2
  • 9