trueblocks-core
trueblocks-core copied to clipboard
The main repository for the TrueBlocks system
It just disallows control+c which makes it appear to be hung.
Do this: New install (notice that `ts.bin` is not present in `$indexPath/mainnet`) Do ``` chifra status --terse ``` Notice it will start downloading the `ts.bin` file from Unchained Index IPFS...
Do this: `chifra init` (no index chunks) `chifra export trueblocks.eth` (starts downloading...) if the download fails for any of the chunks, it doesn't "recover" the way `chifra init` does.
We could use something like this in our front end to 'pet name' addresses for which we have no name. It's deterministic, so it should always name the same unknown...
https://twitter.com/JackNiewold/status/1570525310147506180
I would be pretty freaking amazing if the user could do: ``` chifra export --chain mainnet,gnosis,sepolia ``` or ``` chifra init --all --chain gnosis,mainnet,sepolia,bsc ``` May never happen, but it...
Fresh install chifra init --chain gnosis chifra export gnosis.eth try to control + c -- doesn't quit. The keystroke is noticed, but the loop does not stop. I don't think...