JWWeatherman / yeticold

https://yeticold.com
Other
66 stars 24 forks source link

See if we can use a pruned blockchain #43

Closed JWWeatherman closed 4 years ago

JWWeatherman commented 4 years ago

Some RPC calls, such as importprivkey, default to block 0 for a rescan and will fail when the blockchain is pruned so specifying a recent block to start from (600,000) is required.

willweatherman commented 4 years ago

We only use this for testing now.