Bitcoin Forum
July 05, 2024, 04:32:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 166 »
21  Alternate cryptocurrencies / Mining (Altcoins) / Re: RANDOM-X on XEON... CACHE, FREQ'S OR CORES? on: February 11, 2020, 07:18:02 AM
So added more ram, now its quad channel. no change in hash rate.

That caught my attention. I was thinking Ryzen was pushing 2 channel with too many threads
but apparently not.

The only algos I can think of that are memory bottlenecked are srcyptn2 and lyra2z330.
22  Alternate cryptocurrencies / Mining (Altcoins) / Re: Newest biggest baddest threadripper for sale on newegg on: February 11, 2020, 02:28:05 AM
It is really pricey.  I may look into getting the lessor 3760x  at 1399 thats costly but it is not selling out.

I think  the entire line of 3rd gen are overpriced.  I will wait a bit before I build one.

I have 3x  ryzen 9 3900x builds  far less cost for all 3 combined when compared to a single  3990x build.

There's no competition from Intel up there. The 3900x and below have recently dropped in price.
3950 still too high.
23  Alternate cryptocurrencies / Mining (Altcoins) / Re: ATTENTION ! Dangerous trojan on this forum from HERO member !!! on: February 11, 2020, 01:41:54 AM
go to the official branch and show it there. I bet you are the offended user who has already robbed

You haven't addressed the claim there either. Simple denials mean nothing.

Multiple users have reported it so it's not just one.
24  Alternate cryptocurrencies / Mining (Altcoins) / Re: What are easiest (or) fastest coins to mine with GPU GTX 950m 4GB ? on: February 10, 2020, 08:46:21 PM
im not recommend to use mining with laptop.

temp is too hot can damage to other part in laptop .

Now why didn't I think of that? Smiley
25  Alternate cryptocurrencies / Mining (Altcoins) / Re: RandomX Benchmarks! https://monerobenchmarks.info on: February 10, 2020, 04:53:27 PM
Dual Mining
Random X and ETC mining - one CPU thread is free for GPU mining

It is not necessary to reserve a CPU thread for GPU mining as long as you don't raise the
priority of the CPU miner.

When dual mining the GPU miner process can run at a slightly higher priority than the CPU minier
to reduce scheduling delays. But in my experience I rarely see any impact to GPU mining performance
when a CPU miner is also running full throttle. It depends on both the GPU and CPU algos being mined.

It's never a good idea to increase the priority of CPU miners.

Now to get back on topic, I'm looking forward to seeing some result for the 3990x.
26  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer (pooler's cpuminer, CPU-only) on: February 09, 2020, 08:39:35 PM
Hello Pooler,

I'm not sure you read this thread anymore but you should know your scrypt CPU code is getting some
good use due to Verium which uses N = 1024**2 making it exclusive to CPU mining only.

It's currently optimized up to AVX2 but AVX512 is now available. Unfortunately I don't have
the ASM skills necessary or the understanding of your code to attempt promoting it to AVX512.

There's a big team behind Verium, they may welcome the opprtunity for a more efficient miner.
27  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cpuminer-opt v3.12.2, open source optimized multi-algo CPU miner on: February 09, 2020, 07:47:44 PM
FYI:

scryptn2 == scrypt:1048576
28  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][POOL] ZERGPOOL.com - Multialgo, autoexchange, 0.5% fee, 250+ coins on: February 09, 2020, 07:34:00 PM
An FYI for those that noticed the addition of scryptn2 to the pool.

scryptn2 is just scrypt with N = 1024**2 and has been available in cpuminer-opt for a long time:

Code:
cpuminer -a scrypt:1048576 -o ...
29  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cpuminer-opt v3.12.1, open source optimized multi-algo CPU miner on: February 09, 2020, 06:41:43 PM
@joblo

skein, skein2, and skunk fails for 3.11.8+ for avx2, and avx sha, however works fine for avx512.

I just released cpuminer-opt-3.12.2 which fixes xevan skein & skein2 but I overlooked skunk. It will be
in the next release. It also uses skein as the first funtion in the chain so it's the same issue.
30  Alternate cryptocurrencies / Mining (Altcoins) / Re: What will be your biggest fears and risks to setup mining farm. on: February 09, 2020, 04:31:17 PM
If it's a farm it usually means ASICs. ASICs are the biggest risk for several reasons,
including HW quality.

- limited flexibility, usually only one algo supported per device

- short lifespan, ASIC miners become obsolete very fast with no secondary usage (unlike GPUs)

- there are a lot of unethical ASIC peddlers that sell crap, provide no support or are just scammers.

- International borders, most ASICS come from China exacerbating other issues.

- market volatility, 2018, need I say more.

A mixed farm (ASIC, GPU, CPU) would mitigate some of those risks.
31  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cpuminer-opt v3.12.1, open source optimized multi-algo CPU miner on: February 09, 2020, 06:43:08 AM
@joblo

skein, skein2, and skunk fails for 3.11.8+ for avx2, and avx sha, however works fine for avx512.  i've tested up to the most recent release with version 3.12.1.  
only tested avx512 on my i7-7820X.
tested avx2 on 7820X, 9900K, and 8700K.
tested avx sha on 3600, and 3900X

Looks very similar to https://github.com/JayDDee/cpuminer-opt/issues/238, which I'm working on as I write.
I'll make sure to test Skein & skein2 as well. I've been doing a lot of testing lately, There was more damage from
the restructuring in the past couple of months than I realized.

I don't test avx-sha because you miss out on 4 way parallel hashing on many algos, including skein.
Going from 4 way AVX2 to 1 way even slows down Ryzen.

Most Lyra2 based algos are ok with AVX because they can still do 4 way (and 16 way AVX512),
but most other algos require AVX2.

You should try both AVX & AVX2 to find the best for each algo.

As far as SHA goes there is a crossover between HW sha256 and parallel SW sha256. With the current situation
HW SHA is used up to and including AVX2, and parallel SW AVX512. When AMD improves AVX2 that may change.

Edit: Yup. Same problem, same fix.
32  Alternate cryptocurrencies / Mining (Altcoins) / Re: help with gpu mining on: February 09, 2020, 05:54:58 AM
Mining scrypt with a GPU is obsolete, it's all ASICs. I hope your friend realizes that.

Cudaminer is also obsolete, replaced by ccminer (open source) and a few fee based
closed source miners.

As far as pool mining, you get the instructions from the pool, the're all different.

There are a lot of tutorials around, even videos to help you get started.

If you want to help your friend, mining scrypt with a GPU is like filling a swimming pool
with a spoon.

If you want to do some real mining with your 1660s, you need to do some research
to find which algos are suitable for GPU mining. Again there's lot's of info around if you look.
33  Alternate cryptocurrencies / Mining (Altcoins) / Re: Neoscrypt Info Needed on: February 08, 2020, 10:24:53 PM
Neoscrypt hasn't had a lot attention in the past couple of years. The last significant update
to neoscrypt for ccminer was for Cuda 5 GTX-9xx. You'll probably have to do your own research about
newer cards.

If you find something interesting you can share it with evryone.
34  Alternate cryptocurrencies / Mining (Altcoins) / Re: RandomX Benchmarks! https://monerobenchmarks.info on: February 08, 2020, 07:49:32 PM
Have you tried mining monero with the fastest monero mining platform RagerX which can increase hashrate more than 10% and its referral program is also good? Can you please check and share info about it?

Increasing the displayed hashrate 10% is as simple as adding one line of code.

Code:
hashrate *= 1.1

There are other threads discussing that piece of trash.
35  Alternate cryptocurrencies / Mining (Altcoins) / Re: RANDOM-X on XEON... CACHE, FREQ'S OR CORES? on: February 08, 2020, 05:53:47 PM

Had a chance to test many different v3 xeons and compare randomx performance to specs, some observations:


Excellent info, very informative. I don't have any Xeons but it was still quite interesting.

Thanks for identifying the 256K L2 dependency, I wasn't previously aware of it.

With improvements to turbo boost, boosting more cores, the benefits of mining with
N/2 threads is increased.
36  Alternate cryptocurrencies / Mining (Altcoins) / Re: Mining with your hard drive...Is it worth it? on: February 08, 2020, 04:52:23 PM
I heard that some are worth it, the higher the space of your hard drive the higher your income, the problem here is the life span of hard drives especially those using HDD that normal have problems later on and since this drive mining will be always it will easily kill HDD unless one use SSD which are more costly

You are a hdd miner? You read my post? Sorry but don't answer if you have no idea.

It will not kill your hdd XD


That's crap. Hard drives are mechanical devices subject to physical wear. It will age your HDD faster,
raising the probability of failure. There's a reason HDDs spin down whenever they can, it's to lengthen
their life.

Go home kid. You mining with HDD no? So how can you say this? You donīt no how HDD Mining working, so please don't write crap if you don't have your own experience.

And you're the expert because you tried it for a couple of months and HDDs didn't die?

You lose credibilty when you claim to have knowledge which you fail to share just to try to look smarter than everyone else.
If you're so smart exlain why HDD mining doesn't accelerate aging.
37  Alternate cryptocurrencies / Mining (Altcoins) / Re: Mining with your hard drive...Is it worth it? on: February 08, 2020, 05:23:59 AM
I heard that some are worth it, the higher the space of your hard drive the higher your income, the problem here is the life span of hard drives especially those using HDD that normal have problems later on and since this drive mining will be always it will easily kill HDD unless one use SSD which are more costly

You are a hdd miner? You read my post? Sorry but don't answer if you have no idea.

It will not kill your hdd XD




That's crap. Hard drives are mechanical devices subject to physical wear. It will age your HDD faster,
raising the probability of failure. There's a reason HDDs spin down whenever they can, it's to lengthen
their life.
38  Alternate cryptocurrencies / Mining (Altcoins) / Re: Newest biggest baddest threadripper for sale on newegg on: February 08, 2020, 01:35:13 AM
It's a good thing the cache is 256 MB. With only 4 memory channels to serve
128 threads it's best to avoid main memory.

I wonder how Intel will respoond, they currently have nothing to compete with TR.
39  Alternate cryptocurrencies / Mining (Altcoins) / Re: Mining with your hard drive...Is it worth it? on: February 07, 2020, 04:58:24 AM
Was it ever worth it?

I may be biased but I never took it seriously. Doesn't it wear out the drive?
Hard drives and SSDs have a limited lifetime that is shortened by heavy use.
40  Alternate cryptocurrencies / Mining (Altcoins) / Re: Is the new cryptocurrency PI Network another scam or legit? on: February 07, 2020, 12:58:15 AM
It looks like you are the lucky one, all the other Pi spammers have been shut down.

Who are these PhD's? What are their names? What papers have they published?

Have you caught any fish yet?
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 166 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!