Skillnaden mellan LTC & BTC. Samt guide för cgminer

Permalänk
Medlem

Skillnaden mellan LTC & BTC. Samt guide för cgminer

Hejsan.
Då många har svårt för att få cgminer att fungera så kommer denna guide jag har själv använt mig utav.
Den ökade min hash/s rätt rejält. Över 100Kh/s

Författaren:
Con Kolivas (LTC Lc8TWMiKM7gRUrG8VB8pPNP1Yvt1SGZnoH)

Skillnaden mellan LTC & BTC

Scrypt mining, AKA litecoin mining, for GPU is completely different to sha256
used for bitcoin mining. The algorithm was originally developed in a manner
that it was anticipated would make it suitable for mining on CPU but NOT GPU.
Thanks to some innovative work by Artforz and mtrlt, this was proven to be
wrong. However, it has very different requirements to bitcoin mining and is a
lot more complicated to get working well. Note that it is a ram dependent
workload, and requires you to have enough system ram as well as fast enough
GPU ram. If you have less system ram than your GPU has, it may not be possible
to mine at any reasonable rate.

Dold text

Guide med bilder för CPU mining!

Guide med bilder

DavidtheDoom som hittat guiden, han får dessutom ut 50Kh/s med en i5 3570k.

Dold text

Inställningar utav cgminer för LTC med GPU mining

There are 5 main parameters to tuning scrypt, all of which are optional for
further fine tuning. When you start scrypt mining with the --scrypt option,
cgminer will fail IN RANDOM WAYS. They are all due to parameters being outside
what the GPU can cope with.

NOTE that if it does not fail at startup, the presence of hardware errors (HW)
are a sure sign that you have set the parameters too high.

DRIVERS AND OPENCL SDK

The choice of driver version for your GPU is critical, as some are known to
break scrypt mining entirely while others give poor hashrates. As for the
OpenCL SDK installed, for AMD it must be version 2.6 or later.

Step 1 on linux:
export GPU_MAX_ALLOC_PERCENT=100
If you do not do this, you may find it impossible to scrypt mine. You may find
a value of 40 is enough and increasing this further has little effect.

export GPU_USE_SYNC_OBJECTS=1
may help CPU usage a little as well.

On windows the same commands can be passed via a batch file iyf the following
lines are in the .bat before starting cgminer:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

--intensity XX (-I XX)

Just like in bitcoin mining, scrypt mining takes an intensity, however the
scale goes from 0 to 20 to mimic the "Aggression" used in mtrlt's reaper. The
reason this is crucial is that too high an intensity can actually be
disastrous with scrypt because it CAN run out of ram. High intensities
start writing over the same ram and it is highly dependent on the GPU, but they
can start actually DECREASING your hashrate, or even worse, start producing
garbage with HW errors skyrocketing. Note that if you do NOT specify an
intensity, cgminer uses dynamic mode which is designed to minimise the harm
to a running desktop and performance WILL be poor. The lower limit to intensity
with scrypt is usually 8 and cgminer will prevent it going too low.
SUMMARY: Setting this for reasonable hashrates is mandatory.

--shaders XXX

is a new option where you tell cgminer how many shaders your GPU has. This
helps cgminer try to choose some meaningful baseline parameters. Use this table
below to determine how many shaders your GPU has, and note that there are some
variants of these cards, and nvidia shaders are much much lower and virtually
pointless trying to mine on. If this is not set, cgminer will query the
device for how much memory it supports and will try to set a value based on
that.
SUMMARY: This will get you started but fine tuning for optimal performance is
required.

GPU Shaders
7750 512
7770 640
7850 1024
7870 1280
7950 1792
7970 2048

6850 960
6870 1120
6950 1408
6970 1536
6990 (6970x2)

6570 480
6670 480
6790 800

6450 160

5670 400
5750 720
5770 800
5830 1120
5850 1440
5870 1600
5970 (5870x2)

These are only used as a rough guide for cgminer, and it is rare that this is
all you will need to set.

Optional parameters to tune:
-g, --thread-concurrency, --lookup-gap

--thread-concurrency:
This tunes the optimal size of work that scrypt can do. It is internally tuned
by cgminer to be the highest reasonable multiple of shaders that it can
allocate on your GPU. Ideally it should be a multiple of your shader count.
vliw5 architecture (R5XXX) would be best at 5x shaders, while VLIW4 (R6xxx and
R7xxx) are best at 4x. Setting thread concurrency overrides anything you put
into --shaders and is ultimately a BETTER way to tune performance.
SUMMARY: Spend lots of time finding the highest value that your device likes
and increases hashrate.

-g:
Once you have found the optimal shaders and intensity, you can start increasing
the -g value till cgminer fails to start. This is really only of value if you
want to run low intensities as you will be unable to run more than 1.
SUMMARY: Don't touch this.

--lookup-gap
This tunes a compromise between ram usage and performance. Performance peaks
at a gap of 2, but increasing the gap can save you some GPU ram, but almost
always at the cost of significant loss of hashrate. Setting lookup gap
overrides the default of 2, but cgminer will use the --shaders value to choose
a thread-concurrency if you haven't chosen one.
SUMMARY: Don't touch this.

Related parameters:
--worksize XX (-w XX)
Has a minor effect, should be a multiple of 64 up to 256 maximum.
SUMMARY: Worth playing with once everything else has been tried but will
probably do nothing.

--vectors XX (-v XX)
Vectors are NOT used by the scrypt mining kernel.
SUMMARY: Does nothing.

Overclocking for scrypt mining:
First of all, do not underclock your memory initially. Scrypt mining requires
memory speed and on most, but not all, GPUs, lowering memory speed lowers
mining performance.

Second, absolute engine clock speeds do NOT correlate with hashrate. The ratio
of engine clock speed to memory matters, so if you set your memory to the
default value, and then start overclocking as you are running it, you should
find a sweet spot where the hashrate peaks and then it might actually drop if
you increase the engine clock speed further.

Third, the combination of motherboard, CPU and system ram ALSO makes a
difference, so values that work for a GPU on one system may not work for the
same GPU on a different system. A decent amount of system ram is actually
required for scrypt mining, and 4GB is suggested.

Finally, the power consumption while mining at high engine clocks, very high
memory clocks can be far in excess of what you might imagine.
For example, a 7970 running with the following settings:
--thread-concurrency 22392 --gpu-engine 1135 --gpu-memclock 1890
was using 305W!

---
TUNING AN AMD RADEON 7970
Example tuning a 7970 for Scrypt mining:

On linux run this command:
export GPU_MAX_ALLOC_PERCENT=100
or on windows this:
setx GPU_MAX_ALLOC_PERCENT 100
in the same console/bash/dos prompt/bat file/whatever you want to call it,
before running cgminer.

First, find the highest thread concurrency that you can start it at. They should
all start at 8192 but some will go up to 3 times that. Don't go too high on the
intensity while testing and don't change gpu threads. If you cannot go above
8192, don't fret as you can still get a high hashrate.

Delete any .bin files so you're starting from scratch and see what bins get
generated.

First try without any thread concurrency or even shaders, as cgminer will try to
find an optimal value
cgminer -I 13

If that starts mining, see what bin was generated, it is likely the largest
meaningful TC you can set.
Starting it on mine I get:
scrypt130302Tahitiglg2tc22392w64l8.bin

See tc22392 that's telling you what thread concurrency it was. It should start
without TC parameters, but you never know. So if it doesn't, start with
--thread-concurrency 8192 and add 2048 to it at a time till you find the highest
value it will start successfully at.

Then start overclocking the eyeballs off your memory, as 7970s are exquisitely
sensitive to memory speed and amazingly overclockable but please make sure it
keeps adequately cooled with --auto-fan! Do it while it's running from the GPU
menu. Go up by 25 at a time every 30 seconds or so until your GPU crashes. Then
reboot and start it 25 lower as a rough start. Mine runs stable at 1900 memory
without overvolting. Overvolting is the only thing that can actually damage your
GPU so I wouldn't recommend it at all.

Then once you find the maximum memory clock speed, you need to find the sweet
spot engine clock speed that matches it. It's a fine line where one more MHz
will make the hashrate drop by 20%. It's somewhere in the .57 - 0.6 ratio range.
Start your engine clock speed at half your memory clock speed and then increase
it by 5 at a time. The hashrate should climb a little each rise in engine speed
and then suddenly drop above a certain value. Decrease it by 1 then until you
find it climbs dramatically. If your engine clock speed cannot get that high
without crashing the GPU, you will have to use a lower memclock.

Then, and only then, bother trying to increase intensity further.

My final settings were:
--gpu-engine 1157 --gpu-memclock 1900 -I 20
for a hashrate of 725kH.

Note I did not bother setting a thread concurrency. Once you have the magic
endpoint, look at what tc was chosen by the bin file generated and then hard
code that in next time (eg --thread-concurrency 22392) as slight changes in
thread concurrency will happen every time if you don't specify one, and the tc
to clock ratios are critical!

Good luck, and if this doesn't work for you, well same old magic discussion
applies, I cannot debug every hardware combo out there.

Your numbers will be your numbers depending on your hardware combination and OS,
so don't expect to get exactly the same results!

Dold text

Källa

Visa signatur

"They took my stain!"
Anonyma Jonas

Permalänk
Medlem

Hittade källa!

Visa signatur

ROG Strix Z370-E | Intel 8700K | RTX 3080 TUF OC | G.Skill 16GB 3200Mhz | Samsung Evo 500GB | Corsair 550D | Corsair RM750X

Permalänk
Skrivet av Saxn:

Hejsan.
Då många har svårt för att få cgminer att fungera så kommer denna guide jag har själv använt mig utav.
Den ökade min hash/s rätt rejält. Över 100Kh/s

Den är EJ skriven utav mig så jag kan inte ta creds för den.
Den är dessutom skriven på engelska.

Har dessutom inte källan vart jag fick den ifrån. Men om någon hittar den så skriv gärna i tråden så länkar jag den i första posten så rätt person får creds.

Skillnaden mellan LTC & BTC

Scrypt mining, AKA litecoin mining, for GPU is completely different to sha256
used for bitcoin mining. The algorithm was originally developed in a manner
that it was anticipated would make it suitable for mining on CPU but NOT GPU.
Thanks to some innovative work by Artforz and mtrlt, this was proven to be
wrong. However, it has very different requirements to bitcoin mining and is a
lot more complicated to get working well. Note that it is a ram dependent
workload, and requires you to have enough system ram as well as fast enough
GPU ram. If you have less system ram than your GPU has, it may not be possible
to mine at any reasonable rate.

Dold text

Inställningar utav cgminer för LTC mining

There are 5 main parameters to tuning scrypt, all of which are optional for
further fine tuning. When you start scrypt mining with the --scrypt option,
cgminer will fail IN RANDOM WAYS. They are all due to parameters being outside
what the GPU can cope with.

NOTE that if it does not fail at startup, the presence of hardware errors (HW)
are a sure sign that you have set the parameters too high.

DRIVERS AND OPENCL SDK

The choice of driver version for your GPU is critical, as some are known to
break scrypt mining entirely while others give poor hashrates. As for the
OpenCL SDK installed, for AMD it must be version 2.6 or later.

Step 1 on linux:
export GPU_MAX_ALLOC_PERCENT=100
If you do not do this, you may find it impossible to scrypt mine. You may find
a value of 40 is enough and increasing this further has little effect.

export GPU_USE_SYNC_OBJECTS=1
may help CPU usage a little as well.

On windows the same commands can be passed via a batch file if the following
lines are in the .bat before starting cgminer:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

--intensity XX (-I XX)

Just like in bitcoin mining, scrypt mining takes an intensity, however the
scale goes from 0 to 20 to mimic the "Aggression" used in mtrlt's reaper. The
reason this is crucial is that too high an intensity can actually be
disastrous with scrypt because it CAN run out of ram. High intensities
start writing over the same ram and it is highly dependent on the GPU, but they
can start actually DECREASING your hashrate, or even worse, start producing
garbage with HW errors skyrocketing. Note that if you do NOT specify an
intensity, cgminer uses dynamic mode which is designed to minimise the harm
to a running desktop and performance WILL be poor. The lower limit to intensity
with scrypt is usually 8 and cgminer will prevent it going too low.
SUMMARY: Setting this for reasonable hashrates is mandatory.

--shaders XXX

is a new option where you tell cgminer how many shaders your GPU has. This
helps cgminer try to choose some meaningful baseline parameters. Use this table
below to determine how many shaders your GPU has, and note that there are some
variants of these cards, and nvidia shaders are much much lower and virtually
pointless trying to mine on. If this is not set, cgminer will query the
device for how much memory it supports and will try to set a value based on
that.
SUMMARY: This will get you started but fine tuning for optimal performance is
required.

GPU Shaders
7750 512
7770 640
7850 1024
7870 1280
7950 1792
7970 2048

6850 960
6870 1120
6950 1408
6970 1536
6990 (6970x2)

6570 480
6670 480
6790 800

6450 160

5670 400
5750 720
5770 800
5830 1120
5850 1440
5870 1600
5970 (5870x2)

These are only used as a rough guide for cgminer, and it is rare that this is
all you will need to set.

Optional parameters to tune:
-g, --thread-concurrency, --lookup-gap

--thread-concurrency:
This tunes the optimal size of work that scrypt can do. It is internally tuned
by cgminer to be the highest reasonable multiple of shaders that it can
allocate on your GPU. Ideally it should be a multiple of your shader count.
vliw5 architecture (R5XXX) would be best at 5x shaders, while VLIW4 (R6xxx and
R7xxx) are best at 4x. Setting thread concurrency overrides anything you put
into --shaders and is ultimately a BETTER way to tune performance.
SUMMARY: Spend lots of time finding the highest value that your device likes
and increases hashrate.

-g:
Once you have found the optimal shaders and intensity, you can start increasing
the -g value till cgminer fails to start. This is really only of value if you
want to run low intensities as you will be unable to run more than 1.
SUMMARY: Don't touch this.

--lookup-gap
This tunes a compromise between ram usage and performance. Performance peaks
at a gap of 2, but increasing the gap can save you some GPU ram, but almost
always at the cost of significant loss of hashrate. Setting lookup gap
overrides the default of 2, but cgminer will use the --shaders value to choose
a thread-concurrency if you haven't chosen one.
SUMMARY: Don't touch this.

Related parameters:
--worksize XX (-w XX)
Has a minor effect, should be a multiple of 64 up to 256 maximum.
SUMMARY: Worth playing with once everything else has been tried but will
probably do nothing.

--vectors XX (-v XX)
Vectors are NOT used by the scrypt mining kernel.
SUMMARY: Does nothing.

Overclocking for scrypt mining:
First of all, do not underclock your memory initially. Scrypt mining requires
memory speed and on most, but not all, GPUs, lowering memory speed lowers
mining performance.

Second, absolute engine clock speeds do NOT correlate with hashrate. The ratio
of engine clock speed to memory matters, so if you set your memory to the
default value, and then start overclocking as you are running it, you should
find a sweet spot where the hashrate peaks and then it might actually drop if
you increase the engine clock speed further.

Third, the combination of motherboard, CPU and system ram ALSO makes a
difference, so values that work for a GPU on one system may not work for the
same GPU on a different system. A decent amount of system ram is actually
required for scrypt mining, and 4GB is suggested.

Finally, the power consumption while mining at high engine clocks, very high
memory clocks can be far in excess of what you might imagine.
For example, a 7970 running with the following settings:
--thread-concurrency 22392 --gpu-engine 1135 --gpu-memclock 1890
was using 305W!

---
TUNING AN AMD RADEON 7970
Example tuning a 7970 for Scrypt mining:

On linux run this command:
export GPU_MAX_ALLOC_PERCENT=100
or on windows this:
setx GPU_MAX_ALLOC_PERCENT 100
in the same console/bash/dos prompt/bat file/whatever you want to call it,
before running cgminer.

First, find the highest thread concurrency that you can start it at. They should
all start at 8192 but some will go up to 3 times that. Don't go too high on the
intensity while testing and don't change gpu threads. If you cannot go above
8192, don't fret as you can still get a high hashrate.

Delete any .bin files so you're starting from scratch and see what bins get
generated.

First try without any thread concurrency or even shaders, as cgminer will try to
find an optimal value
cgminer -I 13

If that starts mining, see what bin was generated, it is likely the largest
meaningful TC you can set.
Starting it on mine I get:
scrypt130302Tahitiglg2tc22392w64l8.bin

See tc22392 that's telling you what thread concurrency it was. It should start
without TC parameters, but you never know. So if it doesn't, start with
--thread-concurrency 8192 and add 2048 to it at a time till you find the highest
value it will start successfully at.

Then start overclocking the eyeballs off your memory, as 7970s are exquisitely
sensitive to memory speed and amazingly overclockable but please make sure it
keeps adequately cooled with --auto-fan! Do it while it's running from the GPU
menu. Go up by 25 at a time every 30 seconds or so until your GPU crashes. Then
reboot and start it 25 lower as a rough start. Mine runs stable at 1900 memory
without overvolting. Overvolting is the only thing that can actually damage your
GPU so I wouldn't recommend it at all.

Then once you find the maximum memory clock speed, you need to find the sweet
spot engine clock speed that matches it. It's a fine line where one more MHz
will make the hashrate drop by 20%. It's somewhere in the .57 - 0.6 ratio range.
Start your engine clock speed at half your memory clock speed and then increase
it by 5 at a time. The hashrate should climb a little each rise in engine speed
and then suddenly drop above a certain value. Decrease it by 1 then until you
find it climbs dramatically. If your engine clock speed cannot get that high
without crashing the GPU, you will have to use a lower memclock.

Then, and only then, bother trying to increase intensity further.

My final settings were:
--gpu-engine 1157 --gpu-memclock 1900 -I 20
for a hashrate of 725kH.

Note I did not bother setting a thread concurrency. Once you have the magic
endpoint, look at what tc was chosen by the bin file generated and then hard
code that in next time (eg --thread-concurrency 22392) as slight changes in
thread concurrency will happen every time if you don't specify one, and the tc
to clock ratios are critical!

Good luck, and if this doesn't work for you, well same old magic discussion
applies, I cannot debug every hardware combo out there.

Your numbers will be your numbers depending on your hardware combination and OS,
so don't expect to get exactly the same results!

Dold text

härligt!
7970 kom till örebro vid 21.30 förhoppningsvis framme imorgon!

Visa signatur

Quote Please

Manswers, all i do is manswer!

Permalänk
Medlem
Skrivet av Forbidden:

Skitbra! La till hans namn/alias(säker på detta forum), även adressen som någon känner för att donera.

Skrivet av capkekken:

härligt!
7970 kom till örebro vid 21.30 förhoppningsvis framme imorgon!

Lycka till sen när du får det!

Visa signatur

"They took my stain!"
Anonyma Jonas

Permalänk
Medlem

<3
Öppna Bitcoindelen! Öppna Bitcoindelen!

Skickades från m.sweclockers.com

Visa signatur

4690K - H110 ¶ Fractal R5 ¶ MSI KRAIT SLI ¶ EVGA SC GTX970 ¶
Samsung 500GB EVO ssd ¶ WD 2TB ¶ HYPERX 16GB ¶ Be Quiet! 700W KRAFT ¶

AKG K272 HD ¶ M-Audio Fast track MkI

Permalänk
Medlem
Skrivet av xapa112:

<3
Öppna Bitcoindelen! Öppna Bitcoindelen!

Skickades från m.sweclockers.com

I 2nd that!

Visa signatur

"They took my stain!"
Anonyma Jonas

Permalänk
Avstängd

Är LTC kanske "bättre" att köra på?
Kommer asic enheter fungera på litecoins också eller slipper man tävla mot dem ?

Hur går man till väga om man vill skaffa en ltc wallet och testa mina dem lite? Jag har min btc på localbitcoins.com men finns det någon seriös sida för litecoin wallet ni kan rekommendera?

Permalänk
Medlem
Skrivet av gabriel15:

Är LTC kanske "bättre" att köra på?
Kommer asic enheter fungera på litecoins också eller slipper man tävla mot dem ?

Hur går man till väga om man vill skaffa en ltc wallet och testa mina dem lite? Jag har min btc på localbitcoins.com men finns det någon seriös sida för litecoin wallet ni kan rekommendera?

Behöver ingen webbaserad wallet! Kör på litecoin.org
Om ASICs kommer funka vet man inte, GPUs skulle inte fungera men det gör det:)

Prova på du!

Visa signatur

"They took my stain!"
Anonyma Jonas

Permalänk
Medlem

Om man inte står för elräkningen, är det då värt att minea?
Samt, bör man köra på PPS eller skall man köra på PPLNS?

Är rätt så ny på detta, och har inte något värstingkort, så jag sitter på mina tröga 45Mhash/s, men eftersom man inte betalar elen så..

Vad säger ni?

Permalänk
Medlem
Skrivet av Yorgo_:

Om man inte står för elräkningen, är det då värt att minea?
Samt, bör man köra på PPS eller skall man köra på PPLNS?

Är rätt så ny på detta, och har inte något värstingkort, så jag sitter på mina tröga 45Mhash/s, men eftersom man inte betalar elen så..

Vad säger ni?

Hejsan.

Då jag kan se att du har ett Nvidia kort i signaturen så skulle jag inte göra det.
Nvidia korten kör på CUDA medans Radeon kör OpenCL. Men om du inte betalar elen så kan du ju köra på
Jag har ett 6870 kort som hade runt 280Mh/s i BTC. I LTC så har jag ~350Kh/s.

Visa signatur

"They took my stain!"
Anonyma Jonas

Permalänk
Medlem
Skrivet av Saxn:

Hejsan.

Då jag kan se att du har ett Nvidia kort i signaturen så skulle jag inte göra det.
Nvidia korten kör på CUDA medans Radeon kör OpenCL. Men om du inte betalar elen så kan du ju köra på
Jag har ett 6870 kort som hade runt 280Mh/s i BTC. I LTC så har jag ~350Kh/s.

Yo.
Minaear inte på min hemdator.
Gällande min fråga om PPS eller PPLNS, har du några tips?
Och skall man köra på någon minimum svårighetsgrad?

Permalänk
Medlem
Skrivet av Yorgo_:

Yo.
Minaear inte på min hemdator.
Gällande min fråga om PPS eller PPLNS, har du några tips?
Och skall man köra på någon minimum svårighetsgrad?

Ok!
Den pool som jag märkt funkar bra är notroll. Där kör de på PPS. Det är dock LTC.

Ang svårighetsgraden så kan du inte ändra den, utan den ändras efter varje ~2k block.
I LTC ligger svårigheten på 234 jämfört emot BTC där det ligger på någon miljon.

Visa signatur

"They took my stain!"
Anonyma Jonas

Permalänk
Skrivet av Saxn:

Ok!
Den pool som jag märkt funkar bra är notroll. Där kör de på PPS. Det är dock LTC.

Ang svårighetsgraden så kan du inte ändra den, utan den ändras efter varje ~2k block.
I LTC ligger svårigheten på 234 jämfört emot BTC där det ligger på någon miljon.

Du har ett PM!

Får tacka så mycket för guiden!

Visa signatur

Här skryter vi om vem som lägger ut mest pengar på hårdvara.

Permalänk
Festpilot 2020, Antiallo

Följande egenskaper användes för att aktivera Poolers CPUminer för min 3570k:

"C:\Litecoin\CPU Miner\minerd.exe" -a scrypt -r 1 -t 4 -s 6 -o http://127.0.0.1:8332 -O Davidthedoom.1:x

http://cryptocur.com/litecoin/litecoin-mining/ - Tutorial på CPU mining.
Jag får ca 50kHash/s

Visa signatur

 | PM:a Moderatorerna | Kontaktformuläret | Geeks Discord |
Testpilot, Skribent, Moderator & Geeks Gaming Huvudadmin

Permalänk
Medlem
Skrivet av DavidtheDoom:

Följande egenskaper användes för att aktivera Poolers CPUminer för min 3570k:

"C:\Litecoin\CPU Miner\minerd.exe" -a scrypt -r 1 -t 4 -s 6 -o http://127.0.0.1:8332 -O Davidthedoom.1:x

http://cryptocur.com/litecoin/litecoin-mining/ - Tutorial på CPU mining.
Jag får ca 50kHash/s

Härligt! Kan kopiera och lägga in den i första posten!
Tackar, givetvis skall du få cred för länken!

Visa signatur

"They took my stain!"
Anonyma Jonas

Permalänk
Festpilot 2020, Antiallo
Skrivet av Saxn:

Härligt! Kan kopiera och lägga in den i första posten!
Tackar, givetvis skall du få cred för länken!

Härligt.
Om man ändrar värdet efter -t så kan man förändra antalet trådar som används (för i7/bulldozer) eller om man helt enkelt ska kunna spela något enkeltrådat spel samtidigt.

Visa signatur

 | PM:a Moderatorerna | Kontaktformuläret | Geeks Discord |
Testpilot, Skribent, Moderator & Geeks Gaming Huvudadmin

Permalänk
Medlem
Skrivet av DavidtheDoom:

Härligt.
Om man ändrar värdet efter -t så kan man förändra antalet trådar som används (för i7/bulldozer) eller om man helt enkelt ska kunna spela något enkeltrådat spel samtidigt.

Minar du med cpun samt gpun samtidigt?

Visa signatur

"They took my stain!"
Anonyma Jonas

Permalänk
Festpilot 2020, Antiallo
Skrivet av Saxn:

Minar du med cpun samt gpun samtidigt?

Hd7770 Bitcoin Mining via GUI Miner @ 185MHash/s
i5 3570k@4.5GHz Litecoin Mining 3t mining @42Khash/s )14Khash/s per tråd alltså.

Mitt GTX 670 är för dyrt att leka med

Visa signatur

 | PM:a Moderatorerna | Kontaktformuläret | Geeks Discord |
Testpilot, Skribent, Moderator & Geeks Gaming Huvudadmin

Permalänk
Medlem
Skrivet av DavidtheDoom:

Hd7770 Bitcoin Mining via GUI Miner @ 185MHash/s
i5 3570k@4.5GHz Litecoin Mining 3t mining @42Khash/s )14Khash/s per tråd alltså.

Mitt GTX 670 är för dyrt att leka med

Helt ok då man oftast inte kan använda datorn om man har intensiteten hög. Då kan man ju samtidigt använda cpun!

Nvidia korten är väldigt sega att mina med så det är nog lika bra att du spar på ditt 670

Visa signatur

"They took my stain!"
Anonyma Jonas

Permalänk
Festpilot 2020, Antiallo
Skrivet av Saxn:

Helt ok då man oftast inte kan använda datorn om man har intensiteten hög. Då kan man ju samtidigt använda cpun!

Nvidia korten är väldigt sega att mina med så det är nog lika bra att du spar på ditt 670

Jo jag är medveten
HD7770 = 185MHash/s oklockat och drar 2,6kWh/dygn.
i5 3570k@4.5GHz Drar 85-90W (2.1kWh/dygn).
GTX670 -> 95MHash/s drar 5kWh/dygn. (1/4 av vad mitt HD7770 presterar alltså).

Visa signatur

 | PM:a Moderatorerna | Kontaktformuläret | Geeks Discord |
Testpilot, Skribent, Moderator & Geeks Gaming Huvudadmin

Permalänk
Medlem

Jag får endast 550-570 Khashs/s från mitt 7970 Matrix Platinum. Det är när jag kör minnena i 7200 och Gpu i 1165. Allt på standard spänning.

Jag har följt det som står i tråden. Får inte högre khash/s. Någon som vet vad jag kan göra mera?

Så här får jag ut högsta Khash/s just nu.

cgminer --scrypt -o http://coinotron.com:3334 -u xxx -p xxx --shaders 2048 --intensity 13 --worksize 256 -g 1

Visa signatur

Jag har en data

Permalänk
Entusiast

Hur ser lönsamheten ut för LTC egentligen? Hur översätter man antalet hash beräknade till faktiska pengar? Det är ju intressant att veta vad ett kort ger för kr/s och inte bara khash/s.

Visa signatur

Q9450, HD4850, 8 GB DDR2 800 MHz, 3x750 GB, Antec 300, Dell 2408WFP, U2410, Qnap TS-419p+ 4x2 TB Samsung F4, Asus UL30A-QX056V, Logitech Z-680, Sennheiser HD380pro, M-Audio FastTrack Pro, Ibanez sa160qm, Ibanez TB 15R, Zoom 505II, Ibanez GSR 200, Ibanez SW 35, Cort AC-15, Squier SD-3 BBL, Yamaha PSR 270, Røde NT1-A, Nikon D200, Nikkor 18-70/3,5-4,5, 70-300VR, 50/1,8, 28/2,8, Tamron 17-50/2,8, 90/2,8, Sigma 30/1,4, SB-800, SB-25, SB-24

Permalänk
Medlem
Skrivet av Zotamedu:

Hur ser lönsamheten ut för LTC egentligen? Hur översätter man antalet hash beräknade till faktiska pengar? Det är ju intressant att veta vad ett kort ger för kr/s och inte bara khash/s.

Värdet på BTC/LTC/FTC/CNC osv ökar och sjunker ständigt.
Kolla t.ex. På MtGox eller btc-e

Visa signatur

"They took my stain!"
Anonyma Jonas

Permalänk
Entusiast
Skrivet av Saxn:

Värdet på BTC/LTC/FTC/CNC osv ökar och sjunker ständigt.
Kolla t.ex. På MtGox eller btc-e

Så LTC ligger på ca 3 dollar styck men hur översätter man hash till LTC? Hur många hash måste man gå igenom innan man får ett mynt?

Visa signatur

Q9450, HD4850, 8 GB DDR2 800 MHz, 3x750 GB, Antec 300, Dell 2408WFP, U2410, Qnap TS-419p+ 4x2 TB Samsung F4, Asus UL30A-QX056V, Logitech Z-680, Sennheiser HD380pro, M-Audio FastTrack Pro, Ibanez sa160qm, Ibanez TB 15R, Zoom 505II, Ibanez GSR 200, Ibanez SW 35, Cort AC-15, Squier SD-3 BBL, Yamaha PSR 270, Røde NT1-A, Nikon D200, Nikkor 18-70/3,5-4,5, 70-300VR, 50/1,8, 28/2,8, Tamron 17-50/2,8, 90/2,8, Sigma 30/1,4, SB-800, SB-25, SB-24

Permalänk
Medlem
Skrivet av Zotamedu:

Så LTC ligger på ca 3 dollar styck men hur översätter man hash till LTC? Hur många hash måste man gå igenom innan man får ett mynt?

Det beror ju på hur lång tid. Du kan ju få 1LTC med ett skräpkort på 1 veckas tid eller ett par minuter med en stor gpu farm.

Visa signatur

"They took my stain!"
Anonyma Jonas

Permalänk
Entusiast
Skrivet av Saxn:

Det beror ju på hur lång tid. Du kan ju få 1LTC med ett skräpkort på 1 veckas tid eller ett par minuter med en stor gpu farm.

Det var därför jag frågade specifikt efter en koppling mellan antalet hash och antalet coins. Jag har hittat priser på coins och jag har hittat listor på hur många khash/s massa olika grafikkort genererar men ingenstans hittar jag hur många hash man måste räkna igenom för att få ett mynt.

Så, hur många hash måste man räkna fram för att få ett coin? Resten kan jag räkna själv.

Visa signatur

Q9450, HD4850, 8 GB DDR2 800 MHz, 3x750 GB, Antec 300, Dell 2408WFP, U2410, Qnap TS-419p+ 4x2 TB Samsung F4, Asus UL30A-QX056V, Logitech Z-680, Sennheiser HD380pro, M-Audio FastTrack Pro, Ibanez sa160qm, Ibanez TB 15R, Zoom 505II, Ibanez GSR 200, Ibanez SW 35, Cort AC-15, Squier SD-3 BBL, Yamaha PSR 270, Røde NT1-A, Nikon D200, Nikkor 18-70/3,5-4,5, 70-300VR, 50/1,8, 28/2,8, Tamron 17-50/2,8, 90/2,8, Sigma 30/1,4, SB-800, SB-25, SB-24

Permalänk
Medlem
Skrivet av Zotamedu:

Det var därför jag frågade specifikt efter en koppling mellan antalet hash och antalet coins. Jag har hittat priser på coins och jag har hittat listor på hur många khash/s massa olika grafikkort genererar men ingenstans hittar jag hur många hash man måste räkna igenom för att få ett mynt.

Så, hur många hash måste man räkna fram för att få ett coin? Resten kan jag räkna själv.

Det spelar ingen roll, 1khash/s kommer ju tillslut att ha fått ihop 1 hel coin. Men en rigg på 999khash/s kommer att få ihop 1 coin snabbare än den på 1khash.
Eller är det något jag missat med det du försöker ha svar på?

Visa signatur

"They took my stain!"
Anonyma Jonas

Permalänk
Entusiast
Skrivet av Saxn:

Det spelar ingen roll, 1khash/s kommer ju tillslut att ha fått ihop 1 hel coin. Men en rigg på 999khash/s kommer att få ihop 1 coin snabbare än den på 1khash.
Eller är det något jag missat med det du försöker ha svar på?

Ja det har du.

Jag vill veta kr/tid. Jag har hash/tid och kr/coin. Gör vi en dimensionsanalys ser vi att jag behöver ett uttryck för hash/coin för att lösa ekvationen. Så hur många hash måste man lösa för att då ett mynt?

Det är högst relevant om man vill räkna ut hur mycket pengar man kan tjäna. Utan att veta kopplingen mellan antalet hash och mynt är det helt omöjligt att göra några som helst ekonomiska beräkningar.

Visa signatur

Q9450, HD4850, 8 GB DDR2 800 MHz, 3x750 GB, Antec 300, Dell 2408WFP, U2410, Qnap TS-419p+ 4x2 TB Samsung F4, Asus UL30A-QX056V, Logitech Z-680, Sennheiser HD380pro, M-Audio FastTrack Pro, Ibanez sa160qm, Ibanez TB 15R, Zoom 505II, Ibanez GSR 200, Ibanez SW 35, Cort AC-15, Squier SD-3 BBL, Yamaha PSR 270, Røde NT1-A, Nikon D200, Nikkor 18-70/3,5-4,5, 70-300VR, 50/1,8, 28/2,8, Tamron 17-50/2,8, 90/2,8, Sigma 30/1,4, SB-800, SB-25, SB-24

Permalänk
Medlem
Skrivet av Zotamedu:

Ja det har du.

Jag vill veta kr/tid. Jag har hash/tid och kr/coin. Gör vi en dimensionsanalys ser vi att jag behöver ett uttryck för hash/coin för att lösa ekvationen. Så hur många hash måste man lösa för att då ett mynt?

Det är högst relevant om man vill räkna ut hur mycket pengar man kan tjäna. Utan att veta kopplingen mellan antalet hash och mynt är det helt omöjligt att göra några som helst ekonomiska beräkningar.

Då hänger jag med!

Det beror på om man solo minar eller kör i en pool. Om man kör i en pool så måsteman tänka på pool fee. Kan vara allt emellan 0-5% beroende på vilken pool man kör.
Sedan spelar svårigheten som ökar efter varje ~2000 block som blir funnet.

Har inte själv tänkt något på hur många hash som det krävs för tjäna ihop 1 coin.
Därför kan jag inte ge ett bra svar som du behöver.
Du kan registrera dig på det stora Crypto-currency forumet Bitcointalk, där kan du säkert få svar på det du söker.

Visa signatur

"They took my stain!"
Anonyma Jonas

Permalänk
Medlem

Installerat mitt 7950 nu. Blev fan tight emot AC kylaren på 7970 kortet. Sen fick jag ställa ned PCIe bandbredden till 8x för att få tillgång till alla PCIe enheter.

Båda kortet tar upp 3 slots vardera med kylare så jag ska montera en 200mm fläkt i plexit nu.

Visa signatur

Desktop: i5 2500k@4.5GHz 1.31v | Asus P8P67 EVO | Asus HD7950 v2 CUII | Samsung 840 Pro 256GB | Corsair Veng. Blue 1600MHz 1.50v 16GB | Corsair 600T White | Corsair TX 750W | Corsair H100 | Samsung s23a750d 120Hz 3D |
Laptop: HP EliteBook 8460p, 6470m, 128GB SSD och uppgraderad Skärm