This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
Run the default gnarly reducer for a few days and report on usage statistics #13
Labels
good first issue
Good for newcomers
The current version of
gnarly-bin
(commit 999b9e3) is configured to index CryptoKitties NFT transfers,Transfer
events, and block metadata.Build yourself a docker container, push it to your own username in the docker hub, and then run this container from the beginning on cryptokitties. We want to see how it performs in your experience!
Requirements
Extra Usage Details
For running the gnarly instance docker container, you can use a command like:
(remembering to configure the postgres connection string correctly, as well as, if gnarly happens to crash (report that bug please ❤️), removing the
GNARLY_RESET=true
env var. That var tells gnarly that it should nuke your data store to nothingness, so avoid using it if there's something in your postgres database that you want to keep!)That hash is the blockhash of the block before cryptokitties was deployed, so we'll be indexing every cryptokitty since the beginning.
Report on:
Output should be like
(which shows that I've been running this instance over ~110k blocks for 3.4 days and indexed 250419 kitties up to block 4715906 with an average blocks per second of 0.36)
Notes
If there are any questions, mention me in this thread and I'll be around to help!
The text was updated successfully, but these errors were encountered: