Skip to content

Instantly share code, notes, and snippets.

@jim3333
jim3333 / attestation.txt
Created September 10, 2021 23:40
Attestation
I contributed to the clr.fund Trusted Setup Multi-Party Ceremony.
The following are my contribution signatures:
Circuit: qvt32
Contributor # 1728
Hash: undefined
Circuit: batchUst 32
Contributor # 1530
Hash: f49d166a 36d01ee1 afb732d4 72110a1a
fe1d527b 77fe09dd cf38c432 48521b50
@jim3333
jim3333 / attestation.txt
Created September 12, 2021 05:36
Attestation
I contributed to the clr.fund Trusted Setup Multi-Party Ceremony.
The following are my contribution signatures:
Circuit: qvt32
Contributor # 1728
Hash: undefined
Circuit: batchUst 32
Contributor # 1530
Hash: f49d166a 36d01ee1 afb732d4 72110a1a
fe1d527b 77fe09dd cf38c432 48521b50
did:3:kjzl6cwe1jw146nersyltcggpbwarsck179c3y1we4rsa0f689wjbnef2fmssqu
Verify Github on Galaxy. gid:XqBPymnRsxGB2423PAqbrn
#define uint32_t uint
#define uint64_t ulong
#define uint8_t uchar
#define NULL 0
static void memset(uchar *str, int c, size_t n){
for(int i=0;i<n;i++){
str[i] = c;
}
}
@jim3333
jim3333 / bevm.md
Last active January 20, 2024 02:49

批量部署bevm 节点

编辑 /etc/docker/daemon.json 去除docker默认30个桥接限制, 修改完后, 需要重启docker

{
  "default-address-pools": [
    {
      "base": "172.80.0.0/16",
      "size": 24