Giter Club home page Giter Club logo

Comments (5)

 avatar commented on August 28, 2024

Could you please provide a more detailed description of your use case? From your description it looks like your nodes are either not in sync or you run parity without the tracing flag?

from etherchain-light.

ice09 avatar ice09 commented on August 28, 2024

Sure, I started all parity nodes with --config nodeX.toml --tracing=on --fat-db=on --pruning=archive.

All nodes show 0/2/25 peers in the console, so they know each other - don't know how to check if they are synched (btw: it's PoA from DemoPoA of parity).

this is the config (I just realized I left the names empty, but that shouldn't be a problem?)

  this.logFormat = "combined";
  this.ipcPath = process.env["HOME"] + "/dev/ethereum/2017/parity/node1/data/jsonrpc.ipc";
  this.provider = new web3.providers.IpcProvider(this.ipcPath, net);
  
  this.bootstrapUrl = "https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/yeti/bootstrap.min.css";
  
  this.names = {
  }

from etherchain-light.

ice09 avatar ice09 commented on August 28, 2024

As a sidenote: I am not sure if --tracing=on --fat-db=on --pruning=archive has been activated from start, however it was activated for all the accounts in question.

from etherchain-light.

 avatar commented on August 28, 2024

From your description I assume that both of your nodes are not in sync, for whatever reason (e.g. you are using different config files for each node). As I did not receive any other similar issue reports I will close this issue for now.

from etherchain-light.

ice09 avatar ice09 commented on August 28, 2024

For me it's ok to close it, but I am pretty sure that it can't be the synching, since for some time the peers display is 0/2/25 and is I understand it, the nodes wouldn't connect if the are not able to sync (due to different configs, etc.). Also, I used exactly the setup of DemoPoA, which means that the configs cannot really differ.
But leave it closed, I will soon retry and use the flags --tracing... etc. from the beginning, probably it's working then, I will let you know.

from etherchain-light.

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.