Bitcoin Forum
May 08, 2024, 07:26:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 21 22 23 24 25 26 27 »
301  Bitcoin / Bitcoin Technical Support / Re: bitcoin-qt: Move Downloaded blockchain to another installation on: February 16, 2013, 03:26:13 PM
You need to run bitcoin with the command "-datadir E:\" change the path to wherever you want your bitcoin directory to be.
302  Bitcoin / Bitcoin Technical Support / Re: Cannot get blocks by downloading or bootstrap on: February 16, 2013, 03:17:23 PM
Just checking you didn't actually put /path/to/bootstrap.dat but the path to the bootstrap right? ( like C:\Users\"Your user name"\Appdata\Roaming\Bitcoin )  Note: I believe the correct separate for windows is a back-slash(\) I used forward-slash(/) because I'm used to linux, you may want to double check this.

7.2 is supposed to auto-detect when the bootstrap file is in the bitcoin directory.

You say it started without loading the blocks, do you mean you didn't have all the blocks loaded when it started or that number of blocks wasn't increasing as it started?

This is a shot in the dark but the bitcoin client may simply update its blockchain from the bootstrap file in the same way it updates form the bitcoin network, witch means it will take awhile.

If all else fails you can try downloading blk001.dat, blk002.dat, blk003.dat, and blkindex.dat (the blockchain files) and use those instead of bootstrap.dat.
303  Bitcoin / Bitcoin Technical Support / Re: Cannot get blocks by downloading or bootstrap on: February 15, 2013, 02:31:57 PM
I downloaded the bootstrap from here: http://eu2.bitcoincharts.com/blockchain/

Here is the problem, Embarrassed I misread your post and thought you had downloaded blk001.dat, blk002.dat, blk003.dat, and blkindex.dat. (the blockchain files)  Since you have the bootstrap file you need to run Bitcoin-QT with the parameter -loadblock=/path/to/bootstrap.dat (for example, in windows, if you put the bootstrap.dat in the "C" directory the path would be C:/bootstrap.dat)

P.S. What Bitcoin-QT version are you running? Huh
304  Bitcoin / Bitcoin Technical Support / Re: Cannot get blocks by downloading or bootstrap on: February 14, 2013, 03:13:43 PM
Delete the entire folder besides the wallet and configuration file.  Do NOT put the blockchain files in yet.  Run the bitcoin-qt client, go to options, and check "detach database at shutdown".  Close the bitcoin-qt client.  Now you can import the new blockchain files into the directory.  Start the bitcoin client and see if it works.

P.S.  Exactly which files did you download?
305  Bitcoin / Bitcoin Technical Support / Re: My blockchain doesn't get downloaded after client update on: February 14, 2013, 03:06:56 PM
Clear the bitcoin directory and copy your backup wallet and blockchain files to the bitcoin directory.  Then run the bitcoin client with the commands -detachb and -rescan.

This may not work but based on the info given it may resolve your problem.
306  Bitcoin / Bitcoin Technical Support / Re: Problem transfering bitcoins on: February 14, 2013, 02:55:38 PM
Moral of the story, add fee. :-)
Or age you coins!  Wink
307  Bitcoin / Bitcoin Technical Support / Re: bitcoin-qt: Move Downloaded blockchain to another installation on: February 14, 2013, 02:47:20 PM
This is a newbie question...

I've installed bitcoin-qt and Armoury on on a PC. After ages, (more than 8 hours) the blockchain is still downloading. (Last received block generated 175 days ago).
Instead of going through the same rigmarole again on another PC, can I install bitcoin-qt, and move the files from C:\Users\USERNAME\AppData\Roaming\Bitcoin to the new installation?

Which files do I need?
Are blk0001.dat, blk0002.dat and blkindex.dat enough? (I don't need to move my wallet.dat)

Can they just be "dropped into place", or is there a command line option I need to use to make it recognised?

Many Thanks!
Yes, blk0001.dat, blk0002.dat and blkindex.dat are enough. (Unless there is a new blk0003.dat then you need it to.)
Before moving any files start both the bitcoin-qt clients, go to options, and check the box which says detach database at shutdown.  Then close both clients. (Make sure they are closed in taskmanager.) then you are free to move the block chain files.

P.S. You can start the bitcoin clients with the command option -detachdb to accomplish the same thing as checking the box.
P.S. After the files are successfully imported you may want to deselect the detach database at shutdown to speed up the shut down of the bitcoin-qt clients.

for?  reindexing?  unless you have 8GB RAM for a ramdrive or less than 10Mbps downstream, it'd be quicker to DL
No, when you check detach database at shutdown it allows the bitcoin-qt client to accept the new blockchain without errors.  It does NOT have to index the blockchain, it simply loads the blockchain files on startup like it would its own.  This is infinity faster than updating the blockchain from DL.

P.S. I may not have been clear in may previous post.  When you move the blockchain files, you move them to the bitcoin directory and REPLACE the other blockchain files.  You do NOT run the client so that is updates its blockchain files from the new ones.
308  Bitcoin / Bitcoin Technical Support / Re: bitcoin-qt: Move Downloaded blockchain to another installation on: February 13, 2013, 03:26:44 PM
This is a newbie question...

I've installed bitcoin-qt and Armoury on on a PC. After ages, (more than 8 hours) the blockchain is still downloading. (Last received block generated 175 days ago).
Instead of going through the same rigmarole again on another PC, can I install bitcoin-qt, and move the files from C:\Users\USERNAME\AppData\Roaming\Bitcoin to the new installation?

Which files do I need?
Are blk0001.dat, blk0002.dat and blkindex.dat enough? (I don't need to move my wallet.dat)

Can they just be "dropped into place", or is there a command line option I need to use to make it recognised?

Many Thanks!
Yes, blk0001.dat, blk0002.dat and blkindex.dat are enough. (Unless there is a new blk0003.dat then you need it to.)
Before moving any files start both the bitcoin-qt clients, go to options, and check the box which says detach database at shutdown.  Then close both clients. (Make sure they are closed in taskmanager.) then you are free to move the block chain files.

P.S. You can start the bitcoin clients with the command option -detachdb to accomplish the same thing as checking the box.
P.S. After the files are successfully imported you may want to deselect the detach database at shutdown to speed up the shut down of the bitcoin-qt clients.
309  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-qt inital start problems on: January 27, 2013, 10:48:38 PM
You can import the blockchain from your other bitcoin client by selecting the option detach database on shutdown on BOTH the clients.  Then you can simply copy the blk00x.dat and blkindex.dat files to the bitcoin directory on windows computer.

Note: Bitcoin-QT takes longer to shut down when this option is checked so make sure bitcoin isn't running before copying the files.

Hope this helps Smiley
310  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-qt inital start problems on: January 27, 2013, 03:30:38 PM
troubleshooting here, would you:
1. Shut down Bitcoin-QT.
2. Open task-manager and make sure bitcoin isn't running.
3. Then try moving everything in the C:/Users/"You Username"/AppData/Roaming/Bitcoin directory to a temporary location.
4. Start Bitcoin-QT back up.

If it runs successfully like this then it means you have a corrupt file.
311  Other / Beginners & Help / Re: Need expert opinion on a GPU on: January 14, 2013, 04:34:53 PM
5970's are the most energy efficient GPU's for mining.  I can refer you to some people who'd sell these and/or some 5xxx series and 6xxx if you want.

P.S. BAMT (Big A Miner Thing) is a good usb sized OS for mining.

Uhh, 7970 > 5970 for power efficiency

7970 pushes 650mh/s @ 200w on average
5970 pushes 750mh/s @ 275w on average


not rocket science to determine energy efficiency here.

5970's used to be the most efficient GPU, I hadn't looked at the new 7xxx series.  Thanks for the correction.

Edit: Looks like the 7750 is the most energy efficient GPU according to the website. NOT the 7970.
312  Other / Beginners & Help / Re: Need expert opinion on a GPU on: January 13, 2013, 11:12:14 PM
5970's are the most energy efficient GPU's for mining.  I can refer you to some people who'd sell these and/or some 5xxx series and 6xxx if you want.

P.S. BAMT (Big A Miner Thing) is a good usb sized OS for mining.

EDIT: Looked at the updated mining hardware comparison and 7750 give you 0.24 more Mhash/joule than the 5970 according to the site.
313  Bitcoin / Armory / Re: Armory - Discussion Thread on: January 05, 2013, 01:04:58 AM
Someone just asked me about how to run Armory over Tor.  I realized that not only do I have no idea,  but I've heard users claim they have done it,  and I never paid attention.  Can someone please explain how to do it?  I will add the description to the webpage once I see a consensus.
I managed to get armory to connect to bitcoin-QT while on Tor by changing the default listening address in tor to 8333*, then simply running bitcoin-QT and Armory as usual.  I believe the command --listenaddress** allows you to change the default listening address to 9050 so it will work with the normal Tor/bitcoin-QT settup, but I never got this to work.

*Is this the right default SOCKS address for bitcoin-QT?
**I'm not sure this is the right startup command can you confirm/correct this etotheipi?

Hope this helps.  Grin I typed in a hurry so if detail are missing let me know.
314  Economy / Auctions / Re: [FREE] Contest For A Free Gemstone!!! on: December 31, 2012, 10:32:39 PM
$13.60
315  Other / Beginners & Help / Re: a few questions on: December 27, 2012, 01:07:18 AM
I just got started today and i have a few questions on running my systems.


i am sitting on a bunch of servers(at data centers) and a bunch of boxes at home. my main has a radeon hd 5770 with an i7 that has 12 threads and currently running under 80c for the GUP is that bad? im getting 180 mhash/s.
Do you mean GPU?  GPU's aren't efficient enough to make a profit mining; the cost of electricity is greater than the value of the bitcoins earned.  It would be more cost effective and easier to buy some bitcoins.

if i want to add more machines to GUIMiner what do i need to install to all the other machines to tie them all together it all goes to my bitcoin address.
Are you mining solo or on a pool?  Either way you will need to install guiminer on every machine you plan to mine with.  Then, if your mining in a pool, configure all of them to mine on your pool account.  Or, if you are mining solo,  point all of them towards your bitcoin client (you only need to run this on one computer).

how are bitcoin addresses assigned? is it by computer? do you have to sign up somewhere to get one? is it the one under recieve coins?
I'm going to assume you are using the "official" bitcoin client (Bitcoin-QT).  Bitcoin addresses are not assigned and they are complete independent of the computer.  Bitcoin addresses are "generated" by the bitcoin client.  You can create as many bitcoin addresses as you want and each address is independent of all the others.  Yes you can create more bitcoin addresses under the recieve coins tab, I believe the button is labeled "create new receiving address".

I hope this answers your questions, feel free to post if you any other questions, but most questions should be easily answered by searching the forum.
316  Bitcoin / Bitcoin Technical Support / Re: Transfer My Bitcoin from slow computer to faster computer on: December 08, 2012, 08:18:01 PM
No its like opening the back cover on your TV remote before inserting the batteries...

Jokes aside, I'm not 100% sure the Bitcoin-QT client will only accept the Blockchain files after selecting detach database at shutdown.  It may only be necessary if just the blockchain files are transferred and not the clients settings but I don't know where they are stored.
317  Bitcoin / Bitcoin Technical Support / Re: Transfer My Bitcoin from slow computer to faster computer on: December 07, 2012, 11:49:32 PM
One should take a few precautions to prepare the datadir before copying for the highest probability of success:

1. Install the latest version of Bitcoin on the old computer
2. Run Bitcoin on the old computer one last time, starting it with the command-line option bitcoin-qt.exe -detachdb
3. In Setting->Options->Window tab, de-select the options "minimize to tray" and "minimize on close".
4. Close Bitcoin, and wait the several minutes it may take to completely close and detach database files (which is not normally performed without the previous command line option).
5. After verifying in Windows task manager that Bitcoin is no longer running, even in a hidden state, you may then make a complete copy of the data directory, including subdirectories.

There is a check box labeled "detach database at shutdown" in settings on the Bitcoin-QT client so you don't have to run bitoin from the command line.

Make sure you select detach database at shutdown on the new computer before replacing the blockchain files with the ones from the old computer.
318  Other / Beginners & Help / Re: Monitoring total hash rate for all my miners (solo server) on: November 11, 2012, 01:06:00 AM
With BAMT you can monitor the current hash rate of you farm by logging in via putty or ssh and running mgpumon.  BAMT is a very useful, and efficient, custom Linux distro.  However, it does take some extra effort to first set up, but it's worth it.

P.S.  I only just glanced at it, but doesn't the latest Bitcoin-QT client have list of RPC commands somewhere?  You may find your answer there but don't count on it.
319  Bitcoin / Mining support / Re: Doing a presentation on BTC for class - could use some advice, please! on: October 25, 2012, 12:56:09 AM
2. If I want to pull this off in real-time, I will need an application that allows me to copy/paste enter a string of addresses into the application with all the same amounts going to each wallet and send them out simultaneously.  Is there an application that allows you to do this?  All I have ever used is that bitcoin client that makes you download the entire blockchain.

If it helps the Bitcoin-Qt client allows you to send coins to multiple recipients at the same time.  So you could prepare the transactions ahead of time, and just click the send button during the presentation.  If you want to demonstrate the complete process to send coins.  You could simple fill out all but one of the transactions before the presentation.
320  Other / Beginners & Help / Re: Wallet Error? on: October 23, 2012, 01:59:03 PM
If the current block count on Bitcoin-QT isn't at least 204,609 then you need to let it finish re-downloading the blockchain.  Your coins will then appear in your wallet.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 21 22 23 24 25 26 27 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!