The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
113 views

Where is the config file of bitcoin-qt kept?

I keep getting this error: EXCEPTION: N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_15 program_options26invalid_config_file_syntaxEEEEE the options configuration file contains an ...
0
votes
0answers
11 views

Does bitcoin.conf exapands environment variables?

I would like to keep passwords and such on environment variables, like: rpcuser=$RPC_USER rpcpassword=$RPC_PASSWORD Is it possible?
0
votes
0answers
92 views

configuring connection to the mining pool

I am trying to configure connection to a mining pool from many computers through mining_proxy using the following example Everything works fine, but the problem is that I am skipping the part where I ...
1
vote
1answer
916 views

Bitcoin-qt setup: Change block-chain file location, settings? documentation?

Installing BitCoin-qt. Have been reading about BitCoin basics but found very little info on the client. Have a few questions about Bitcoin-QT program.(v0.8.1-beta under Windows 7), Where is the ...
1
vote
1answer
92 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 ...
2
votes
1answer
880 views

What GPU-APU configuration should I buy for mining Bitcoins?

I want to make own computer for mining bitcoins. I read a lot of it but I have some questions. I want to buy APU + Graphic card and I am wondering when I my computer is mining is using for that CPU + ...
4
votes
2answers
848 views

Pool mining through the TOR network?

Is it possible to mine Bitcoins at a pool through the TOR network? If so, how would one configure the appropriate tools?
3
votes
2answers
541 views

What does the `gen` option in bitcoin.conf do?

The gen option isnt copiously described in the sample bitcoin.conf file ... does that mean that the daemon started up will attempt to mine for coins?
8
votes
1answer
249 views

Is it possible to run more than one client instance on a machine?

Is it possible to run more than one Bitcoin client at the same time on the same machine? I tried to set different working ports, but it seems not to be working.
14
votes
1answer
3k views

Why can't I get over 8 connections on my client?

How do I make my client acquire more than 8 connections? What settings in firewall and operating system, or flags at execution do I need to use to allow it?