Ethan Kravitz

Results 10 comments of Ethan Kravitz

This issue is mitigated by using an IPFS gateway that supports Origin Isolation. See: https://docs.ipfs.io/how-to/address-ipfs-on-web/#http-gateways https://ipfs.github.io/public-gateway-checker/ By addressing the URL with the CID as the subdomain of a supported gateway,...

Same issue when running locally via webpack. Surprised that networks besides mainnet don't work, especially in local dev environment. You can see the discrepancy here between `` and ``: ![image](https://user-images.githubusercontent.com/275773/49368625-ff696700-f6a3-11e8-84a7-8209947ae614.png)...

Frequently get a similar but different error: ``` 0|cargo | thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: error sending request for url (https://vm.aleo.org/testnet3/block/testnet3/26580.block): error trying to connect:...

It happened constantly, a few times an hour at least. Syncing to completion wasn't even possible until I wrapped the process in PM2 with autorestart. Since the sync server seems...

@erickingxu I would `git pull` and make sure you are up to date as this may be fixed. Regardless, if you want to ensure automatic restarts, pm2 makes this very...

After making @PsychicCat change, compile was succesful but now when running I get: > *** stack smashing detected ***: ./ccminer terminated > Aborted (core dumped) Ubuntu 16.04 Xenial with Cuda...

Please add: https://chainlist.org/chain/1100

How do we start Grafana? I just did a fresh install and there is nothing on port 3000. Do I have to manually install `ethereumonarm-monitoring-extras`?

You can also update your `package.json` using github notation. ``` "dependencies": { "truffle-hdwallet-provider": "github:trufflesuite/truffle-hdwallet-provider", ... } ``` This will pull **master**