Bitcoin Forum
April 19, 2024, 05:35:29 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 [260] 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 ... 399 »
  Print  
Author Topic: [ANN] Firo (FIRO) - Implementing ZKP privacy without trusted setup  (Read 662369 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (2 posts by 1+ user deleted.)
mikebzh44
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
October 11, 2017, 05:52:20 PM
 #5181

Hi I try to mine this coin wiht my rig.

I'm using ccminer_cuda9 :

https://github.com/djm34/ccminer-msvc2015/releases

as 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.
1713548129
Hero Member
*
Offline Offline

Posts: 1713548129

View Profile Personal Message (Offline)

Ignore
1713548129
Reply with quote  #2

1713548129
Report to moderator
1713548129
Hero Member
*
Offline Offline

Posts: 1713548129

View Profile Personal Message (Offline)

Ignore
1713548129
Reply with quote  #2

1713548129
Report to moderator
1713548129
Hero Member
*
Offline Offline

Posts: 1713548129

View Profile Personal Message (Offline)

Ignore
1713548129
Reply with quote  #2

1713548129
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713548129
Hero Member
*
Offline Offline

Posts: 1713548129

View Profile Personal Message (Offline)

Ignore
1713548129
Reply with quote  #2

1713548129
Report to moderator
1713548129
Hero Member
*
Offline Offline

Posts: 1713548129

View Profile Personal Message (Offline)

Ignore
1713548129
Reply with quote  #2

1713548129
Report to moderator
1713548129
Hero Member
*
Offline Offline

Posts: 1713548129

View Profile Personal Message (Offline)

Ignore
1713548129
Reply with quote  #2

1713548129
Report to moderator
szasza576
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
October 11, 2017, 06:23:39 PM
 #5182

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  Huh(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
Sr. Member
****
Offline Offline

Activity: 868
Merit: 250


Founder Nur1Labs


View Profile WWW
October 11, 2017, 06:42:40 PM
 #5183

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  Huh(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==
==Open Hire Developer Using Our Services==
snmoney
Jr. Member
*
Offline Offline

Activity: 56
Merit: 1


View Profile
October 11, 2017, 06:43:04 PM
 #5184

Hi I try to mine this coin wiht my rig.

I'm using ccminer_cuda9 :

https://github.com/djm34/ccminer-msvc2015/releases

as 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
Sr. Member
****
Offline Offline

Activity: 868
Merit: 250


Founder Nur1Labs


View Profile WWW
October 11, 2017, 06:45:17 PM
 #5185

Sgminer problem. Why the sgminer dev not update it  Roll Eyes

==MuBdI BlockStream Platform - Future Blockchain Platform==
==Open Hire Developer Using Our Services==
mikebzh44
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
October 11, 2017, 07:26:30 PM
 #5186

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 Sad
szasza576
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
October 11, 2017, 07:39:12 PM
 #5187

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 Sad

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=workers
I 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.  Smiley So just a hint...
mikebzh44
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
October 11, 2017, 07:50:37 PM
 #5188

You were right, I misspelled my password  Grin

But even with good username and good password I have the same error Sad

sultanhaider1
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
October 11, 2017, 08:12:17 PM
 #5189

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... Smiley
szasza576
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
October 11, 2017, 08:16:06 PM
 #5190

You were right, I misspelled my password  Grin

But even with good username and good password I have the same error Sad



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 Offline

Activity: 64
Merit: 0


View Profile
October 11, 2017, 08:18:06 PM
 #5191

No, my username is mikebzh44wrk1 and my workername is Quadro_GTX1060 so the dot is at the right place  Cry
szasza576
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
October 11, 2017, 08:32:43 PM
 #5192

No, my username is mikebzh44wrk1 and my workername is Quadro_GTX1060 so the dot is at the right place  Cry

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 Offline

Activity: 64
Merit: 0


View Profile
October 11, 2017, 08:37:14 PM
 #5193

Thanks for your help.

I have switch to zpool.ca and now my rig is mining Wink
nur1labs
Sr. Member
****
Offline Offline

Activity: 868
Merit: 250


Founder Nur1Labs


View Profile WWW
October 11, 2017, 08:38:09 PM
 #5194

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... Smiley

They roadmap good afterall

==MuBdI BlockStream Platform - Future Blockchain Platform==
==Open Hire Developer Using Our Services==
ApexAvenger
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
October 11, 2017, 08:42:57 PM
 #5195

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 Offline

Activity: 24
Merit: 0


View Profile
October 11, 2017, 08:43:48 PM
 #5196

Nice project will keep eyes here.The idea behind of MTP its like ''the utopia''
nur1labs
Sr. Member
****
Offline Offline

Activity: 868
Merit: 250


Founder Nur1Labs


View Profile WWW
October 12, 2017, 03:27:46 AM
 #5197

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==
==Open Hire Developer Using Our Services==
mikebzh44
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
October 12, 2017, 04:24:16 AM
 #5198

Which pool are you using for this coin ?

I'm using zpool.ca but I don't understand this pool.

My rig is diging for more than 6 hours and all my counters stay to 0 :

https://i.imgur.com/FwPRGHU.png

https://i.imgur.com/wVP2Dan.png

Bt hashrates are OK :

https://i.imgur.com/3ZfQGMc.png

https://i.imgur.com/28l1Ql5.png

I gave a BTC address as asked in the zpool web page :

http://zpool.ca/

ccminer command line :

-a lyra2z -o stratum+tcp://lyra2z.mine.zpool.ca:4553#xnsub -u 3BuSaEnhrSgqh3unhBEjEGjLZNcBoFCXsN -p c=xzc

nur1labs
Sr. Member
****
Offline Offline

Activity: 868
Merit: 250


Founder Nur1Labs


View Profile WWW
October 12, 2017, 04:34:45 AM
 #5199

Mtp I think  Grin

==MuBdI BlockStream Platform - Future Blockchain Platform==
==Open Hire Developer Using Our Services==
gregfromo
Member
**
Offline Offline

Activity: 134
Merit: 10


View Profile
October 12, 2017, 06:37:12 AM
 #5200

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?

Pages: « 1 ... 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 [260] 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 ... 399 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!