codingant007 / blockchain

Automatically exported from code.google.com/p/blockchain
1 stars 0 forks source link

Crash on windows 8 in process command #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

I'm running the 64 bit version you have provided in the link here: 
http://codesuppository.blogspot.se/2014/01/a-command-line-interface-for-blockcha
in.html

These are the command I run, in order: scan, statistics and process. The 
process command crashes. This is the last output I get:

-----------------
Finished processing all blocks in the blockchain.
Total Blocks: 309,031
Total Transactions: 41,857,249
Total Inputs: 98,548,695
Total Outputs: 110,057,228
39,999,999 transactions.
89,349,453 inputs.
99,999,999 outputs.
35,767,653 addresses.
Found 35,767,653 addresses which have ever been used.
Found 33,418,027 addresses with a zero balance.
Found 1,188,449 'dust' addresses (less than 1mbtc) with a total balance of 
111.93181 BTC
Found 905,605 addresses with a balance greater than 1mbtc but less than 1btc, 
total balance 84697.88281
Found 154,918 addresses with a balance greater than 1btc but less than 10btc, 
total btc: 392,905
Found 87,578 addresses with a balance greater than 10btc but less than 100btc, 
total: 3,262,611
Found 11,648 addresses with a balance greater than 100btc but less than 
1,000btc, total: 2,837,809
Found 1,328 addresses with a balance greater than 1,000btc but less than 
10,000btc, total: 2,943,814
Found 98 addresses with a balance greater than 10,000btc but less than 
100,000btc, total: 2,342,625
Found 2 addresses with a balance greater than 100,000btc, total: 255,455
Gathering final statistics.

Original issue reported on code.google.com by 52ha...@gmail.com on 3 Jul 2014 at 5:04

GoogleCodeExporter commented 8 years ago
It stops at 300000 blocks.  It works if you do a stop_scan before it hits 
300000.  Presumably it needs an array size change and recompile.

Original comment by malcolm....@gmail.com on 3 Aug 2014 at 9:03