Code Monkey home page Code Monkey logo

Comments (9)

tkstanczak avatar tkstanczak commented on August 16, 2024

Was running it with Nethermind node so I will need to check if the data format is unexpected - still it should not cause server to crash.

from eth-netstats.

tkstanczak avatar tkstanczak commented on August 16, 2024

progress: 1 }
0|node-app-goerli | 2019-01-04 21:53 +00:00: [eth] =i= SYNC UPDATE: { startingBlock: 0,
0|node-app-goerli | 2019-01-04 21:53 +00:00: currentBlock: 317791,
0|node-app-goerli | 2019-01-04 21:53 +00:00: highestBlock: 317791,
0|node-app-goerli | 2019-01-04 21:53 +00:00: progress: 1 }
0|node-app-goerli | 2019-01-04 21:53 +00:00: [eth] =i= { id: 'nethermindVm1Goerli',
0|node-app-goerli | 2019-01-04 21:53 +00:00: stats:
0|node-app-goerli | 2019-01-04 21:53 +00:00: { active: true,
0|node-app-goerli | 2019-01-04 21:53 +00:00: syncing:
0|node-app-goerli | 2019-01-04 21:53 +00:00: { startingBlock: 0,
0|node-app-goerli | 2019-01-04 21:53 +00:00: currentBlock: 317792,
0|node-app-goerli | 2019-01-04 21:53 +00:00: highestBlock: 317792,
0|node-app-goerli | 2019-01-04 21:53 +00:00: progress: 1 },
0|node-app-goerli | 2019-01-04 21:53 +00:00: mining: false,
0|node-app-goerli | 2019-01-04 21:53 +00:00: hashrate: 0,
0|node-app-goerli | 2019-01-04 21:53 +00:00: peers: 13,
0|node-app-goerli | 2019-01-04 21:53 +00:00: gasPrice: '20000000000',
0|node-app-goerli | 2019-01-04 21:53 +00:00: uptime: 100 } }
0|node-app-goerli | 2019-01-04 21:53 +00:00: [eth] =i= SYNC UPDATE: { startingBlock: 0,
0|node-app-goerli | 2019-01-04 21:53 +00:00: currentBlock: 317792,

from eth-netstats.

tkstanczak avatar tkstanczak commented on August 16, 2024

including output from the logs of eth-net-intelligence-api

from eth-netstats.

GregTheGreek avatar GregTheGreek commented on August 16, 2024

How are you starting the server ?

from eth-netstats.

GregTheGreek avatar GregTheGreek commented on August 16, 2024

Could you also provide the full log ? I.e from startup to close. Also could you provide the PM2 log? pm2 log if you don't get them all add --lines [some large number >200]

from eth-netstats.

tkstanczak avatar tkstanczak commented on August 16, 2024

seems that that our current test version has getLatestBlock JSON RPC failures

from eth-netstats.

GregTheGreek avatar GregTheGreek commented on August 16, 2024

Does Nevermind not have it implemented by chance ?

Still looking into why it takes down the client.

from eth-netstats.

tkstanczak avatar tkstanczak commented on August 16, 2024

logs on Nethermind side look fine now (but I was fixing BigInteger parsing just today so maybe the new version solves it)

2019-01-04 23:19:35.9323|TRACE|49|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318134/318134
2019-01-04 23:19:36.4326|TRACE|54|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318134/318134
2019-01-04 23:19:36.9331|TRACE|47|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318134/318134
2019-01-04 23:19:37.4340|TRACE|51|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318134/318134
2019-01-04 23:19:37.9340|TRACE|11|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318134/318134
2019-01-04 23:19:38.4346|TRACE|41|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318134/318134
2019-01-04 23:19:38.9346|TRACE|49|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318134/318134
2019-01-04 23:19:39.4358|TRACE|57|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318134/318134
2019-01-04 23:19:39.8755|TRACE|41|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318134/318134
2019-01-04 23:19:39.9359|TRACE|57|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318134/318134
2019-01-04 23:19:40.0686|INFO|22|Blockchain.SynchronizationManager|Suggesting a new block 318135 (c45659) from 7134b618b5ce with 0 transactions
2019-01-04 23:19:40.0692|INFO|14|Blockchain.BlockchainProcessor|Processed blocks up to 318135 in 14672ms, mgasps 0.00 total 0.00, tps 0.00 total 0.00, bps 0.07 total 0.07, recv queue 0, proc queue 0
2019-01-04 23:19:40.0692|INFO|12|Clique.CliqueBlockProducer|Not allowed to sign block (318136)
2019-01-04 23:19:40.4374|TRACE|41|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318135/318135
2019-01-04 23:19:40.4414|TRACE|11|JsonRpc.Modules.ModuleBase|eth_getBlockByNumber request BlockId, 0x04dab7, result: 318135 (c45659)
2019-01-04 23:19:40.4414|TRACE|57|JsonRpc.Modules.ModuleBase|eth_getBlockTransactionCountByNumber request Pending, , result: 0
2019-01-04 23:19:40.9370|TRACE|47|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318135/318135
2019-01-04 23:19:41.4372|TRACE|47|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318135/318135
2019-01-04 23:19:41.9372|TRACE|39|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318135/318135
2019-01-04 23:19:42.4371|TRACE|11|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318135/318135
2019-01-04 23:19:42.9375|TRACE|47|JsonRpc.Modules.ModuleBase|eth_syncing request, result: 318135/318135
2019-01-04 23:19:43.1772|TRACE|51|JsonRpc.Modules.ModuleBase|eth_getBlockByNumber request BlockId, 0x04da20, result: 317984 (6b7752)
2019-01-04 23:19:43.1772|TRACE|54|JsonRpc.Modules.ModuleBase|eth_getBlockByNumber request BlockId, 0x04da21, result: 317985 (6aa1f2)
2019-01-04 23:19:43.1812|TRACE|47|JsonRpc.Modules.ModuleBase|eth_getBlockByNumber request BlockId, 0x04da22, result: 317986 (f3f1ca)
2019-01-04 23:19:43.1812|TRACE|47|JsonRpc.Modules.ModuleBase|eth_getBlockByNumber request BlockId, 0x04da23, result: 317987 (dbed37)
2019-01-04 23:19:43.1851|TRACE|51|JsonRpc.Modules.ModuleBase|eth_getBlockByNumber request BlockId, 0x04da24, result: 317988 (a722e5)
2019-01-04 23:19:43.1851|TRACE|54|JsonRpc.Modules.ModuleBase|eth_getBlockByNumber request BlockId, 0x04da25, result: 317989 (57971d)
2019-01-04 23:19:43.1895|TRACE|54|JsonRpc.Modules.ModuleBase|eth_getBlockByNumber request BlockId, 0x04da26, result: 317990 (bfd236)

from eth-netstats.

5chdn avatar 5chdn commented on August 16, 2024

moved to goerli/ethstats-server#10

from eth-netstats.

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.