Post
Topic
Board Announcements (Altcoins)
Re: ### C-Note - New Pools - New Wallet Updates - New Installers - New Explorer ###
by
MinermanNC
on 29/06/2017, 17:07:06 UTC
Are there any tutorials for installing the wallet on Linux? Using Linux Mint. Have the windows wallet installed in WINE, connects and is synchronizing but I don't see anywhere to add the address for the mining pool. Went to the options tab, then chose mining tab but there is only an enable or disable and choose the amount of threads to use. No place to enter address.
Hey not sure how things work with Linux, however that mining tab is for solo CPU mining from your own wallet if not mistaken. In which case it will generate a wallet address for payment. Also you would need to set up a conf. file for solo mining (Solo mining is not really worth attempting now as difficulty is rising unless of course you have a very powerful rig to devote GPU hash power to it.)

You will need to download the mining software for either CPU or GPU depending on how you want to mine.

Once you have done that, you will need to configure a .bat file or batch file to start the miner. Within the command line arguments you will place the pool address and your wallet payout address etc.

Will look something like this for CPU mining: Windows

minerd64_sse4.exe -a quark -o stratum+tcp://96.67.25.134:54094 -u CMcJdbfwQEvpvzCXUrTZXZwiWGPbVGQaUV.Rig7 -p x -t 2

or

GPU mining: Windows
 
GPU_MAX_ALLOC_PERCENT=100
sgminer -k quarkcoin -o stratum+tcp://96.67.25.134:54094 -u xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -p x

Using Linux you may need to add the (./)    EX: ./minerd64_sse4.exe -a quark -o stratum+tcp://96.67.25.134:54094 -u CMcJdbfwQEvpvzCXUrTZXZwiWGPbVGQaUV.Rig7 -p x -t 2

Create you batch file within the mining software folder of your choice.

Anyone wants to chime in and give better advice please do!  Smiley

Both Miner downloads are listed on the first page.