Pages:
Author

Topic: [ANN] New blockchain explorer design for Abe (Read 9426 times)

member
Activity: 69
Merit: 10
August 08, 2014, 01:06:52 PM
#25
https://github.com/bitcoin-abe/bitcoin-abe/blob/geekz-patch-1/README-FASTCGI.txt

Quote
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Apache/2.2.22 (Debian) Server at explorer.zaplnc.pl Port 80

http://explorer.zaplnc.pl/


in config #port #host
member
Activity: 69
Merit: 10
Do you have any instruction to FCGI ?
full member
Activity: 189
Merit: 100
जगत् िमत
Who help me ?

Why "Loading" is all day all night ?;o
Hey, You have to use blockexplorer in fcgi mode, to get it working. Without FCGI, Abe cant handle multiple requests .
member
Activity: 69
Merit: 10


Who help me ?

Why "Loading" is all day all night ?;o
newbie
Activity: 56
Merit: 0
Very cool. Sleek and informative. I like it a lot. Need one for UNAT now if you want to collect a bounty  Wink
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
That is really fuckin cool. Nice work
member
Activity: 72
Merit: 10
Can this produce a top 100 rich list?
hero member
Activity: 532
Merit: 500
hi geekz! Thanks for this nice abe! We have one running at mazacha.in but seem to have an issue with the ajax.

Messing with abe in dev env with abe's webserver I was noticing /q/get_blocks_data would hang the whole site until that was canceled by CTRL-C in the abe console (would break out of that function and stop waiting for the POST) or canceled by user refreshing the page.
 - then it would properly start loading new transactions as they came in

Pushed it into my production env, using nginx and spawn-fcgi and saw noticeable difference  - ajax_loader.gif would disappear, and new txns would come through latest txns section. But not always. And sometimes it seems that when it hangs here, Abe just dies, have to  restart spawn-fcgi processes.

Any thoughts why this is happening?
Code:
dbtype = MySQLdb
connect-args = {yup id did em and it works}
upgrade
datadir += [{
        "dirname":"somedir/mazacoin",
        "chain":"Mazacoin",
        "code3":"MZC",
        "address_version":"\u0032",
        "conf":"mazacoin.conf"}]
        "policy": "Mazacoin"  # ... but use the "NovaCoin" loader.
binary-type binary
ignore-bit8-chains = ["Bitcoin", "Mazacoin", "Testnet"]
commit-bytes = 0
use-firstbits
shortlink-type=10
address-history-rows-max 10000

Also - I'm not the best at CSS - can you point me to where to edit the table & search form colors & hovers? I've poked at all kinds of stuff trying to edit these and can't seem to find it.

Thanks again for putting this together! (drop an MZC address & I'll send

Hi,  Let me know, if you are still have the issue.  Were you able to publish it using nginx?

Yes I still have the issue. And, yes - it's working and in production running with nginx + spawn-fcgi at https://mazacha.in  In the mobile version I get a JSON data table error (chrome on android cm11) in the same ajax loading new blocks. new transactions come in fine.

I'm also looking for the cause of one more bug: unconfirmed transactions are killing the python script - AFAICT it's only those txns. 
full member
Activity: 189
Merit: 100
जगत् िमत
hi geekz! Thanks for this nice abe! We have one running at mazacha.in but seem to have an issue with the ajax.

Messing with abe in dev env with abe's webserver I was noticing /q/get_blocks_data would hang the whole site until that was canceled by CTRL-C in the abe console (would break out of that function and stop waiting for the POST) or canceled by user refreshing the page.
 - then it would properly start loading new transactions as they came in

Pushed it into my production env, using nginx and spawn-fcgi and saw noticeable difference  - ajax_loader.gif would disappear, and new txns would come through latest txns section. But not always. And sometimes it seems that when it hangs here, Abe just dies, have to  restart spawn-fcgi processes.

Any thoughts why this is happening?
Code:
dbtype = MySQLdb
connect-args = {yup id did em and it works}
upgrade
datadir += [{
        "dirname":"somedir/mazacoin",
        "chain":"Mazacoin",
        "code3":"MZC",
        "address_version":"\u0032",
        "conf":"mazacoin.conf"}]
        "policy": "Mazacoin"  # ... but use the "NovaCoin" loader.
binary-type binary
ignore-bit8-chains = ["Bitcoin", "Mazacoin", "Testnet"]
commit-bytes = 0
use-firstbits
shortlink-type=10
address-history-rows-max 10000

Also - I'm not the best at CSS - can you point me to where to edit the table & search form colors & hovers? I've poked at all kinds of stuff trying to edit these and can't seem to find it.

Thanks again for putting this together! (drop an MZC address & I'll send some!)

Hi,  Let me know, if you are still have the issue.  Were you able to publish it using nginx?
sr. member
Activity: 403
Merit: 250
python setup.py install
error: can't copy 'Abe/htdocs/fonts': doesn't exist or not a regular file
hero member
Activity: 532
Merit: 500
hi geekz! Thanks for this nice abe! We have one running at mazacha.in but seem to have an issue with the ajax.

Messing with abe in dev env with abe's webserver I was noticing /q/get_blocks_data would hang the whole site until that was canceled by CTRL-C in the abe console (would break out of that function and stop waiting for the POST) or canceled by user refreshing the page.
 - then it would properly start loading new transactions as they came in

Pushed it into my production env, using nginx and spawn-fcgi and saw noticeable difference  - ajax_loader.gif would disappear, and new txns would come through latest txns section. But not always. And sometimes it seems that when it hangs here, Abe just dies, have to  restart spawn-fcgi processes.

Any thoughts why this is happening?
Code:
dbtype = MySQLdb
connect-args = {yup id did em and it works}
upgrade
datadir += [{
        "dirname":"somedir/mazacoin",
        "chain":"Mazacoin",
        "code3":"MZC",
        "address_version":"\u0032",
        "conf":"mazacoin.conf"}]
        "policy": "Mazacoin"  # ... but use the "NovaCoin" loader.
binary-type binary
ignore-bit8-chains = ["Bitcoin", "Mazacoin", "Testnet"]
commit-bytes = 0
use-firstbits
shortlink-type=10
address-history-rows-max 10000

Also - I'm not the best at CSS - can you point me to where to edit the table & search form colors & hovers? I've poked at all kinds of stuff trying to edit these and can't seem to find it.

Thanks again for putting this together! (drop an MZC address & I'll send some!)
full member
Activity: 189
Merit: 100
जगत् िमत
Hi Geekz,

I really like the look. But there is just noticed a little thing...


the output of q/nethash seems to be out of order and missing a value.  I would guess the netHashPerSecond is the value that is missing.


date,difficulty,blockNumber,target,avgTargetSinceLast,hashesToWin,avgIntervalSinceLast,netHashPerSecond
03-Jun-13,0.000,144,110426256551982323683968927107989468512300641233199776096820318605148160,110426256577692940073254309849113122252920292394404017600129724967813119,1048592,201,5217
...




Thanks for the details. i will release an update in couple of weeks.
newbie
Activity: 34
Merit: 0
Hi Geekz,

I really like the look. But there is just noticed a little thing...


the output of q/nethash seems to be out of order and missing a value.  I would guess the netHashPerSecond is the value that is missing.


date,difficulty,blockNumber,target,avgTargetSinceLast,hashesToWin,avgIntervalSinceLast,netHashPerSecond
03-Jun-13,0.000,144,110426256551982323683968927107989468512300641233199776096820318605148160,110426256577692940073254309849113122252920292394404017600129724967813119,1048592,201,5217
...


full member
Activity: 189
Merit: 100
जगत् िमत
Hi Geekz amazing work my friend, i have some troubles with patch 1 , my block explorer is working but super slow!  i have used a 1gb digital ocean droplet but idk if my settings are wrong , I followed the instructions in postgresql i do not install fastcgi or anything.

You can take a look http://192.241.146.26:2750/

Thx!!!

Do you still have issues? I will soon be updating the code with new code..
newbie
Activity: 23
Merit: 0
Hi Geekz amazing work my friend, i have some troubles with patch 1 , my block explorer is working but super slow!  i have used a 1gb digital ocean droplet but idk if my settings are wrong , I followed the instructions in postgresql i do not install fastcgi or anything.

You can take a look http://192.241.146.26:2750/

Thx!!!
full member
Activity: 189
Merit: 100
जगत् िमत
I've been searching a nice block explorer for quite a while; with the notable Abe, initially had a problem with setting up the coin name (I'm a newbie  Smiley). After searching lots of stuff, finally got to the geekz-patch-1 branch. It's surprising for me to know that only few people noticed such a nice explorer. I'd like to say thank you, geekz, for this great work; this is the best altcoin explorer I've ever seen. We're currently setting up the explorer for Magicoin, and will send you some bounties as a thank.  Tongue

Thank you for the kind words.
full member
Activity: 150
Merit: 100
I've been searching a nice block explorer for quite a while; with the notable Abe, initially had a problem with setting up the coin name (I'm a newbie  Smiley). After searching lots of stuff, finally got to the geekz-patch-1 branch. It's surprising for me to know that only few people noticed such a nice explorer. I'd like to say thank you, geekz, for this great work; this is the best altcoin explorer I've ever seen. We're currently setting up the explorer for Magicoin, and will send you some bounties as a thank.  Tongue
full member
Activity: 189
Merit: 100
जगत् िमत
Tried to look at block 1 typed in search 1.

This is what i got back.

http://ancblockchain.com/block/8fe2901fc0999bc86ea2668c58802ee87165438166d18154f1bd4f917bf25e0f
Thanks for pointing it out. Fixed the error.
full member
Activity: 189
Merit: 100
जगत् िमत
This is a really nice & clean design.

The design will also soon be available open source in abe explorer.
http://ancblockchain.com/static/support.php

Is there an ETA for the open source release?

Thanks.  The @jtobey is still reviewing the code.
But you can see the code here https://github.com/bitcoin-abe/bitcoin-abe/tree/geekz-patch-1

hero member
Activity: 658
Merit: 500
The Buck Stops Here.
Tried to look at block 1 typed in search 1.

This is what i got back.

http://ancblockchain.com/block/8fe2901fc0999bc86ea2668c58802ee87165438166d18154f1bd4f917bf25e0f
Pages:
Jump to: