GithubHelp home page GithubHelp logo

Comments (3)

wil611 avatar wil611 commented on September 15, 2024

i have the same issue.

Processed transactions: 200
Processed transactions: 250
Processed transactions: 300
Traceback (most recent call last):
File "genesis_block_generator.py", line 137, in
print json.dumps(evaluate(), indent=4)
File "genesis_block_generator.py", line 129, in evaluate
th = get_txs_and_heights(outs)
File "genesis_block_generator.py", line 69, in get_txs_and_heights
txs[h] = fetchtx(h)
File "genesis_block_generator.py", line 50, in new_method
c[str(arg)] = method(arg)
File "/usr/local/lib/python2.7/dist-packages/bitcoin/bci.py", line 341, in fetchtx
return f(*args)
File "/usr/local/lib/python2.7/dist-packages/bitcoin/bci.py", line 268, in bci_fetchtx
data = make_request('https://blockchain.info/rawtx/'+txhash+'?format=hex')
File "/usr/local/lib/python2.7/dist-packages/bitcoin/bci.py", line 23, in make_request
raise Exception(p)
Exception: Quota Exceeded (Req Count Limit)

from pyethsaletool.

carryforward avatar carryforward commented on September 15, 2024

I saw this too. It has caching, so after it times out and is restarted, the script skips over what it previously downloaded. It will probably take over a dozen restarts to finish the script.

from pyethsaletool.

vbuterin avatar vbuterin commented on September 15, 2024

The newest script is in a different repo, and has a number of new safeguards to mitigate this including batch queries to reduce the total number of queries by ~20x. But do expect that it might happen and you may have to run the script a few times to get the full genesis block if you're building it at the same time everyone else is.

from pyethsaletool.

Related Issues (5)

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.