]> Git Repo - VerusCoin.git/commitdiff
Tweak descriptions of mining parameters for example zcash.conf.
authorDaira Hopwood <[email protected]>
Wed, 26 Oct 2016 02:18:32 +0000 (03:18 +0100)
committerDaira Hopwood <[email protected]>
Wed, 26 Oct 2016 02:18:32 +0000 (03:18 +0100)
Signed-off-by: Daira Hopwood <[email protected]>
contrib/DEBIAN/examples/zcash.conf

index 1d6d27acd9c77288ba2e39e7861c2f0837ac4307..e9935a8728f2c0fa342f285fef07ff256ed41782 100644 (file)
 
 # Miscellaneous options
 
-# Enable attempt to generate zcash.
-#gen=1
+# Enable attempt to mine zcash.
+#gen=0
 
-# Enable use of a different Equihash solver to try to generate zcash faster.
+# Set the number of threads to be used for mining zcash (-1 = all cores).
+#genproclimit=1
+
+# Specify a different Equihash solver (e.g. "tromp") to try to mine zcash
+# faster when gen=1.
 #equihashsolver=default
 
 # Pre-generate this many public/private key pairs, so wallet backups will be valid for
This page took 0.025975 seconds and 4 git commands to generate.