Questions about crypto-currencies and the Linux operating system, including mining and transferring Bitcoins on Linux.

learn more… | top users | synonyms

1
vote
1answer
68 views

Generate address (for receiving) on GNU/Linux without Bitcoin client?

If I understand it correctly, I could generate a valid Bitcoin address (key pair) following this algorithm. With an address generated in such a way I would be able to receive Bitcoin without ever ...
1
vote
0answers
33 views

How to change user permissions on the /blocks/ folder in linux?

I have three users on my linux system. root, daemonuser, and abeuser. daemonuser runs bitcoind abeuser runs ABE I cannot seem to change the permission of my "blocks" folder so that abeuser can read ...
0
votes
0answers
69 views

Bitcoind compilation in Ubuntu

When I try to compile bitcoind on a Ubuntu 10.04 machine I do: make -f makefile.unix but get errors such as: In file included from db.cpp:6: db.h:14:20: warning: db_cxx.h: No such file or ...
0
votes
0answers
124 views

Mining not working on my laptop

I am trying to mine Litecoins with cpuminer (in a pool) and I am getting strange results. Everything is working fine on my personal computer but when I try to do the same thing on my other laptop ...
0
votes
1answer
120 views

Bitcoin-qt read block error

I am using linux mint 14 and was in the process of loading block files. I had a power failure and now it tells me failed to read Block. I would delete the blockchain and start over but IDK where to ...
1
vote
1answer
117 views

How to configure CGMiner with CPU?

I'd like to start mining Bitcoins on a CPU for testing purposes. I've downloaded CGMiner, compiled it and created a config file without any problems, however starting it results in an error message: ...
0
votes
1answer
445 views

Trouble CPU Mining with CGMiner and CPUMiner on Ubuntu Server 12.04

I just started mining within the past week on my laptop but I am trying to set up 2 dedicated mining servers to run 24/7. I've been using UfaSoft's CPUMiner on Windows 8 on the laptop, but I cant seam ...
0
votes
1answer
55 views

How do I show my wallet from the command line?

How can I show/open my wallet in gui-less linux version? I tried to show the contents with cat but it's only binary data (which makes sense). The --help option of bitcoin/bin/64/bitcoind also doesn't ...
3
votes
1answer
68 views

Are hardlinks responsible for the bitcoin data directory appearing larger than expected?

I was running bitcoind from my Linux box. I stopped the command when ~/.bitcoin size was about 5.8GB. Today I started the daemon again. ~/.bitcoin size is now 7.2GB. Here is says that the blockchain ...
1
vote
1answer
75 views

How to change bitcoind 0.8.1 bind settings?

I would like to setup bitcoind to run in the background but not have live bindings. I have tried the following: bitcoind bitcoind -server bitcoind -daemon bitcoind -daemon -server bitcoin.conf ...
4
votes
1answer
438 views

How can I convert a SHA256 hash into a Bitcoin base58 private key?

How can I take the output of sha256sum sudofox@ubuntu:~$ echo -n 'Hi guys!' | sha256sum 7542fb6685f9fd8f37d56faf62f0bb4563684a51539e4b26f0840db361e0027c - and turn it into a Base58Check encoded ...
4
votes
1answer
281 views

How to run a bitcoin server with automatic restart and backup?

What would be the best way to start writing a script to automatically run a bitcoind server on an Ubuntu startup, make regular backups and restart from a backup on error. Would this normally be done ...
3
votes
1answer
266 views

Port forwarding plus Bitcoin

Bitcoin has only 8 active connections, and I read somewhere that it helps to forward ports. I know how to forward a port, but which port should I forward, and how should I tell Bitcoin-qt to use the ...
2
votes
2answers
261 views

Transaction delayed >12 hours by Satoshi Bitcoin client

Yesterday I sent 20 BTC to 1Hj8kJ3rq4c4Hn9Prtw45Zue791f4Nc9L3 with a 0.0001 fee and transaction Id 30d1ef9aa05898b11b5ee4f5f5e703a822a821fb499c647b658fc3cb67a899b8. My Satoshi client said today that ...
1
vote
1answer
48 views

Where is the part in code related to the installation on Linux/Mac and windows?

Where in the source code is the part related to the GUI and platform depended installation?
3
votes
4answers
586 views

How do i install bitcoind on my redhat linux server?

I have recently created an api that runs the bitcoind commands. I had it running on another server, but it was setup by someone else. I have been searching for sensible instructions on how to install ...
1
vote
1answer
278 views

How can I retrieve my bitcoins when the client crashes as soon as it begins synchronizing

As soon as the client begins synchronizing it crashes. It's stuck at 139,500 blocks left. I am brand new to bitcoin and sent $300 to an address on this client.
2
votes
1answer
4k views

How to start pool mining in Linux

I have read numerous how-to and tutorials (most of them outdated) on how to simply start mining on a pool and I wasn't be able to do it. Could someone simply describe/enumerate how can someone start ...
1
vote
0answers
172 views

Linux app (non-GUI) for benchmarking bitmining server's perfomance

Is there a Linux application that can benchmark the bitmining perfomance of a headless server ? The application could run from the shell (terminal). Up to know I have found this that requires Java.
2
votes
1answer
1k views

Underclock GPU Memory below “Recommended” Limits on Linux

I'd like to try underclocking my GPU Memory. Based on what I've read, this is frequently done to reduce heat without sacrificing hashrate, and can sometimes even boost the hashrate if done carefully. ...
9
votes
1answer
426 views

How safe is it to use a Linux live CD to access my savings wallet?

It's clearly safe to create a savings wallet offline with a live CD, as no data can be sent to an attacker even if the live CD image is compromised (which seems unlikely). However, when it comes to ...
5
votes
1answer
1k views

How can I copy the blockchain from my working client for use with a live CD savings wallet?

I have the Bitcoin client installed on my Windows PC, but I want to set up a savings wallet with better security that I access with an Ubuntu live CD. I don't want to have to download the entire ...
2
votes
0answers
875 views

Litecoin binary for Linux

Is there any LiteCoin binary precompiled for Linux? I would prefer staticaly linked but would also dynamicaly linked a try. A plus is given for a .deb archive, two pluses for a ppa or other ...
8
votes
1answer
5k views

How can I start mining Bitcoin?

Ok. I don't care if I make only a small amount of bitcoins mining. I want to mine. How do I setup my machine (amd x64 4.6Ghz 6GB/RAM with GeForce Nvidia 7300, LinuxMint 10) to start mining? Is it ...
7
votes
3answers
1k views

Are there any linux distros that have the bitcoin client pre-included?

Ideally would be able to make a bootable usb with a lightweight linux os which already included the bitcoin client.
25
votes
6answers
9k views

Is CPU mining even worth it?

I would like to start mining, but my GPU isn't the greatest and I don't really want to spend the money on a dedicated rig. Is mining from my CPU (in a Linux environment) still worth it? Or will I not ...