Bitcoin Forum
May 04, 2024, 01:55:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 [100] 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 ... 165 »
1981  Bitcoin / Bitcoin Technical Support / Re: BTC showing up in blockchain but not in wallet on: October 04, 2012, 10:16:43 PM
If you are on Vista or Win7, paste the line
"\Program Files (x86)\Bitcoin\bitcoin-qt.exe" -rescan
into the start menu search bar. (remove the " (x86)" if you are using 32 bit Windows). It will take several minutes for Bitcoin to start up because it will scan for missing transactions before presenting the user interface.
1982  Bitcoin / Bitcoin Technical Support / Re: 0 Connections on bitcoin client on: October 04, 2012, 10:06:45 PM
The latest version of Bitcoin has changed the way that previously connected clients are cached. In older versions, in the Bitcoin data directory, the file addr.dat contained a list of known peers so that you could quickly restart. The newest version of Bitcoin creates a file peers.dat that contains the same information. Perhaps one of these files is corrupted and the peer-to-peer component can't start correctly - deleting them both and restarting may be the solution.

Antivirus (Microsoft security essentials) may have it's own crap firewall that doesn't let unapproved software make connections. Discover if any AV package has a firewall component and disable it.

Did you put port forwarding rules into your router? It may be that your desktop PC was assigned a different IP address than was previously valid for the rules - remove any port forwarding and be happy with 8 connections.

Finally, if there is an actual program fault when launching Bitcoin, it may be recorded near the end of the debug.log file or db.log file.
1983  Bitcoin / Bitcoin Technical Support / Re: BTC showing up in blockchain but not in wallet on: October 04, 2012, 09:55:22 PM
1. Ensure that really is your address, that it is listed in "Receive coins",

2. Close Bitcoin and the taskbar icon, and relaunch it with the command-line option bitcoin-qt -rescan, to search for payments to you,

3. Look under "Transactions" to discover payments in and out of your wallet to that or other addresses.
1984  Other / Beginners & Help / Re: Bitcoin QT Wallet STUCK in Blockchain on: October 04, 2012, 09:24:34 PM
Relevant thread:
https://bitcointalk.org/index.php?topic=51456.0

You can explore to the Bitcoin data directory by simply typing %appdata%/bitcoin into the Windows 7 start menu search box.

In that directory you will see the file "wallet.dat" (or perhaps just "wallet" with the file type "DAT File" if you have file extensions hidden, which is the default on Windows). This is the file that contains your personal data that allows you to spend bitcoins. This file should be copied to a USB stick or other location so you will always have a backup copy in case your hard drive dies, your computer gets stolen, etc.

In the data directory, you will also see the files that contain the blockchain (blkindex.dat, blk0001.dat, and possibly blk0002.dat if you have gotten blocks past 190,000). These do not contain any personal information, they are a record of all transactions that have every happened on the Bitcoin network.

Often there will be hangs in downloading the blockchain from the database files getting corrupted while being downloaded. This could be potentially caused by corrupted information from other clients, software crashes, or disk problems. Upgrading to a different version of Bitcoin may also cause this symptom depending on the blockchain state at the time of the upgrade.

The solution is to completely close Bitcoin (including the tray icon), remove the old blockchain files, install the latest stable version of Bitcoin, and run Bitcoin and let it download the complete blockchain again. If you want to save many hours of downloading, you can download and extract blockchain files such as in the linked thread above before you run Bitcoin, and then it will only need to download a month of data instead of three years of data.
1985  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.21] on: October 04, 2012, 09:03:33 PM
Which gets me wondering, does Vanitygen search the entire keyspace? (*)
If not, what proportion of the entire keyspace does it search?

(*) What about addresses associated with compressed keys?

The starting point of a phrase search is random, it gets a private key from the openssl rand ecdsa library and starts searching from there, simply incrementing the key. After searching many addresses for a phrase match, it will again get another random private key. The keys searched and returned with a found vanity phrase in the corresponding Bitcoin address can be from anywhere in the range of valid keys, but certainly it cannot "search the entire keyspace", as that would take somewhere just north of the age of the universe.
1986  Other / Off-topic / Re: Post a lie about the person above you! on: September 19, 2012, 07:32:36 PM
^ חושב שהוא יכול לקרוא בעברית.
I understand your point and agree fully!
1987  Other / Off-topic / Welcome to the "Never Lost A Single Bitcoin" club on: September 19, 2012, 07:30:38 PM
You've never been hacked or scammed out of bitcoins or lost (or discarded) them or a wallet. There are about seven billion people in this club, so say hi if you actually have your own bitcoins in your own damn backed-up wallet and realize that sending money to anonymous people on the internet is a bad idea.

<- Member #1
1988  Economy / Trading Discussion / Re: Making transition from local BTC wallet -> Online Wallet, but which? on: September 03, 2012, 05:46:09 PM
Using an online wallet is trading all security for moderate convenience. Would you mail USD to anonymous entities you found on the internet for safekeeping? See mybitcoin (or a dozen other people/sites that have absconded with Bitcoins or lost them).

A few wallet file backups should be all you need to ensure that you don't lose your money. If you want to have more security against hackers and trojans, you can create an offline address or wallet backup that is only used for savings. This can be better than cash, because cash can't be stored in several locations to protect against theft, fire, etc. You don't need to have a client running for people to send you money or see the balance of an address if you plan to be away from your computer or the net.
1989  Other / Beginners & Help / Re: I AM NEW PLEASE HELP on: September 03, 2012, 05:12:24 PM

thank u very much sir for info i hve learnd already btw my block has been downloaded but only 50% is this for first time ?

You only need to download the blockchain once. It contains old payments from 2009 to now. 50% is actually about 10%, because Bitcoin has become more popular recently, and there are many recent transactions to download. After your first blockchain download finishes, only new information has to download each time you start the client.
1990  Other / Beginners & Help / Re: I AM NEW PLEASE HELP on: September 03, 2012, 05:03:48 PM
Bitcoin, or "Bitcoin wallet", is the name of the client software you install. After you run the software, it will generate a Bitcoin address for you. You can give this address to other people, and they will be able to send you Bitcoins. Under "receive coins" in the Bitcoin software, you can generate more new addresses, so that you can give different address to different people. This is useful if you want easily determine who sent you money.

Once you run the software, it must download all transactions that have ever taken place, so that Bitcoin knows how much money every user of Bitcoin has. This can take many hours, or even a day or two on a bad internet connection. As a new user, you will only be able to see money that has been sent to you after all transaction blocks have been downloaded.

After you have received money, you can then make a payment to another user by sending coins to one of their Bitcoin addresses.

It is important that you make a backup of the wallet file, as only the computer you install Bitcoin on has the information you need to send coins - if your hard drive crashes, you will lose all your money, because you no longer will be able to send it to anyone. Please look at the wiki to learn how to make a backup of your wallet.dat file, which contains all your addresses.

How do you get bitcoins? You trade something for them, either money, services, or merchandise. There are currency exchanges where you can simply buy bitcoins on the internet. There also may be users near you that will sell Bitcoins in person, or may pay you Bitcoins for something. Sometimes there are people here that will even send you small amounts for free so you can see how Bitcoin works, simply give them your Bitcoin address.

You should become a super-expert in all aspects of Bitcoin before creating any website or internet service that uses it.
1991  Other / Beginners & Help / Re: BITCOIN TECHNICIANS PLEASE HELP!!!! URGENT" on: September 03, 2012, 04:16:32 PM
You must understand that Bitcoin is not a company or an organization. It is open source peer to peer software. This forum is made of Bitcoin users of various knowledge levels. Bitcoins are transferred peer-to-peer, there is no central authority, and nobody can interfere with or undo Bitcoins that you have sent. MtGox is a company, but they have no way to get back Bitcoins after they were sent either.

In your Bitcoin software client, is the status in the lower right "up to date" (a green checkmark)? If the Bitcoin client still says that it is downloading blocks, than it may simply be that you have not downloaded information about the money transfer yet, and the address you used is actually yours.

Otherwise, there is no alternative, except to try to figure out who the actual owner of that address is (perhaps someone you previously sent money to in your address book), and contact them and explain that you accidentally sent them money - can they please send their new mystery money to you (and give them a real address from your "receive coins" address list).
1992  Other / Beginners & Help / Re: BITCOIN TECHNICIANS PLEASE HELP!!!! URGENT" on: September 03, 2012, 03:52:16 PM
might sound stupid (anon btc) but is there anyway of me contacting the owner of address:
1FtWDqjyiuPVzh3tabdb7XoWnVX6gVEg1M:to get my 100+ btc back?!?!?!?


thanks

There is no registry or database of who owns what address. Googling will sometimes reveal an address's owner, if, for example, it is a donation address that is posted on the web.

Bitcoin has two lists of addresses: "Receive Coins", which is where you create your own addresses for people to send money to you, and "Address Book", where you can store addresses that belong to other people for future sending. Both of these screens give you the ability to label addresses so you can notate who sent you coins, or remember frequently used addresses that you send money to.

If you used an address from "address book" as the address to withdraw MtGox Bitcoins, you have essentially sent money to someone else. You should look at your own past transactions to locate who the owner of this address is, since the address is likely in your address book because you previously sent Bitcoins to the address's owner.
1993  Bitcoin / Bitcoin Discussion / Re: Bitcoin and actually selling/buying with it on: September 03, 2012, 03:31:58 PM
Bitcoin is great for buying stuff but as a tip for merchants I really don't recommend pricing items in BTC.

More price stability will come when 1 BTC will always buy you a pair of socks...

Selling or buying items priced in Bitcoins can also be beneficial whether you are optimistic or pessimistic about future values. If you wish to obtain Bitcoins because you think they will hold their value well, then selling merchandise is a great way to do so. As a long term investor, you have a price you are willing to pay for Bitcoins too, and selling one widget = one Bitcoin is better for you then selling for the current price on a volatile exchange. Likewise, if you are pessimistic about Bitcoin, you may find it better to buy the merchandise you want than to go through the time consuming fee-laden process of converting to and withdrawing a government-controlled currency, or may be more likely to buy if an exchange says you are getting a good deal.
1994  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.21] on: August 29, 2012, 04:50:40 PM
Does anyone got an idea how a premine - secure key exchange could work? As if someone premines an adress with an public key, gets the private key part , then gives the secret to somebody who decrypts the public key obtains the other private key part and combines both parts for the private key.
Yeah , i know that in this scenario the miner has everything to create the private key for himself , but thats the tricky part.
https://bitcointalk.org/index.php?topic=84569.0

If i understand this correct, then i have to obtain the public key before i mine , but i want to mine first then exchange any keys.

The public key is essentially the Bitcoin address.
The private key is the un-seen complement to the address that allows spending coins.

Vanitygen generates a random public-private pair, and then sees if it has the vanity phrase in it. If not, it discards the result and tries again. About a million times a second.

It is impossible to find the private key for a Bitcoin address if you don't have it. That would allow spending that address's funds.

For details specific to vanity key pooling, please see the linked thread. Also https://vanitypool.appspot.com/faq
1995  Bitcoin / Bitcoin Discussion / Re: bitcoin is... on: August 29, 2012, 01:11:33 AM
Microsoft has a slightly different opinion:

or
1996  Bitcoin / Bitcoin Technical Support / Re: Bitcoin client upload saturating my DSL connection. (No bandwidth throttling ?) on: August 28, 2012, 11:53:46 PM
Start with the command line option -maxconnections=X, where X is the largest number of other peers you want to maintain connections with. This won't prevent one of the clients wanting to get the whole blockchain from you, but it will lower the chance.
1997  Bitcoin / Bitcoin Technical Support / Re: Excessive disk usage during block chain download on: August 28, 2012, 11:24:25 PM
The Bitcoin client does not simply download blocks and store them. It adds information about blocks, transactions, and addresses to a database with an index, and it is the building of this index, along with verification of the cryptographic hashes and signatures of all transactions that have taken place, which heavily utilizes storage and CPU resources.

If you wish to re-download the blockchain for the sake of re-verification, you can create a 4GB RAM disk (if you have 6+ GB of RAM), and utilize this as your -datadir. This will remove the bottleneck of limited I/O operations per second from a spinning hard drive with moving heads. Then you will be limited by the CPU speed of the system running Bitcoin. Of course move the downloaded blockchain to a more permanent location before powering off your computer...

Later blocks have many more transactions, thus take longer to download, the top graph shows the current block number after the elapsed time downloading, the bottom graph shows the blocks per second at a particular block height (notice how abysmal it gets at the very end):

1998  Bitcoin / Bitcoin Discussion / Re: Encrypt new wallet [SOLVED] on: August 28, 2012, 10:51:13 PM
In bitcoin-qt, the menu option Settings->Encrypt Wallet
1999  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT not downloading blocks on: August 28, 2012, 10:36:49 PM
If you have sufficient connections to other nodes, then database corruption is likely. In the %appdata%\Bitcoin data folder, check the end of db.log and debug.log, which will have normal logging until near the end and then the error should be apparent.

The -rescan option only looks for missing payments to you, it does nothing to discover blockchain errors.

The command line option that may actual detect (repair?) errors is checkblocks. The options below give the most extensive check possible, which will take a long time, but slightly less than redownloading the blockchain:

>bitcoin-qt.exe -checkblocks=0 -checklevel=6


2000  Economy / Goods / Re: WTB: Pet Esthe on: August 28, 2012, 10:19:50 PM
Pet hair dye...

Pages: « 1 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 [100] 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 ... 165 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!