add testnet canopy-activation block range

This commit is contained in:
Larry Ruane 2020-11-02 15:05:55 -07:00
parent a7a0b2f1b1
commit dcf5298ee9
2 changed files with 211 additions and 0 deletions

File diff suppressed because one or more lines are too long

10
testnet-canopy/README.md Normal file
View File

@ -0,0 +1,10 @@
# 200-block window around canopy activation, real testnet blocks
Testnet canopy activation height is 1028400. Started zcashd in testnet mode, then:
```
cd lightwalletd-repo/utils
./pullblocks.sh 1028400 1028600 >1028400-1028600.txt
```
(It's actually 201 blocks.)