addnode=mainnet.z.cash
rpcuser=username
rpcpassword=********** Don’t post your password please mask it before posting
gen=1
genproclimit=4
equihashsolver=tromp
It looks like you are running on a single thread, add genproclimit=4 (change the number to your number of processors) to your zcash.conf file. And also add equihashsolver=tromp you should see a 10x increase at least.
Hey Shawn, can you help your brother here please it’s almost 18hrs running now but not sure if my machine doing anything
./src/zcash-cli z_listaddresses
[
]
./src/zcash-cli z_getbalance
error: {
“code”: -1,
“message”: “z_getbalance "address" ( minconf )\n\nReturns the balance of a taddr or zaddr belonging to the nodeâs wallet.\n\nArguments:\n1. "address" (string) The selected address. It may be a transparent or private address.\n2. minconf (numeric, optional, default=1) Only include transactions confirmed at least this many times.\n\nResult:\namount (numeric) The total amount in ZEC received for this address.\n\nExamples:\n\nThe total amount received by address "myaddress"\n> zcash-cli z_getbalance "myaddress"\n\nThe total amount received by address "myaddress" at least 5 blocks confirmed\n> zcash-cli z_getbalance "myaddress" 5\n\nAs a json rpc call\n> curl --user myusername --data-binary ‘{"jsonrpc": "1.0", "id":"curltest", "method": "z_getbalance", "params": ["myaddress", 5] }’ -H ‘content-type: text/plain;’ http://127.0.0.1:8232/\n”
}
./src/zcash-cli z_listtransactions
error: {“code”:-32601,“message”:“Method not found”}
./src/zcash-cli z_getoperationstatus
[
]
Is there something else I need to check/configure to be sure that it’s doing something?
addnode=mainnet.z.cash
rpcuser=username
rpcpassword=******** Don’t post your password please mask it before posting
gen=1
genproclimit=4
equihashsolver=tromp