Bitcoin Forum
May 05, 2024, 09:30:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Block explorer for NYC  (Read 598 times)
Coinsprofit (OP)
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


View Profile WWW
April 24, 2014, 12:10:09 PM
Last edit: April 24, 2014, 01:36:14 PM by Coinsprofit
 #1

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.
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
roslinpl
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
April 24, 2014, 12:47:51 PM
 #2

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 Smiley


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 Smiley)

BTC addy: 19tBQCj71a2MCem23xjFgzNvKhcxjgCHwa


Regards.
Coinsprofit (OP)
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


View Profile WWW
April 24, 2014, 01:28:06 PM
 #3

Nonsense.

It's all done now.

Bitcoin-abe can not correctly read blk0001.dat

I am waiting to get my bounty Smiley)

BTC addy: 19tBQCj71a2MCem23xjFgzNvKhcxjgCHwa


Regards.


Coinsprofit (OP)
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


View Profile WWW
April 24, 2014, 01:34:55 PM
 #4

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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!