Bitcoin Forum

Bitcoin => Project Development => Topic started by: Coinsprofit on April 24, 2014, 12:10:09 PM



Title: Block explorer for NYC
Post by: Coinsprofit on April 24, 2014, 12:10:09 PM
I installed bitcoin-abe on the server, but it does not work.

It can not correctly read blk0001.dat

I need help to configure bitcoin-abe

Payment: 0.1 BTC

If block-explorer will work.


Title: Re: Block explorer for NYC
Post by: roslinpl on April 24, 2014, 12:47:51 PM
I installed bitcoin-abe on the server, but it does not work.

It can not correctly read blk0001.dat

I need help to configure bitcoin-abe

Payment: 0.1 BTC

Use this one to install abe and everything should be OK.

If this will help you I am waiting to get my bounty :)


1. Install all needed packages:
Code:
sudo apt-get install mysql-client mysql-server python-mysqldb python-crypto git python-dev

2.Setting up database
Code:
mysql -u root -p
create database abe;
CREATE USER 'abe'@'localhost' IDENTIFIED BY 'twoje hasło';
grant all on abe.* to abe;
quit

3. Cloning ABE from github
Code:
git clone https://github.com/bitcoin-abe/bitcoin-abe.git

4. Editing abe.conf and adding new lines (example used is Litecoin)
Code:
default-loader = blkfile
    dbtype MySQLdb
    connect-args {"user":"abe","db":"abe","passwd":"your password, leave quotation marks on it"}
    upgrade
    port rpcport-coina
    host server-IP-address
 
    datadir += [{
      "dirname" : "access path in here, like  /home/username/.litecoin",
      "chain": "Litecoin",
      "code3": "LTC",
      "address_version": "u0030",
      "magic": "u00fbu00c0u00b6u00db"
    }]

5. Open Abe's folder and type those:
Code:
python setup.py build
python setup.py install

6. Starting ABE
Code:
python -m Abe.abe --config abe.conf --rescan

7. To keep Abe's session alive you can use :
Code:
sudo apt-get install screen

and then
Code:
screen -S abe python -m Abe.abe --config abe.conf


and that's it!!!

I am waiting to get my bounty :))

BTC addy: 19tBQCj71a2MCem23xjFgzNvKhcxjgCHwa


Regards.


Title: Re: Block explorer for NYC
Post by: Coinsprofit on April 24, 2014, 01:28:06 PM
Nonsense.

It's all done now.

Bitcoin-abe can not correctly read blk0001.dat

I am waiting to get my bounty :))

BTC addy: 19tBQCj71a2MCem23xjFgzNvKhcxjgCHwa


Regards.




Title: Re: Block explorer for NYC
Post by: Coinsprofit on April 24, 2014, 01:34:55 PM
If you do it on the server, and block-explorer will work, then I'll pay.

I'm not asking how to run bitcoin-abe.

I say that bitcoin-abe can not correctly read blk0001.dat