Pages:
Author

Topic: [ANN][POOL] ZERGPOOL.com - Multialgo, autoexchange, 0.5% fee, 250+ coins - page 92. (Read 57735 times)

newbie
Activity: 32
Merit: 0
@pinpins   Hey man, Thanks for fixing and making the improvement of avoiding blocking Algos so rigs dont stay IDLE

Sorry to hear about the hack... but dont give up man, hope you can fix problems... you can become one of the best pools for sure... after months of testing every pool, at least for me you are top 3 with Ahash and MPH, even with problems you have good support...

Apparently Zpool has been scamming everyone all this time taking 20% Fee... Hash Refinery has problems with autoexchange too, no support and just a fraction of profits, others without autoexchange dont make sense for small miners cause high exchanges fees...

So what you have here is real good, i can see this pool with thousands of users in short time... lets make good money from now on

Thanks!!
member
Activity: 1027
Merit: 19
Afternoon stolen payments resubmitted.
member
Activity: 1027
Merit: 19
@Pinpins   tune wallet of the pool caused the split chain.

Disabled
member
Activity: 1027
Merit: 19
@Pinpins if you want and trust me pls provide a donation adress , i will mine Neoscrypt on it for a decent time. may i use the adress from the pool page ?

im not a big shark but if someone follow we can make something

cheers Integrale

Head up Wink

Thanks m8, for support. Yes, you can use that address(updated it recently)
member
Activity: 106
Merit: 10
@Pinpins   tune wallet of the pool caused the split chain.
full member
Activity: 144
Merit: 100
Eager to learn
@Pinpins if you want and trust me pls provide a donation adress , i will mine Neoscrypt on it for a decent time. may i use the adress from the pool page ?

im not a big shark but if someone follow we can make something

cheers Integrale

Head up Wink
newbie
Activity: 126
Merit: 0
I agree there needs to be a fee, but if you aren't introducing HA with this .5% fee, or at least having other people help you so that the pool will remain up pretty much 24/7 then the fee is a bit too rich for what you have now.  Hashrefinery is 1% fee and they are always up, they don't go down for 8 hours at a time.  Further you are basically saying that you got hacked and lost money and now we the miners should pay you back???  Not trying to be mean but this isn't a game, its a money making venture.

UPDATE.

That's a bumpy road for me indeed.

We were hacked and 1BTC in turnover was stolen. It is very frustrating, first emotion was to give up, but did investigation found the issue and decided to move on, thanks other pools ops pointing into direction as they have been experienced this hack before as well.
We will cover all payments as soon as we earn again in a pool, which means we will experience delays in payments here and there.

Following measurements are taken now

1. Vulnerable functionality was removed in pool code.
2. I will introduce 0.5% pool fee to be able to re-gain funds.
3. I also implementing more strict rules for cold wallets, didn't anticipate we become interest of someone that quickly. So cold wallets were not really in place(2BTC threshold) because of small turn over.
4. Luckily some BTC are pending in sell order and exchange balances, so it should be enough to continue payouts until we regain.
5. I will continue to scan through security measurement to implement.

member
Activity: 1027
Merit: 19
UPDATE.

That's a bumpy road  indeed.

We were hacked and 1BTC in turnover was stolen. It is very frustrating, first emotion was to give up, but did investigation found the issue and decided to move on, thanks other pools ops pointing into direction as they have been experienced this hack before as well.
We will cover all payments as soon as we earn again in a pool, which means we will experience delays in payments here and there.

Following measurements are taken now

1. Vulnerable functionality was removed in pool code.
2. I will introduce 0.5% pool fee to be able to re-gain funds.
3. I also implementing more strict rules for cold wallets, didn't anticipate we become interest of someone that quickly. So cold wallets were not really in place(2BTC threshold) because of small turn over.
4. Luckily some BTC are pending in sell order and exchange balances, so it should be enough to continue payouts until we regain.
5. I will continue to scan through security measurement to implement.
newbie
Activity: 126
Merit: 0
this is ridiculous, just looked at Discord.  Lost one bitcoin and he was going to give up.  This is people's money we are talking about.  I'm trying to stick it out but this is ridiculous.  There needs to be at least a small fee to cover some expenses or the pool might as well shutdown.
newbie
Activity: 51
Merit: 0
According to the discord, zergpool was hacked today.
You will not receive your payment
newbie
Activity: 126
Merit: 0
I hope we have the problems worked out now.  I'm frankly sick of watching my balance go up and then have it dropped down because of things going on with the pool.  With the other 3 big autoexchange pools that happens once in a great while and not twice a day.
full member
Activity: 144
Merit: 100
Eager to learn
would to provide an example for multialgo-switching on ZERG-Pool for Linux users

despite your miner-programm is in the home folder
put in each cmd-line your BTC payout adress

change to your miner at second line e.g. in my case ccminer225 , you should change it to yours

save it
copy entire text with right click , open Terminal  past it in ENTER done

the script will now look for best profit algo and mine on

mostly GPU friendly algos were choosen

Happy mining Guys

Code:
#!/bin/bash
cd ~/ccminer225 

for ((;;))
do


./ccminer -r 0 -a lyra2v2 -o stratum+tcp://zergpool.com:4533 -u Your_BTC_Adress -p blake2s,lyra2v2,groestl,myr-gr,phi,hsr,bitcore,lyra2z,c11,tribus,sib,c=BTC 
./ccminer -r 0 -a blake2s -o stratum+tcp://zergpool.com:5766 -u Your_BTC_Adress -p blake2s,lyra2v2,groestl,myr-gr,phi,hsr,bitcore,lyra2z,c11,tribus,sib,c=BTC
./ccminer -r 0 -a groestl -o stratum+tcp://zergpool.com:5333 -u Your_BTC_Adress -p blake2s,lyra2v2,groestl,myr-gr,phi,hsr,bitcore,lyra2z,c11,tribus,sib,c=BTC
./ccminer -r 0 -a myr-gr -o stratum+tcp://zergpool.com:5433 -u Your_BTC_Adress -p blake2s,lyra2v2,groestl,myr-gr,phi,hsr,bitcore,lyra2z,c11,tribus,sib,c=BTC
./ccminer -r 0 -a phi -o stratum+tcp://zergpool.com:8333 -u Your_BTC_Adress -p blake2s,lyra2v2,groestl,myr-gr,phi,hsr,bitcore,lyra2z,c11,tribus,sib,c=BTC
./ccminer -r 0 -a hsr -o stratum+tcp://zergpool.com:7433 -u Your_BTC_Adress -p blake2s,lyra2v2,groestl,myr-gr,phi,hsr,bitcore,lyra2z,c11,tribus,sib,c=BTC
./ccminer -r 0 -a bitcore -o stratum+tcp://zergpool.com:3556 -u Your_BTC_Adress -p blake2s,lyra2v2,groestl,myr-gr,phi,hsr,bitcore,lyra2z,c11,tribus,sib,c=BTC
./ccminer -r 0 -a lyra2z -o stratum+tcp://zergpool.com:4553 -u Your_BTC_Adress -p blake2s,lyra2v2,groestl,myr-gr,phi,hsr,bitcore,lyra2z,c11,tribus,sib,c=BTC
./ccminer -r 0 -a c11 -o stratum+tcp://zergpool.com:3573 -u Your_BTC_Adress -p blake2s,lyra2v2,groestl,myr-gr,phi,hsr,bitcore,lyra2z,c11,tribus,sib,c=BTC
./ccminer -r 0 -a tribus -o stratum+tcp://zergpool.com:8533 -u Your_BTC_Adress -p blake2s,lyra2v2,groestl,myr-gr,phi,hsr,bitcore,lyra2z,c11,tribus,sib,c=BTC
./ccminer -r 0 -a sib -o stratum+tcp://zergpool.com:5033 -u Your_BTC_Adress -p blake2s,lyra2v2,groestl,myr-gr,phi,hsr,bitcore,lyra2z,c11,tribus,sib,c=BTC
 

sleep 5000
done
newbie
Activity: 51
Merit: 0
Thank you for your answer here and on the discord
member
Activity: 1027
Merit: 19
I saw the autotrade is disable currently

I have a lot of coins immature like GOA or SHIELD
Are they lost ? Or will be converted in few hours ?

Yes, those are converted now. That was because of stocks.exchange

https://twitter.com/StocksExchangeR
member
Activity: 1027
Merit: 19
Hi Thanks for this good new project, its seems like a very good pool...
its normal to have problems at beginning hope you can work them out

Today Stocks Exchange was disabled, so a lot of coins got "no autotrade"... But different multipool softwares still detects this coins, starts miners but they got no connection... so mining never starts, this create problems spending a lot of time with rigs Idle... not cool...

do you think maybe its because these coins are not disabled on ZergPool API??
or how does the API works the coins that have autotrade and the ones that dont?

please help with this... will like to mine here again... but right now this pool had to be disabled
Thanks!!

Hi,

Issue was that some algos had only stocks exchange coins, hence were blocked to mine. Now it all restored. And I will make sure there is at least some other coin there to mine if it goes down all of sudden again Smiley
member
Activity: 1027
Merit: 19
Hello,

Update.

1. Some coin earnings were not converted to Balance because of exchange malfunction. We were waiting until it is stable with stable prices. Now it all operational and balances are charged.
2. TUN is still affected, and no deposits arrived at exchange. We will not convert TUN earnings until we know we can sell them and at what price.
You can support us pinging over here - https://twitter.com/StocksExchangeR/status/960528467359125504
3. All altcoins follow BTC price drop which is unfortunate ofc, and can reflect as price altcoins are sold might be lower when anitcipated.



cheers
pinpin
full member
Activity: 392
Merit: 101
Would love to use your pool but pretty much every single ALGO is crashing / buggy for so many unknown reasons - Im using exact same config on zpool/ahash and some reason it just crashes on yours.


Weird, i just changed the pool name on mine and it works fine.
newbie
Activity: 10
Merit: 0
Would love to use your pool but pretty much every single ALGO is crashing / buggy for so many unknown reasons - Im using exact same config on zpool/ahash and some reason it just crashes on yours.
newbie
Activity: 63
Merit: 0
Hi, I use Awesome Miner software... can you help me to add your pool ?
newbie
Activity: 32
Merit: 0
Hi Thanks for this good new project, its seems like a very good pool...
its normal to have problems at beginning hope you can work them out

Today Stocks Exchange was disabled, so a lot of coins got "no autotrade"... But different multipool softwares still detects this coins, starts miners but they got no connection... so mining never starts, this create problems spending a lot of time with rigs Idle... not cool...

do you think maybe its because these coins are not disabled on ZergPool API??
or how does the API works the coins that have autotrade and the ones that dont?

please help with this... will like to mine here again... but right now this pool had to be disabled
Thanks!!
Pages:
Jump to: