Pages:
Author

Topic: *LAUNCHED* [PLX]PARALLAXCOIN - World's First Merged Mineable Nscrypt Coin || - page 13. (Read 73920 times)

legendary
Activity: 1904
Merit: 1003


WetBitches report:

I killed stratum because I can't fight with proxypool software. Something completely wrong with payout script of this...
This soft previously used by many pools for VTC/MON merged mining. When I started VTC/PLX pool I got it properly configured (150 block reward, etc.).

But something completely insane with payout.py there. Insane behavour. And I am not the one having problems with it.

PLX paid: 5745.456622293336
VTC paid: 38.73611716247669

All rest shares are safe and I will process manual payouts in 12 hours.

@jimlite, VTC 1.203 + 0.71 sent. PLX soon.

I will work hard to rewrite this code on my own and test it with my own bunch of GPUs, then bitches will come back with also a web interface for stats.

If you, guys ready to yell *scam*, ask yourself, why the fuck I announced bitches using my account. It's easy to make an anonymous one.

UPDATE

Manual PLX payouts precessed, there a few VTC remaining, I'll process VTC payouts soon.
sr. member
Activity: 308
Merit: 250
I must be doing something horribly wrong. Switching to vertminer and setting a very similar config as posted by embraer, I'm averaging around 12Kh/Sec



Have you tried a different pool? I've had a good experience with HashFaster.
newbie
Activity: 10
Merit: 0
I must be doing something horribly wrong. Switching to vertminer and setting a very similar config as posted by embraer, I'm averaging around 12Kh/Sec

http://i59.tinypic.com/2wqbng0.jpg
full member
Activity: 167
Merit: 100
I'm unable to get any shares submitted to qemulab.com pool.

Are there any special settings that I'm overlooking here?

Here's my conf:

{
"pools" : [
   {
      "name" : "YM1",
      "url" : "stratum+tcp://plx.qemulab.com:9888",
      "user" : "MyActualVERTaddress, removed for privacyreasons",
      "pass" : "MyActualPLXaddress, removed for privacyreasons",
      "pool-priority" : "0"
   }
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"kernel-path" : "/usr/local/bin",
"no-submit-stale" : true,
"nscrypt" : true,
"gpu-threads" : "2",
"gpu-engine" : "810",
"gpu-fan" : "100",
"gpu-memclock" : "1300",
"intensity" : "15",
"temp-target" : "80",
"temp-overheat" : "100",
"worksize" : "256",
"shaders" : "1408"
}

I'm not getting a single share submitted to the pool.

the confing is ok, do u use vertminer? Tongue

Sgminer, had a bit of help from pool operator.

But this seems like a tricky coin, I'm unable to get my hardware errors down and get a reasonable hashrate at the same time.
I've been mining x11 and scrypt for over 6 months without any issues, this is my first time I try this one.

So, what's the secret sauce to getting a good hashrate on these kind of coins?

Anyone got a good config file for a 7950 card?
u must use vertminer, this coin is nfactor not scrypt!

My bad, that was my old config. I am definitely using nfactor:

"api-allow" : "W:127.0.0.1",
"lookup-gap" : "2",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"kernel-path" : "/usr/local/bin",
"no-submit-stale" : true,
"gpu-threads" : "2",
"gpu-engine" : "800",
"gpu-fan" : "100",
"gpu-memclock" : "1250",
"intensity" : "13",
"temp-target" : "80",
"temp-overheat" : "100",
"worksize" : "256",
"nfactor" : "11",
"thread concurrency" : "8192"

Tried swapping my shader setting with thread concurrency, but no joy. Managed to get my hw errors down, but now I'm only mining at a fraction of the hashrate I should be getting. 10Kh/s instead of 400.

I'm guessing there's a sweet spot to find in these settings. Was just wondering if anyone with a 7950 has any luck finding this sweet spot.


Hi, i use vert miner with my 5x7950 rig with this conf.

"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"hotplug" : "5",
"kernel-path" : "/usr/local/bin",
"log" : "5",
"queue" : "0",
"scan-time" : "30",
"scrypt" : true,
"shares" : "0",
"auto-fan" : true,
"gpu-threads" : "2",
"gpu-dyninterval" : "7",
"gpu-engine" : "1000",
"gpu-fan" : "50-100",
"gpu-platform" : "0",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"intensity" : "13",
"temp-target" : "62",
"temp-overheat" : "85",
"temp-cutoff" : "90",
"temp-hysteresis" : "3",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "2",
"shaders" : "1792",
"thread-concurrency" : "8193",
"no-pool-disable" : true


it's work fine for me, i have approx. 2500-2700 kh on each card
newbie
Activity: 10
Merit: 0
I'm unable to get any shares submitted to qemulab.com pool.

Are there any special settings that I'm overlooking here?

Here's my conf:

{
"pools" : [
   {
      "name" : "YM1",
      "url" : "stratum+tcp://plx.qemulab.com:9888",
      "user" : "MyActualVERTaddress, removed for privacyreasons",
      "pass" : "MyActualPLXaddress, removed for privacyreasons",
      "pool-priority" : "0"
   }
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"kernel-path" : "/usr/local/bin",
"no-submit-stale" : true,
"nscrypt" : true,
"gpu-threads" : "2",
"gpu-engine" : "810",
"gpu-fan" : "100",
"gpu-memclock" : "1300",
"intensity" : "15",
"temp-target" : "80",
"temp-overheat" : "100",
"worksize" : "256",
"shaders" : "1408"
}

I'm not getting a single share submitted to the pool.

the confing is ok, do u use vertminer? Tongue

Sgminer, had a bit of help from pool operator.

But this seems like a tricky coin, I'm unable to get my hardware errors down and get a reasonable hashrate at the same time.
I've been mining x11 and scrypt for over 6 months without any issues, this is my first time I try this one.

So, what's the secret sauce to getting a good hashrate on these kind of coins?

Anyone got a good config file for a 7950 card?
u must use vertminer, this coin is nfactor not scrypt!

My bad, that was my old config. I am definitely using nfactor:

"api-allow" : "W:127.0.0.1",
"lookup-gap" : "2",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"kernel-path" : "/usr/local/bin",
"no-submit-stale" : true,
"gpu-threads" : "2",
"gpu-engine" : "800",
"gpu-fan" : "100",
"gpu-memclock" : "1250",
"intensity" : "13",
"temp-target" : "80",
"temp-overheat" : "100",
"worksize" : "256",
"nfactor" : "11",
"thread concurrency" : "8192"

Tried swapping my shader setting with thread concurrency, but no joy. Managed to get my hw errors down, but now I'm only mining at a fraction of the hashrate I should be getting. 10Kh/s instead of 400.

I'm guessing there's a sweet spot to find in these settings. Was just wondering if anyone with a 7950 has any luck finding this sweet spot.
sr. member
Activity: 406
Merit: 250
I'm unable to get any shares submitted to qemulab.com pool.

Are there any special settings that I'm overlooking here?

Here's my conf:

{
"pools" : [
   {
      "name" : "YM1",
      "url" : "stratum+tcp://plx.qemulab.com:9888",
      "user" : "MyActualVERTaddress, removed for privacyreasons",
      "pass" : "MyActualPLXaddress, removed for privacyreasons",
      "pool-priority" : "0"
   }
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"kernel-path" : "/usr/local/bin",
"no-submit-stale" : true,
"nscrypt" : true,
"gpu-threads" : "2",
"gpu-engine" : "810",
"gpu-fan" : "100",
"gpu-memclock" : "1300",
"intensity" : "15",
"temp-target" : "80",
"temp-overheat" : "100",
"worksize" : "256",
"shaders" : "1408"
}

I'm not getting a single share submitted to the pool.

the confing is ok, do u use vertminer? Tongue

Sgminer, had a bit of help from pool operator.

But this seems like a tricky coin, I'm unable to get my hardware errors down and get a reasonable hashrate at the same time.
I've been mining x11 and scrypt for over 6 months without any issues, this is my first time I try this one.

So, what's the secret sauce to getting a good hashrate on these kind of coins?

Anyone got a good config file for a 7950 card?
u must use vertminer, this coin is nfactor not scrypt!
newbie
Activity: 10
Merit: 0
I'm unable to get any shares submitted to qemulab.com pool.

Are there any special settings that I'm overlooking here?

Here's my conf:

{
"pools" : [
   {
      "name" : "YM1",
      "url" : "stratum+tcp://plx.qemulab.com:9888",
      "user" : "MyActualVERTaddress, removed for privacyreasons",
      "pass" : "MyActualPLXaddress, removed for privacyreasons",
      "pool-priority" : "0"
   }
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"kernel-path" : "/usr/local/bin",
"no-submit-stale" : true,
"nscrypt" : true,
"gpu-threads" : "2",
"gpu-engine" : "810",
"gpu-fan" : "100",
"gpu-memclock" : "1300",
"intensity" : "15",
"temp-target" : "80",
"temp-overheat" : "100",
"worksize" : "256",
"shaders" : "1408"
}

I'm not getting a single share submitted to the pool.

the confing is ok, do u use vertminer? Tongue

Sgminer, had a bit of help from pool operator.

But this seems like a tricky coin, I'm unable to get my hardware errors down and get a reasonable hashrate at the same time.
I've been mining x11 and scrypt for over 6 months without any issues, this is my first time I try this one.

So, what's the secret sauce to getting a good hashrate on these kind of coins?

Anyone got a good config file for a 7950 card?
legendary
Activity: 1148
Merit: 1001
@ozie just sent you 2 pm's.
i think there is a problem on your pool

thanks!
newbie
Activity: 31
Merit: 0
is this similar to monocle?
legendary
Activity: 1904
Merit: 1003


WetBitches report:

I killed stratum because I can't fight with proxypool software. Something completely wrong with payout script of this...
This soft previously used by many pools for VTC/MON merged mining. When I started VTC/PLX pool I got it properly configured (150 block reward, etc.).

But something completely insane with payout.py there. Insane behavour. And I am not the one having problems with it.

PLX paid: 5745.456622293336
VTC paid: 38.73611716247669

All rest shares are safe and I will process manual payouts in 12 hours.

@jimlite, VTC 1.203 + 0.71 sent. PLX soon.

I will work hard to rewrite this code on my own and test it with my own bunch of GPUs, then bitches will come back with also a web interface for stats.

If you, guys ready to yell *scam*, ask yourself, why the fuck I announced bitches using my account. It's easy to make an anonymous one.
sr. member
Activity: 406
Merit: 250
I'm unable to get any shares submitted to qemulab.com pool.

Are there any special settings that I'm overlooking here?

Here's my conf:

{
"pools" : [
   {
      "name" : "YM1",
      "url" : "stratum+tcp://plx.qemulab.com:9888",
      "user" : "MyActualVERTaddress, removed for privacyreasons",
      "pass" : "MyActualPLXaddress, removed for privacyreasons",
      "pool-priority" : "0"
   }
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"kernel-path" : "/usr/local/bin",
"no-submit-stale" : true,
"nscrypt" : true,
"gpu-threads" : "2",
"gpu-engine" : "810",
"gpu-fan" : "100",
"gpu-memclock" : "1300",
"intensity" : "15",
"temp-target" : "80",
"temp-overheat" : "100",
"worksize" : "256",
"shaders" : "1408"
}

I'm not getting a single share submitted to the pool.

the confing is ok, do u use vertminer? Tongue
newbie
Activity: 10
Merit: 0
I'm unable to get any shares submitted to qemulab.com pool.

Are there any special settings that I'm overlooking here?

Here's my conf:

{
"pools" : [
   {
      "name" : "YM1",
      "url" : "stratum+tcp://plx.qemulab.com:9888",
      "user" : "MyActualVERTaddress, removed for privacyreasons",
      "pass" : "MyActualPLXaddress, removed for privacyreasons",
      "pool-priority" : "0"
   }
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"kernel-path" : "/usr/local/bin",
"no-submit-stale" : true,
"nscrypt" : true,
"gpu-threads" : "2",
"gpu-engine" : "810",
"gpu-fan" : "100",
"gpu-memclock" : "1300",
"intensity" : "15",
"temp-target" : "80",
"temp-overheat" : "100",
"worksize" : "256",
"shaders" : "1408"
}

I'm not getting a single share submitted to the pool.
full member
Activity: 239
Merit: 103
Ozie made my fixes already. Damn he's good.
Best pool, everyone join his p2pool, we are finding
blocks of vert and parallax like crazy!

Thanks for the kind words.

The first 3 PLX Blocks are getting paid our right now so everybody should get his share now.
I will try to finetune the payout further so that its a steady steam of coins going out.


Would be nice if your site could also post the difficulty and our hash vs. nethash.

That feature is definitely on the roadmap. There will be also a List of minted Blocks that are not yet Mature.
Together with some more design improvements this should be a decent Frontend then.
sr. member
Activity: 476
Merit: 250
I've released my IRC tip/dice/info bot onto the IRC chan, so head over to #parallaxcoin on irc.freenode.net and check it out Cheesy

I won't lie. This is incredibly fun to play with Cheesy

Why are you posting from 2 accounts?

Parallaxcoins == chaosagent  Roll Eyes
chaosagent is me.
Those are my PR guys
full member
Activity: 122
Merit: 100
I've released my IRC tip/dice/info bot onto the IRC chan, so head over to #parallaxcoin on irc.freenode.net and check it out Cheesy

I won't lie. This is incredibly fun to play with Cheesy

Why are you posting from 2 accounts?

Parallaxcoins == chaosagent  Roll Eyes
member
Activity: 70
Merit: 10
Greetings everyone,

This coin has been added to http://www.onebtcplace.com!

No signups required just use your wallets address and any password to start mining!

ONEBTCPLACE uses the PROP (proportional) reward system. 1% of the total block rewards gets paid to the pool while the remaining block reward gets paid to the miners. Payouts are automatically sent every hour.

We run on full dedicated servers no VPS machines

Dual Xeon l5639 Hex Core
Location: Dallas, TX
Primary Hard Drive: 500GB SSD
Second Hard Drive: 500GB SSD
Third Hard Drive: 500GB SSD
Memory: 36GB DDR3 ECC Memory
member
Activity: 70
Merit: 10
Any news on exchanges?

Bittrex should be this evening, and Poloniex should be tomorrow, latest Wednesday!

Can we get a client update, mine won't let me open any menus without crashing.

deleted everything but wallet.dat three times and resynched 

https://i.imgur.com/YY6LTrk.jpg
newbie
Activity: 28
Merit: 0
Any news on exchanges?

Bittrex should be this evening, and Poloniex should be tomorrow, latest Wednesday!
Pages:
Jump to: