Bitcoin Forum
April 14, 2026, 10:17:49 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 [113] 114 115 116 »
  Print  
Author Topic: [ANN][POOL] ZERGPOOL.com - Multialgo, autoexchange, 0.5% fee, 250+ coins  (Read 59194 times)
ScalperBTC
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
October 04, 2022, 12:14:39 AM
Last edit: October 04, 2022, 12:26:56 AM by ScalperBTC
 #2241

Hello! Please help me set up mining for your pool.

I mine on Hive OS. I have all NVidia cards. When mining, I use lolMiner (SRBMiner is unfortunately not suitable). The main coin for mining is ETC + ZIL. I would like to set up a third coin (on your pool). This coin is oBTC. But I can't figure out how to correctly register it in lolMiner...

I'm trying to write like this:
--ethstratum ETHPROXY
--dualmode KASPADUAL
--dualpool stratum+tcp://heavyhash.eu.mine.zergpool.com:5137
--dualuser myETH address
--dualpass c=ETH,mc=OBTC,pl=0.06,ID=Rig-01

I use KASPADUAL because the KASPA coin also belongs to the heavyhash algorithm.

But, unfortunately, nothing works for me... I am getting this error:
Code:
DNS over HTTPS resolve failed - switching to standard resolve
Connected to heavyhash.eu.mine.zergpool.com(141.95.55.97):5137  (TLS disabled)
Authorized worker: my ETH address
New target received: 000000007fffffff (Diff 2)
Warning: index out of bounds
Lost connection to stratum server heavyhash.eu.mine.zergpool.com:5137 or server not reachable.
Trying to connect in 5 second(s)

Maybe I need to set up another miner (not lolMiner), but I'm pretty bad at it...

Thank you in advance for your help!
pinpins (OP)
Member
**
Offline Offline

Activity: 1030
Merit: 19


View Profile WWW
October 09, 2022, 12:42:39 PM
 #2242

I have a question though. I'm getting an error about duplicate jobs when mining the algo kawpow with xmrig:

That shouldn't be an error, I see no reason for the miner to check it. If the duplicate job was treated as any other job it would work.
Whether the pool shoud not send the same job twice is a trivial issue.

Edit: after further thought my opinion is the miner is at fault here. The issue should be raised with the xmrig devs.

When the miner starts there is a race condition between the miner threads and the stratum thread receiving the first job from the pool.
Sometimes the miner threads start hashing before the first job which could result in the miner crashing, submitting invalid hash based on
hashing random data, or it may go completely unoticed.

I have seen this problem and have fixed it in cpuminer-opt by adding a first job flag so the miner threads will wait until the first job is received
before they start hashing. I also saw this problem with verthash miner and open an issue https://github.com/CryptoGraphics/VerthashMiner/issues/32
but no action has been taken.

It seems kawpow may have tried to solve the issue by sending the first job automatically at login to speed things up. Resending it should not be a
problem. It's effectively a NULL change and a NULL change should never be an error.

Just my opinion.


I was also in contact for verthash miner in discord, for the same issue. But never got any reply, unfortunately. Had to introduce artificial waiting time at pool side for the first job.

pinpins (OP)
Member
**
Offline Offline

Activity: 1030
Merit: 19


View Profile WWW
October 09, 2022, 12:43:12 PM
 #2243

Hello! Please help me set up mining for your pool.

I mine on Hive OS. I have all NVidia cards. When mining, I use lolMiner (SRBMiner is unfortunately not suitable). The main coin for mining is ETC + ZIL. I would like to set up a third coin (on your pool). This coin is oBTC. But I can't figure out how to correctly register it in lolMiner...

I'm trying to write like this:
--ethstratum ETHPROXY
--dualmode KASPADUAL
--dualpool stratum+tcp://heavyhash.eu.mine.zergpool.com:5137
--dualuser myETH address
--dualpass c=ETH,mc=OBTC,pl=0.06,ID=Rig-01

I use KASPADUAL because the KASPA coin also belongs to the heavyhash algorithm.

But, unfortunately, nothing works for me... I am getting this error:
Code:
DNS over HTTPS resolve failed - switching to standard resolve
Connected to heavyhash.eu.mine.zergpool.com(141.95.55.97):5137  (TLS disabled)
Authorized worker: my ETH address
New target received: 000000007fffffff (Diff 2)
Warning: index out of bounds
Lost connection to stratum server heavyhash.eu.mine.zergpool.com:5137 or server not reachable.
Trying to connect in 5 second(s)

Maybe I need to set up another miner (not lolMiner), but I'm pretty bad at it...

Thank you in advance for your help!

We don't support KASPA dual mining.
ScalperBTC
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
October 09, 2022, 01:31:41 PM
Last edit: October 09, 2022, 01:54:19 PM by ScalperBTC
 #2244

Hello! Please help me set up mining for your pool.

I mine on Hive OS. I have all NVidia cards. When mining, I use lolMiner (SRBMiner is unfortunately not suitable). The main coin for mining is ETC + ZIL. I would like to set up a third coin (on your pool). This coin is oBTC. But I can't figure out how to correctly register it in lolMiner...

I'm trying to write like this:
--ethstratum ETHPROXY
--dualmode KASPADUAL
--dualpool stratum+tcp://heavyhash.eu.mine.zergpool.com:5137
--dualuser myETH address
--dualpass c=ETH,mc=OBTC,pl=0.06,ID=Rig-01

I use KASPADUAL because the KASPA coin also belongs to the heavyhash algorithm.

But, unfortunately, nothing works for me... I am getting this error:
Code:
DNS over HTTPS resolve failed - switching to standard resolve
Connected to heavyhash.eu.mine.zergpool.com(141.95.55.97):5137  (TLS disabled)
Authorized worker: my ETH address
New target received: 000000007fffffff (Diff 2)
Warning: index out of bounds
Lost connection to stratum server heavyhash.eu.mine.zergpool.com:5137 or server not reachable.
Trying to connect in 5 second(s)

Maybe I need to set up another miner (not lolMiner), but I'm pretty bad at it...

Thank you in advance for your help!

We don't support KASPA dual mining.

I know that KASPA is not supported, but oBTC is supported. I have a question, how do I properly configure lolMiner? To be able to mine both ETC + ZIL on another pool and oBTC on your pool using one (lolMiner) miner?

What arguments and where to register?

KASPA is also a heavyhash algorithm and oBTC is also a heavyhash algorithm. But, for some reason, oBTC doesn't want to be mined on your pool...

My lolMiner settings:
https://i.ibb.co/SK8192J/Screenshot-2022-10-09-163901.png

My BZMiner settings:
https://i.ibb.co/vYwT6Hc/Screenshot-2022-10-09-164857.png

I already tried to register both
Code:
stratum+tcp://
and
Code:
stratum+ssl://

Tried various settings with
Code:
--dns-over-https 1 or 2 or 0
and
Code:
--tls on or off

Nothing helps... Constant error:
Code:
Lost connection to stratum server heavyhash.eu.mine.zergpool.com:5137 or server not reachable.
Osaid1
Copper Member
Newbie
*
Offline Offline

Activity: 358
Merit: 0


View Profile WWW
October 27, 2022, 03:57:20 AM
 #2245

Hi, I think you guys should support the StakeCubeCoin (SCC) algorithm switch from X11 to FiroPOW and add it to zergpool

I just created a topic regarding SCC update(algo switch) https://bitcointalk.org/index.php?topic=5418473.0

thank you!

pinpins (OP)
Member
**
Offline Offline

Activity: 1030
Merit: 19


View Profile WWW
November 26, 2022, 07:52:40 PM
 #2246

Hi, I think you guys should support the StakeCubeCoin (SCC) algorithm switch from X11 to FiroPOW and add it to zergpool

I just created a topic regarding SCC update(algo switch) https://bitcointalk.org/index.php?topic=5418473.0

thank you!

Yes, we have tried implementing that, but coin is designed based on different epoch length than the native firopow algo. Effectively it is a different algorithm altogether, so it cannot be compatible with the existing firopow algo we run.

Perhaps, we can make it as separate "firopow_scc" or similar.

cheers, pinpin
sirlev
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile WWW
December 10, 2022, 11:29:18 PM
 #2247

Can't connect to Zergpool
S9 w Braiins OS+ - haven't been able to connect to Zergpool. I think I'm missing some bit of syntax in the pool info. I am currently running a gekko setup with CGminer, an Apollo, and a couple of CPU's with XMRig - all on zergpool successfully. S9 is currently on another pool and I've mined on CK solo with it before.
I've tried everything I can think of to move the S9/Braiins+ to zergpool and it always comes up Pool Dead. I think I'm just missing something with the syntax.
Has anyone else experienced this? Interested in assisting my troubleshooting?
currently Pool URL: stratum+tcp://sha256.mine.zergpool.com:3333
username: bc1...(wallet addess)....zw3gs
Password: c=BTC,ID=ShaRightS9

is there maybe a different port used for asicboost?
sirlev
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile WWW
December 15, 2022, 01:45:39 PM
 #2248

Can't connect to Zergpool
S9 w Braiins OS+ - haven't been able to connect to Zergpool. I think I'm missing some bit of syntax in the pool info. I am currently running a gekko setup with CGminer, an Apollo, and a couple of CPU's with XMRig - all on zergpool successfully. S9 is currently on another pool and I've mined on CK solo with it before.
I've tried everything I can think of to move the S9/Braiins+ to zergpool and it always comes up Pool Dead. I think I'm just missing something with the syntax.
Has anyone else experienced this? Interested in assisting my troubleshooting?
currently Pool URL: stratum+tcp://sha256.mine.zergpool.com:3333
username: bc1...(wallet addess)....zw3gs
Password: c=BTC,ID=ShaRightS9

is there maybe a different port used for asicboost?

I still haven't gotten to the bottom of this. Unsure where the problem lies.

Anyone running (or who has run) a Braiins+ S9 on Zergpool have any insights?
JayDDee
Full Member
***
Offline Offline

Activity: 1454
Merit: 241


View Profile
December 16, 2022, 02:44:52 AM
 #2249

Anyone running (or who has run) a Braiins+ S9 on Zergpool have any insights?

Not me.

Try different regional servers, disable asicboost. If The BTC address is valid the rest looks ok.
"Pool Dead" doesn't say much, any logs?

sirlev
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile WWW
December 16, 2022, 03:46:47 AM
 #2250

Not me.

Try different regional servers, disable asicboost. If The BTC address is valid the rest looks ok.
"Pool Dead" doesn't say much, any logs?

I have tried the regional servers.
I don't see a way to disable asicboost in the Braiins+ interface. I'm really just assuming it is active.

Log just now, trying the NA server. It gives up really quickly:

Thu Dec 15 21:39:56 2022 daemon.err bosminer[31142]: Dec 16 03:39:56.902  WARN bosminer::client::stratum_v2: Failed to connect to sha256.na.mine.zergpool.com:3333, user=bc1qs........3gs Connection timeout
Thu Dec 15 21:39:56 2022 daemon.err bosminer[31142]: Dec 16 03:39:56.902  WARN bosminer::client::stratum_v2: user:stratum+tcp://bc1qs........3gs@sha256.na.mine.zergpool.com: Connection timeout
JayDDee
Full Member
***
Offline Offline

Activity: 1454
Merit: 241


View Profile
December 16, 2022, 04:44:17 AM
 #2251

Thu Dec 15 21:39:56 2022 daemon.err bosminer[31142]: Dec 16 03:39:56.902  WARN bosminer::client::stratum_v2: Failed to connect to sha256.na.mine.zergpool.com:3333, user=bc1qs........3gs Connection timeout

I don't think stratum_v2 is supported by many pools yet.

ekiller
Legendary
*
Offline Offline

Activity: 2562
Merit: 1232


LLP Programming & Electronics


View Profile
March 12, 2023, 01:23:34 AM
 #2252

Don't use zergpool.  He is payout with very low transfer fee.  My  BTC  more than for weeks  stuck in chain and still "Pending" . 
I'm at a loss because of the pool owner's stinginess.
JayDDee
Full Member
***
Offline Offline

Activity: 1454
Merit: 241


View Profile
March 12, 2023, 06:07:51 AM
 #2253

Don't use zergpool.  He is payout with very low transfer fee.  My  BTC  more than for weeks  stuck in chain and still "Pending" . 
I'm at a loss because of the pool owner's stinginess.


I get regular payouts, maybe the problem is exchanging the mined coin for the payout coin. That issue is well documented.
I have a few stragglers that don't get exchanged. It's irresponsible to make such accusations without any evidence.

JayDDee
Full Member
***
Offline Offline

Activity: 1454
Merit: 241


View Profile
March 12, 2023, 02:27:09 PM
 #2254


A stuck transaction is a coin problem not a pool problem.

pinpins (OP)
Member
**
Offline Offline

Activity: 1030
Merit: 19


View Profile WWW
March 12, 2023, 07:18:38 PM
 #2255

Don't use zergpool.  He is payout with very low transfer fee.  My  BTC  more than for weeks  stuck in chain and still "Pending" . 
I'm at a loss because of the pool owner's stinginess.



Seems unusually overloaded mempool during last month. Does not ease down

Our Tx fee were provided by BTC wallet estimation. Now unfortunately, old ones cannot be reprocessed

https://jochen-hoenicke.de/queue/#BTC,3m,weight
ScalperBTC
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
April 29, 2023, 02:45:08 AM
 #2256

ZergPool seems to be dead...?
91to
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
April 29, 2023, 04:06:18 AM
 #2257

ZergPool seems to be dead...?

seems to be work now
pinpins (OP)
Member
**
Offline Offline

Activity: 1030
Merit: 19


View Profile WWW
May 27, 2023, 05:10:28 AM
 #2258

UPDATE

1. Given issues around $BTC mempool and high fees, $BCH payout level is significantly lowered. From 0.02242 $BCH (pegged to BTC), payout level is now 0.0015 $BCH without BTC pegging.
Sergey2015
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
May 30, 2023, 05:22:29 PM
 #2259

UPDATE

1. Given issues around $BTC mempool and high fees, $BCH payout level is significantly lowered. From 0.02242 $BCH (pegged to BTC), payout level is now 0.0015 $BCH without BTC pegging.
A day has passed and you are not making a payment? you have written payment every 4 hours
https://ibb.co/gy7BH6x
GlobalBoost
Sr. Member
****
Offline Offline

Activity: 448
Merit: 252


View Profile WWW
July 12, 2023, 09:54:10 PM
 #2260

Hey guys,

We need the mining pools to update! Can you please let me know?

https://bitcointalk.org/index.php?topic=775289.msg62541339#msg62541339

Hi guys,

GlobalBoost $BSTY updating latest Bitcoin code enabling Taproot.  https://github.com/GlobalBoost/GlobalBoost-Y/releases/

Need the mining pools to update to the latest source. Please let me know if you have any questions.

This is a major step in our history! Ordinal NFTs, BRC20, smart contracts and all is now possible. This space is exploding.

My Signal/WhatsApp is +12024366577
Telegram: http://t.me/BrucePorter

Our Discord us https://discord.gg/Mc7CRK8R9k
I’m user NetworksManager there

Best,

Bruce Porter Jr.
https://twitter.com/GlobalBoost/status/1679099484221865984

Pages: « 1 ... 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 [113] 114 115 116 »
  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!