Title: Bitcoin on OpenSuse 11.4 Post by: AgoristTeen2 on May 20, 2011, 09:23:53 PM Hey, I am trying to install Bitcoin on my computer that runs OpenSuse 11.4...I have the tar.gz file downloaded and extracted but...I don't know what to do next...any help would be very much appreciated.
Title: Re: Bitcoin on OpenSuse 11.4 Post by: feldwebel on May 21, 2011, 04:18:47 AM 1. Go to bitcoin-0.3.21/bin/32 or 64 depends on your system.
2. copy files bitcoin and bitcoind to /home/<username>/bin . 3. Set them as executables (+x). 4. Create in /home/<username>/.bitcoin a file bitcoin.conf and add there two strings: rpcuser=myusername rpcpassword=secretpassword 5. Profit |