Bitcoin Forum
May 07, 2024, 04:08:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 [45] 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 »
  Print  
Author Topic: miniZv2.3c Equihash144,5 125,4 210,9 150,5 192,7 Beam ProgPoW Ethash CFX KLS PYI  (Read 59073 times)
Nairolf911
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
November 26, 2019, 06:57:02 PM
 #881

Miniz will add cortex (ctxc) to the actual algo ?
If yes, how many time ?
1715054932
Hero Member
*
Offline Offline

Posts: 1715054932

View Profile Personal Message (Offline)

Ignore
1715054932
Reply with quote  #2

1715054932
Report to moderator
1715054932
Hero Member
*
Offline Offline

Posts: 1715054932

View Profile Personal Message (Offline)

Ignore
1715054932
Reply with quote  #2

1715054932
Report to moderator
1715054932
Hero Member
*
Offline Offline

Posts: 1715054932

View Profile Personal Message (Offline)

Ignore
1715054932
Reply with quote  #2

1715054932
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715054932
Hero Member
*
Offline Offline

Posts: 1715054932

View Profile Personal Message (Offline)

Ignore
1715054932
Reply with quote  #2

1715054932
Report to moderator
1715054932
Hero Member
*
Offline Offline

Posts: 1715054932

View Profile Personal Message (Offline)

Ignore
1715054932
Reply with quote  #2

1715054932
Report to moderator
1715054932
Hero Member
*
Offline Offline

Posts: 1715054932

View Profile Personal Message (Offline)

Ignore
1715054932
Reply with quote  #2

1715054932
Report to moderator
miniZ (OP)
Member
**
Offline Offline

Activity: 679
Merit: 17


View Profile WWW
November 30, 2019, 02:59:09 AM
 #882

Hello, I'm a pool operator.

I'd like to know how it should work automatic algo/pers detection. When I try mining a equihash 192,7 with ArrowPoW pers, the miner automatically resorts to 144,5 with BgoldPoW if no algo/pers are specified.

Thank you
Hi daPool,
at the moment, if the pool server contains arw then it will automatically detect that you want to mine Arrow.
If you can give us a few more details we can also add your pool to our autodetection 'magic' list. Smiley
Thanks for contacting us!
Cheers

miniZ is a fast and friendly Equihash & ProgPoW Cuda miner. Equihash algorithms: <144,5>, <144,5s> - BeamHash III, <125,4> <192,7> <210,9> <150,5> <96,5>. Ethash and Etchash. ProgPoW (KawPoW, ProgPoWZ, vProgPoW)
More information: miniz.cc   *   Follow us: bitcointalk.org ~ Twitter
miniZ (OP)
Member
**
Offline Offline

Activity: 679
Merit: 17


View Profile WWW
November 30, 2019, 03:00:09 AM
 #883

Miniz will add cortex (ctxc) to the actual algo ?
If yes, how many time ?
Hi Nairolf911,
miniZ is an equihash cuda miner, at the moment we are not considering adding other algos.
Thank you for your suggestion!
Cheers

miniZ is a fast and friendly Equihash & ProgPoW Cuda miner. Equihash algorithms: <144,5>, <144,5s> - BeamHash III, <125,4> <192,7> <210,9> <150,5> <96,5>. Ethash and Etchash. ProgPoW (KawPoW, ProgPoWZ, vProgPoW)
More information: miniz.cc   *   Follow us: bitcointalk.org ~ Twitter
daPool
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile WWW
November 30, 2019, 02:50:18 PM
 #884

Hello, I'm a pool operator.

I'd like to know how it should work automatic algo/pers detection. When I try mining a equihash 192,7 with ArrowPoW pers, the miner automatically resorts to 144,5 with BgoldPoW if no algo/pers are specified.

Thank you
Hi daPool,
at the moment, if the pool server contains arw then it will automatically detect that you want to mine Arrow.
If you can give us a few more details we can also add your pool to our autodetection 'magic' list. Smiley
Thanks for contacting us!
Cheers

Oh.. I see!

Right now we use "full" command line options, that is
Code:
./miniZ --algo 192_7 -l arrow.dapool.io:3333 -u wallet.rigname -p x --pers ArrowPoW

Let us know what you can do, please.
Thank you!
miniZ (OP)
Member
**
Offline Offline

Activity: 679
Merit: 17


View Profile WWW
December 01, 2019, 11:52:14 PM
 #885


Oh.. I see!

Right now we use "full" command line options, that is
Code:
./miniZ --algo 192_7 -l arrow.dapool.io:3333 -u wallet.rigname -p x --pers ArrowPoW

Let us know what you can do, please.
Thank you!

Hi daPool,
in the next version you will be able to write
Code:
./miniZ -l arrow.dapool.io:3333 -u wallet.rigname -p x
or
Code:
./miniZ --url=wallet.rigname@arrow.dapool.io:3333 -p x
For moment you need to specify pers and algo.

Let us know if this answers your question.
Cheers

miniZ is a fast and friendly Equihash & ProgPoW Cuda miner. Equihash algorithms: <144,5>, <144,5s> - BeamHash III, <125,4> <192,7> <210,9> <150,5> <96,5>. Ethash and Etchash. ProgPoW (KawPoW, ProgPoWZ, vProgPoW)
More information: miniz.cc   *   Follow us: bitcointalk.org ~ Twitter
daPool
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile WWW
December 02, 2019, 08:41:46 AM
 #886

Hi daPool,
in the next version you will be able to write
Code:
./miniZ -l arrow.dapool.io:3333 -u wallet.rigname -p x
or
Code:
./miniZ --url=wallet.rigname@arrow.dapool.io:3333 -p x
For moment you need to specify pers and algo.

Let us know if this answers your question.
Cheers

Excellent, looking forward it!

Thanks
fistsofgod
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
December 17, 2019, 09:12:46 PM
 #887

we're getting our pitchforks and torches ready. been too long between updates

also getting a lot of rejected shares on 192,7 Arrow. more than gminer
miniZ (OP)
Member
**
Offline Offline

Activity: 679
Merit: 17


View Profile WWW
December 18, 2019, 12:41:16 PM
 #888

we're getting our pitchforks and torches ready. been too long between updates

also getting a lot of rejected shares on 192,7 Arrow. more than gminer
Hi fistsofgod,
thanks the reminder Smiley It is s busy time...
We have been working and we expect to have a new release very soon! (Within a week)
Rejected shares on 192,7 is already fixed and will be out for the new version.
Cheers

miniZ is a fast and friendly Equihash & ProgPoW Cuda miner. Equihash algorithms: <144,5>, <144,5s> - BeamHash III, <125,4> <192,7> <210,9> <150,5> <96,5>. Ethash and Etchash. ProgPoW (KawPoW, ProgPoWZ, vProgPoW)
More information: miniz.cc   *   Follow us: bitcointalk.org ~ Twitter
qwep1
Hero Member
*****
Offline Offline

Activity: 610
Merit: 500


View Profile
December 18, 2019, 01:57:26 PM
 #889

hi all what command line for 150,5

              ▄▄██▄▄
          ▄▄██████████▄▄
      ▄▄██████████████████▄▄
  ▄▄██████████▀▀ ▀▀██████████▄▄
▄█████████▀▀          ▀▀█████████▄
██████▀▀        ▄▄        ▀▀██████
██████      ▄▄██████▄▄      ██████
██████    ██████████████    ██████
██████    ██████████████    ██████
██████    ██████████████    ██████
██████      ▀▀██████▀▀      ██████
██████          ▀▀        ▄▄██████
▀█████    ▄▄          ▄▄█████████▀
   ▀▀█    ████▄▄ ▄▄██████████▀▀
          ████████████████▀▀
          ▀▀██████████▀▀
              ▀▀██▀▀
P H O R E

     █
    █
   █
  █
   █
    █
   █
  █
 █
    KryptKoin rebranded to Phore   
     █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █
PoS 3.0  -  Masternodes  -  Obfuscation


     █
    █
   █
  █
   █
    █
   █
  █
 █
.


            ▄▄██▄▄
        ▄▄██████████▄▄
    ▄▄████████▀▀████████▄▄
 ▄████████▀▀      ▀▀████████▄
▐█████▀▀              ▀▀█████▌
▐████       ▄▄██▄▄       ████▌
▐████    ▄██████████▄    ████▌
▐████    ████████████    ████▌
▐████    ▀██████████▀    ████▌
▐████       ▀▀██▀▀       ████▌
 ▀███                 ▄▄█████▌
    ▀    █▄▄      ▄▄████████▀
         █████▄▄████████▀▀
         ▀██████████▀▀
            ▀▀██▀▀
fistsofgod
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
December 18, 2019, 09:20:50 PM
Last edit: December 18, 2019, 11:46:04 PM by fistsofgod
 #890

Code:
[ERROR  ] Socket write error2.
write: No error
[ERROR  ] Socket write error2.
write: No error
[ERROR  ] Socket write error2.
rite: No error
2;31m[ERROR  ] Socket write error2.
write: No error
[ERROR  ] Socket write error2.
write: No error
Any way to get more info about this error?
miniZ (OP)
Member
**
Offline Offline

Activity: 679
Merit: 17


View Profile WWW
December 19, 2019, 11:49:40 AM
 #891

hi all what command line for 150,5
Hi qwep1,
What are you trying to mine?
For Grimm you can, for example, use this cmd line:
Code:
miniZ.exe --url=ssl://YourWallet.Worker@grimm.sunpool.top:3334 --log --extra
For further information pelase check How to mine Grimm? in the FAQ page.
Cheers

miniZ is a fast and friendly Equihash & ProgPoW Cuda miner. Equihash algorithms: <144,5>, <144,5s> - BeamHash III, <125,4> <192,7> <210,9> <150,5> <96,5>. Ethash and Etchash. ProgPoW (KawPoW, ProgPoWZ, vProgPoW)
More information: miniz.cc   *   Follow us: bitcointalk.org ~ Twitter
miniZ (OP)
Member
**
Offline Offline

Activity: 679
Merit: 17


View Profile WWW
December 19, 2019, 11:51:50 AM
 #892

Code:
[ERROR  ] Socket write error2.
write: No error
[ERROR  ] Socket write error2.
write: No error
[ERROR  ] Socket write error2.
rite: No error
2;31m[ERROR  ] Socket write error2.
write: No error
[ERROR  ] Socket write error2.
write: No error
Any way to get more info about this error?
Hi fistsofgod,
the error refers to a communication problem with the pool. miniz is trying to write to the communication channel with the pool but is being closed.
Please check the port number and server address. What are you trying to mine?
Let us know how it goes.
Cheers

miniZ is a fast and friendly Equihash & ProgPoW Cuda miner. Equihash algorithms: <144,5>, <144,5s> - BeamHash III, <125,4> <192,7> <210,9> <150,5> <96,5>. Ethash and Etchash. ProgPoW (KawPoW, ProgPoWZ, vProgPoW)
More information: miniz.cc   *   Follow us: bitcointalk.org ~ Twitter
fistsofgod
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
December 19, 2019, 04:12:40 PM
Last edit: December 19, 2019, 04:34:53 PM by fistsofgod
 #893

Code:
[ERROR  ] Socket write error2.
write: No error
[ERROR  ] Socket write error2.
write: No error
[ERROR  ] Socket write error2.
rite: No error
2;31m[ERROR  ] Socket write error2.
write: No error
[ERROR  ] Socket write error2.
write: No error
Any way to get more info about this error?
Hi fistsofgod,
the error refers to a communication problem with the pool. miniz is trying to write to the communication channel with the pool but is being closed.
Please check the port number and server address. What are you trying to mine?
Let us know how it goes.
Cheers
mining Arrow and this occurs on only one pool. I've discussed this issue with the pool op also.
this error appears roughly 30 minutes after miner stops submitting shares. all green/red asterisks stop displaying in console but the shares number goes up. after the error miner begins submitting  
miniZ (OP)
Member
**
Offline Offline

Activity: 679
Merit: 17


View Profile WWW
December 21, 2019, 02:17:57 AM
 #894

mining Arrow and this occurs on only one pool. I've discussed this issue with the pool op also.
this error appears roughly 30 minutes after miner stops submitting shares. all green/red asterisks stop displaying in console but the shares number goes up. after the error miner begins submitting  
Hi fistsofgod,
thanks a lot for the feedback!
Could you let us know which pool is it? We will try to understand what is happening.
Cheers

miniZ is a fast and friendly Equihash & ProgPoW Cuda miner. Equihash algorithms: <144,5>, <144,5s> - BeamHash III, <125,4> <192,7> <210,9> <150,5> <96,5>. Ethash and Etchash. ProgPoW (KawPoW, ProgPoWZ, vProgPoW)
More information: miniz.cc   *   Follow us: bitcointalk.org ~ Twitter
fistsofgod
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
December 21, 2019, 08:26:16 AM
 #895

mining Arrow and this occurs on only one pool. I've discussed this issue with the pool op also.
this error appears roughly 30 minutes after miner stops submitting shares. all green/red asterisks stop displaying in console but the shares number goes up. after the error miner begins submitting  
Hi fistsofgod,
thanks a lot for the feedback!
Could you let us know which pool is it? We will try to understand what is happening.
Cheers
dapool.io

Have also experienced a lot more rejected shares with dapool than snowmining.com I dont know if it is dapool specific because those are the only 2 i have used.
daPool
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile WWW
December 21, 2019, 09:09:17 AM
Last edit: December 21, 2019, 10:05:07 AM by daPool
 #896

mining Arrow and this occurs on only one pool. I've discussed this issue with the pool op also.
this error appears roughly 30 minutes after miner stops submitting shares. all green/red asterisks stop displaying in console but the shares number goes up. after the error miner begins submitting  
Hi fistsofgod,
thanks a lot for the feedback!
Could you let us know which pool is it? We will try to understand what is happening.
Cheers
dapool.io

Have also experienced a lot more rejected shares with dapool than snowmining.com I dont know if it is dapool specific because those are the only 2 i have used.
Already had a chat with fistsofgod but we weren't able to debug the issue. I may add that not every (miniz) worker is experiencing the same behaviour.

We're very interested in the resolution of this issue. If you need any support, please let us know.

Thank you again

ps you are welcome to join our Discord if it can help https://discord.gg/7UKcGcK
miniZ (OP)
Member
**
Offline Offline

Activity: 679
Merit: 17


View Profile WWW
December 28, 2019, 05:44:12 PM
 #897

mining Arrow and this occurs on only one pool. I've discussed this issue with the pool op also.
this error appears roughly 30 minutes after miner stops submitting shares. all green/red asterisks stop displaying in console but the shares number goes up. after the error miner begins submitting  
Hi fistsofgod,
thanks a lot for the feedback!
Could you let us know which pool is it? We will try to understand what is happening.
Cheers
dapool.io

Have also experienced a lot more rejected shares with dapool than snowmining.com I dont know if it is dapool specific because those are the only 2 i have used.
Already had a chat with fistsofgod but we weren't able to debug the issue. I may add that not every (miniz) worker is experiencing the same behaviour.

We're very interested in the resolution of this issue. If you need any support, please let us know.

Thank you again

ps you are welcome to join our Discord if it can help https://discord.gg/7UKcGcK
Hi fistsofgod, daPool,

So far we were unable to reproduce this behavior (stop submitting shares ans socket error).
Do you keep experiencing these issues?

However we see slight higher number of rejected shares.

We are trying to understand this.

Thanks!
Cheers

miniZ is a fast and friendly Equihash & ProgPoW Cuda miner. Equihash algorithms: <144,5>, <144,5s> - BeamHash III, <125,4> <192,7> <210,9> <150,5> <96,5>. Ethash and Etchash. ProgPoW (KawPoW, ProgPoWZ, vProgPoW)
More information: miniz.cc   *   Follow us: bitcointalk.org ~ Twitter
fistsofgod
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
December 28, 2019, 11:25:57 PM
 #898

yes, i reconnected few days later and it happened again. im currently on different pool and having no disconnection issues
fistsofgod
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
January 08, 2020, 04:28:59 AM
 #899

we're getting our pitchforks and torches ready. been too long between updates

also getting a lot of rejected shares on 192,7 Arrow. more than gminer
Hi fistsofgod,
thanks the reminder Smiley It is s busy time...
We have been working and we expect to have a new release very soon! (Within a week)
Rejected shares on 192,7 is already fixed and will be out for the new version.
Cheers

uh-huh...
cryptosize
Sr. Member
****
Offline Offline

Activity: 1638
Merit: 301


View Profile
January 27, 2020, 07:37:00 PM
 #900

Is this miner properly optimized for Turing uarch?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 [45] 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 »
  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!