thallium205 / BitcoinVisualizer

Creates a graph of the bitcoin blockchain and visually displays the "owner network" to the user's browser.
http://www.blockviewer.com/
144 stars 55 forks source link

log4j warning and about dbpath and configpath #16

Open brishtiteveja opened 11 years ago

brishtiteveja commented 11 years ago

When I run the following 3 commnds I get some log4j warning. I actually read the links from apache website where it's written that log4j.properties file if not found, then these errors will be shown. Can you help me out? And you haven't put any graph.db directory. And currently the neo4j-enterprise coordinator if tried to run, shows that currently you can run it by starting the neo4j itself,no dealing with neo4j coordinator. However, I am trying to build on a macintosh. So, I want to say the steps you have written in the details use section are little confusing. So, what I have done is starting the neo4j in the port 7474 and then executing the following command but it gets stuck with that log4j. And I also have seen that you have modified the neo4j.properties file also. So I am using that modified file in your conf folder. And what happened to the blockviewer.com site? Would you please respond? I am quite new with neo4j.Thank you very much.

export dbpath=/Users/zehadyzbdullahkhan/Documents/workspac e/MyGITHUB/neo4j-enterprise-1.9.3/data/graph.db/

export configpath=../conf/neo4j.properties

java -jar -Xmx2048m Blockviewer.jar -dbPath $dbpath -confi gPath $configpath -validate false -low -high -scraper -exp orter

usage: java -jar blockchainneo4j.jar -client Will only run the database service and not attempt to build the blockchain. -configPath The path to the neo4jconfig file. Ex: /home/user/neo4j.properties -dbPath The path to the neo4j graph.db directory. Ex: /home/user/neo4j/graph.db/ -exporter Exports a time based analysis and owner network of the entire block chain to mysql -high Builds the high level data structure. -low Builds the low level block chain structure. -scraper Runs the scraper which attempts to associate bitcoin addresses to real world entities. -statistics Prints a CSV file in the current directory with some statistics on the block chain. -time

huangzhong commented 9 years ago

Is there a fix for this now?