ots module not available in rpcdaemon
See original GitHub issueHello,
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?
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:19 (9 by maintainers)
Top Results From Across the Web
RPC Daemon Shuts Down and Closes Endpoint URL ... - GitHub
The only logical explanation is that the RPC daemon is designed to shutdown automatically until Erigon is fully synched.
Read more >The connection was refused or the RPC daemon is not ...
Hi Guru's, While I'am trying to login into DataStage which is installed on Linux server, the following error is appearing.
Read more >RPC Daemon not running(81016) - DSXchange
I ve installed client & server on windows 2000. RPC Daemon is not running(81016)[/b]It gives this when i try to select the project...
Read more >Troubleshooting the network lock manager - IBM
Start the rpc. statd and rpc. lockd daemons on the client by following the instructions in Starting the NFS daemons.
Read more >RPC API | Metasploit Documentation - Docs @ Rapid7
A permanent token acts as an API key that does not expire. Permanent tokens are stored in the database backend (api_keys table) when...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@wmitsuda thank you man, I’m going to try that and let you know asap
glad you made it!
for running rpcdaemon not on localhost, be sure to follow the instructions on: https://github.com/wmitsuda/otterscan/blob/develop/docs/install.md#run-otterscan-docker-image-from-docker-hub, more specifically the ERIGON_URL variable.