The blockchain is a list of all transactions that have occurred using the bitcoin currency. Please don't use this tag for the service named 'blockchain.info'

learn more… | top users | synonyms (1)

0
votes
2answers
30 views

Bitcoin-Qt wallet is taking forever to synch. Can I just use the same address elsewhere to collect coins?

It will take several days before the wallet is in synch. But I already purchased a Bitcoin and waiting for it to transfer into my account using the address that was generated by Bitcoin-Qt. Can I just ...
1
vote
2answers
51 views

Reliable, efficient way to parse the blockchain into a SQL database

I need to generate a SQL database (preferably SQLite3) of every transaction that has occurred in the blockchain. Is there an efficient way to do this using open-source software? I'm attempting to do ...
-1
votes
1answer
18 views

How do I get testnet block height?

Like I would do wget -O - http://blockchain.info/q/getblockcount 2>/dev/null for the main net.
2
votes
1answer
26 views

How do I find out what getwork would have returned for an already mined block?

Lets say I want to find out what getwork would have returned for an already mined block http://blockexplorer.com/block/00000000000000001e8d6829a8a21adc5d38d0a473b144b6765798e61f98bd1d. How would I go ...
1
vote
1answer
79 views

Block data error, reindexing blocks

Bitcoin QT finished syncing this weekend after d/l for Windows 7 on Thursday. Today, probably 2nd or 3rd time running it, an error came up right away that index could not be found. What would cause ...
1
vote
2answers
53 views

Repeated error synchronizing Bitcoin client

I've tried unsuccessfully 2 times to download the application from this site https://www.weusecoins.com/en/getting-started. Last failure stopped at around 16,000 blocks. I am trying to get setup with ...
0
votes
1answer
21 views

Blockchain.info: Which address should I give for “New Shared Address”?

I am new to Blockchain.info's wallet's features. I clicked the "Receive Money" tab, then clicked "Shared" and then the green button labeled "New Shared Address". It gave me the following: Address ...
1
vote
1answer
69 views

How to track bitcoin transaction?

I have sent 0.00778963 BTC to 1BF8SHKnT8ZysYNrj5toeu6DsuGE5XDcCR It is more than a day and I dont see it in the wallet. The receiving address is a coinbase account wallet. Please let me know how I ...
0
votes
1answer
40 views

How to process refunds and ensure that after a crash you dont resend to someone

I want to have a server running that will be processing payments and refunds. However, I also want to ensure that should my server die, that after a restart I will continue sending out any applicable ...
1
vote
1answer
24 views

Armory client shows transaction unconfirmed

I am new to btc and am using the Armory client. Yesterday I transferred some btc to wallet from my MtGox account. The wallet showed the btc received within minutes, but, after 12 hours it still shows ...
0
votes
0answers
27 views

Is there a fresher blockchain download available?

The link provides a blockchain but it is dated 2012-03-10 http://sourceforge.net/projects/bitcoin/files/Bitcoin/blockchain/ Please someone make the blockchain available as a download. And yes I do ...
0
votes
1answer
31 views

How to run bitcoind (command line client) without connecting to other nodes?

I'm running Abe to create a blockchain SQL database, so I don't want the Bitcoin client to touch my copy of the blockchain at the moment. But I would like to query the blockchain with the bitcoind ...
0
votes
1answer
33 views

Is it normal for ABE to get “out of sync” whilst re-creating it's blockchain?

Is it normal for ABE to get "out of sync" whilst re-creating it's blockchain? I am concerned that the number on the left does not match the number on the right. I have no idea what those two numbers ...
1
vote
1answer
28 views

By byte size and number of inputs/outputs, what are the largest transactions in the block chain so far?

Disregarding value, but instead going by size in the protocol, what are the largest transactions so far in the history of Bitcoin, in terms of: byte size number of inputs ("vin") number of outputs ...
0
votes
1answer
41 views

How do I receive bitcoins for a game server? [duplicate]

I want to sell digital goods for BTC. AFAIK, I have to associate the purchaser + BTC amount + address received + digital good. I could set up multiple addresses for each client. If I kept a ...
3
votes
1answer
48 views

How to retrieve transactions whose input/output matches an address?

I am working on a Blockchain.info-like block explorer and I have some questions regarding best practice for data retreival. I know that outputs do not necessarily match an address, since script can in ...
1
vote
1answer
83 views

Blockchain receive payments API Network propagation

I'm using the Blockchain API to generate an address to receive payments. I received a payment to a generated address, then Blockchain sends the received amount to the address I defined but that ...
0
votes
3answers
154 views

Bitcoin Wallet is downloaded I think. What next?

Please excuse me if I use the wrong vocab - as I am unfamiliar with this and so will probably explain myself like a foot. Here goes. I am on a Mac and I think I have downloaded the block chain and I ...
0
votes
2answers
73 views

Technical Review of Bitcoin

I am currently looking on how does Bitcoin work, and I would like to sum things up with your help. The point is, if I ever want to write my own mining agent, what do I have to understand in order to ...
0
votes
0answers
25 views

Unconfirmed transactions for a week [duplicate]

I sent two transactions to the same place. I think they both show in blockchain, but they aren't at the intended address. After 48 hours, I got concerned and changed from Electrum to Bitcoin-Qt, ...
2
votes
1answer
109 views

What contributes more to bitcoin network? Using Bitcoin-Qt or running a miner?

What would make a better support for bitcoin? Does it really makes any difference to store blockchain locally instead on a remote server?
2
votes
0answers
74 views

What files do I need to copy to a new computer to prevent having to sync with the network?

I think this used to be the blk0001.dat file, but it seems that the block chain is now (since version ?) moved to the blocks/ folder, containing a lot of blk* files, as well as an index file and ...
1
vote
2answers
60 views

Do transactions get slower over time?

The number of blocks formed is 1 every 10 minutes. As the number of transactions increase, wouldn't the time taken for a transaction to confirm become slower? I am asking this because this the number ...
1
vote
1answer
250 views

How Would This Procedure Be Performed? Transfer to Offline wallet

I've read alot of questions before I posted this... What I want to do is take my wallet from blockchain.info that contains a few bitcoins, and "store" it offline, however I have some specific ...
0
votes
1answer
79 views

Query Transaction data based on past transaction id?

The blockchain.info API allows for quering information about a particular Transaction by its ID. But if you want to follow the coins to the next transaction, I'm not seeing what the next query should ...
6
votes
1answer
100 views

Why do transactions need to be spend fully? [duplicate]

If I want to send you 75 and I have 100, a transaction of 100 will be made, in which I get 25 back as change. Why is this? See also Change When the output of a transaction is used as the input of ...
1
vote
1answer
51 views

Blockchain is showing 2 incoming addresses for a transaction?

A transaction into one of my wallets is showing that it came from two addresses? How can I find out which one it came from?
4
votes
2answers
100 views

Is there a way to find the coinbase for a given block using only bitcoind commands?

ASICMiner includes hex(Mined By ASICMiner) in the coinbase. I'd like to generate weekly statistics that include ASICMiner' solo-mining efforts, but I don't want to have to rely on blockchain.info or ...
2
votes
2answers
96 views

How does ASICMINER use the blockchain to record share ownership?

My understanding is that ownership of ASICMINER shares (direct ownership, that is; not passthroughs) is recorded somehow in the blockchain, itself. How does that work, exactly? How can I confirm ...
2
votes
3answers
465 views

If the blockchain records all transactions, how does losing your wallet imply that you lose your Bitcoin?

My understanding is that the blockchain records every transaction that has ever occurred, and that, when we say there are x amount of coins at address y, what we really mean is that the blockchain ...
1
vote
1answer
46 views

When a difficulty change reaches the upper or lower bound (4x current), what is the implied impact on time per block?

Can someone work out the math that occurs with Bitcoin and Litecoin when the target changes to the hard coded minimum and maximum value, with respect to time? In other words, if a lot of hashpower is ...
1
vote
1answer
53 views

The change to the size of blockchain data files

The blkXXXXX.dat files in the new Bitcoin-Qt client (v0.8.1) are about 130MB each in size, which the old ones are about 1.9GB in size. Does anyone know the motivation behind this change?
4
votes
1answer
263 views

What is the database for?

I see the block chain is stored according to the block chain format specification. But I also see there is a database, which is currently a leveldb database. Why is the block chain stored in two ...
1
vote
1answer
63 views

How does a client get the merkle branch of a transaction?

When the Bitcoin client receives a transaction, it checks if the transaction is confirmed. This is done by verifying that the transaction hashes correctly, in the merkle tree, to the merkle root in a ...
3
votes
3answers
574 views

Cache the Bitcoin Datadir to Improve Performance? Increase Bitcoin DB Cache Size?

Bitcoin is very disk intense and that slows it down. It seems to flush data to disk often thus preventing proper caching. With the datadir on a RAMdisk it is much faster. Is it possible to increase ...
1
vote
1answer
37 views

Stuck on blockchain 8791 - Synchronizing [duplicate]

I don't know what's wrong with it, but I would really appreciate it if someone can help me. I've already been receiving money from this address so I really don't want to delete it. I have 3 BTC coming ...
1
vote
1answer
104 views

Can I use the official wallet to recover bitcoins sent to an alternative wallet?

I like alternative wallets like Armory and Electrum because they offer more features, some of which are fundamental for security and convenience. But I'm a bit worried about them not being ...
2
votes
2answers
122 views

Calculating address balance

Is there some method how you can calculate the balance of an address without resorting to web-based API's? When I import a private key the rescanning of bitcoind takes hours. I know to get a balance ...
2
votes
2answers
250 views

How many Bitcoin addresses are there?

I was wondering where I could see how many unique addresses currently exist in the blockchain, and especially how many of those have a positive balance. Is that data available somewhere?
2
votes
2answers
172 views

How to check Bitcoind block chain download progress level

i have installed bitcoind on ubuntu server, and when i run screen -x for btc it says error -10 blockchain is downloading, How do i know the progress level, currently 125600 blocks are downloaded, how ...
0
votes
0answers
37 views

How to get current BTC rate for BRL(real) using php cURL or javascript

Is there anyway to get current rate of BRL = BTC. I saw the blockchiain ticker. But the value for BRL currency is not updated As listed here in preev. I want to get the current 1BTC= how much BRL ...
1
vote
0answers
43 views

Bitcointools for v0.8+?

I was looking to poke around about with some of the functions of https://github.com/gavinandresen/bitcointools but it claims to only work for earlier versions of bitcoin. Am i just out of luck? or is ...
1
vote
1answer
197 views

bitcoin from ebay

I bought a bitcoin on eBay, but my bitcoin wallet is taking FOREVER to sync. How can I see if I own a bitcoin? Do I have to wait probably weeks for the wallet to sync?
0
votes
1answer
28 views

list of blocks as text file [duplicate]

Is there a reliable source where I can download the blockchain as a text file? Or perhaps is it included in my bitcoin-qt folder after it synchronizes with the network?
1
vote
1answer
86 views

When was the first non-coinbase transaction?

What's the block number? Also if it was a test transaction, then what was the first event of real commerce if know?
3
votes
1answer
101 views

How to transfer only the blockchain to a friend's computer?

After installing the bitcoin client (Qt) a friend got interested as well. He doesn't have as fast an internet connection, though, so I thought of burning some DVDs with the blockchains for him to ...
3
votes
1answer
97 views

What makes the initial download of the blockchain so slow?

If you download a bootstrap copy of the blockchain through torrents, it will be faster than getting that same data through the Bitcoin network. Ofcourse the BitTorrent protocol is more optimized for ...
3
votes
0answers
42 views

Bitcoin-Qt [0.8+] can read the blockchain. How can I? (and make it human readable) [duplicate]

Most questions answer this about the old 0.7 version of keeping the blockchain. 0.8 changed to leveldb instead of berkeleydb from what I've read, and obviously Bitcoin-Qt is able to read it. For a ...
2
votes
3answers
506 views

How long does it take to download the blockchain? It's been over a day and still going

I'm a newbie to bitcoins, and need some help! I downloaded the Bitcoin client and installed it on my laptop. It is 'Synchronizing with the network' and has been doing this for over a day. Is this ...
0
votes
0answers
17 views

statistics on actual “replacement” of blocks

I'm not sure if I'm using the right terminology but I know that theoretically it's possible for a block to be part of the longest (i.e. "main") blockchain but then be "replaced" by an alternative ...

1 2 3 4 5 6