Bitcoin Forum
July 04, 2024, 11:13:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Funakoshi equihash cuda miner is now available on: September 07, 2018, 08:10:43 AM
Waiting on pers options 😎

In release v4.5 of Funakoshi-Miner the --pers parameter is supported.
22  Alternate cryptocurrencies / Mining (Altcoins) / Performance jump in v4.4 of Funakoshi Cuda Miner in algo equihash 144,5 on: September 04, 2018, 03:16:25 PM
Release v4.4 of funakoshi-miner is the fastest EquiHash 144,5 solver.

GTX 1080 avg 48 sol/s
GTX 1070 avg 42 sol/s
GTX 1060 6gb avg 27 to 28 sol/s

You are welcome to read more about it and to
download the solver from my github repository.

    
23  Alternate cryptocurrencies / Mining (Altcoins) / Re: Funakoshi-Miner cuda solver release v3.1 supports EquiHash<144,5> on: July 26, 2018, 12:06:02 PM
Release v3.5 of Funakoshi Cuda Miner is available.

Performance of EquiHash<144, 5> has been improved by 5%.

The -144 arg is optional (auto completed when connecting to BitcoinGold pools).

Command-Line args: --server, --port, --user, --pass, --algo 144_5
   are accepted as synonyms to
args: -l -u -p

--pers is not required (auto completed depending on mined coin).

On most pools there is no need to specify pool's port. The miner auto completes it
(depending on the pool's url). As an exception when connecting to miningpoolhub the
port number must be supplied, because it is used by miningpoolhub to select which alt
coin to mine.
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Funakoshi equihash cuda miner is now available on: July 24, 2018, 08:53:42 AM
Running 12x1080 and 11x1080 rigs with your miner and noticed that ~8 GPU's load stays at 99% and the rest are 85%.
Tried to run two instances of a miner, but the full load gets only those which batch file I run first.
Is there any limitation in a code and can you look into it?
PS. was running ewfb miner before with 40-41 rock stable sols/s but the payout from a pool was same or less day to day. So I believe there is still some potential to squeeze out from this miner:)

Thanks!
Can you please tell me more about the environment:
    Operating System,
    Command-Line args that you are using to run the miner,
    Version of Funakoshi-Miner?
W10Pro [10.0.16299.492] on H110 BTC+, G4400, 8GB RAM with 60GB virtual
funakoshiMiner.exe  -144 -l Europe.equihash-hub.miningpoolhub.com:20595 -u xxx.xxxx
Miner v3.2
When you run the miner without specifying which cards to use it uses all cards (thats why the first process access all cards).
You can specify in the command-line which cards to use:
     -cd 0 1 2 ... (selects which cuda-devices meaning GPUs to use - starting from 0)
Using this technique you can select different gpu cards for each process.

Hi, that's exactly how I was running two instances with different GPUs. After a little investigation I found out that GPU 0-5 always under 99% load and 6-11 varies from 85% to 95% and never gets 99% except running single card in whole rig.
Running -cd 6 7 8 - all ~97%
Running -cd 6 7 8 9 - ranging 85%-95%
And it is not affected if 0-5 are running or not. Running more instances does not help.

Funakoshi-Miner splits the work evenly between the cards.
I have no idea what may cause this problem, sorry. Maybe
it is a hardware problem.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Funakoshi equihash cuda miner is now available on: July 23, 2018, 08:37:05 PM
Running 12x1080 and 11x1080 rigs with your miner and noticed that ~8 GPU's load stays at 99% and the rest are 85%.

Tried to run two instances of a miner, but the full load gets only those which batch file I run first.

Is there any limitation in a code and can you look into it?

PS. was running ewfb miner before with 40-41 rock stable sols/s but the payout from a pool was same or less day to day. So I believe there is still some potential to squeeze out from this miner:)

Thanks!

Can you please tell me more about the environment:
    Operating System,
    Command-Line args that you are using to run the miner,
    Version of Funakoshi-Miner?


W10Pro [10.0.16299.492] on H110 BTC+, G4400, 8GB RAM with 60GB virtual
funakoshiMiner.exe  -144 -l Europe.equihash-hub.miningpoolhub.com:20595 -u xxx.xxxx
Miner v3.2

When you run the miner without specifying which cards to use it uses all cards (thats why the first process access all cards).
You can specify in the command-line which cards to use:
     -cd 0 1 2 ... (selects which cuda-devices meaning GPUs to use - starting from 0)

Using this technique you can select different gpu cards for each process.
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Funakoshi equihash cuda miner is now available on: July 23, 2018, 05:46:19 PM
Running 12x1080 and 11x1080 rigs with your miner and noticed that ~8 GPU's load stays at 99% and the rest are 85%.

Tried to run two instances of a miner, but the full load gets only those which batch file I run first.

Is there any limitation in a code and can you look into it?

PS. was running ewfb miner before with 40-41 rock stable sols/s but the payout from a pool was same or less day to day. So I believe there is still some potential to squeeze out from this miner:)

Thanks!

Can you please tell me more about the environment:
    Operating System,
    Command-Line args that you are using to run the miner,
    Version of Funakoshi-Miner?

27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: cuda installed but getting error on: July 22, 2018, 03:55:13 AM
HEllo,
the linux version not working under Ubuntu 16.04 or 18.04, getting message

root@xxxxx:/miner# ./funakoshiMiner

terminate called after throwing an instance of 'std::runtime_error'
  what():  CUDA error 'CUDA driver version is insufficient for CUDA runtime version' at line 50
Aborted (core dumped)

But cuda 9.1 is installed
root@xxxxx:/miner# dpkg -l | grep cuda
ii  libcudart9.1:amd64                    9.1.85-3ubuntu1                   amd64        NVIDIA CUDA Runtime Library
ii  nvidia-cuda-dev                       9.1.85-3ubuntu1                   amd64        NVIDIA CUDA development files
ii  nvidia-cuda-doc                       9.1.85-3ubuntu1                   all          NVIDIA CUDA and OpenCL documentation
ii  nvidia-cuda-gdb                       9.1.85-3ubuntu1                   amd64        NVIDIA CUDA Debugger (GDB)
ii  nvidia-cuda-toolkit                   9.1.85-3ubuntu1                   amd64        NVIDIA CUDA development toolkit

how to fix this ?

Regards
RG

The miner has been compiled using cuda 9.2
Plase try to upgrade to latest CUDA driver from Nvidia website.
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Funakoshi equihash cuda miner is now available on: July 05, 2018, 12:50:09 PM
not working

why Port changed to ssl-port 8817 and not connected Huh?


Me too Sad

Try adding -144 to command-line BitcoinGold has forked and now uses <144,5> Equihash Parameters.
The -144 causes using the new Proof-Of-Work algorithm.
29  Alternate cryptocurrencies / Mining (Altcoins) / Re: Funakoshi-Miner cuda solver release v3.1 supports EquiHash<144,5> on: June 29, 2018, 06:28:06 AM
some questions that are bothering me.

i'm mining BTG.
on mining pool hub. the main guy left and things are not being updated. i wanna use your miner an i'm not sure when the fork happens if mining pool hub will work since the main site guy seems to not update anymore.

your saying your miner will work on mining pool hub, however they haven't done or announced anything themselves in regards to the btg fork.
should i go suprnova?

and

stratum+tls possible with your miner?

Funakoshi-Miner currently works on mining pool hub with current version of equihash. Just don't add the -144 arg.
If and when mining pool hub will switch to equihash <144,5> you will be able to run Funakoshi-Miner by adding the
-144 arg.

As far as I know suprnova is going to support <144,5> when BitcoingGold will fork.

Funakoshi-Miner automaticaly uses the ssl/tls port when available.
30  Alternate cryptocurrencies / Mining (Altcoins) / Funakoshi-Miner cuda solver release v3.1 supports EquiHash<144,5> on: June 26, 2018, 08:21:46 AM
Equihash <144,5> is the new POW algorithm of BitcoinGold.
Main-Net is expected to fork in just a few days.

Funakoshi-Miner is a fast <144,5> solver.

Mining btczCoin through pool btcz.suprnova.cc is also supported.

Supported Nvidia cards:  GTX 1060 6GB, GTX 1070, GTX 1080, ...

Read more at my github repository:
     https://github.com/funakoshi2718/funakoshi-miner
31  Alternate cryptocurrencies / Mining (Altcoins) / Re: Funakoshi-Miner 2.1 is the fastest equihash Miner on: April 19, 2018, 04:13:19 AM

Code:
Funakoshi solver supports Pascal devices with SM 6.0 and higher.

Win10, nvidia driver 388.19, GTX 980 ti
What's wrong ?



Funakoshi-Miner only supports nVidia Pascal cards and about.
Examples of Pascal cards: gtx1070, gtx1080, ...
32  Alternate cryptocurrencies / Mining (Altcoins) / Re: Funakoshi-Miner 2.1 is the fastest equihash Miner on: April 09, 2018, 04:38:04 AM
Zcash-miner
Funakoshi Equihash Cuda Miner

A breakthrough in performance has been implemented in release v2.1

Now Funakoshi-Miner is the fastest equihash solver.

Can be used for mining:
 All equihash crypto coins: Zcash (ZEC), ZClassic (ZCL), ...
 via any of the supported pools (using SSL ports).
Download Funakoshi Miner:
http://anonfile.com/ld63b4e1b4/funakoshi-miner-2.1.zip

No Virus attached:
Ask McAfee
Developer fee:
1.5 %
Speed:
Over 500 solves per-second for GTX 1080 (without overclocking).

Nvidia Pascal GPUs auto manage the clock depending on current load.

Note: The statistical nature of the EquiHash algorithm causes
the reported solves per second to change all the time.

Each 15 seconds, Funakoshi solver logs its counters of hashes/secs and solves/secs (no cheating).
Disregard the first reported speed (it is lower due to initial handshake with the pool).

What's important to you is the pool measurement. From the pool you earn your money.
Thus when you want to compare the speed of different miner programs ask the pool.
Note that the pool also changes its estimation of miner speed all the time. So,
you should take the avarage over time.

The miner submits to the pool only a small portion of the solves (depending
on the current target difficulty), and the pool estimates the miner speed.
Each submit event is logged.

Exactly 1.5 percent of all submited solves are used as developer fee.
Supported pools:
* Slushpool
* Supernova
* Flypool
* Nanopool
* Miningspeed
* Coinmine
* Miningpoolhub
* Nibirupool
* Luckpool

Be sure to download the software from the official github repositiry:

    https://github.com/funakoshi2718/funakoshi-miner
33  Alternate cryptocurrencies / Mining (Altcoins) / Re: Funakoshi Cuda miner is fast and clean from viruses (windows, ubuntu, fedora) on: April 08, 2018, 07:15:36 AM
Will your parameter settings?
My GTX 1060 3GB = 245 Sol/s?
windows 10
Driver version latest 391.35
Memory Clock 650
Core Clock default 0

Sorry, but I don't understand your question.

Just to let you know, I didn't check the miner on 1060.
I only checked it on 1070, 1080, ...
34  Alternate cryptocurrencies / Mining (Altcoins) / Re: Funakoshi Cuda miner is fast and clean from viruses (windows, ubuntu, fedora) on: April 07, 2018, 07:36:09 PM
Thnx m8 nice to se competition
Butt........................

You do know that this thing dont work out of the box ?
Why not make a pakkage complete so that this is click and play ?
Now i get all kind of dll missing errors  Huh even a nvml dll  Huh

You can download all needed dlls including nvml from Funakoshi-Miner github release page.


Yeah like a jigsaw puzzle  Grin Grin
Found it pffff
now i get another error only support sm 6.0 and higher Huh

Funakoshi-Miner only supports Pascal nvidia devices.
35  Alternate cryptocurrencies / Mining (Altcoins) / Re: Funakoshi Cuda miner is fast and clean from viruses (windows, ubuntu, fedora) on: April 07, 2018, 06:31:24 PM
Thnx m8 nice to se competition
Butt........................

You do know that this thing dont work out of the box ?
Why not make a pakkage complete so that this is click and play ?
Now i get all kind of dll missing errors  Huh even a nvml dll  Huh

You can download all needed dlls including nvml from Funakoshi-Miner github release page.
36  Alternate cryptocurrencies / Mining (Altcoins) / Re: Funakoshi Cuda miner is fast and clean from viruses (windows, ubuntu, fedora) on: April 04, 2018, 03:30:51 AM

.bat
funakoshiMiner -cd 0 1 -l mine-eu.miningspeed.com:2074 -u xxxxxxxx.work1 -temp-max 72 -temp-min 60 -f log.txt

log.txt
[2018-Mar-12 13:38:55] [MINER] Using pool: mine-us.miningspeed.com
[2018-Mar-12 13:38:55] [MINER] Starting miner
[2018-Mar-12 13:38:55] [GPU-0] FUNAKOSHI-solver starts mining (device-info: GeForce GTX 1070, version: 6.1, device: 0)
[2018-Mar-12 13:38:55] [MINER] Connecting to stratum server mine-us.miningspeed.com:2074
[2018-Mar-12 13:38:55] [GPU-1] FUNAKOSHI-solver starts mining (device-info: GeForce GTX 1070, version: 6.1, device: 1)
[2018-Mar-12 13:38:55] [GPU-0] Temperature: 48, temp-max: 72, temp-min: 60
[2018-Mar-12 13:38:55] [GPU-1] Temperature: 48, temp-max: 0, temp-min: 0
[2018-Mar-12 13:38:55] [MINER] Invalid certificate
[2018-Mar-12 13:38:55] [MINER] certificate verify failed
[2018-Mar-12 13:38:55] [MINER] Reconnecting in 3 seconds...
[2018-Mar-12 13:44:40] [MINER] Using pool: mine-eu.miningspeed.com

Invalid certificate on both eu or us location.





Try using any of the following domains:
    us.miningspeed.com   or
    eu.miningspeed.com   or
    asia.miningspeed.com

In addition supply ssl port for example:
    us.miningspeed.com:3054 for mining zclassic
 
Here's on miningspeed getting started,

We have 2 stratums spread over the world:
US miners: mine-us.miningspeed.com
EU miners: mine-eu.miningspeed.com

                  Url                                             Port         Vardiff   SSL/TLS Status    
stratum+tls://mine-location.miningspeed.com:2074    2074    Yes           Yes     Online           TLS supporting Miners

Your suggestion above is meaningless, thank you.






"mime-location" does not mean "mime-us" but "us", please check it. Read the examples.


Thank you for prompt reply. Did you check what I posted above ? It says (on getting started) 'US miners: mine-us.miningspeed.com or EU miners: mine-eu.miningspeed.com'. I can connect mine-xx.miningspeed.com on regular stratum no problem.
It's just this coin (CMM) using this stratum format unlike most of other coin using location.miningspeed.com.
Please you check yourself.

The certificates used by miningspeed are invalid (not trusted by most browsers).
I added the certificate of us.miningspeed.com as privatly trusted to the miner code.
However the domain mine-us.miningspeed.com doesn't use the same certificate
as us.miningspeed.com and the used certificate is also problematic. I can add this
certificate as authorized in the next release of the miner.

Have you fixed the 'invalid certificate' issue ?
Look, I want to try your miner, but it still has the same 'invalid certificate' as the previous version.

Sorry, but not yet. My top priority was to imrpove speed.
Now that Funakoshi Miner is the fastest miner I will give
priority to functionality. Your request will be implemented
in next release.
37  Alternate cryptocurrencies / Announcements (Altcoins) / Performance breakthrough in v2.1 of Funakoshi EquiHash Cuda Miner on: April 03, 2018, 01:13:08 PM
After months of hard work, success.
The miner is now the fastest equihash cuda miner. Smiley

You are welcome to read about the Funakoshi-Solver and download it from:

   https://github.com/funakoshi2718/funakoshi-miner
38  Alternate cryptocurrencies / Mining (Altcoins) / Re: Funakoshi Cuda miner is fast and clean from viruses (windows, ubuntu, fedora) on: April 03, 2018, 10:17:03 AM
I have boosted the performance of Funakoshi miner.
Now it is the fastest cuda miner.  Cheesy
39  Alternate cryptocurrencies / Mining (Altcoins) / Version 2.0 of the Funakoshi equihash cuda miner is out on: March 29, 2018, 03:05:39 PM
Its performance has been improved.

On my Windows-7 PC with Nvidia gtx 1080 gpu
its performance is now faster than other solvers.

You are welcome to give it a try:

    https://github.com/funakoshi2718/funakoshi-miner

Dev fee is 1.5%
40  Alternate cryptocurrencies / Mining (Altcoins) / Re: Funakoshi Cuda miner is fast and clean from viruses (windows, ubuntu, fedora) on: March 12, 2018, 11:15:18 AM

.bat
funakoshiMiner -cd 0 1 -l mine-eu.miningspeed.com:2074 -u xxxxxxxx.work1 -temp-max 72 -temp-min 60 -f log.txt

log.txt
[2018-Mar-12 13:38:55] [MINER] Using pool: mine-us.miningspeed.com
[2018-Mar-12 13:38:55] [MINER] Starting miner
[2018-Mar-12 13:38:55] [GPU-0] FUNAKOSHI-solver starts mining (device-info: GeForce GTX 1070, version: 6.1, device: 0)
[2018-Mar-12 13:38:55] [MINER] Connecting to stratum server mine-us.miningspeed.com:2074
[2018-Mar-12 13:38:55] [GPU-1] FUNAKOSHI-solver starts mining (device-info: GeForce GTX 1070, version: 6.1, device: 1)
[2018-Mar-12 13:38:55] [GPU-0] Temperature: 48, temp-max: 72, temp-min: 60
[2018-Mar-12 13:38:55] [GPU-1] Temperature: 48, temp-max: 0, temp-min: 0
[2018-Mar-12 13:38:55] [MINER] Invalid certificate
[2018-Mar-12 13:38:55] [MINER] certificate verify failed
[2018-Mar-12 13:38:55] [MINER] Reconnecting in 3 seconds...
[2018-Mar-12 13:44:40] [MINER] Using pool: mine-eu.miningspeed.com

Invalid certificate on both eu or us location.





Try using any of the following domains:
    us.miningspeed.com   or
    eu.miningspeed.com   or
    asia.miningspeed.com

In addition supply ssl port for example:
    us.miningspeed.com:3054 for mining zclassic
 
Here's on miningspeed getting started,

We have 2 stratums spread over the world:
US miners: mine-us.miningspeed.com
EU miners: mine-eu.miningspeed.com

                  Url                                             Port         Vardiff   SSL/TLS Status    
stratum+tls://mine-location.miningspeed.com:2074    2074    Yes           Yes     Online           TLS supporting Miners

Your suggestion above is meaningless, thank you.






"mime-location" does not mean "mime-us" but "us", please check it. Read the examples.


Thank you for prompt reply. Did you check what I posted above ? It says (on getting started) 'US miners: mine-us.miningspeed.com or EU miners: mine-eu.miningspeed.com'. I can connect mine-xx.miningspeed.com on regular stratum no problem.
It's just this coin (CMM) using this stratum format unlike most of other coin using location.miningspeed.com.
Please you check yourself.

The certificates used by miningspeed are invalid (not trusted by most browsers).
I added the certificate of us.miningspeed.com as privatly trusted to the miner code.
However the domain mine-us.miningspeed.com doesn't use the same certificate
as us.miningspeed.com and the used certificate is also problematic. I can add this
certificate as authorized in the next release of the miner.
Pages: « 1 [2] 3 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!