Author

Topic: [ANN] AIDEN | 1st to use sCrypt-OG (GPU Optimized) [v0.10.2.2 Released 7/10/15] - page 132. (Read 235405 times)

sr. member
Activity: 280
Merit: 250
Achieved hashrate:
Sapphire 270 (non x) = 4.685 mh
Sapphire 7950 (dual x) = 6.44 mh

if somebody achieved more than me, maybe we can have a talk, share settings, ideas..etc
newbie
Activity: 4
Merit: 0

I can not sync my wallet even through adding nodes that author mentioned 

any ideas?
legendary
Activity: 1596
Merit: 1010
Giving this a try , seems to run quite well so far Smiley

Might do a small "guide" on mining this, as it's not exactly clear for everyone it seems Smiley
newbie
Activity: 32
Merit: 0
How do i compile the wallet? I am new to linux.
sr. member
Activity: 807
Merit: 251
Quote
"pools" : [
   {
      "name" : "127.0.0.1",
      "url" : "127.0.0.1:4560",
      "user" : "x",
      "pass" : "xx",
      "pool-priority" : "0"
   }
   
],

"intensity" : "19",
"nfactor" : "6",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-threads" : "1",
"gpu-engine" : "1080",
"gpu-fan" : "30-90",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "87",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "10",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",

I use this with for 280x and 7970

I have more than 7Mh/s



If i help you :
ADN ALKzTPPoRwxFqyrQbFU3vHQjqu6Zk3qX35
BTC 1GPQMScepTUVLqbF3xw5qmy3LRzjAPRmh9
hero member
Activity: 728
Merit: 500
Thanks..
i'm trying to mine on my node
need more hashrate there ..

best is to run your own node and mine to it ? (for less DOA)

Hey Guys!

I've got a P2Pool solution up and running. Need to bundle up the code and post it somewhere (will do that soon), but wanted to get some other options out there.

P2Pool: http://96.126.121.117:9405

P2Pool is a decentralized approach to pool mining. Rather than connecting to a single pool, the system operates through the combined efforts of many miners who are attached to 'nodes'. No need to register a user account, and any blocks that are mined are split on a PPLNS basis. Biggest benefits? Massively reduced chance of DDOS and coins are sent directly to your wallet.

How do I start mining?

  • Point your miner to: stratum+tcp://96.126.121.117:9405
  • Use your Aiden address as the user (you can set anything as the password, it doesn't matter).

Fine Tuning:

It is suggested to set a mining difficulty. This can be set by appending a value after your username, to calculate this value use the following formula:

Hash Rate * .0000011641

So if your hash rate is 34000 Kh/sec (34 Mh/sec) and your wallet address was AHT1tq3aDudrxdEmodpQsSfYUkZ2ZVCSW3, you'd want to set it up like so:

(34000 * .0000011641) = 0.0395794

Resulting in...

AHT1tq3aDudrxdEmodpQsSfYUkZ2ZVCSW3+0.0395794

Source Code: https://github.com/snogcel/p2pool-aiden

We need more nodes!!
full member
Activity: 210
Merit: 100
Pointed a few of my 750 TI's towards this to mine over the night. Let's see how it goes. Currently I'm getting 2.2~2.3 MH/s per 750 Ti. The wallet gets no block source though.

hI,
i HAVE 2X gtx750 TI, i GET 5279KH/S ☺

I'm not getting anywhere near those. @ T70x24 -C 2 -H 2 I'm getting at most 2.4 MH/s on some of my cards, nowhere near 3000s KH/s that other people reported. any thoughts?

cudaminer.exe --algo scrypt:64 -t 2 -o stratum+tcp://adn.minebig.com:3399 -u gtx750.gpu -p 1313  -i 0 -l T70x24 -C 1 -H 2

MSI afterburner 135mhz mem- 651mhz core clock getting on 2   6456Kh/s

Thanks. The only difference was the -C option, which I changed to 1 and did not make a significant difference (sometimes lower, simetimes higher). Mine are on Linux, +130 core, +625 mem on a new bios with modified power limits.. There's something wrong here. Could be Linux drivers.

full member
Activity: 141
Merit: 100
Difficulty ramping up, was 400k 30 minutes ago, now it's 725k !
newbie
Activity: 20
Merit: 0
Pointed a few of my 750 TI's towards this to mine over the night. Let's see how it goes. Currently I'm getting 2.2~2.3 MH/s per 750 Ti. The wallet gets no block source though.

hI,
i HAVE 2X gtx750 TI, i GET 5279KH/S ☺

I'm not getting anywhere near those. @ T70x24 -C 2 -H 2 I'm getting at most 2.4 MH/s on some of my cards, nowhere near 3000s KH/s that other people reported. any thoughts?

cudaminer.exe --algo scrypt:64 -t 2 -o stratum+tcp://adn.minebig.com:3399 -u gtx750.gpu -p 1313  -i 0 -l T70x24 -C 1 -H 2

MSI afterburner 135mhz mem- 651mhz core clock getting on 2   6456Kh/s
legendary
Activity: 1932
Merit: 1003
Quote from: trademark
Thanks for the information. Can you please post your config specs? I can't seem to get this to work. I'm getting 100% rejects.  Thanks again. 

Sure, nothing special there (I am using the sgminer version which is linked in the first post):

{
"pools" : [
   {
...
   }
],
"intensity" : "13",
"nfactor" : "6",
"thread-concurrency":"8192",
"worksize":"256",
"gpu-threads" : "2",
"no-pool-disable" : true,
"temp-overheat" : "70"
}




Thanks. That's what I have except my temp-overheat is 95. 
newbie
Activity: 4
Merit: 0
Quote from: trademark
Thanks for the information. Can you please post your config specs? I can't seem to get this to work. I'm getting 100% rejects.  Thanks again. 

Sure, nothing special there (I am using the sgminer version which is linked in the first post):

{
"pools" : [
   {
...
   }
],
"intensity" : "13",
"nfactor" : "6",
"thread-concurrency":"8192",
"worksize":"256",
"gpu-threads" : "2",
"no-pool-disable" : true,
"temp-overheat" : "70"
}

hero member
Activity: 812
Merit: 1000
I get 7300 per card, msi gaming 280x, 1075mhz core 1750mhz memory.

Gets hot, fast. Mined two blocks and moved on. Mining xpm now.
legendary
Activity: 1932
Merit: 1003
About how many watts does it draw for a 280x?  Thanks

My rig (2 x 280X undervolted @1090mV and slightly overclocked + Sempron) draws 390W at the wall. That is exactly in between Darkcoin and usual scrypt. Temperatures are also somewhere in between those two scenarios. VRMs were, by XFX standards, quite cool at 63°C when I checked.
I didn't try to tweak sgminer (used my config for Darkcoin) and get 6Mh per card. You may be able to get more than that which may raise the power consumption.

Thanks for the information. Can you please post your config specs? I can't seem to get this to work. I'm getting 100% rejects.  Thanks again. 
newbie
Activity: 4
Merit: 0
About how many watts does it draw for a 280x?  Thanks

My rig (2 x 280X undervolted @1090mV and slightly overclocked + Sempron) draws 390W at the wall. That is exactly in between Darkcoin and usual scrypt. Temperatures are also somewhere in between those two scenarios. VRMs were, by XFX standards, quite cool at 63°C when I checked.
I didn't try to tweak sgminer (used my config for Darkcoin) and get 6Mh per card. You may be able to get more than that which may raise the power consumption.
full member
Activity: 210
Merit: 100
Pointed a few of my 750 TI's towards this to mine over the night. Let's see how it goes. Currently I'm getting 2.2~2.3 MH/s per 750 Ti. The wallet gets no block source though.

hI,
i HAVE 2X gtx750 TI, i GET 5279KH/S ☺

I'm not getting anywhere near those. @ T70x24 -C 2 -H 2 I'm getting at most 2.4 MH/s on some of my cards, nowhere near 3000s KH/s that other people reported. any thoughts?
newbie
Activity: 20
Merit: 0
Pointed a few of my 750 TI's towards this to mine over the night. Let's see how it goes. Currently I'm getting 2.2~2.3 MH/s per 750 Ti. The wallet gets no block source though.

hI,
i HAVE 2X gtx750 TI, i GET 5279KH/S ☺
full member
Activity: 210
Merit: 100
Pointed a few of my 750 TI's towards this to mine over the night. Let's see how it goes. Currently I'm getting 2.2~2.3 MH/s per 750 Ti. The wallet gets no block source though.

i dotn thin thats right, i was getting 3mh per with 25% gpu usage

Thanks. May I ask what config you're using?
legendary
Activity: 1932
Merit: 1003
About how many watts does it draw for a 280x?  Thanks
full member
Activity: 182
Merit: 100
Pointed a few of my 750 TI's towards this to mine over the night. Let's see how it goes. Currently I'm getting 2.2~2.3 MH/s per 750 Ti. The wallet gets no block source though.

i dotn thin thats right, i was getting 3mh per with 25% gpu usage
full member
Activity: 210
Merit: 100
Pointed a few of my 750 TI's towards this to mine over the night. Let's see how it goes. Currently I'm getting 2.2~2.3 MH/s per 750 Ti. The wallet gets no block source though.
Jump to: