ap1
Newbie
Offline
Activity: 41
Merit: 0
|
|
May 30, 2014, 10:46:44 AM |
|
I found out how to compile the cl when I checked the code too But maybe Linux driver issue or so, I cannot compile the kernel. Using device 0 as GPU 0 Using device 1 as GPU 1 Compiling ... Source: 65657 bytes binsize = 427808 bytes OpenCL error: -30 at ../xpmclient.cpp:852 Actually I tried eXtremal's original open source miner too and never compile right neither. He said AMD SDK is buggy and I used ATI driver compiler but still not successful. I've found subtle solution if you have more than 1 card. Disable all BUT 1 card in config.txt. Run xpmminer. kernel.bin is created. Shut down miner. Undo changes in config. Run with normal config. Works for me. Thanks! So it is what the forum is for, exchange solutions
|
|
|
|
MarcusDe
|
|
May 30, 2014, 10:54:48 AM |
|
I found out how to compile the cl when I checked the code too But maybe Linux driver issue or so, I cannot compile the kernel. Using device 0 as GPU 0 Using device 1 as GPU 1 Compiling ... Source: 65657 bytes binsize = 427808 bytes OpenCL error: -30 at ../xpmclient.cpp:852 Actually I tried eXtremal's original open source miner too and never compile right neither. He said AMD SDK is buggy and I used ATI driver compiler but still not successful. I've found subtle solution if you have more than 1 card. Disable all BUT 1 card in config.txt. Run xpmminer. kernel.bin is created. Shut down miner. Undo changes in config. Run with normal config. Works for me. Thanks! So it is what the forum is for, exchange solutions Agree :-) Now, maybe your eagle eye would find why there is no CPD showing for multiple cards on pool? :-P
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
May 30, 2014, 11:20:55 AM |
|
can someone release a dtc poolserver for solomining (for windows) ? Thanks.
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
ap1
Newbie
Offline
Activity: 41
Merit: 0
|
|
May 30, 2014, 11:43:57 AM |
|
Agree :-) Now, maybe your eagle eye would find why there is no CPD showing for multiple cards on pool? :-P
I do usually debug pretty quickly. I don't have the source code for DTC pool... the original madmax xpm one seems working fine I think?
|
|
|
|
MarcusDe
|
|
May 30, 2014, 12:40:30 PM |
|
Agree :-) Now, maybe your eagle eye would find why there is no CPD showing for multiple cards on pool? :-P
I do usually debug pretty quickly. I don't have the source code for DTC pool... the original madmax xpm one seems working fine I think? @ap1: Yes, I started with xpm pool source, it didnt work there too. @djm34: I'll try in time... but for me priority is to get full working code with working cpd and other stats. Besides, gpool.net has monopoly with datacoin, check blocks found by my small pool (6 workers + mine 1) and that pool. I mine DTC from 1st day with some (long) breaks solo with CPU, now finally there is possibility for healthy competition and maybe price will go up to the moon when XPM reaches diff 11.
|
|
|
|
ap1
Newbie
Offline
Activity: 41
Merit: 0
|
|
May 30, 2014, 01:03:32 PM |
|
@ap1: Yes, I started with xpm pool source, it didnt work there too.
@djm34: I'll try in time... but for me priority is to get full working code with working cpd and other stats. Besides, gpool.net has monopoly with datacoin, check blocks found by my small pool (6 workers + mine 1) and that pool. I mine DTC from 1st day with some (long) breaks solo with CPU, now finally there is possibility for healthy competition and maybe price will go up to the moon when XPM reaches diff 11.
One thing I don't want to mine XPM anymore is the price of XPM keep dropping... basically halved within a month or two? Seems must be something to do with GPU mining...
|
|
|
|
madMAx510510 (OP)
Member
Offline
Activity: 70
Merit: 10
|
|
May 30, 2014, 01:31:22 PM |
|
If you change TARGET in .cl files, make new kernel.bin then your CPD in stats also will change. edit: 270X settings for DTC: #define SIZE 4096 // Size of local sieve array (must be multiple of 1024) #define LSIZE 256 // Local worksize for sieve (don't change this) #define STRIPES 400 // Number of sieve segments (you may tune this) #define WIDTH 20 // Sieve width (includes extensions, you may tune this) #define PCOUNT 38400 // Number of sieve primes (must be multiple of 256, you should tune this, 40960 is for 280X) #define SCOUNT PCOUNT // Don't change it #define TARGET 9 // Target for s_sieve
If you change target to 9 you need to use the latest *.cl files from git, 6 days ago. Otherwise you have bugs... Also you may have to reduce STRIPES to maybe 150, otherwise the miner crashes because the sieve now returns 3 times more candidates.
|
|
|
|
Primorial
Newbie
Offline
Activity: 7
Merit: 0
|
|
May 30, 2014, 01:32:11 PM Last edit: May 30, 2014, 10:13:36 PM by Primorial |
|
11-ch share values on http://89.179.126.88:8081/ appear to be disproportionately low! Last 12 blocks found by the pool are all 11+ chains, still 11-shares are less than 2x more valuable than 10-shares, while they should be at least 20x more valuable? Current Share Values 9 0.04601 XPM 10 0.53773 XPM 11 0.93356 XPM
24h Share Count 9 765 (~ 35.19765 XPM) 10 75 (~ 40.32975 XPM) 11 9 (~ 8.40204 XPM)
Diff. 10.96499747
|
|
|
|
Remember remember the 5th of November
Legendary
Offline
Activity: 1862
Merit: 1011
Reverse engineer from time to time
|
|
May 30, 2014, 01:38:40 PM |
|
So let me get this straight? You integrate the pool into the XPM source code thus exposing the pool to pretty much direct access? I know one can disable access other from localhost, but this pretty much requires the XPM node to run alongside the pool, rather than on separate servers. Meaning if you DDoS the pool, you DDoS the node or vice-versa.
|
BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
|
|
|
LongAndShort
Legendary
Offline
Activity: 1078
Merit: 1050
|
|
May 30, 2014, 03:57:39 PM |
|
So let me get this straight? You integrate the pool into the XPM source code thus exposing the pool to pretty much direct access? I know one can disable access other from localhost, but this pretty much requires the XPM node to run alongside the pool, rather than on separate servers. Meaning if you DDoS the pool, you DDoS the node or vice-versa.
troll? (yes i'm asking) you should ask the same on every pool code thread! Name me one pool software that does not run alongside the node
|
|
|
|
MarcusDe
|
|
May 30, 2014, 08:56:22 PM |
|
There is possibility to set web frontend on 1st server, pool software on 2nd server and node on 3rd server. But who cares if even such big pools with big money going thru them as BTCGuild weren't ddos resistant.
|
|
|
|
SpeedDemon13
|
|
May 30, 2014, 09:16:08 PM |
|
There is possibility to set web frontend on 1st server, pool software on 2nd server and node on 3rd server. But who cares if even such big pools with big money going thru them as BTCGuild weren't ddos resistant.
The DTC pool doesn't show the miner stats, but it does show the balance.
|
CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
|
|
|
MarcusDe
|
|
June 02, 2014, 07:57:28 AM |
|
Agree :-) Now, maybe your eagle eye would find why there is no CPD showing for multiple cards on pool? :-P
I do usually debug pretty quickly. I don't have the source code for DTC pool... the original madmax xpm one seems working fine I think? That ADL trick doesnt work for me, still error -3, compiled under linux.
|
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
June 02, 2014, 04:38:25 PM |
|
I had a go to madpriminer on dtc pool (didn't check with xpm) but the temp of the card are pretty high (the card is in a well ventilated room). It is right now at 89°C (it is a R9 290x) getting 177cpd
Is this normal ? (powertune at 0). It never went that high even in scrypt/scrypt-n and neither with the other xpm miner.
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
eXtremal
|
|
June 02, 2014, 07:14:36 PM |
|
eXtremal, any updates to the miner?
I remember about miner.. and have one idea about Fermat test optimization, but no enough time to implement it I will post some results at this week.
|
|
|
|
csa1234
Full Member
Offline
Activity: 289
Merit: 100
O2-Protocol.com Carbon Offset DeFi
|
|
June 03, 2014, 01:47:34 AM |
|
is this miner faster than Claymore? I mean not by the stats, but for real, how many blocks per day an R9 280x can produce with this miner? Cause with Claymore an R9 280x can only mine 3 blocks per day average
PS: Solomining
|
O2-Protocol.com Carbon Offset DeFi
|
|
|
MarcusDe
|
|
June 03, 2014, 08:20:36 AM |
|
is this miner faster than Claymore? I mean not by the stats, but for real, how many blocks per day an R9 280x can produce with this miner? Cause with Claymore an R9 280x can only mine 3 blocks per day average
PS: Solomining
I dont know about blocks, but its about 4.0-4.5 10-ch shares on my 280X.
|
|
|
|
primer10
|
|
June 04, 2014, 07:31:49 AM |
|
eXtremal, any updates to the miner?
I remember about miner.. and have one idea about Fermat test optimization, but no enough time to implement it I will post some results at this week. +1
|
|
|
|
kev7112001
|
|
June 04, 2014, 07:58:39 PM |
|
is this miner faster than Claymore? I mean not by the stats, but for real, how many blocks per day an R9 280x can produce with this miner? Cause with Claymore an R9 280x can only mine 3 blocks per day average
PS: Solomining
claymores can get 6.6 up to 7.2 cpd on a 7970/280 depending on cpu and clocks
|
MCXNOW MODERATOR
|
|
|
|