-
This is a follow-up to #6812. Some of the uses of `PRODUCT_NAME` (which is set to "Zcash") would make more sense as "zcashd". Add a `DAEMON_NAME` constant set to "zcashd" and change `PRODUCT_NAME` to …
daira updated
11 months ago
-
## What were you trying to do
Shutdown `zcashd` and then restart the node.
## What happened
`zcashd` starts a full re-scan even if the node was shutdown only for a few moments.
-
The codebase has some "ban score" concept, which seems to follow [Postel's Law / Robustness Principle](https://en.wikipedia.org/wiki/Robustness_principle). (**Edit:** I have not done code review of ba…
-
The current difficulty algorithm appears to have an averaging window of N=50 which is pretty long and 3x more than Zcash. This allows big miners to come on and off, "stealing" blocks before the diff …
-
I copied most of the following from slack:
I started `zcashd` that I built at master branch commit 3213527141782a9a4e018e00d34de16889a128f0, which is about a week newer than v5.1.0, and a soon afte…
-
In reviewing debug.log ERROR messages for Zero 2.0.4 on Ubuntu 18.04, found a single instance of: `2019-04-16 11:02:13 ERROR: CheckInputs(): tried to spend coinbase at depth 719`
Line 2049 in main.…
-
From https://github.com/zcash/zcash/pull/1429#issuecomment-250896180 and subsequent comments:
@luke-jr:
> FYI: bdb 6 is AGPL, which means each peer needs to offer to send its peers the source code..…
daira updated
5 years ago
-
Building version 3.10.4 and comparing it to version from google-play, result in below diff:
Command: `diff --recursive --brief ./monya_local_build_3.10.4_2/ ./monya-from-google-play`
Result:
```
F…
-
```
Zcash Daemon version v2.0.5-2-3d37ebe9d
Darwin Kernel Version 17.7.0: Thu Apr 25 22:14:11 PDT 2019; root:xnu-4570.71.45~2/RELEASE_X86_64 x86_64
```
I keep seeing this error in `debug.log`.
…
-
Related tickets:
* #3051
* #1111 I2P
* https://github.com/zcash/zips/issues/542 addrv2 message (specification discussion goes here)
* https://github.com/zcash/zips/pull/543 (ZIP 155 PR)
daira updated
2 years ago