-
-
This is my bench function:
```
fn tree_insert(c: &mut Criterion) {
let mut arr = [0; 3];
for i in 0..3 {
arr[i] = i;
}
c.bench_function_over_inputs("insert elem",
…
shahn updated
6 years ago
-
We should be able to compute this rather than require the user to input it.
-
/z-nomp/node_modules/stratum-pool/lib/merkleTree.js:9
return Object.values(result)[2].root;
^
TypeError: Object.values is not a function
at calcRoot (/z-nomp/node_modul…
-
XBuild Engine Version 14.0
Mono, Version 4.6.2.0
Copyright (C) 2005-2013 Various Mono authors
Build started 5/15/2018 10:04:51 AM.
__________________________________________________
/home/temp/…
-
Hi very similar to the Deutsch emark coin problem here: https://github.com/vagabondan/CoiniumServ/issues/23 I am having issues mining Joulecoins. To confirm I can mine Mazacoins and Zetacoins on my po…
-
```
z-nomp/node_modules/stratum-pool/lib/merkleTree.js:8
return result._65.root;
TypeError: Cannot read property 'root' of undefined
```
I'm thinking it's because no workers are requesting …
-
`org.bitcoinj.core.VerificationException: Could not verify block 000000000000000000639be19a0123a1c99d9fef89f0b8ac055a77f4ef86ae3b
FilteredBlock{merkleTree=PartialMerkleTree{transactionCount=279, matc…
-
[config.log](https://github.com/kozyilmaz/zcash-apple/files/1691138/config.log)
```
Options used to compile and link:
with wallet = yes
with rust = yes
with proton = no
wit…
-
Hashing function should be exchangable to not being forced to use Ripe160.