Pages:
Author

Topic: making mining pool problems - page 2. (Read 2172 times)

hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
April 09, 2015, 07:07:03 PM
#2
Can you give more details? If you want to run Bitcoin-qt, you can download it from https://bitcoin.org/en/download and install it.

FYI: You can't run Bitcoin-qt via terminal, but you can run Bitcoind or Bitcoin-cli.

Better answers can be expected(from others and me) if you can post more details like what problem you are occuring, when it occur etc...

Edit: Recommended configuration(Bitcoin.conf):

Code:
server=1
rpcuser=a_username_which_isn't_easily_guessed.
rpcpassword=a_long_random_password
rpctimeout=60
rpcport=8332
paytxfee=0.0001

• Windows: Go to %AppData%\Bitcoin and create a new notepad file and name it "bitcoin.conf". After you do, open it and add the above code with preferred username and password and save it.
• Linux: Type "nano ~/.Bitcoin/bitcoin.conf" in terminal and add above code with preferred username and password and save it.
• Mac: Type “nano "~/Library/Application Support/Bitcoin/"” in terminal aand add above code with preferred username and password and save it.

Now run "bitcoind -daemon". Hopefully, blockchain will be downloaded now.
newbie
Activity: 13
Merit: 0
April 09, 2015, 04:58:03 PM
#1
hi not to sure if this is in the right sections if so sorry mod

main question
im able to do all the compiling
./autogen
./configure
make

etc

but when i run it it tells me to switch over to bitcoin-qt i cant seem to get the wallet setup let alone start downloading the blockchain via terminal
also keep running into the problem of pointing the bitcoin-qt to the conf file

any tips and help any one can provide would be much appreicated


schwartzs
Pages:
Jump to: