szasza576
Newbie
Offline
Activity: 15
Merit: 0
|
 |
October 11, 2017, 06:23:39 PM |
|
Can anyone explain to me how to download the djm34 miner for Ubuntu. I've gotten many others to work but can't on this one (not faulting the maker, I'm just new to command line programming or whatever). But when I go to the link provided and download the zip file the install instructions say use ./build.sh to install with default settings but I can't find that in the file and then if I try and use ./autogen.sh I get below
--configure.ac:4: installing './config.sub' --configure.ac:6: installing './missing' --Makefile.am: installing './depcomp' --configure.ac:76: error: possibly undefined macro: AC_MSG_ERROR --If this token and others are legitimate, please use m4_pattern_allow. --See the Autoconf documentation.
Maybe I don't have all the required pre-requisites. I know my CUDA works because I can mine using EWBF's Cuda Miner just fine. Can anyone explain this I would like to mine the coin but don't know how and need a sensei to teach me how on Ubuntu. If I ever get to mine some ZCoin I could give some to the person that taught me!
still not solve this. i can't mine used that. any setting for this one  (put lyra2z bug)(already submit to they git) After you unzipped the dowloaded source use these commands inside the extracted directory: ./autogen.sh ./configure.sh make -j 4 Djm's source doesn't contain build.sh so instead of build.sh you can use "make -j 4". The "-j 4" means linux builds the miner with 4 parallel threads. For me djm's fork worked only with up to 8 GPUs but broke down above 8. In addition I have better hashrate with Tpruvot's miner https://github.com/tpruvot/ccminer/releases (as I mine on Suprnova I have no issues with the reported hashrate). Regarding the autogen issue I cannot help as it worked fine for me (see below). I use GCC 5.4.0 and CUDA 8.0. ./autogen.sh configure.ac:4: installing './config.sub' configure.ac:6: installing './missing' Makefile.am: installing './depcomp'
|
|
|
|
nur1labs
|
 |
October 11, 2017, 06:42:40 PM |
|
Can anyone explain to me how to download the djm34 miner for Ubuntu. I've gotten many others to work but can't on this one (not faulting the maker, I'm just new to command line programming or whatever). But when I go to the link provided and download the zip file the install instructions say use ./build.sh to install with default settings but I can't find that in the file and then if I try and use ./autogen.sh I get below
--configure.ac:4: installing './config.sub' --configure.ac:6: installing './missing' --Makefile.am: installing './depcomp' --configure.ac:76: error: possibly undefined macro: AC_MSG_ERROR --If this token and others are legitimate, please use m4_pattern_allow. --See the Autoconf documentation.
Maybe I don't have all the required pre-requisites. I know my CUDA works because I can mine using EWBF's Cuda Miner just fine. Can anyone explain this I would like to mine the coin but don't know how and need a sensei to teach me how on Ubuntu. If I ever get to mine some ZCoin I could give some to the person that taught me!
still not solve this. i can't mine used that. any setting for this one  (put lyra2z bug)(already submit to they git) After you unzipped the dowloaded source use these commands inside the extracted directory: ./autogen.sh ./configure.sh make -j 4 Djm's source doesn't contain build.sh so instead of build.sh you can use "make -j 4". The "-j 4" means linux builds the miner with 4 parallel threads. For me djm's fork worked only with up to 8 GPUs but broke down above 8. In addition I have better hashrate with Tpruvot's miner https://github.com/tpruvot/ccminer/releases (as I mine on Suprnova I have no issues with the reported hashrate). Regarding the autogen issue I cannot help as it worked fine for me (see below). I use GCC 5.4.0 and CUDA 8.0. ./autogen.sh configure.ac:4: installing './config.sub' configure.ac:6: installing './missing' Makefile.am: installing './depcomp' Same problem with me
|
==MuBdI BlockStream Platform - Future Blockchain Platform==
|
|
|
snmoney
Jr. Member
Offline
Activity: 56
Merit: 1
|
 |
October 11, 2017, 06:43:04 PM |
|
Hi I try to mine this coin wiht my rig. I'm using ccminer_cuda9 : https://github.com/djm34/ccminer-msvc2015/releasesas I have 4 GTX 1060 6 Gb I'm using suprnova pool but I have a stratum error : C:\Users\Mineur\Downloads>ccminer_cuda9.exe -a lyra2z -o stratum+tcp://xzc.suprnova.cc:1569 -u mikebzh44wrk1.quadro_gtx1060 -p ****** *** ccminer 0.0.2-djm34 for nVidia GPUs by djm34 *** Built with VC++ 2015 and nVidia CUDA SDK 9.0 Originally based on Christian Buchner and Christian H. project based on tpruvo t 1.8.4 release Include algos from alexis78, djm34, sp, tsiv and klausT. *** News (02/08/2017): lyra2Z algo for ZCoin BTC donation address: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze (djm34) ZCoin donation address: aChWVb8CpgajadpLmiwDZvZaKizQgHxfh5 (djm34) [2017-10-11 19:48:02] Starting on stratum+tcp://xzc.suprnova.cc:1569 [2017-10-11 19:48:03] NVML GPU monitoring enabled. [2017-10-11 19:48:03] Stratum authentication failed [2017-10-11 19:48:03] ...retry after 30 seconds [2017-10-11 19:48:03] NVAPI GPU monitoring enabled. [2017-10-11 19:48:03] 4 miner threads started, using 'lyra2Z' algorithm. [2017-10-11 19:48:10] CTRL_C_EVENT received, exiting What's wrong with my setup ? Thanks. i don't see any wrong in the mining log you post, except last row looks like you had press Ctrl+C to exit to ccminer.
|
welcome to MAGNET (https://magnetwork.io/)
|
|
|
nur1labs
|
 |
October 11, 2017, 06:45:17 PM |
|
Sgminer problem. Why the sgminer dev not update it 
|
==MuBdI BlockStream Platform - Future Blockchain Platform==
|
|
|
mikebzh44
Newbie
Offline
Activity: 64
Merit: 0
|
 |
October 11, 2017, 07:26:30 PM |
|
ccminer can't connect to stratum : [2017-10-11 19:48:03] Stratum authentication failed [2017-10-11 19:48:03] ...retry after 30 seconds And if I let the miner run, I have this message every 30 seconds and no hashrate 
|
|
|
|
szasza576
Newbie
Offline
Activity: 15
Merit: 0
|
 |
October 11, 2017, 07:39:12 PM |
|
ccminer can't connect to stratum : [2017-10-11 19:48:03] Stratum authentication failed [2017-10-11 19:48:03] ...retry after 30 seconds And if I let the miner run, I have this message every 30 seconds and no hashrate  Does your worker name match with the one what you created in the account settings? Did you use the worker's pass what you set here? https://xzc.suprnova.cc/index.php?page=account&action=workersI know it is basic but once I used my account's password instead of the worker's and spent ~10 minutes to figure out what's wrong.  So just a hint...
|
|
|
|
mikebzh44
Newbie
Offline
Activity: 64
Merit: 0
|
 |
October 11, 2017, 07:50:37 PM |
|
You were right, I misspelled my password  But even with good username and good password I have the same error 
|
|
|
|
sultanhaider1
Newbie
Offline
Activity: 19
Merit: 0
|
 |
October 11, 2017, 08:12:17 PM |
|
as for as in my regards i love ur technology it will be better for everyone who is interesting in trading..... wish u good regards... 
|
|
|
|
szasza576
Newbie
Offline
Activity: 15
Merit: 0
|
 |
October 11, 2017, 08:16:06 PM |
|
You were right, I misspelled my password  But even with good username and good password I have the same error  In the command line it should be -u ACCOUNTNAME.WORKERNAME --> the two separated with a dot "." For example my user is szasza576 and I have worker with name rig1 hence I have this: -u szasza576.rig1 -p workerspass I assume your username is "mikebzh44", right? So now check where is the dot in your command line: mikebzh44wrk1.quadro_gtx1060 In the workername don't use dot. I hope this helps.
|
|
|
|
mikebzh44
Newbie
Offline
Activity: 64
Merit: 0
|
 |
October 11, 2017, 08:18:06 PM |
|
No, my username is mikebzh44wrk1 and my workername is Quadro_GTX1060 so the dot is at the right place 
|
|
|
|
szasza576
Newbie
Offline
Activity: 15
Merit: 0
|
 |
October 11, 2017, 08:32:43 PM |
|
No, my username is mikebzh44wrk1 and my workername is Quadro_GTX1060 so the dot is at the right place  Sorry, I have no more ideas except for try out another miner. However I have doubts that the miner itself would cause the issue. BTW, just because of the curiosity I checked and the username/workername are not case-sensitive and accepts underline "_" so you can exclude those as well.
|
|
|
|
mikebzh44
Newbie
Offline
Activity: 64
Merit: 0
|
 |
October 11, 2017, 08:37:14 PM |
|
Thanks for your help. I have switch to zpool.ca and now my rig is mining 
|
|
|
|
nur1labs
|
 |
October 11, 2017, 08:38:09 PM |
|
as for as in my regards i love ur technology it will be better for everyone who is interesting in trading..... wish u good regards...  They roadmap good afterall
|
==MuBdI BlockStream Platform - Future Blockchain Platform==
|
|
|
ApexAvenger
Newbie
Offline
Activity: 20
Merit: 0
|
 |
October 11, 2017, 08:42:57 PM |
|
Love the cooler temps from my rigs mining Zcoin. Should more Algorithms that concentrate on energy efficiency, expanding the life of mining equipment has to be of great benefit to all.
|
|
|
|
bitnoob1234
Newbie
Offline
Activity: 24
Merit: 0
|
 |
October 11, 2017, 08:43:48 PM |
|
Nice project will keep eyes here.The idea behind of MTP its like ''the utopia''
|
|
|
|
nur1labs
|
 |
October 12, 2017, 03:27:46 AM |
|
Love the cooler temps from my rigs mining Zcoin. Should more Algorithms that concentrate on energy efficiency, expanding the life of mining equipment has to be of great benefit to all.
Cost not big as some coin. So not leaked electric cost
|
==MuBdI BlockStream Platform - Future Blockchain Platform==
|
|
|
|
nur1labs
|
 |
October 12, 2017, 04:34:45 AM |
|
Mtp I think 
|
==MuBdI BlockStream Platform - Future Blockchain Platform==
|
|
|
gregfromo
Member

Offline
Activity: 134
Merit: 10
|
 |
October 12, 2017, 06:37:12 AM |
|
how problematic is it to have concentrated almost all hashingpower at one pool? is it possible to implement a mechanism that prohibits such a circumstance?
|
|
|
|
trilla666
Member

Offline
Activity: 98
Merit: 10
|
 |
October 12, 2017, 06:55:13 AM |
|
how problematic is it to have concentrated almost all hashingpower at one pool? is it possible to implement a mechanism that prohibits such a circumstance?
regulation? o_O isnt that kind of missing the point?
|
|
|
|
|