Bitcoin Forum
September 27, 2024, 07:50:10 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][POOL] ZERGPOOL.com - NEW!Multialgo, autoexchange, 0% fee, 180+ coins on: March 29, 2018, 09:41:57 PM
why long time no block on raven mining? happening on other algos too!


For the past 24 hours RVN / x16R mining was a disaster ! http://zerg.zergpool.com/site/mining  All my miners were receiving stratum errors with "server is full" or connection denied and the server was not able to allow more than 1000 RVN miners without errors to a part of the miners.

1)
Do you know if load balancing was implemented for x16r ?

you should have 2 or 3 stratum instances for x16r and use round-robin to balance miners
there should be the public port for RNV that is from load balancer
and the load balancer distributes the the miners to all stratum instances with port1, port2, port3

also ZPOOL and many other pools have load balancing for stratum servers implemented  to allow more than 1000 miners per stratum instance and per coin and have instances respond really fast to sudden new connections requests


2)
don't you think that having very low difficulty allowed on many algos creates a lot of problems on your server ?
if you check the stratum source-code you will see that every accepted share automatically has an "insert into database" query
if I am allowed set the difficulty low, I spam your server with 10 shares per second from each miner and each share means an INSERT query into your MYSQL database that is not very fast because  each index for  columns must be created after each insert, and that is creating a LOCK on that table for each insert.  Why do you think NiceHash and so many other pools have high minimum difficulty ??


It should be fixed, don't you think ?

Something bad is going on on Zergpool lately (last day or two).  "Stratum_recv_line failed" message now repeatedly occurring along with "Stratum difficulty set to 1".  Rejected shares have gone way way up from almost nothing before, as well as a decrease in effective hash rate. Hash is down by about 35%.  Please look into and fix.... help...
2  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][POOL] ZERGPOOL.com - NEW! Multialgo, multicoin, autoexchange, 0% fee! on: March 28, 2018, 09:21:51 PM
I'm attempting to mine Artic ARC and all im seeing is this. 

Here is my command line for ccminer
ccminer.exe -a x11 -d gtx1080ti -o stratum+tcp://zergpool.com:8333 -u arc_address_here -p c=ARC

[2018-01-18 19:04:37] accepted: 0/205 (0.00%), 21.59 MH/s booooo
[2018-01-18 19:04:37] reject reason: Invalid job id
[2018-01-18 19:04:38] GPU #0: EVGA GTX 1080 Ti, 21.47 MH/s
[2018-01-18 19:04:38] accepted: 0/206 (0.00%), 21.60 MH/s booooo
[2018-01-18 19:04:38] reject reason: Invalid job id

What am I doing wrong?

I would have  tried the sniffminer but wasn't sure if it worked with sending to  anything but BTC address.

If you want to mine ARC, you need to say "-p c=ARC,mc=ARC" to tell it your wallet is an ARC wallet (currency 'c' is ARC) and mined coin (mc) is ARC as well.  Also the port is 3533 not 8333 as provided for x11 algorithm.  Finally, you would add an "-x11" on the end of it, making it "-p c=ARC,mc=ARC-x11" if you are mining more then one specific coin in this algorithm and this is coin 2 or 3 or x > 1.  This should solve your probs.  I would try it without the -d command, see if that works, and then try adding the -d back in if all is good.  Hope this helps...
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!