Hi everyone. I noticed that there are a lot of people in this forum that are interested in mining zcash. If you are new to mining and aren’t sure where to start, I put together a guide for you.
Wanted to see if someone could clarify about the wallet and address(es) here. I have tried creating a wallet and even new address. However, with the sources provided, I am not having any luck. Any suggestions?
I am currently mining and according to the ‘listtransaction’, I have several addresses. Do we get a new address for each block that we mine? How do I consolidate those to a single wallet?
The wallet is generated automatically by the client. The client is configured to use a new address for each block that it mines, so that is likely what you see when running listtransaction. You can find your wallet file in “~/.zcash/testnet3/wallet.dat”
If you want to move them all to single address, you can use the “sendtoaddress” command. You can learn more about it here: Original Bitcoin client/API calls list - Bitcoin Wiki (This is the command list for bitcoin core, but since Zcash is derived from Bitcoin core, almost all the commands work).
The linux terminal is for running programs and scripts (simply put: lists of program names) - usually ones that are specifically designed for the simple, text based input and output the terminal is limited to. What you’re entering is not the name of a program, it’s a data file.
Pardon my newbness but… Are Docker files linux-only or can they be prepared for OS X as well? I ask because I had a total fail trying to follow the directions to compile on a friends iMac…