Julian Yap
Julian Yap
@stormenergy91 I wrote up this post which has sample code: https://julianyap.com/posts/2024-03-13-1710365831/
> Hi, @jyap808 does the code works for you? I was trying whatever you added in the blog and the moment I try to add image it's failing with this...
Minor issue since this project uses the latest "github.com/btcsuite/btcd/btcec/v2 v2.3.2" module and Secp256k1 handling. The upstream vulnerability only applies to unrelated and unused witness size checking.
Set the environment variables. e.g. ``` % GOTWI_API_KEY=[key goes here] GOTWI_API_KEY_SECRET=[secret goes here] go run main.go ``` .. I guess it's mentioned in the README: https://github.com/michimani/gotwi?tab=readme-ov-file#prepare
The specific commit where this was changed: https://github.com/ethereum/ethash/commit/b37dc228465eebec0efe98e1e7fa0d252517e823 "Fixes for OpenCL 1.1" would be the reason
You need to upload the image with API v1. Wrote a blog post here (although sample code is in Golang): https://julianyap.com/posts/2024-03-13-1710365831/