Pages:
Author

Topic: Optimized Datacoin DTC Windows - win64 Qt Solo Wallet miner. - page 2. (Read 8668 times)

legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
Will post updated bins on the new source in a day or so,.. testing out the updates
member
Activity: 112
Merit: 10
I don't think anyone has ever monetized testnet coins before... at least for dtc lol

ehhh...so that's just for fun to us.
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
I don't think anyone has ever monetized testnet coins before... at least for dtc lol
member
Activity: 112
Merit: 10

Thanks for the good feedback and tip!

You could try testnet out I guess with the variants and calculate which one spits out more blocks over x time, as thats what really matters. dif is super low on testnet atm tho so be prepared to watch blocks fly


excuse me, may I ask what's the testnet?

I mean, how dose it work?


All you need to do is open up datacoin.conf and place"testnet=1" into the file.

When you restart the client it will use testnet coins instead of real chain, DTC icon on taskbar will be green, not yellow if it's working.  The benefit is on testnet if you pump out 1 block per day on the main chain, you can pump out 100 blocks a minute pretty much on testnet, so you know the client is working and creating blocks properly and need not run comparisons over days or longer on main chain. Works great to test on slower computers too.

You can also tweak client settings to optimize finding the most blocks and get results to your changes in real time. to find this file on windows look in c:\users\youruser\appdata\roaming\datacoin




Very thx for you explanation, and one more question, is this testnet coins usefull or can be exchange?
sr. member
Activity: 350
Merit: 250
DTC unofficial team
Many thanks to Palmdetroit Smiley I was online from smartphone, so could't explain in such a way
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting

Thanks for the good feedback and tip!

You could try testnet out I guess with the variants and calculate which one spits out more blocks over x time, as thats what really matters. dif is super low on testnet atm tho so be prepared to watch blocks fly


excuse me, may I ask what's the testnet?

I mean, how dose it work?


All you need to do is open up datacoin.conf and place"testnet=1" into the file.

When you restart the client it will use testnet coins instead of real chain, DTC icon on taskbar will be green, not yellow if it's working.  The benefit is on testnet if you pump out 1 block per day on the main chain, you can pump out 100 blocks a minute pretty much on testnet, so you know the client is working and creating blocks properly and need not run comparisons over days or longer on main chain. Works great to test on slower computers too.

You can also tweak client settings to optimize finding the most blocks and get results to your changes in real time. to find this file on windows look in c:\users\youruser\appdata\roaming\datacoin


sr. member
Activity: 350
Merit: 250
DTC unofficial team

Thanks for the good feedback and tip!

You could try testnet out I guess with the variants and calculate which one spits out more blocks over x time, as thats what really matters. dif is super low on testnet atm tho so be prepared to watch blocks fly


excuse me, may I ask what's the testnet?

I mean, how dose it work?

testnet is like a sandbox for developers who creates miners, pools etc.
member
Activity: 112
Merit: 10

Thanks for the good feedback and tip!

You could try testnet out I guess with the variants and calculate which one spits out more blocks over x time, as thats what really matters. dif is super low on testnet atm tho so be prepared to watch blocks fly


excuse me, may I ask what's the testnet?

I mean, how dose it work?
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
https://sourceforge.net/projects/philosopherstone/files/DTC/

Newest builds from source, with testnet active

Bulldozer (tested with testnet, try it out!)
Haswell ( I have not tested if someone can be so kind to let me know if it works)



I tested for a bit, but it is hard to tell if it is an improvement. The chains/day and p/s seems about the same as i7 optimizations, but chains/min seems to be a little higher. I am not sure how much difficulty is affecting the results.

Thanks again!

*Edit: Sent 5 DTC tip. These optimizations are working great. Running i7 version on (6) i7-3770, (1) i5-2500 and Haswell version on (1) i7-4770. I have 6 more i7-3770 I am about to set up now. 7 blocks so far since yesterday Cheesy



Thanks for the good feedback and tip!

You could try testnet out I guess with the variants and calculate which one spits out more blocks over x time, as thats what really matters. dif is super low on testnet atm tho so be prepared to watch blocks fly
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
Is there any optimized linux client?

Next update I'll script something to spit out all the variants
newbie
Activity: 34
Merit: 0
https://sourceforge.net/projects/philosopherstone/files/DTC/

Newest builds from source, with testnet active

Bulldozer (tested with testnet, try it out!)
Haswell ( I have not tested if someone can be so kind to let me know if it works)



I tested for a bit, but it is hard to tell if it is an improvement. The chains/day and p/s seems about the same as i7 optimizations, but chains/min seems to be a little higher. I am not sure how much difficulty is affecting the results.

Thanks again!

*Edit: Sent 5 DTC tip. These optimizations are working great. Running i7 version on (6) i7-3770, (1) i5-2500 and Haswell version on (1) i7-4770. I have 6 more i7-3770 I am about to set up now. 7 blocks so far since yesterday Cheesy

i7 getmininginfo every 30s over 3 min:
Code:
23:54:00

setgenerate true


23:54:00




23:54:07

getmininginfo


23:54:07

{
"blocks" : 74250,
"chainspermin" : 0,
"chainsperday" : 0.31936041,
"currentblocksize" : 2865,
"currentblocktx" : 2,
"difficulty" : 9.32843161,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 591,
"pooledtx" : 2,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1096000,
"testnet" : false
}


23:54:30

getmininginfo


23:54:30

{
"blocks" : 74251,
"chainspermin" : 0,
"chainsperday" : 0.31936041,
"currentblocksize" : 2865,
"currentblocktx" : 2,
"difficulty" : 9.32855821,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 591,
"pooledtx" : 2,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1096000,
"testnet" : false
}


23:55:00

getmininginfo


23:55:00

{
"blocks" : 74252,
"chainspermin" : 0,
"chainsperday" : 0.31936041,
"currentblocksize" : 1489,
"currentblocktx" : 1,
"difficulty" : 9.32864040,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 591,
"pooledtx" : 1,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1096000,
"testnet" : false
}


23:55:31

getmininginfo


23:55:31

{
"blocks" : 74253,
"chainspermin" : 25,
"chainsperday" : 1.81283838,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 9.32869595,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 3277,
"pooledtx" : 0,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1096000,
"testnet" : false
}


23:56:00

getmininginfo


23:56:00

{
"blocks" : 74254,
"chainspermin" : 25,
"chainsperday" : 1.81283838,
"currentblocksize" : 5490,
"currentblocktx" : 1,
"difficulty" : 9.32878697,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 3277,
"pooledtx" : 1,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1096000,
"testnet" : false
}


23:56:30

getmininginfo


23:56:30

{
"blocks" : 74257,
"chainspermin" : 21,
"chainsperday" : 1.83859736,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 9.32906920,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 3386,
"pooledtx" : 0,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1096000,
"testnet" : false
}


23:57:00

getmininginfo


23:57:00

{
"blocks" : 74257,
"chainspermin" : 21,
"chainsperday" : 1.83859736,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 9.32906920,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 3386,
"pooledtx" : 0,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1096000,
"testnet" : false
}


Haswell getmininginfo every 30s over 3 min:
Code:
23:58:00

setgenerate true


23:58:00




23:58:04

getmininginfo


23:58:04

{
"blocks" : 74263,
"chainspermin" : 0,
"chainsperday" : 0.00000000,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 9.32966149,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 0,
"pooledtx" : 0,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1096000,
"testnet" : false
}


23:58:30

getmininginfo


23:58:30

{
"blocks" : 74265,
"chainspermin" : 0,
"chainsperday" : 0.00000000,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 9.32988095,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 0,
"pooledtx" : 0,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1096000,
"testnet" : false
}


23:59:00

getmininginfo


23:59:00

{
"blocks" : 74266,
"chainspermin" : 0,
"chainsperday" : 0.00000000,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 9.32992089,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 0,
"pooledtx" : 0,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1096000,
"testnet" : false
}


23:59:30

getmininginfo


23:59:30

{
"blocks" : 74268,
"chainspermin" : 21,
"chainsperday" : 1.79792747,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 9.33014917,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 3266,
"pooledtx" : 0,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1096000,
"testnet" : false
}


00:00:00

getmininginfo


00:00:00

{
"blocks" : 74274,
"chainspermin" : 21,
"chainsperday" : 1.79792747,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 9.33085114,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 3266,
"pooledtx" : 0,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1096000,
"testnet" : false
}


00:00:30

getmininginfo


00:00:30

{
"blocks" : 74276,
"chainspermin" : 19,
"chainsperday" : 1.80368382,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 9.33107245,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 3301,
"pooledtx" : 0,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1096000,
"testnet" : false
}


00:01:00

getmininginfo


00:01:00

{
"blocks" : 74278,
"chainspermin" : 26,
"chainsperday" : 1.84627018,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 9.33125830,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 3393,
"pooledtx" : 0,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1096000,
"testnet" : false
}
hero member
Activity: 724
Merit: 500
Is there any optimized linux client?
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
https://sourceforge.net/projects/philosopherstone/files/DTC/

Newest builds from source, with testnet active

Bulldozer (tested with testnet, try it out!)
Haswell ( I have not tested if someone can be so kind to let me know if it works)

legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
Made Some new clients.. with testnet active (now you can compare block generation on testnet!)
add:
testnet=1
in conf

Will post Bulldozer (testing) and Haswell (need tester) shortly.
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
Wow

I went from ~ 2k PPS (16 CH/D) to ~6k PPS (45 CH/D) with the i7 optimizations on a 4770. Very nice. Can't wait to try the Haswell build.

Thank you!

np!

 Everyone should notice chains per day taking a big hit with the harder difficulty we have now.


Don't forget to 'getmininginfo' and use CPD for:

http://datacoin.info/calc.htm
newbie
Activity: 34
Merit: 0
Wow

I went from ~ 2k PPS (16 CH/D) to ~6k PPS (45 CH/D) with the i7 optimizations on a 4770. Very nice. Can't wait to try the Haswell build.

Thank you!
full member
Activity: 168
Merit: 100
Just mined a block on the xeon 5150 using the 2core wallet , expect a share when it gets confirmed  Grin
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
so far with this optimised client no blocks on i5 2500k. mining 15hours already.

EDIT: Mined two block in an hour now Smiley at 5400pps.

Haha, congrats Smiley So many ppl still can mine solo

good example of variance
hero member
Activity: 781
Merit: 501
yes, that' correct. That make this coin more likely... a coin  Grin
sr. member
Activity: 350
Merit: 250
DTC unofficial team
No, you're wrong  Wink I talked to yvg personally, his team doesn't get so big profit as you think - he just has very fast miner for himself, but he doesn't try to "ALL YOUR DTC ARE BELONG TO US" Smiley

Hi maxsolnc,

dont get wrong understanding on my thought, i personally very appreciate yvg effort on CPU's coins.
I'm just worry about DTC diff change kind of rocket since we still does not have any official miner yet, and that's not good for this coin, dont you think so?

Diff is still at 8.99, it bounces around this value for several days (look in main thread), so I don't think that his miner affects this very much. But anyway, it is sad that there is still no open pool for DTC. I hope that yvg can give some version of his miner to community, but only when we have pool even with slow miner up and running.
Pages:
Jump to: