Bitcoin Forum
May 08, 2024, 03:39:31 AM *
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 »
61  Bitcoin / Bitcoin Technical Support / Re: Transaction missing from my wallet? on: May 21, 2014, 06:46:09 PM
If you can remember who the address belongs to you may be able to contact the owner and get your coins back.
62  Bitcoin / Bitcoin Technical Support / Re: Transaction missing from my wallet? on: May 21, 2014, 02:27:12 PM
The coins have been spent from this address so I assume the OP got his coins.  @ OP, could you please post to confirm this?
63  Economy / Services / Re: Up to 0.01 BTC weekly for YOUR SIGNATURE on: May 20, 2014, 01:33:17 PM
Got my first payment. Cheesy
64  Bitcoin / Bitcoin Technical Support / Re: bitcoin-0.9.1-linux downloading blocks help needed please on: May 19, 2014, 10:56:49 PM
Could you post the contents of your bitcoin.conf file.  (Probably not relavent, but might as well)
65  Bitcoin / Bitcoin Technical Support / Re: new backup of wallet.dat every transaction? on: May 05, 2014, 07:02:16 PM
You can change the number of addresses in the keypool with the -keypool="number_of_keys" option or by adding keypool="number_of_keys" to your bitcoin.conf file.
66  Bitcoin / Bitcoin Technical Support / Re: windows/linux blockchain data on: May 05, 2014, 06:52:49 PM
Yes
67  Bitcoin / Bitcoin Technical Support / Re: Client hangs at "Bitcoin Core is shutting down..." window on: May 02, 2014, 10:57:19 PM
Ok this might be a dumb question, but when copying the "blocks" and "chainstate" folders to a machine that has never had bitcoin installed, should I manually create the ~/.bitcoin folder on the target, then install the bitcoin-qt client, run it, and allow it to create the rest of the files it needs?  I recall when you first launch bitcoin-qt it knows it hasn't been run before and asks if it should create a structure for you.  I just want to make sure nothing gets overwritten after launch.
I'm not saying that this is the only way, but I always just install bitcoin-qt, run it once, shut it down, and then copy the "blocks" and "chainstate" folders.  When it askes to merge folders I say yes, then let it replace any duplicate files.  I'm not sure what would happen if you did it your way.

**EDIT** is there any reason why I shouldn't just tar the entire ~/.bitcoin folder and plop it onto another computer?  I was thinking that way I would have a complete copy of everything (blockchain and wallet) and not have to worry.

Thanks!
The only issue I see there is the duplicate wallet.  If you use a wallet in two places with bitcoin-qt it will eventually "split".  When you generate a new recieving address or send a transaction bitcion-qt uses a new address.  So if you create a recieving address on one instance, and then send coins to it, then only that instance of the wallet will have access to those coins.  This is partially remedied by the use of a "keypool", which is a bunch of pregenerated address stored in the wallet (default size is 100).  However, the wallets will still "split" after the 100 address in the keypool have been used.
68  Bitcoin / Bitcoin Technical Support / Re: Help compiling bitcoin on Centos6.5 on: May 02, 2014, 02:06:42 AM
A similar question was asked before:
Quote from: dserrano5 link=topic=522014.msg5842619#msg5842619
I'm unable to configure 0.9.0:

Code:
$ ./configure --with-incompatible-bdb --without-gui
[…]
checking for boostlib >= 1.20.0... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem... yes
checking whether the Boost::Program_Options library is available... yes
checking for exit in -lboost_program_options-mt... yes
checking whether the Boost::Thread library is available... no
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono-mt... yes
checking whether the Boost::Unit_Test_Framework library is available... yes
checking for dynamic linked boost test... yes
configure: error: No working boost sleep implementation found. If on ubuntu 13.10 with libboost1.54-all-dev remove libboost.1.54-all-dev and use libboost1.53-all-dev

This seemed to be a problem in MacOS last year according to my searches, however I'm in linux amd64 so I'm not sure whether I'm finding the same problem or not. This is Debian wheezy, with boost 1.49. I'm working with bitcoin 0.9.0 as downloaded from https://github.com/bitcoin/bitcoin/archive/v0.9.0.tar.gz. config.log is here.


It was answered here:
Quote from: wumpus link=topic=522014.msg5853753#msg5853753
Main problem from config.log is:
Code:
/usr/include/boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
That line is probably:
Code:
TIME_UTC=1,
This causes a symbol collision in some environments with a libc++ macro.
Later boost versions changed this to TIME_UTC_.

I'm not sure what the proper way to resolve this is, apart from upgrading boost.

In any case this is a boost issue, it also appears on Google various places outside the context of building bitcoin. There are some workarounds:
- https://bbs.archlinux.org/viewtopic.php?id=144593
- https://stackoverflow.com/questions/17599377/boost-error-trouble-compiling-xtime-hpp
- https://svn.boost.org/trac/boost/ticket/6940

The solution which worked for dserrano5 was to edit xtime.hpp as suggested here:https://bbs.archlinux.org/viewtopic.php?id=144593

Hope this helps! Cheesy
69  Bitcoin / Bitcoin Technical Support / Re: Client hangs at "Bitcoin Core is shutting down..." window on: May 02, 2014, 01:50:06 AM
You can copy the blockchain you already have rather than resyncing every time.  Just copy the "blocks" and "chainstate" folders.  They're in the ~/.bitcoin directory. Wink
70  Bitcoin / Bitcoin Technical Support / Re: Run two bitcoind at once? on: April 26, 2014, 09:56:06 PM
You may also find the -rpcport= and the -conf= commands helpful.

https://bitcointalk.org/?topic=589.0
71  Bitcoin / Bitcoin Technical Support / Re: Run two bitcoind at once? on: April 26, 2014, 02:09:35 AM
I believe you can run two instances of bitcoind by using the -port= and -datadir= commands.
72  Bitcoin / Bitcoin Technical Support / Re: moving data from ailing computer to good computer (bitcoin-qt on both) on: April 26, 2014, 02:04:40 AM
I'm going to assume your using Windows 7 since no OS was given.

If you don't have a backup of your wallet, now is a good time to make one.  It's in the data directory given below and you just need the wallet.dat file.

Install the latest version of Bitcoin Core on your good computer.  Run it once then shut it down (no need to let it sync).  Copy everything in your C:\Users\"Your_Username"\AppData\Roaming\Bitcoin\ directory from your old computer to your good computer.  

That's it Grin, you'll have all your coins on your good computer and won't have to resync the blockchain or deal with a bootstrap file.
73  Bitcoin / Bitcoin Technical Support / Re: I can't see payment in wallet on: April 24, 2014, 12:36:52 AM
Yes this is the problem.  You have sent your payout to someone whom you have previously sent coins.  See if you can contact this person and retrieve your coins.
74  Bitcoin / Bitcoin Technical Support / Re: Empty amount sent with bitcoind on: April 24, 2014, 12:25:32 AM
Can i change the version without lost blockchain , wallet , balance and others ?
Yes, but it's always a good idea to backup your wallet before you upgrade.
75  Other / Beginners & Help / Re: Bitcoin on Ubuntu 14.04 on: April 23, 2014, 07:56:31 PM
It is possible but not really practical to put Bitcoin Core on a flash drive.

Why is it not really practical? Could i put a wallet like Electrum on there?

I may have misunderstood your first question.  Did you mean put Bitcoin Core on a flash drive and leave the blockchain on your computer or put both on the flash drive?  I answered the latter question.

If you meant the first option you can just extract the .tgz file to a flash drive like viriat0 said.
76  Other / Beginners & Help / Re: Bitcoin on Ubuntu 14.04 on: April 23, 2014, 01:45:15 PM
It is possible but not really practical to put Bitcoin Core on a flash drive.
77  Other / Beginners & Help / Re: Bitcoin on Ubuntu 14.04 on: April 23, 2014, 02:27:44 AM
Add the Bitcoin Ubuntu PPA repository in your Ubuntu
Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
Update package lists
Code:
sudo apt-get update
Install bitcoin-qt
Code:
sudo apt-get install bitcoin-qt

Just copy and past the code into terminal and you should have the latest version of bitcoin-qt.

If you prefer not to use a PPA you can download the latest linux client from here:http://bitcoin.org/en/download.  Just decompress the .tgz file and you've got the latest version of bitcoin-qt.
78  Other / Beginners & Help / Re: How did you get into bitcoin? on: April 23, 2014, 02:25:10 AM
Friend
79  Bitcoin / Bitcoin Technical Support / Re: Downloaded Bitcoin Core and can't find my bitcoin on: April 23, 2014, 02:07:48 AM
When you say your bitcoin did not show in your wallet do you mean the balance was wrong or that you were missing trasactions?

Do you have your coins now that you have downgraded to 0.8.6?

Also, I uninstalled Bitcoin Core and am now running Bitcoin-QT 0.8.6 again. Does that change how I would go about extracting the private key?
No, it doesn't change it.

I'd try running Bitcoin Core again but with the -rescan option.  (Create a shortcut, right click it, hit properties, and add -rescan to the end of the target field.)
80  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core stopped working, need rpc connection help on: April 22, 2014, 01:49:43 PM
I'd check your router and modem settings.
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!