joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
November 20, 2016, 05:22:05 PM |
|
Zcoin-xzc Algo was modified after block 8192 - lyra2z
It's not worth making the change, it will change again soon to something completely different. For those who compile their own it's a one line change in algo/lyra2/zcoin.c line 11: old: LYRA2Z(hash, 32, input, 80, input, 80, 2, height, 256); new: LYRA2Z(hash, 32, input, 80, input, 80, 2, 8192, 256);
Ok, works fine : thank you :-). Any future optimisation for ZCoin ? We'll see when MTP comes out. If I have a good reason to release a new version before then it will include the above change.
|
|
|
|
|
|
|
|
|
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
forato
|
 |
November 20, 2016, 10:51:57 PM |
|
Can anyone please give me an .bat example to mine on nicehash?
|
|
|
|
igotek
|
 |
November 20, 2016, 11:06:07 PM |
|
Needed .bat file example to mine Groestl with your miner.
|
I cannot live, I cannot die, trapped in myself. Hold my breath as I wish for death. Oh please god, help me !
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
November 21, 2016, 12:44:56 AM Last edit: November 21, 2016, 04:19:01 PM by joblo |
|
cpuminer.exe --help. Get the parameters from from the pool you want to mine.
|
|
|
|
ZenFr
Legendary
Offline
Activity: 1260
Merit: 1046
|
 |
November 21, 2016, 01:33:21 PM |
|
Can anyone please give me an .bat example to mine on nicehash?
Ubuntu : no need bat :-) Learn how your miner works !
|
|
|
|
devlin
|
 |
November 22, 2016, 10:25:38 AM |
|
Hi. How to use cpuminer-opt for scryptjane algo at NF 18?
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
November 22, 2016, 02:55:41 PM Last edit: November 22, 2016, 07:38:45 PM by joblo |
|
Hi. How to use cpuminer-opt for scryptjane algo at NF 18?
Did you try "-a scrytpjane:18" ? Edit: That's not going to work. The Nf code is messed up. By default it runs scrypt(N,1,1) with N=2 which works on Nicehsash scrytjanenf16. Looking at the code I have no idea why it works and Nicehash is down due to lack of orders. If you know of anywhere I can test I can play with it.
|
|
|
|
forato
|
 |
November 22, 2016, 03:02:36 PM |
|
Can anyone please give me an .bat example to mine on nicehash?
Ubuntu : no need bat :-) Learn how your miner works ! i want to use with windows...
|
|
|
|
Lafu
Legendary
Offline
Activity: 2744
Merit: 2764
|
 |
November 22, 2016, 03:05:47 PM |
|
Needed .bat file example to mine Groestl with your miner.
Do you know hows cpu miner Works or Setup a bat file its always the same bat file with only change th - a to your algo you want example -a groestlcoin for groestl algo -a cryptonight for xmr algo
|
|
|
|
Nik4691
|
 |
November 22, 2016, 06:39:27 PM |
|
Needed .bat file example to mine Groestl with your miner.
Do you know hows cpu miner Works or Setup a bat file its always the same bat file with only change th - a to your algo you want example -a groestlcoin for groestl algo -a cryptonight for xmr algo -a, --algo=ALGO specify the algorithm to use argon2 axiom Shabal-256 MemoHash bastion blake Blake-256 (SFR) blakecoin blake256r8 blake2s Blake-2 S bmw BMW 256 c11 flax cryptolight Cryptonight-light cryptonight Monero (XMR) decred drop Dropcoin fresh Fresh groestl groestl heavy Heavy hmq1725 Espers hodl hodlcoin keccak Keccak lbry LBC, LBRY Credits luffa Luffa lyra2re lyra2 lyra2rev2 lyrav2 lyra2z Zcoin (XZC) lyra2zoin Zoin (ZOI) m7m Magi (XMG) myr-gr Myriad-Groestl neoscrypt NeoScrypt(128, 2, 1) nist5 Nist5 pluck Pluck:128 (Supcoin) pentablake Pentablake quark Quark qubit Qubit scrypt scrypt(1024, 1, 1) (default) scryptjane scrypt:N scrypt(N, 1, 1) sha256d SHA-256d shavite3 Shavite3 skein Skein+Sha (Skeincoin) skein2 Double Skein (Woodcoin) s3 S3 vanilla blake256r8vnl (VCash) veltor whirlpool whirlpoolx x11 X11 x11evo Revolvercoin x11gost sib (SibCoin) x13 X13 x14 X14 x15 X15 x17 xevan Bitsend yescrypt zr5 Ziftr
|
|
|
|
devlin
|
 |
November 22, 2016, 10:05:44 PM |
|
Hi. How to use cpuminer-opt for scryptjane algo at NF 18?
Did you try "-a scrytpjane:18" ? Edit: That's not going to work. The Nf code is messed up. By default it runs scrypt(N,1,1) with N=2 which works on Nicehsash scrytjanenf16. Looking at the code I have no idea why it works and Nicehash is down due to lack of orders. If you know of anywhere I can test I can play with it. Thanks for your response. YAC pool (NF 18) http://yac.yacoin.club/UTC pool (NF 14) http://utc14.yacoin.club/Best regards.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
November 22, 2016, 10:52:24 PM |
|
Hi. How to use cpuminer-opt for scryptjane algo at NF 18?
Did you try "-a scrytpjane:18" ? Edit: That's not going to work. The Nf code is messed up. By default it runs scrypt(N,1,1) with N=2 which works on Nicehsash scrytjanenf16. Looking at the code I have no idea why it works and Nicehash is down due to lack of orders. If you know of anywhere I can test I can play with it. Thanks for your response. YAC pool (NF 18) http://yac.yacoin.club/UTC pool (NF 14) http://utc14.yacoin.club/Best regards. Have you tried this... https://bitcointalk.org/index.php?topic=1120634.msg12684868#msg12684868It looks like the same code I'm using except it sets the N factor automatically.
|
|
|
|
devlin
|
 |
November 22, 2016, 11:59:21 PM |
|
I know this old miner, it works, but I am curious if in this miner is some optimisations for scryptjane.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
November 23, 2016, 01:28:11 AM Last edit: November 23, 2016, 04:08:30 AM by joblo |
|
I know this old miner, it works, but I am curious if in this miner is some optimisations for scryptjane. It's aready optimized up to AVX2 so it's as good as it gets. Edit: Upon further analysis of the code scryptjane:18 might work for yac. When I first ported scryptjane I just did a quick functional test on Nicehash and it worked with default options. That was good enough and I Ieft it at that. I hadn't noticed that the default NF was 1024 which made no sense and that Nicehash was NF16. I'd like to retest at Nicehash with NF16 but the stratum is down due to lack of orders. I know nothing about scrypt so I have no idea of the effect of the wrong NF. If the wrong NF works maybe the right one works better. I'm not that interested in setting up a user on a yac pool just for a quick test but if it works for you I'd be curious.
|
|
|
|
devlin
|
 |
November 23, 2016, 07:20:51 AM |
|
I know this old miner, it works, but I am curious if in this miner is some optimisations for scryptjane. It's aready optimized up to AVX2 so it's as good as it gets. Edit: Upon further analysis of the code scryptjane:18 might work for yac. When I first ported scryptjane I just did a quick functional test on Nicehash and it worked with default options. That was good enough and I Ieft it at that. I hadn't noticed that the default NF was 1024 which made no sense and that Nicehash was NF16. I'd like to retest at Nicehash with NF16 but the stratum is down due to lack of orders. I know nothing about scrypt so I have no idea of the effect of the wrong NF. If the wrong NF works maybe the right one works better. I'm not that interested in setting up a user on a yac pool just for a quick test but if it works for you I'd be curious. Thanks for your response. -a scryptjane:18 miner say "Unknown algo: scryptjane:18" -a scryptjane:16 seems to work, but as far I know, there is no coins at NF16 (LEOcoin switched to POS) to mine scryptjane need to use corect NF for respective coin Tue, 08 Aug 2017 16:15:28 GMT YAC NF will be 19 http://download.muuttuja.org/yacoin/countdown/ UTC will stay forever at NF 14
|
|
|
|
malafaya
|
 |
November 23, 2016, 11:37:45 AM |
|
I know this old miner, it works, but I am curious if in this miner is some optimisations for scryptjane. It's aready optimized up to AVX2 so it's as good as it gets. Edit: Upon further analysis of the code scryptjane:18 might work for yac. When I first ported scryptjane I just did a quick functional test on Nicehash and it worked with default options. That was good enough and I Ieft it at that. I hadn't noticed that the default NF was 1024 which made no sense and that Nicehash was NF16. I'd like to retest at Nicehash with NF16 but the stratum is down due to lack of orders. I know nothing about scrypt so I have no idea of the effect of the wrong NF. If the wrong NF works maybe the right one works better. I'm not that interested in setting up a user on a yac pool just for a quick test but if it works for you I'd be curious. Thanks for your response. -a scryptjane:18 miner say "Unknown algo: scryptjane:18" -a scryptjane:16 seems to work, but as far I know, there is no coins at NF16 (LEOcoin switched to POS) to mine scryptjane need to use corect NF for respective coin Tue, 08 Aug 2017 16:15:28 GMT YAC NF will be 19 http://download.muuttuja.org/yacoin/countdown/ UTC will stay forever at NF 14 Are you sure the miner isn't expecting N instead of NF? So for NF18, maybe you should specify scryptjane:524288 instead (according to the table in the link you provided)
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
November 23, 2016, 03:17:24 PM Last edit: November 23, 2016, 05:22:28 PM by joblo |
|
I know this old miner, it works, but I am curious if in this miner is some optimisations for scryptjane. It's aready optimized up to AVX2 so it's as good as it gets. Edit: Upon further analysis of the code scryptjane:18 might work for yac. When I first ported scryptjane I just did a quick functional test on Nicehash and it worked with default options. That was good enough and I Ieft it at that. I hadn't noticed that the default NF was 1024 which made no sense and that Nicehash was NF16. I'd like to retest at Nicehash with NF16 but the stratum is down due to lack of orders. I know nothing about scrypt so I have no idea of the effect of the wrong NF. If the wrong NF works maybe the right one works better. I'm not that interested in setting up a user on a yac pool just for a quick test but if it works for you I'd be curious. Thanks for your response. -a scryptjane:18 miner say "Unknown algo: scryptjane:18" -a scryptjane:16 seems to work, but as far I know, there is no coins at NF16 (LEOcoin switched to POS) to mine scryptjane need to use corect NF for respective coin Tue, 08 Aug 2017 16:15:28 GMT YAC NF will be 19 http://download.muuttuja.org/yacoin/countdown/ UTC will stay forever at NF 14 Are you sure the miner isn't expecting N instead of NF? So for NF18, maybe you should specify scryptjane:524288 instead (according to the table in the link you provided) That's part of it. There is inconsistent handling of N vs NF. The command line parser expects algo:n but scyptjane expects algo:nf. scryptjane:18 fails because it is not a power of 2. This is not an area I am familiar with so some suggestions are welcome. NF seems more user friendly than N. Is it a convention to use algo:n notation or is algo:nf acceptible? Can software reliably distisguish a NF spec from N spec by its value? For example if the value is not a power of 2 and is smaller than some limit it is interpreted as NF, else N. What would be that limit? Any personal preferences on how to handle it? -a algo:nf or -a algo -n nf I still don't understand why the default NF=1024 worked on Nicehash (Leo). This was actually interpreted as NF=2.
|
|
|
|
Bannedseller
|
 |
November 23, 2016, 07:30:29 PM |
|
Is it only a CPU mining or also GPU? If GPU mining : where to download GPU windows exe and what is the speed on RX480? Thanks
|
|
|
|
devlin
|
 |
November 23, 2016, 09:00:46 PM |
|
I know this old miner, it works, but I am curious if in this miner is some optimisations for scryptjane. It's aready optimized up to AVX2 so it's as good as it gets. Edit: Upon further analysis of the code scryptjane:18 might work for yac. When I first ported scryptjane I just did a quick functional test on Nicehash and it worked with default options. That was good enough and I Ieft it at that. I hadn't noticed that the default NF was 1024 which made no sense and that Nicehash was NF16. I'd like to retest at Nicehash with NF16 but the stratum is down due to lack of orders. I know nothing about scrypt so I have no idea of the effect of the wrong NF. If the wrong NF works maybe the right one works better. I'm not that interested in setting up a user on a yac pool just for a quick test but if it works for you I'd be curious. Thanks for your response. -a scryptjane:18 miner say "Unknown algo: scryptjane:18" -a scryptjane:16 seems to work, but as far I know, there is no coins at NF16 (LEOcoin switched to POS) to mine scryptjane need to use corect NF for respective coin Tue, 08 Aug 2017 16:15:28 GMT YAC NF will be 19 http://download.muuttuja.org/yacoin/countdown/ UTC will stay forever at NF 14 Are you sure the miner isn't expecting N instead of NF? So for NF18, maybe you should specify scryptjane:524288 instead (according to the table in the link you provided) That's part of it. There is inconsistent handling of N vs NF. The command line parser expects algo:n but scyptjane expects algo:nf. scryptjane:18 fails because it is not a power of 2. This is not an area I am familiar with so some suggestions are welcome. NF seems more user friendly than N. Is it a convention to use algo:n notation or is algo:nf acceptible? Can software reliably distisguish a NF spec from N spec by its value? For example if the value is not a power of 2 and is smaller than some limit it is interpreted as NF, else N. What would be that limit? Any personal preferences on how to handle it? -a algo:nf or -a algo -n nf I still don't understand why the default NF=1024 worked on Nicehash (Leo). This was actually interpreted as NF=2. As far as I know scryptjane is not scrypt:n, is not only to change N, is different algoritm, in scryptjane algo in miners need to put some aditional parameters --starttime --nfmin and --nfmax, to automaticaly calculate NF, but in some miners is manual you need to put NF --scryptjane:NF. In Nicehash miner v1.3.0.3 (cpuminer_x64_AVX.exe) scryptjane algo work corect with -a scyptjane:NF, (tested with YAC -a scryptjane:18) I mined LEO at NF 16 and before NF 15 ... 14..., but with GPU. If I put cpuminer with -a scryptjane (NF16) to YAC (NF18) miner work but submited shares is rejected.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
November 23, 2016, 09:02:26 PM |
|
Is it only a CPU mining or also GPU? If GPU mining : where to download GPU windows exe and what is the speed on RX480? Thanks
cpuminer-opt is CPU only. You'll have to search for other threads for GPU miners.
|
|
|
|
|