Show Posts
|
Pages: [1] 2 »
|
If some one have R9 270 OC and want to share settings with me I would be very grateful. I get 153 Kh/s with -I 12, i have to tell that i bought this card 3 days ago and my old PSU push out onlu 350W, these cards need at least 500W maybe this is the problem? the new PSU(850w) arrive these days.Thanks
I run 12 R9 270, they give me stable 220kh/s per card, 2 systems all together pull 2400w, it's ~170W per card gpu-engine: 1040 gpu-memclock: 1450 gpu-powertune: 20 auto-fan: true gpu-fan: 40-100 temp-target: 75 temp-overheat: 80 temp-cutoff: 85 gpu-threads: 1 worksize: 256 thread-concurrency: 12250 intensity: 20
|
|
|
The price goes down because owners of such wallets dump coins at whatever price they can, the market got big enough to get enough BTC. 
|
|
|
It's really pretty simple, we're capped at 25DRK per 2.5 minutes, that's 210240*25 per year, so broken down yearly:
Year 1: 5,256,000 Year 2: 2,628,000 Year 3: 1,314,000 etc
So in ten years we'll have maybe 10 million coins in existence. It's a very scarce resource and is designed to gain/keep it's value.
1 834 654 coins were mined in the first 24hrs (17.4% of all the coins that will be mined)http://explorer.darkcoin.io/chain/DarkCoin?hi=4200&count=100And only linux wallet on start, which limited number of miners. Plus strange block reward bug https://github.com/evan82/darkcoin/commit/a5737981616b4f6392d4eb63f89760c3afc64e08
|
|
|
Oh god... just stop, you've lost all credibility if(nHeight >= 17000 && dDiff > 75) { // GPU/ASIC difficulty calc // 2222222/(((x+2600)/9)^2) nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0))); if (nSubsidy > 25) nSubsidy = 25; if (nSubsidy < 5) nSubsidy = 5; } else { // CPU mining calc nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0))); if (nSubsidy > 500) nSubsidy = 500; if (nSubsidy < 25) nSubsidy = 25; } See that little if subsidy < 5 nsubsidy =5 ? THAT MEANS THE MINIMUM IS 5 , Max is 25. Now kindly leave. 5 x 24 blocks per hour x 24 hours x 365 days = 1 051 200 , which means even at lowest block reward we'll reach 84 million before bitcoin reaches 21 million. You don't understand the code, I pointed at the exact line: // Subsidy is cut in half every 210240 blocks, which will occur approximately every year nSubsidy >>= (nHeight / 210240); // DarkCoin: 210k blocks in 1 year
|
|
|
You do realize that there are about 80 million coins still to be mined, right? It will take awhile, but eventually things will even out.
It'll never reach 80 millions Year | Blocks a year | Max reward per block | Coins a year | Total coins | 0 | 210240 | 25 | 5256000 | 5256000 | 1 | 210240 | 12.5 | 2628000 | 7884000 | 2 | 210240 | 3.125 | 657000 | 8541000 | 3 | 210240 | 0.390625 | 82125 | 8623125 | 4 | 210240 | 0.024414063 | 5132.8125 | 8628257.813 | 5 | 210240 | 0.000762939 | 160.4003906 | 8628418.213 | 6 | 210240 | 1.19209E-05 | 2.506256104 | 8628420.719 |
Shouldn't it be 25, 12.5, 6.25, 3.125, 1.5625 etc? (/2, then /2, then /2... halving as I understand it means /2) Yes, I made a mistake. The corrected table: Year | Blocks a year | Max reward | Coins a year | Total coins | 0 | 210240 | 25 | 5256000 | 5256000 | 1 | 210240 | 12.5 | 2628000 | 7884000 | 2 | 210240 | 6.25 | 1314000 | 9198000 | 3 | 210240 | 3.125 | 657000 | 9855000 | 4 | 210240 | 1.5625 | 328500 | 10183500 | 5 | 210240 | 0.78125 | 164250 | 10347750 | 6 | 210240 | 0.390625 | 82125 | 10429875 | 7 | 210240 | 0.1953125 | 41062.5 | 10470937.5 | 8 | 210241 | 0.09765625 | 20531.34766 | 10491468.85 | 9 | 210242 | 0.048828125 | 10265.72266 | 10501734.57 |
Since halving is every year, total amount of coins is limited by 2x of what produced in first year, so it's definitely not 84 millions.
|
|
|
You do realize that there are about 80 million coins still to be mined, right? It will take awhile, but eventually things will even out.
It'll never reach 80 millions Year | Blocks a year | Max reward per block | Coins a year | Total coins | 0 | 210240 | 25 | 5256000 | 5256000 | 1 | 210240 | 12.5 | 2628000 | 7884000 | 2 | 210240 | 3.125 | 657000 | 8541000 | 3 | 210240 | 0.390625 | 82125 | 8623125 | 4 | 210240 | 0.024414063 | 5132.8125 | 8628257.813 | 5 | 210240 | 0.000762939 | 160.4003906 | 8628418.213 | 6 | 210240 | 1.19209E-05 | 2.506256104 | 8628420.719 |
I think at this point people need to stop listening to you, you clearly have no clue. Minimum block reward is not a fraction. It's 5 or 10 coins, don't remember which. https://github.com/evan82/darkcoin/tree/master/srcmain.cpp line 1108
|
|
|
You do realize that there are about 80 million coins still to be mined, right? It will take awhile, but eventually things will even out.
It'll never reach 80 millions Year | Blocks a year | Max reward per block | Coins a year | Total coins | 0 | 210240 | 25 | 5256000 | 5256000 | 1 | 210240 | 12.5 | 2628000 | 7884000 | 2 | 210240 | 3.125 | 657000 | 8541000 | 3 | 210240 | 0.390625 | 82125 | 8623125 | 4 | 210240 | 0.024414063 | 5132.8125 | 8628257.813 | 5 | 210240 | 0.000762939 | 160.4003906 | 8628418.213 | 6 | 210240 | 1.19209E-05 | 2.506256104 | 8628420.719 |
|
|
|
Please launch DARKERCOIN with 5% premine of 100 billion DarkerCOINS. I want to invest in your IPO!!
You already invested into a coin with dev having 25% of issued coins.
|
|
|
Community won't trust a coin that is close-sourced.
Haha right because they will only trust IPOs. My neighbor at work asked me why I was laughing so hard when I read this. I'm glad that I made you laugh. People also tend to accept manipulations with the reward formula.
|
|
|
Community won't trust a coin that is close-sourced.
|
|
|
that's what the XCP thief did, claimed to be white hat - bought time and ditched.
Do you have a link to the story?
|
|
|
 I was able to push R9 270s' cores over 1200Mhz, stable and awesome.
|
|
|
is this normal memory usage for xptminer, or is there a leak or two?  VmData: 5247728 kB Yeah, might be a leak, mine reports VmData: 20989376 kB
|
|
|
Anyone mining with a R9 270 or R9 270X? What are your configs and MH/s?
"auto-fan" : true, "auto-gpu" : true, "gpu-threads" : "2", "gpu-engine" : "1050", "gpu-fan" : "40-100", "gpu-memclock" : "1450", "gpu-powertune" : "50", "intensity" : "22", "temp-target" : "90", "temp-overheat" : "93", "temp-cutoff" : "97", "vectors" : "1", "worksize" : "256", "lookup-gap" : "2", "thread-concurrency" : "32768" +88mV I'm using this config for both R9 290 and R9 270, 2.2-2.4Mh/s on 290 and 1.1-1.2 on 270.
|
|
|
Someone please help me run this gpu miner in windows. Am using r9 280x cards. I can donate 100 drk's.
https://mega.co.nz/#!skhQFCJZ!Q630CmM-fAyRjh7kQme6ZqE9dPRzfhqfV5zMW1iSJf8 Put your worker user/pass into sgminer.conf and run sgminer.bat Donate to phm as he is the creator of gpu miner.
|
|
|
can someone give the code for r9280x windows sgminer???
Here's what I'm using for r9 290: Do i have to save this one as a batch file and run? Thanks Save it as sgminer.conf and run sgminer.exe --conf <path_to_the_config>, later you can create a .bat file and put it into shell:startup There's an app CGWatcher that monitor the miner and restart the process when it's necessary — http://manotechnology.blogspot.com/p/cgwatcher.html
|
|
|
can someone give the code for r9280x windows sgminer???
Here's what I'm using for r9 290: { "pools" : [ { "name" : "darkcoin", "url" : "", "user" : "", "pass" : "", "pool-priority" : "0" } ], "api-allow" : "W:127.0.0.1", "api-listen" : true, "expiry" : "2", "queue" : "0", "scan-time" : "1", "scrypt" : true, "auto-fan" : true, "auto-gpu" : true, "gpu-threads" : "2", "gpu-engine" : "1050", "gpu-fan" : "40-100", "gpu-memclock" : "1450", "gpu-powertune" : "50", "intensity" : "22", "temp-target" : "90", "temp-overheat" : "93", "temp-cutoff" : "97", "vectors" : "1", "worksize" : "256", "lookup-gap" : "2", "thread-concurrency" : "27400" }
|
|
|
|