geekz (OP)
Full Member
Offline
Activity: 189
Merit: 100
जगत् िमत
|
|
March 30, 2014, 12:11:08 PM Last edit: March 30, 2014, 12:30:41 PM by geekz |
|
Announcing brand new blockchain explorer for anoncoin with latest design at http://ancblockchain.comThe design will also soon be available open source in abe explorer. Please show your support for more improvements in the design by making donations at BTC : 1CMXUAbfrxE61z9a1TrRbwZUbaSFmv1FDb ANC : ASAdJpndrVcuMzfA52XBGzQMhFRQfdCh7k
http://ancblockchain.com/static/support.php
|
|
|
|
Jasmein
Newbie
Offline
Activity: 13
Merit: 0
|
|
March 30, 2014, 12:17:30 PM |
|
well done, looks cool!
|
|
|
|
geekz (OP)
Full Member
Offline
Activity: 189
Merit: 100
जगत् िमत
|
|
March 30, 2014, 12:37:18 PM |
|
Thank You.
|
|
|
|
Jasmein
Newbie
Offline
Activity: 13
Merit: 0
|
|
April 01, 2014, 03:28:50 PM |
|
did you upload to github?
|
|
|
|
ninjarobot
|
|
April 13, 2014, 04:14:54 AM |
|
This is a really nice & clean design. Is there an ETA for the open source release?
|
|
|
|
|
|
geekz (OP)
Full Member
Offline
Activity: 189
Merit: 100
जगत् िमत
|
|
April 21, 2014, 05:25:14 AM |
|
Thanks for pointing it out. Fixed the error.
|
|
|
|
Git_2058
|
|
May 08, 2014, 03:04:53 AM |
|
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 ). 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.
|
|
|
|
geekz (OP)
Full Member
Offline
Activity: 189
Merit: 100
जगत् िमत
|
|
June 03, 2014, 07:41:53 PM |
|
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 ). 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. Thank you for the kind words.
|
|
|
|
Kaucito
Newbie
Offline
Activity: 23
Merit: 0
|
|
June 14, 2014, 01:49:08 AM |
|
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!!!
|
|
|
|
geekz (OP)
Full Member
Offline
Activity: 189
Merit: 100
जगत् िमत
|
|
June 26, 2014, 07:08:43 PM |
|
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..
|
|
|
|
morinpa
Newbie
Offline
Activity: 34
Merit: 0
|
|
June 27, 2014, 01:28:52 AM |
|
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 ...
|
|
|
|
geekz (OP)
Full Member
Offline
Activity: 189
Merit: 100
जगत् िमत
|
|
June 27, 2014, 11:02:37 AM |
|
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.
|
|
|
|
guruvan
|
|
July 16, 2014, 04:38:00 PM |
|
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? 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!)
|
|
|
|
CryptoBomg
|
|
July 20, 2014, 11:17:09 AM |
|
python setup.py install error: can't copy 'Abe/htdocs/fonts': doesn't exist or not a regular file
|
|
|
|
geekz (OP)
Full Member
Offline
Activity: 189
Merit: 100
जगत् िमत
|
|
July 23, 2014, 09:04:36 PM |
|
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? 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?
|
|
|
|
guruvan
|
|
July 24, 2014, 02:05:04 AM |
|
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? 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.
|
|
|
|
bubble83
Member
Offline
Activity: 72
Merit: 10
|
|
July 24, 2014, 02:21:11 AM |
|
Can this produce a top 100 rich list?
|
|
|
|
iGotSpots
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
July 24, 2014, 02:29:19 AM |
|
That is really fuckin cool. Nice work
|
|
|
|
|