Pages:
Author

Topic: [ANN][YAC] Yacoin Block Explorer now LIVE! http://yacexplorer.tk - page 2. (Read 4001 times)

sr. member
Activity: 462
Merit: 250
Just wondering: Do we have any live graphs?
newbie
Activity: 22
Merit: 0
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
Still having problems? It's down..

Haven't had time to look at my fork again although I'm fairly sure I could figure it out now I have a deeper understanding of the way YACoin works. If you share your code I'd happily host it, it would save me some time.  Wink

Up now, but no idea for how long... It keeps breaking the database, dunno why. -.-"
The code is on github, see https://github.com/saironiq/yacoin-abe

EDIT: aaand it's gone... this time at block #73513. some debug info:
Code:
2013-05-28 16:28:36 UTC ERROR:  insert or update on table "block_tx" violates foreign key constraint "block_tx_tx_id_fkey"
2013-05-28 16:28:36 UTC DETAIL:  Key (tx_id)=(99232) is not present in table "tx".
2013-05-28 16:28:36 UTC STATEMENT:
                        INSERT INTO block_tx
                            (block_id, tx_id, tx_pos)
                        VALUES (73515, 99232, 0)
2013-05-28 17:13:39 UTC ERROR:  duplicate key value violates unique constraint "chain_candidate_pkey"
2013-05-28 17:13:39 UTC DETAIL:  Key (chain_id, block_id)=(8, 73566) already exists.
2013-05-28 17:13:39 UTC STATEMENT:
                    INSERT INTO chain_candidate (
                        chain_id, block_id, in_longest, block_height
                    ) VALUES (8, 73566, 1, 73519)
2013-05-28 19:13:48 UTC ERROR:  insert or update on table "txout" violates foreign key constraint "txout_pubkey_id_fkey"
2013-05-28 19:13:48 UTC DETAIL:  Key (pubkey_id)=(28308) is not present in table "pubkey".
2013-05-28 19:13:48 UTC STATEMENT:
                        INSERT INTO txout (
                            txout_id, tx_id, txout_pos, txout_value,
                            txout_scriptPubKey, pubkey_id
                        ) VALUES (192571, 99454, 0, '22410000', '21030019164d81bf8ff4ff0b9c732ea3e4d180aafa36d63008126b13d93bbbacb682ac', 28308)
need some sleep, will try to fix it tomorrow.
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
Still having problems? It's down..

Haven't had time to look at my fork again although I'm fairly sure I could figure it out now I have a deeper understanding of the way YACoin works. If you share your code I'd happily host it, it would save me some time.  Wink
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
How do you go about getting the link on Bter? (and possibly removing the YAC warning Grin)

https://bitcointalksearch.org/topic/m.2249651  Grin
sr. member
Activity: 644
Merit: 250
It shows me "502 Bad Gateway"

Fixed.

Good job Smiley

How do you go about getting the link on Bter? (and possibly removing the YAC warning Grin)

K.
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
full member
Activity: 238
Merit: 100
It shows me "502 Bad Gateway"
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
OK, so the site is back up, hopefully it will be able to handle higher traffic without hanging on single large request for ages... (I managed to DoS the site in at least 5 different ways yesterday Cheesy)

I'm reorganizing the server a lil' bit, so it's down for a while.
(Changing database from sqlite to postgresql, making apache serve the requests instead of python, etc... TL;DR: the site should be much faster.)

You could look at the issue mentioned by procrypto. As far as I can tell, it exists because "Proof of Work" and "X coins generated" are both put into H1 and font-size for it is defined in
CSS which makes Google Chrome overwrite first line with second one due to not having enough room to place both lines in separate rows. I suggest either putting both lines in the same
row (remove
between them) or moving both lines out of H1 and placing them above or bellow "Value out:" line.

Changed it to a single line, should be fine now.
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
I'm reorganizing the server a lil' bit, so it's down for a while.
(Changing database from sqlite to postgresql, making apache serve the requests instead of python, etc... TL;DR: the site should be much faster.)
legendary
Activity: 1918
Merit: 1012
★Nitrogensports.eu★
You should change CHAIN to Yacoin on all API command description pages, no need to have it written universally since it is YAC-only blockchain explorer.

http://yacexplorer.tk/q/getreceivedbyaddress

Since website update no one donated BTC or YAC to sairon addresses listed on blockchain explorer pages, how can you people be so pathetic?

I thought I seen a few donations trickle through yesterday. 

http://yacexplorer.tk/address/YC83VqhfWWSJ1AmWcTsnssfTuqnENc86A7

I only mined about one coin so far - but I won't forget him. Smiley
legendary
Activity: 1918
Merit: 1012
★Nitrogensports.eu★
Thanks Sairon!  This is really helpful.

I am having a bit of trouble pulling API data out though.  Its probably just a noob mistake, but nothing is being returned when I try to pull from http://yacexplorer.tk/chain/YaCoin/q/getreceivedbyaddress/*my address here*.  

I also tried http://yacexplorer.tk/chain/YAC/q/getreceivedbyaddress/*my address here* & http://yacexplorer.tk/q/getreceivedbyaddress/*my address here* too, but no luck.  Any suggestions?

http://www.yacexplorer.tk/chain/Yacoin/q/getreceivedbyaddress/YAmvtnMWpBBwPzfesFMLmvNPwzg5cja8f8 Wink

*Face Palm* Apparently the 'www.' is needed.   

Thank-you.  It now works.
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
Since website update no one donated BTC or YAC to sairon addresses listed on blockchain explorer pages, how can you people be so pathetic?

LOL I've donated all kinds of YAC to all kinds of people, including sairon.

Broken layout for reference, Chrome 26.0.1410.64, Windows 7

sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
Thanks Sairon!  This is really helpful.

I am having a bit of trouble pulling API data out though.  Its probably just a noob mistake, but nothing is being returned when I try to pull from http://yacexplorer.tk/chain/YaCoin/q/getreceivedbyaddress/*my address here*.  

I also tried http://yacexplorer.tk/chain/YAC/q/getreceivedbyaddress/*my address here* & http://yacexplorer.tk/q/getreceivedbyaddress/*my address here* too, but no luck.  Any suggestions?

http://www.yacexplorer.tk/chain/Yacoin/q/getreceivedbyaddress/YAmvtnMWpBBwPzfesFMLmvNPwzg5cja8f8 Wink
legendary
Activity: 1918
Merit: 1012
★Nitrogensports.eu★
Thanks Sairon!  This is really helpful.

I am having a bit of trouble pulling API data out though.  Its probably just a noob mistake, but nothing is being returned when I try to pull from http://yacexplorer.tk/chain/YaCoin/q/getreceivedbyaddress/*my address here*.  

I also tried http://yacexplorer.tk/chain/YAC/q/getreceivedbyaddress/*my address here* & http://yacexplorer.tk/q/getreceivedbyaddress/*my address here* too, but no luck.  Any suggestions?
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
Looks great!
Layout is slightly broken for me on the Block page in Chrome, overlapping text at the top near the logo. e.g. http://yacexplorer.tk/block/0000000008b2943d6b68a5f909d5606660674b09d880a602e11290d3b4fa041f
newbie
Activity: 28
Merit: 0
Very nice.  Good work!
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
Hi!
I've modified Abe to work with Yacoin. Here it is:

http://yacexplorer.tk

Also, everybody loves GRAPHS!
(for raw data, see http://pastebin.com/mEMdue3d)

difficulty over time:


hashrate over time:


block generation interval over time:


Yeah, I suck with gnuplot. Wink
Pages:
Jump to: