Bitcoin Forum
June 24, 2024, 11:14:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11] X11 (Darkcoin etc) miner (based on sph-sgminer) on: May 27, 2014, 11:01:41 PM
Tried on Gigabyte 7950, with the following config:

Quote
sgminer -k x11mod -o stratum+tcp://drkpool.com:3333 -u USER -p x --failover-only -o stratum+tcp://pool.xhash.net:3355 -u USER -p x -I 20 -g 1 -w 256 --lookup-gap 2 --gpu-engine 1100 --gpu-memclock 1500 --gpu-powertune 20 --thread-concurrency 24000 --temp-cutoff 95 --temp-overheat 85 --temp-target 75 --api-listen --api-allow W:127.0.0.1

Though the intensity is 20 in the config file, the I in SGminer does not go beyond 18
Also, is the getaddinfo message keeps coming. Is that an issue?



Then tried the following config:

Quote
sgminer -k x11mod -o stratum+tcp://pool.xhash.net:3355 -u USER -p x --failover-only -o stratum+tcp://drkpool.com:3333 -u SUER -p x -I 15 -w 256 --gpu-threads 2 --thread-concurrency 8192 --gpu-engine 1100 --gpu-memclock 1250 --gpu-powertune 20 --api-listen --api-allow W:127.0.0.1

The intensity is 15 but it still shows as 18. It does not change for some reason.
Still get the getaddinfo message:



rename the current config to something else. sgminer.conf.default or something.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: *LAUNCHED* [PLX]PARALLAXCOIN - World's First Merged Mineable Nscrypt Coin || on: May 15, 2014, 02:10:38 PM
SimpleVert has 80% of the network hash power for PLX.

Coin is as good as dead.

Simplevert pool hash: 2.0669Gh/s
PLX network hash: 2.5960Gh/s
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vertcoin | Scrypt N | Beat ASICs on: May 10, 2014, 03:49:18 PM
Mine both VTC and MON on my P2Pool node here:

http://191.239.1.169:9171/ (Check this page for stats and connection info)

Connect using

Code:
-o stratum+tcp://191.239.1.169:9555 -u YOUR_VTC_ADDRESS -p YOUR_MON_ADDRESS

Example:

Code:
vertminer.exe -o stratum+tcp://191.239.1.169:9555 -u ViM4MQCCcEJYrfyjwxuprJDhZejkhUM7Pf -p MAuRTy5HWQkFaGFjitjw2G9Pdx5AqhoPGQ

Vertminer config file example:

Code:
{
 "url" : "stratum+tcp://191.239.1.169:9555",
 "user" : "ViM4MQCCcEJYrfyjwxuprJDhZejkhUM7Pf",
 "pass" : "MAuRTy5HWQkFaGFjitjw2G9Pdx5AqhoPGQ"
}
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N on: May 08, 2014, 07:36:12 PM
Huh  Huh  Huh  Huh  Huh

Do you have problems with simplevert.com

I think they are lying to us to pay
because to me the payment of VTC for 24 hours is about 20% less than a regular pool

 Huh  Huh  Huh  Huh  Huh  Huh
We've had a pretty unlucky run over the last 24h - check it out for yourself http://simplevert.com/blocks
I ran the numbers last night and it looked like this
24 hour luck avg - 140% work completed of expected (40% less lucky than average during this time period)
48 hour luck avg - 100% luck

for 24 hours simplevert.com has 54 found Block - 872.6 MH/s - 1200 worker
for 24 hours vertco.in has 91 found Block - 838.80MH/s -  1100 worker

Huh Huh Huh Huh Huh

I am at a loss to you guys /simplevert/, even MON not be able to cover my losses

Or I still think that you have hidden mining blocks from people

How else pay 10% bonus, then 5% and now 2.5% bonus

I've learned that in life nothing is for free, so most likely you steal from us to give us a small percentage bonus

I'm sick of incorrect pools  Angry



Ive been mining at simplevert for 84hrs with 6.3Mhs while donating the standard 1%, ive earned 86VTC, which means im only behind by 5VTC on the average. I dont "think" they are hiding anything. Those bonuses you are talking about are only for MON and they told us how they are able to offer them and why they have been reduced.

Or maybe they are taking more fees than you can see. They are a for profit business after all.

I havent recived MON payment in past 24h from this pool: http://whatever.kn.vutbr.cz/proxypool/
This is my address: MTTs4MEhxFaPbCaXfpFPVGx8toTtuwMCCK
Does anyone know who is owner of this pool?

There are issues with the proxypool payout script. You should be able to track your "earned" MON, its just not paying out correctly.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N on: May 08, 2014, 12:48:14 AM
Just got latest payout script since it hasn't been working right (not paying out MON, only VTC), but now it won't start:

File "/usr/lib/python2.7/threading.py", line 808, in __bootstrap_inner
    self.run()
  File "/mydir/proxypool/payout/sharelogger.py", line 37, in run
    numshares = rd.llen(sharelist)
  File "/usr/lib/python2.7/dist-packages/redis/client.py", line 646, in llen
    return self.execute_command('LLEN', name)
  File "/usr/lib/python2.7/dist-packages/redis/client.py", line 279, in execute_command
    connection.send_command(*args)
  File "/usr/lib/python2.7/dist-packages/redis/connection.py", line 260, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib/python2.7/dist-packages/redis/connection.py", line 243, in send_packed_command
    self.connect()
  File "/usr/lib/python2.7/dist-packages/redis/connection.py", line 194, in connect
    self.on_connect()
  File "/usr/lib/python2.7/dist-packages/redis/connection.py", line 220, in on_connect
    if self.read_response() != 'OK':
  File "/usr/lib/python2.7/dist-packages/redis/connection.py", line 270, in read_response
    raise response
ResponseError: Client sent AUTH, but no password is set

Any clue? Sharelogger.conf looks right and didn't update when the script did (I did have one git rollback wipe my conf last time I updated and payouts broke :\)


Edit: Looks like it was this update that causes this error.. must be a difference on the versions of redis or something? On ubuntu 13.10

https://github.com/erkmos/proxypool/commit/aa06db11697bddbb72ee6cfc978daecf1b86cb5b#diff-1c9a708a7468f030544c33baf61d8e31

I undid that commit locally and it works again.

Edit 2:

MON still doesn't appear to being paid out... have 30+ in the wallet and min tx set to 2, some users have 5+
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N on: May 07, 2014, 02:27:39 PM
P2Pool Merged Node with Stats

Connect using:
Code:
-o stratum+tcp://191.239.1.169:9555 -u YOUR_VTC_ADDRESS -p YOUR_MON_ADDRESS

Example:
Code:
vertminer.exe -o stratum+tcp://191.239.1.169:9555 -u ViM4MQCCcEJYrfyjwxuprJDhZejkhUM7Pf -p MAuRTy5HWQkFaGFjitjw2G9Pdx5AqhoPGQ

Vertminer config file example:
Code:
{ "url" : "stratum+tcp://191.239.1.169:9555",
 "user" : "ViM4MQCCcEJYrfyjwxuprJDhZejkhUM7Pf",
 "pass" : "MAuRTy5HWQkFaGFjitjw2G9Pdx5AqhoPGQ" }

Do NOT use the +0000XXX difficulty setting if using the merged p2pool proxy (:9555)! You must use a Monocle address as the password!


You can see the stats on the main page here: http://191.239.1.169:9171/


More stats coming soon.

Please PM me with any issues
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N on: May 03, 2014, 03:51:13 AM
I have a server up here:

191.239.1.169:9555

Connect using -o stratum+tcp://191.239.1.169:9555 -u YOUR_VTC_ADDRESS -p YOUR_MON_ADDRESS

Vertminer config file example:
{ "url" : "stratum+tcp://191.239.1.169:9555", "user" : "ViM4MQCCcEJYrfyjwxuprJDhZejkhUM7Pf", "pass" : "MAuRTy5HWQkFaGFjitjw2G9Pdx5AqhoPGQ" }


Also bunch of P2Pools here:

http://191.239.1.169:9171/static/
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!