otterscan: ots module not available in rpcdaemon

Hello,

I have a running instance of erigon, and now I am trying to start otterscan.

I compiled the rpcdaemon from the provided repo ( https://github.com/wmitsuda/erigon )

but when running I get the following output:

EROR[06-09|09:19:37.299] Unavailable modules in HTTP API list unavailable=[ots] available="[eth erigon web3 net txpool]" INFO[06-09|09:19:37.300] HTTP endpoint opened url=localhost:8545 ws=false ws.compression=false grpc=true grpc.port=8547

I compiled rpcdaemon from the referenced repo at this commit:

git checkout 0929df8915936909278f4ce38a2e753630bb9dce

what I’m doing wrong?

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 1
  • Comments: 19 (9 by maintainers)

Most upvoted comments

@wmitsuda thank you man, I’m going to try that and let you know asap

If you really want to feel adventurous, you can check and try it by yourself:

  • git checkout v2022.04.02-otterscan -> latest beta compatible tag
  • git checkout v2022.06.02-otterscan -> latest alpha compatible tag

compiling rpcdaemon from now on of these should work as long your erigon install is from one of these series, but can’t guarantee everything will work.