Pages:
Author

Topic: ★★★ MaruCoin ★★★ NEW X13 ALGO ! ★★★ MINE NOW ! [KGW+DGW] ★★★ NO IPO/PM EXCHANGE! - page 30. (Read 96465 times)

full member
Activity: 224
Merit: 100
and with the rest of gpus you mine profitable pump and dump coin ?
i also decided to leave the p&d profitable scams (i never know when to sell!) and mine new things.....maybe something i will not need to look at the price but just mine something good

Almost every coin is pump and dump...
Mine coins with good feature
Don't hesitate to sell at hype (x2-x5 profit), unless you go long term

This is my opinion, not necessarily right
hero member
Activity: 728
Merit: 500
and with the rest of gpus you mine profitable pump and dump coin ?
i also decided to leave the p&d profitable scams (i never know when to sell!) and mine new things.....maybe something i will not need to look at the price but just mine something good
legendary
Activity: 1540
Merit: 1011
FUD Philanthropist™
THx for the reply. I think maybe there will be some people implement FPGA or ASIC for DRK,
if the profit is high enough.
At least X13 is different with DRK (not copy paste), and have novelty.

ya for sure i agree ! we have enough color / country coins etc and this is more fun to mess around with than yet another scrypt clone Smiley
i could be mining more profitable coins but, bah what ever its not all about scam coin revenue hahha

edit:
i am mining this with 1 cpu and 1 gpu eh guys..
full member
Activity: 224
Merit: 100
THx for the reply. I think maybe there will be some people implement FPGA or ASIC for DRK,
if the profit is high enough.
At least X13 is different with DRK (not copy paste), and have novelty.
legendary
Activity: 1540
Merit: 1011
FUD Philanthropist™
not sure if it's any more resistant..

So i decided to have a go at working on the CPU miner posted by the OP..
I am running windows 7 x64 so i wanted it to run for that platform.
The compiled and posted previously windows binaries are using cygwin and come with 24 dll's.
What i did was i compiled the source code stock with no changes but used, CFLAGS="-march=native -O3" ..enables all optimization flags
for x64 then i used strip on minerd.exe and that means i have 2 dl's with it instead of 24 .dll's lol
It compiled perfect and that flags mentioned earlier are for my Newer Haswell CPU so it would prob fail on older cpu's
What that did was boost my hash speed on 6 of my possible 8 threads from 130kh/s to 160kh/s Smiley
I have not optimized anything yet or added the color code support i like in my cpu miners.. or other misc features and fixes etc

Notes:
example bat file is using the following..
-q = Quiet mode
-s = Scan time at 4 seconds
-t = is using 6 threads

change these to your liking Wink

Program was compiled from the bitbucket.org source code pulled about 2/3 days ago.
here, https://bitbucket.org/dstorm/cpuminer-x13
Compiled using Windows 7 x64 with MingW x64 targeting CPU's like the Intel 4770k
the 2 dlls needed are included and minerd.exe this note.txt file and the example .bat

If people are interested i can look at doing some other optimized builds maybe (this will only run on cpu's like mine)

I will be adding some color to the UI though.. black and white sucks ass lol

If people are not sure if they can run this go here..
http://www.cpu-world.com/sspec/SR/SR147.html
That is my exact cpu i own and compiled for,
If your cpu supports the same instructions listed you should have no probs running the miner.

download link:
http://www.multiupload.nl/MW7K1MDME5

edit:
the notes text file included is swiss cheese with spelling and grammar errors more so than normal for me sorry lol
And thanks to dstorm Smiley
full member
Activity: 224
Merit: 100
If my understanding is right
Do we more ASIC resistant than DRK?
legendary
Activity: 1540
Merit: 1011
FUD Philanthropist™
legendary
Activity: 1393
Merit: 1001
fresh git pull from source
deleted everything but wallet.dat and marucoin.conf Shocked
What version is the new wallet? Is it mandatory? I have 90102 proto. 70002
member
Activity: 86
Merit: 10
fresh git pull from source
deleted everything but wallet.dat and marucoin.conf Shocked
legendary
Activity: 2688
Merit: 1240
legendary
Activity: 1540
Merit: 1011
FUD Philanthropist™
is that photoshopped ?

anyway the icon is not important i think.. this was half way down page 5 already.
dev busy cloning coins ?
legendary
Activity: 1540
Merit: 1011
FUD Philanthropist™
CPU mining getting nowhere with this coin now. Please make an NVIDIA miner, I have 6x 750Ti's waiting to mine this coin! Kind regards

pay me lol
it's a lot of work your demanding lol
i looked at it and it's going to be a big pain the ass and i don't feel like spending sick amounts of time screwing with it..
maybe go ask chubner on his cudaminer topic if he's working on it Wink

anyway, i am happy to report back, i have gone 12+ hours uninterrupted at over 1mh on my 7950 Smiley
In that time i had no stales rejects no hardware errors and i overclocked the shit out of my card too lol
using an older version of the driver but i'm going to try 12.6 final i just downloaded soon.

i want to point out what i think is weird behavior for the 2 different sgminer mods i tried..
normally on scrypt and scrypt-n thread-concurrency has a direct correlation to how much dedicated Dram is used on your card.
and it does NOT on marucoin !
which make me think something weird is hard coded inside and THAT is what causing crashing or weird behavior etc.
I am fairly convinced the coding done for that kernel or what ever sucks ass or could be improved if i wanted to put it nicely (or if my name was not Spoetnik) lol

Normally i can creep up my TC and watch GPU-Z as it increases the mem usage up until i get the max of my card which is 3gb's
and then when it goes over the miner won't run.. of course
Vs. marucoin mining from low to high settings it's always stuck at 523mb / 525mb dedicated dram usage. wtf ?

So i don't know if it's the reason why but when i set EXACTLY
"thread-concurrency" : "1792",
"shaders" : "0",
After trying Toooooons of settings i finally got stability and an obvious boost in speed etc.
and i stress.. i tried TONS of settings of TC like crazy for days when i put in 1792 bingo i had smooth sailing Smiley

i will post my config that i think is working really stable and tested perfect for 12 hours but i want to make a couple quick notes..
I think scan time at 1 is too short.. your cutting of the workload and asking for new work too soon never mind the fact your flooding the servers maybe with requests for work
when i changed it to 4 i was getting a lot more consecutive shares submitted before a new block was detected in the console.
i know from working on miner code that the hashing routines use the scan time setting to cut off hashing and stop and ask for work
it's a time limit.. setting it too short can do more harm than good sometimes ..based on the coin and difficulty that changes we may need to adjust it occasionally.

a key aspect to my config is i decided to optimize for two gpu-threads and i normally have always used one thread with far higher settings.
but i felt it would be more effective for X13 mining if i went with more threads.. i tried 4 threads and 2 was better i think..
BUT i also have been using Queue at 2 also as seen in my config below.

anyway here is my config i hope it helps people with tweaking or whatever Wink
used on my PowerColor PCS+ AX7950 running a stock bios and stock voltage. w/ WIN 7 x64 (card dedicated for mining / Intel Haswell Integrated for desktop)
This is giving me a steady and clean 1.11MH/s on marucoin @ 54 degrees
Almost forgot this was running on Badman's compiled sgminer build with a difficulty mod but i was NOT using the diff modifier command-line.
Also my CPU miner is leaving two free threads and my PC ram is like,
GSkill Trident X DDR3 16gb kit ram using an XMP OC profile with my Z87 mobo at 1200mhz (DDR3-2400) 10-12-12-31 CR2 / 1.648v

no auto cgminer crap either.. it's all set manually how i want it Smiley

Code:
{
"pools" : [
{
"url" : "stratum+tcp://maru.suprnova.cc:3131",
"user" : "Spoetnik.1",
"pass" : "x"
}
]
,
"intensity" : "14",
"vectors" : "1",
"worksize" : "128",
"lookup-gap" : "2",
"thread-concurrency" : "1792",
"shaders" : "0",
"gpu-engine" : "1000",
"gpu-fan" : "50",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"no-submit-stale" : true,
"expiry" : "10",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "2",
"scan-time" : "4",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}


edit:
I used a hex comparison program to compare the opencl .dll's from
AMD_Catalyst_13.11_BetaV9.5 - to - 12.6 final whql
and they are identical !
newbie
Activity: 50
Merit: 0
WHAT ABOUT A SERIOUS GOOD LOGO?

What is so bad about the actual one ?

Don't know Marutaro the Hedgehog ? :-)

https://twitter.com/hedgehogdays
sr. member
Activity: 406
Merit: 250
member
Activity: 77
Merit: 10
CPU mining getting nowhere with this coin now. Please make an NVIDIA miner, I have 6x 750Ti's waiting to mine this coin! Kind regards
sr. member
Activity: 422
Merit: 250
Can someone please post a link for sgminer for windows? The link on the 1st page does not work.
Pages:
Jump to: