Share Your Status after Installation for others to compare

Configuration

addnode=mainnet.z.cash
rpcuser=username
rpcpassword=********** Don’t post your password please mask it before posting
gen=1
genproclimit=4
equihashsolver=tromp

./src/zcash-cli getmininginfo

{
“blocks” : 1133,
“currentblocksize” : 19794,
“currentblocktx” : 15,
“difficulty” : 40560.90844079,
“errors” : “”,
“genproclimit” : 4,
“networkhashps” : 1986325,
“pooledtx” : 42,
“testnet” : false,
“chain” : “main”,
“generate” : true
}

Machine Details

  • Ram: 6GB
  • Hard Disk: 30GB SSD
  • CPU: 4

Running For: 13hrs


./src/zcash-cli listtransactions

[
]


./src/zcash-cli z_gettotalbalance

{
“transparent” : “0.00”,
“private” : “0.00”,
“total” : “0.00”
}


./src/zcash-cli getblocksubsidy height

error: Error parsing JSON:height

Anyone who wishes to share thier mining information should be careful not to post private information like passwords when doing so.

1 Like

Good point let me add it on top as warning.

Is this good performance?

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.

Thanks Shawn :+1:, i will give it a try

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?

.zcashcofig
Configuration

addnode=mainnet.z.cash
rpcuser=username
rpcpassword=******** Don’t post your password please mask it before posting
gen=1
genproclimit=4
equihashsolver=tromp

./src/zcash-cli getmininginfo

{
“blocks” : 1353,
“currentblocksize” : 19494,
“currentblocktx” : 59,
“difficulty” : 56748.10576124,
“errors” : “”,
“genproclimit” : 4,
“networkhashps” : 2634051,
“pooledtx” : 63,
“testnet” : false,
“chain” : “main”,
“generate” : true
}

Machine Details

  • Ubuntu 6.10 - 64bit Oracle VM VirtualBox
  • Ram: 6GB Dedicated to VM Machine
  • Hard Disk: 20GB SSD VHD Fixed
  • CPU: i7-2630QM 4 Dedicated to VM Machine

Running For: 15min+ for accurate Sol/s


./src/zcash-cli listtransactions

[
]


./src/zcash-cli z_gettotalbalance

{
“transparent” : “0.00”,
“private” : “0.00”,
“total” : “0.00”
}

./src/zcash-cli zcbenchmark solveequihash 10

[
{
“runningtime” : 78.18833800
},
{
“runningtime” : 22.90794400
},
{
“runningtime” : 50.00362900
},
{
“runningtime” : 77.68452800
},
{
“runningtime” : 51.65989200
},
{
“runningtime” : 80.34887700
},
{
“runningtime” : 79.46512500
},
{
“runningtime” : 51.17659200
},
{
“runningtime” : 135.87836100
},
{
“runningtime” : 52.02284000
}
]