I am the Eschaton; I am not your God.
I am descended from you, and exist in your future.
Thou shalt not violate causality within my historic light cone. Or else.
Singularity Sky by Charles Stross
| package main | |
| import ( | |
| "encoding/hex" | |
| "fmt" | |
| "github.com/btcsuite/goleveldb/leveldb" | |
| "github.com/btcsuite/goleveldb/leveldb/opt" | |
| ) | |
| func main() { |
I hereby claim:
To claim this, I am signing this object:
| // This program empirically tests for the optimal GCS filter size under | |
| // different assumptions of block size, transaction size, number of inputs, etc. | |
| package main | |
| import ( | |
| "fmt" | |
| "math/rand" | |
| "github.com/btcsuite/btcutil/gcs/builder" |