Giter Club home page Giter Club logo

Comments (8)

kyriediculous avatar kyriediculous commented on July 19, 2024
  geth-explorer:
    hostname: geth-explorer
    depends_on:
      - geth-dev-miner-1
    ports:
      - 8080:8080
    build:
      context: ./explorer
    container_name: geth-explorer
    networks:
      chainnet:
        ipv4_address: 172.25.0.125
FROM node:6.11-alpine

WORKDIR "/opt"

RUN apk add --update git make g++ && \
    git clone https://github.com/kyriediculous/Ethereum-Block-Explorer.git

WORKDIR "/opt/Ethereum-Block-Explorer"

RUN npm install

CMD npm run start

EXPOSE 8080

from geth-dev.

javahippie avatar javahippie commented on July 19, 2024

The current monitor is running really badly. It causes JS errors in the front- and backend, is not maintained anymore and a PR for a backend issue is open for over a year now. I would very gladly migrate to a different monitor!

from geth-dev.

kyriediculous avatar kyriediculous commented on July 19, 2024

The explorer works without any errors.
Features:

I've also fixed the monitor errors, but it's still quite useless.
https://bitbucket.org/designisdead/eth-net-intelligence-api/src/master/

You can also ignore my PR , this fork has all the changes in once place : https://github.com/kyriediculous/geth-dev

from geth-dev.

javahippie avatar javahippie commented on July 19, 2024

So you decided to maintain a separate fork to this repository? I would gladly accept your pull request and the switch to the new monitor, this would prevent the changes and progress to be fragmented.

from geth-dev.

senzacionale avatar senzacionale commented on July 19, 2024

Why did you remove nice monitoring and introduce new explorer which is ugly and useless? Block are not sync automatically. Status of each node is unknown, etc

from geth-dev.

javahippie avatar javahippie commented on July 19, 2024

As mentioned further up in the issue the old monitoring was error-prone and no longer maintained. The backend part of the monitor crashed continuously and caused the docker container to restart often. The new backend also shows the latest transactions and is able to search for specific transactions, a feature that I think is very useful during DApp development.

My mind is not fixed on this, if there is a broad consent, that the old monitor was better, I don't have a problem with keeping it in (there was no release, yet, the changes are only in the develop branch!). Right now, I am under the impression that more people are favoring the new monitor app. How are the opinions out there?

from geth-dev.

senzacionale avatar senzacionale commented on July 19, 2024

I prefer eth-netstats because you can see which geth is on and working. With new explorer this is not possible.

And with fix of @kyriediculous there is no more problem with backend
https://bitbucket.org/designisdead/eth-net-intelligence-api/src/master/

from geth-dev.

javahippie avatar javahippie commented on July 19, 2024

Closed with the latest release: https://github.com/javahippie/geth-dev/releases/tag/geth-1.8.17

from geth-dev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.