0xbarchitect

Results 7 comments of 0xbarchitect

I got the same issue. Do you have any solution yet?

Do you mean Nitter uses Oauth1 token and token_secret, instead of Oauth2?

Hi @unobrandon , > The problem was that while the indexer could fetch checkpoints via RPC, it wasn't saving them locally for processing. Are you trying to save the checkpoint...

Hi @stefan-mysten , any result from your investigation?

Hi @wlmyng I have setup the fullnode by checkout the code from your github repo, branch `mainnet` https://github.com/MystenLabs/sui/tree/mainnet Then build it in local with `--release` option: ``` cargo build --release...

Hi @wlmyng You are right! After changing the `data-ingestion-dir` to `/usr/local/sui/tmp/chk` , the checkpoint files are dumped successfully. There has been some issues with the `PrivateTmp` configuration in systemd manifest,...

Hi, I found that Ubuntu 20.04 is not compatible with latest stable avalanche CLI, due to the outdated GLIBC version that you have pointed out above. I upgrade OS to...