Code Monkey home page Code Monkey logo

Comments (3)

miguelmota avatar miguelmota commented on August 22, 2024

@wulikai93 if using the infura rpc url, then you need to include the api key which you can get one from their dashboard https://infura.io/

I'll update the guides to mention this

thanks!

from ethereum-development-with-go-book.

wulikai93 avatar wulikai93 commented on August 22, 2024

@miguelmota I logged in the infura dashboard and create a project. Then i change the url as following( i use the real project ID rather than the string "MY-PROJECT-ID" in my code):

client, err := ethclient.Dial("https://mainnet.infura.io/v3/MY-PROJECT-ID")

But i also get a return:

2019/12/15 18:03:41 403 Forbidden {"jsonrpc":"2.0","id":2,"error":{"code":-32002,"message":"project ID does not have access to archive state","data":{"see":"https://infura.io/dashboard"}}}

In conclusion, when i don't offer a project ID, it says project ID is required to access archive state. But when i offer a project ID, it says project ID does not have access to archive state.

Is thera anything i done uncorrectly?

from ethereum-development-with-go-book.

miguelmota avatar miguelmota commented on August 22, 2024

Looks like Infura changed their pricing model a few months ago:

Screenshot from 2020-04-28 02-25-13

The options now are to either pay for the api service, looks for an alternative rpc provider, or run your own archival node in order to retrieve historical data.

The cheapest option might be to run your own archival node locally or on something like EC2 or digital ocean.

You could try the cloudflare rpc provider (https://cloudflare-eth.com) but I don't think it supports archival data.

from ethereum-development-with-go-book.

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.