https://ergoplatform.org/ logo
Join Discord
Powered by
# 🛠│explorer
  • m

    MGpai

    12/27/2022, 2:26 AM
    and you are using the docker one?
  • r

    Reqlez

    12/27/2022, 2:35 AM
    Yes. I modded it a bit but yes
  • m

    MGpai

    12/27/2022, 2:46 AM
    @abchris any idea?
  • q

    Quokka

    12/27/2022, 11:39 PM
    Looking for the data folder right now. We have the docker configured to the default. Can't seem to find it, would it be in the chain grabber folder or somewhere else?
  • q

    Quokka

    12/28/2022, 12:35 AM
    nvm found it!!
  • a

    abchris

    12/28/2022, 12:57 AM
    I think the explorer finds unspent boxes by looking for outputs that aren't in the input table yet. This will become harder over time as both tables keep growing. Could speed things up by maintaining a collection of unspent boxes. I'd give it a go but don't have time to dive into Scala rn.
  • m

    MGpai

    12/29/2022, 7:45 AM
    @Reqlez sigh problem again https://ergo-explorer.anetabtc.io/en/addresses/5WS6ECjnEoFAxKgVL16xvAB8Q77EShjWA15GUyBiKodboCqkGyX798JVzXTemm7BmreTUCmYnMaCYkJPGqJjEv2xhN3wsuV5WEYVqUiWtzv4T2nj6dPWgEpWdduZK8vgCYfhiHiKGHNiZseKNAzijz5tnxvpjsf3ewr9utaa5qJ2iNg7Jmw1td7nxKDa
  • m

    MGpai

    12/29/2022, 7:45 AM
    wish we knew why
  • r

    Reqlez

    12/29/2022, 9:22 AM
    Can you test tosidrop.io instead if anetabtc.io? Tosidrop goes to my server only.
  • p

    Pulsarz

    12/29/2022, 3:29 PM
    @Reqlez has something changed today with the graphql endpoint? getting cors errors now
  • r

    Reqlez

    12/29/2022, 6:53 PM
    Cors errors on neta ?
  • r

    Reqlez

    12/29/2022, 6:53 PM
    I'll go look
  • r

    Reqlez

    12/29/2022, 7:14 PM
    it's not my server, it's the secondary server ( i disabled it ). Also @MGpai maybe that was the issue with explorer api as well. I will tell the guy who runs the backup instance to service it.
  • r

    Reqlez

    12/29/2022, 7:18 PM
    what i need to do, is implement monitoring that can actually notice these errors and then disable instances. Maybe somebody has an idea of an endpoint i can use as health monitor? maybe a simple query or something to graphql / explorer API. i also wanted to see if there was a way to query something to check if the ergo node quit syncing as well, that would be nice, not sure how to accomplish that.
  • m

    MGpai

    12/29/2022, 9:15 PM
    you can probably write a python script
  • m

    MGpai

    12/29/2022, 9:16 PM
    then have it send webhook notifications to discord if there are any errors
  • r

    Reqlez

    12/29/2022, 10:34 PM
    I don't know Python but I guess I could learn 😁
  • m

    MGpai

    12/29/2022, 10:49 PM
    dw its very easy
  • m

    MGpai

    12/29/2022, 10:49 PM
    and I can help you
  • r

    Reqlez

    12/29/2022, 11:03 PM
    K when I'm back in a week I'll bother you 🙂
  • f

    fafaminer

    01/03/2023, 4:16 PM
    @everyone join now https://discord.gg/tiktokplus
  • e

    Everest

    01/04/2023, 7:50 AM
    I'll help 20 people how to earn $47,000 in just 72hours from the crypto market. Dm me to know How
  • m

    MGpai

    01/04/2023, 2:17 PM
    @pragmaxim any feedback or suggestions regarding this?
  • p

    pragmaxim

    01/04/2023, 2:32 PM
    that's basically the problem I'm talking about in #669989266478202917 channel now, it's called https://www.datastax.com/blog/solution-supernode-problem
  • m

    MGpai

    01/04/2023, 3:05 PM
    ok awesome I am glad that people have this in mind!
  • c

    c8

    01/07/2023, 5:11 PM
    Looking at https://explorer.ergoplatform.com/en/transactions/975d681e939381b6f6037d8dd8210cb06c905799ea1296accf641cf2f1b55bc7 Input > additionalRegisters > R4 > renderedValue 40 Shouldn't it be 50 hex ( = 80 decimal)?
  • c

    c8

    01/07/2023, 5:19 PM
    my bad 04 stands for SInt, and 50 stands for 80 decimal but it's a signed integer, which serializes as : 0 -> 0400 -1 -> 0401 1 -> 0402 -2 -> 0403 3 -> 0404 ....
  • c

    c8

    01/07/2023, 5:25 PM
    meaning number 40 is correct for serialized value 0450
  • c

    c8

    01/07/2023, 5:25 PM
    Still some color difference for renderedValue between strings and numbers would be nice.
  • g

    greenhat

    01/17/2023, 2:49 PM
    I found that we're missing ContextExtension in tx input - https://github.com/ergoplatform/explorer-backend/issues/249 /cc @Ilya | Spectrum