Bitcoin Forum
July 05, 2024, 02:53:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 ... 166 »
1501  Alternate cryptocurrencies / Pools (Altcoins) / Re: [POOL] NiceHash.com Z.CASH/Scrypt/X11/Lbry/etc. profit switch Bitcoin payout on: November 07, 2016, 11:58:51 PM
I actually have a suggestion although it may be nheqminer related rather than NiceHash

I've occasionally checked on my computer to see it only CPU mining. It would be interesting if the NiceHash program could recognize the hash rate as being low and do an auto switch back as a way reset the mining and get both the CPU and GPU active again, until nheqminer gets a function to auto reset. I think Claymore does that

If this could be added, a checkbox option would be good for that. If the GPU runs offline for any reason just restarting the miner does not include my fan settings from the OC software which could result in a heat problem while away. Zcash is weird in this way. It reports a much higher core clock speed than it should be in regards to the power consumption. I can avoid the GPU stopping by reducing my usual overclock offset in compensation to the unusually elevated clock rates

my $.02...

What you are asking does not sound like something the miner should do. If the GPU thread fails it is likely a problem with the GPU
that requires either a driver reset or system reboot. The best that can be hoped for is the miner detects the failure and reports it. It could also
exit, which would be more obvious, but would also miss out on CPU mining until fixed.

You could try running seperate instances for CPU and GPU with different worker names so you can easilly monitor them individually.

But the real fix is to set your clocks so the GPUs don't crash.
1502  Alternate cryptocurrencies / Mining (Altcoins) / Re: What can I mine with this CPU ? on: November 07, 2016, 11:41:46 PM
You can mine almost anything with an i3. See my sig below.
1503  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]: cpuminer-opt v3.4.9, with xevan & zoin on: November 07, 2016, 11:10:53 PM
cpuminer-opt v3.4.9 released.

git: https://github.com/JayDDee/cpuminer-opt

tarball: https://drive.google.com/file/d/0B0lVSGQYLJIZR0V1eEZPLTVYQnM/view?usp=sharing

Windows binaries: https://drive.google.com/file/d/0B0lVSGQYLJIZNDJoR0xXZUxzWGM/view?usp=sharing

New in V3.4.9

- fixed zr5
- added xevan algo (Bitsend, BSD) with 10% improvement
- added lyra2zoin (Zoin, ZOI) fully optimized but YMMV
1504  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]: cpuminer-opt v3.4.8, with zcoin support on: November 06, 2016, 04:06:41 PM
hi guys...

Can someone help me with this error.

I am using Centos 6.8

Code:
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native -Wall  -Iyes/include -MT algo/cpuminer-m7m.o -MD -MP -MF algo/.deps/cpuminer-m7m.Tpo -c -o algo/cpuminer-m7m.o `test -f 'algo/m7m.c' || echo './'`algo/m7m.c
algo/m7m.c: In function ‘GaussianQuad_N2’:
algo/m7m.c:67:11: warning: unused variable ‘j’ [-Wunused-variable]
algo/m7m.c:67:9: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
algo/m7m.c: In function ‘scanhash_m7m_hash’:
algo/m7m.c:232:5: warning: implicit declaration of function ‘mpz_inits’ [-Wimplicit-function-declaration]
algo/m7m.c:235:5: error: unknown type name ‘mp_bitcnt_t’
algo/m7m.c:327:9: error: unknown type name ‘mp_bitcnt_t’
algo/m7m.c:402:2: warning: implicit declaration of function ‘mpz_clears’ [-Wimplicit-function-declaration]
algo/m7m.c:168:16: warning: unused variable ‘nnNonce2’ [-Wunused-variable]
algo/m7m.c: In function ‘scanhash_m7m_hash_t’:
algo/m7m.c:474:5: error: unknown type name ‘mp_bitcnt_t’
algo/m7m.c:536:9: error: unknown type name ‘mp_bitcnt_t’
algo/m7m.c:422:16: warning: unused variable ‘nnNonce2’ [-Wunused-variable]
In file included from algo/m7m.c:2:0:
algo/m7m.c: At top level:
./miner.h:526:20: warning: ‘algo_names’ defined but not used [-Wunused-variable]
make[2]: *** [algo/cpuminer-m7m.o] Error 1
make[2]: se sale del directorio `/root/cpuminer-opt'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/root/cpuminer-opt'
make: *** [all] Error 2
[root@supernovacont cpuminer-opt]# gccc --version
-bash: gccc: no se encontró la orden
[root@supernovacont cpuminer-opt]# gcc --vversion
gcc: error: unrecognized command line option ‘--vversion’
gcc: fatal error: no input files
compilation terminated.
[root@supernovacont cpuminer-opt]# gcc --version
gcc (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5)
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO


nty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[root@supernovacont cpuminer-opt]# rpm -aq | grep gmp
gmp-4.3.1-10.el6.x86_64
gmp-devel-4.3.1-10.el6.x86_64


It looks like you're mising the gmp package.
1505  Alternate cryptocurrencies / Mining (Altcoins) / Re: CPUminer on POWER8 on: November 06, 2016, 01:41:57 AM
Did you happen to notice etherhash is stubbed out so you're wasting your time?
1506  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]: cpuminer-opt v3.4.8, with zcoin support on: November 05, 2016, 04:44:25 PM
Joblo can you add the new BitSend (BSD) algo - XEVAN?

Quote
Here that is source package https://github.com/LIMXTEC/BitSend/blob/master/src/hash/xevan.h

It is a douple X17 with a another worknumber 128 (64)

Porting it to cpuminer-opt would be a challenge but forking the miner and optimizing the individual algos might be
possible. I'll have to look into it.
It seem that cpuminer-multi has already added this algo.
Maybe now you can add and optimise it Wink

The different data length could be a problem. The SSE2 macros are hard coded for 64 so they are out. It remains to be seen if
the other functions can handle a different data length.

Coding will be easy but lots of testing with no guarantees.
1507  Alternate cryptocurrencies / Mining (Altcoins) / Re: Rig Building : No boot! on: November 04, 2016, 08:50:00 PM
Strip it down to a minimal system with IGPU. If that works try with one GPU, then another etc.
1508  Alternate cryptocurrencies / Mining (Altcoins) / Re: NiceHash Miner - easy-to-use best-profit multi-device cryptocurrency miner on: November 04, 2016, 04:15:31 PM
I'm having problems compiling nheqminer from the latest git for CUDA_TROMP on Mint 17 (Ubuntu 14.04).

First the COMPUTE= option does not appear to work. I had to edit the config to remove references to compute_61
which is unsupported on my system (Cuda 7.5).

After that I get this...

Code:
[  5%] Building NVCC (Device) object CMakeFiles/nheqminer_cuda_tromp.dir/__/__/cuda_tromp/nheqminer_cuda_tromp_generated_equi_miner.cu.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h(432): error: identifier "nullptr" is undefined
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h(432): error: expected a ";"
/usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h(190): error: expected a ";"
/usr/include/c++/4.8/exception(63): error: expected a ";"
/usr/include/c++/4.8/exception(68): error: expected a ";"
/usr/include/c++/4.8/exception(76): error: expected a ";"

It appears to be an issue with nvcc and gcc 4.8 similar to this...

https://devtalk.nvidia.com/default/topic/745106/nvcc-c-11-standard-in-cuda-frontend-dependencies-gcc-windows-vs-linux-/

Is there a simple fix or workaround?
1509  Alternate cryptocurrencies / Mining (Altcoins) / Re: NiceHash Miner - easy-to-use best-profit multi-device cryptocurrency miner on: November 04, 2016, 03:54:21 PM
is it possible payout with zcash address?

Only if you mine zcash.nicehash.com.
1510  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]: cpuminer-opt v3.4.8, with zcoin support on: November 02, 2016, 10:22:44 PM
is it possible to mine zcash in flypool using this miner ? what should be the .bat setting ?

cpuminer-opt can't mine zcash, there are many devs working on zcash mining.
1511  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]: cpuminer-opt v3.4.8, with zcoin support on: November 02, 2016, 10:21:27 PM
Joblo can you add the new BitSend (BSD) algo - XEVAN?

Quote
Here that is source package https://github.com/LIMXTEC/BitSend/blob/master/src/hash/xevan.h

It is a douple X17 with a another worknumber 128 (64)

Porting it to cpuminer-opt would be a challenge but forking the miner and optimizing the individual algos might be
possible. I'll have to look into it.
1512  Alternate cryptocurrencies / Mining (Altcoins) / Re: Linux on: November 02, 2016, 04:28:50 PM
1. Ubuntu family including Mint

2. see 1.

Ubuntu has the best 3rd party support. You are more likely to find package repos for Ubuntu than any other distro.
Derivatives like Mint can use them. Many miners are developped on Ubuntu.

Fedora and co is probably better in many ways but slightly less user friendly dealing with 3rd party repos.

Debian for the geeks, Arch for the uber-geeks.
1513  Alternate cryptocurrencies / Mining (Altcoins) / Re: Virtual box+ ubuntu in windows 7, possible to mine ? on: October 30, 2016, 09:50:52 PM
I am not a Linux user, I prefer Windows. But it seems to me that Linux is more mining friendly. Is it possible to mine with gpus in linux, If I manage to build linux OS within my windows 7 by virtualbox ? Will I get same performance ?

You can't GPU mine from a VM. But you can CPU mine and run a walllet.
1514  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ZEC] ZCASH - All coins are created equal. Discussion Thread (Unofficial) on: October 30, 2016, 07:21:26 PM
Accusations of fraud and scams look like Trump, making vague assertions and letting everyone fill in
the blanks with their own imagination.

I see a lot of problems with the launch but that's not unusual for a new coin. Most of it was overloaded pools.
I don't see any solo miners complaining.

We have a bunch of people whining because they couldn't dump fast enough to make the insane profits,
therefore it's a fraud, More trump logic.

I think the launch was a brilliant stroke of marketing that ensnared the most greedy. The combination of
the prelaunch hype and the slow start resulted in a very high level of interest and a very low supply.

I don't know if it was intentional on their part but it was brilliant. It should be noted that there was no initial supply
awarded to the devs. Their share of the supply was also limited so the devs did not have any advantage.

I wonder who got those first blocks to market and sold for over 1000 BTC. High risk, high reward.
1515  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]: cpuminer-opt v3.4.8, with zcoin support on: October 30, 2016, 06:26:20 PM
joblo lyra2z+core-avx-i+i5 3337u doesn't work together miner just stops with error appearing at start.

os is windows 8.1

can you fix it ?

I probably could fix it if you provide more info, but probably won't because the optimized code isn't any faster
and the algo is going to die. Just use any exe that works.
1516  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Zcoin - The Zerocoin cryptocurrency, guaranteeing financial privacy on: October 29, 2016, 10:00:44 PM
What is the best miner to use for CPU? Does a miner exist for Windows or is it only for Linux and do I have to compile the miner myself?

Here you get two windows miner:

https://github.com/ocminer/cpuminer-xzc/releases

https://github.com/felixbrucker/cpuminer-xzc/releases

The miner recompiled by felixbrucker shows H/s instead von Kh/s
Hi all,

2 questions please about ZCoin mining :

1) Is there others optimized miners than the CPUMiner from OCMiner (SuprNova) ? Windows ? Ubuntu ?

2) Is there some project(s) of GPUs Miners ? Windows ? Ubuntu ? AMD ? NVidia ?

Thank you :-)
You can try this one which has slight improvements to it:
https://github.com/Optiminer/cpuminer-xzc

No GPUminers.

I've also spoke to the core devs on this and they confirm that they're working on MTP algorithm.

i recommend everyone to use joblos miner, it contains optiminers avx2 improvements and displays H/s


Thanks for the plug. Just to be clear the optimizations to Lyra2 were mine, first implemented for Lyra2RE and Lyra2REv2.
Optiminer improved it a little for zcoin and I ported his improvements back into cpumier-opt.

It includes AVX and AVX2 unfortunately the zcoin implementation of Lyra2 is extremely memory hard so the bottleneck is
memory bandwith, not the CPU, and the optimizations don't produce a measurable improvement.

E series i7 CPUs with 4 channel memory controller may do better but I have no data to confirm.

There is no GPU miner and never will. The memory bandwith demands of the algo would severely limit its performance,
more than Zcash which uses another memory hard algo. Also the algo has no future, after Zcoin switches to MTP I doubt
anyone else will ever use this version of Lyra2 again.
1517  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: October 29, 2016, 04:24:35 PM
Guys, I'd advise not to mine zcash directly on nicehash's zcash pool. I was mining there and on coinmine at the same time since yesterday and my overall balance on nicehash is roughly 1/7th of what it should have been based on my coinmine earnings My hashrate is reported just fine on their pool and their miner is faster but still. And apparently their payouts doesn't work yet.


Anyone know if there is a miner gpu that will work with    windows   vista?  zcash   thx

EDIT: on pause it says cuda driver version is insufficient ...I just got the latest drivers for 750ti.

Maybe a driver for the 980ti that supports 750ti?

ooooo sh%& I downloaded the wrong driver for my vista.  Cheesy

EDIT AGAIN : no .. Cuda driver version is insufficient for Cuda run time version in func  cuda_tromp :: get info  line 45

I installed the CUDA 8.0 toolkit to solve it: https://developer.nvidia.com/cuda-downloads
I can't see where that would help on my old vista with 2x750ti's  but thx  Smiley

Cuda toolkit is only needed to compile. The latest drivers work for me on Win 7 & 8.1, is Vista still supported?
1518  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ZEC] ZCASH - All coins are created equal. Discussion Thread (Unofficial) on: October 28, 2016, 04:13:41 PM
Live streaming launch

https://www.youtube.com/watch?v=O8QA6Nvg8RI&feature=youtu.be
1519  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: October 28, 2016, 03:40:28 PM
ZCASH FOR CUDA--

I downloaded the Windows binaries from the NiceHash GitHub repo, they work fine with my 980ti and i7 CPU.  However, after following the trivial steps to build nheqminer on Linux, and making sure to checkout the latest commit, I find that there is no CUDA support in the resulting executable file.  It will mine only on the CPU.

Perhaps I am missing a "make" flag?  I think the build instructions were for the "release" version.  The latest "pre-release" version has the CUDA support for GPUs.  Any help here?  My CUDA cards may be better off on Zcash than ETH.       --scryptr

I think the sources do not include cuda support.
I suspect they can't/don't want to let people modify the cuda code to make the miner faster.

APPARENTLY YOU ARE CORRECT--

There are others raising the same issue at the GitHub site.       --scryptr

Zcash is paying bounties for open source miners. Perhaps the Tromp solvers are kept closed to prevent others from improving
on his work and claiming the bounty. The competition is now closed so hopefully the source will be opened soon.
1520  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]: cpuminer-opt v3.4.8, with zcoin support on: October 27, 2016, 05:16:42 PM
Could Someone tell me how to installato and run it on Ubuntu by console only? please

README.md
Pages: « 1 ... 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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 ... 166 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!