Pages:
Author

Topic: Funakoshi Cuda miner is fast and clean from viruses (windows, ubuntu, fedora) - page 2. (Read 2421 times)

newbie
Activity: 63
Merit: 0

.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.



newbie
Activity: 44
Merit: 0
Could you please look if you could add Equihash 96/5 algorithm?
There are enough Equihash 200/9 miners already, but a good 96/5 is still in high demand.
newbie
Activity: 99
Merit: 0
Why SSL only? Are you hiding the network traffic of your miner?

You can easily verify that Funakoshi-Miner only connects to the
miner chosen pool and to no other server.

Exactly 1.5% of submits to the pool are used as developer fee.
This is explicitly explained in the github page.

SSL is used to protect against "man in the middle" changes of
messages to/from the pool.

All submits to the pool and messages from the pool are logged
to console and optionaly to log file.



jr. member
Activity: 330
Merit: 1
Why SSL only? Are you hiding the network traffic of your miner?
newbie
Activity: 99
Merit: 0
@Funakoshi

I just noticed that on Github, the is a spelling mistake on the title of the miner!
"Funakoshi Eqhihash Cuda miner"

Unless it is on purpose?!
If it's the case, I'm curious what's the meaning! Grin

Thanks for this new miner!   I'm installing it right now; it seems very promising  Smiley

Thanks a lot. It was a typo mistake. I fixed it.
newbie
Activity: 1
Merit: 0
@Funakoshi

I just noticed that on Github, the is a spelling mistake on the title of the miner!
"Funakoshi Eqhihash Cuda miner"

Unless it is on purpose?!
If it's the case, I'm curious what's the meaning! Grin

Thanks for this new miner!   I'm installing it right now; it seems very promising  Smiley
newbie
Activity: 18
Merit: 0
Hello Funakoshi,

Are you maybe interested in this project? I am willing to offer you 30% of all earnings mined. This could be a very profitable project where we can earn upto 4-7k USD a day. Please let me know if you are interested.

https://i.gyazo.com/3d76d1ec0710dc4ee8adf8a63608a94d.png
jr. member
Activity: 108
Merit: 7
Finally decided to give this a try:

[2018-Mar-01 15:25:56] [GPU-3] CUDA: failed to alloc memory

6x 1060 3GB. I have a 16GB pagefile.

Dialed back overclock to stock, same results.


funakoshiMiner.exe -l us-east.equihash-hub.miningpoolhub.com:17023 -u XXXXXXXXXXX -p x -f log.txt -cd 0 1 2 3 4 5

I didn't test the miner on 1060 3GB.
It seams that the miner requires more memory than available on the gpu
card. To support 1060 3GB some changes need to be done in the code.




Hi guys, I am new here.

I have exactly the same problem: CUDA: failed to alloc memory
Running a 6 GTX 1070 Ti rig on Windows 10.

Any ideas on how to solve it?


What is the command you used for running the miner?



this is the one I used:

funakoshiMiner.exe -cd 0 1 2 3 4 -l eu1-zcash.flypool.org:3443 -u address.minername

I took it as it was from the web and just changed my wallet address and miner name.
newbie
Activity: 99
Merit: 0
Code:
funakoshiMiner.exe -l us-east.equihash-hub.miningpoolhub.com:17023 -u XXXXXXXXXXX -p x -f log.txt -cd 0 1 2 3 4 5

that is the command I used.




Just for testing. Can you try to use only 3 devices -cd 0 1 2
and see if the problem continues.
newbie
Activity: 70
Merit: 0
Code:
funakoshiMiner.exe -l us-east.equihash-hub.miningpoolhub.com:17023 -u XXXXXXXXXXX -p x -f log.txt -cd 0 1 2 3 4 5

that is the command I used.


newbie
Activity: 99
Merit: 0
Finally decided to give this a try:

[2018-Mar-01 15:25:56] [GPU-3] CUDA: failed to alloc memory

6x 1060 3GB. I have a 16GB pagefile.

Dialed back overclock to stock, same results.


funakoshiMiner.exe -l us-east.equihash-hub.miningpoolhub.com:17023 -u XXXXXXXXXXX -p x -f log.txt -cd 0 1 2 3 4 5

I didn't test the miner on 1060 3GB.
It seams that the miner requires more memory than available on the gpu
card. To support 1060 3GB some changes need to be done in the code.




Hi guys, I am new here.

I have exactly the same problem: CUDA: failed to alloc memory
Running a 6 GTX 1070 Ti rig on Windows 10.

Any ideas on how to solve it?


What is the command you used for running the miner?
jr. member
Activity: 108
Merit: 7
Finally decided to give this a try:

[2018-Mar-01 15:25:56] [GPU-3] CUDA: failed to alloc memory

6x 1060 3GB. I have a 16GB pagefile.

Dialed back overclock to stock, same results.


funakoshiMiner.exe -l us-east.equihash-hub.miningpoolhub.com:17023 -u XXXXXXXXXXX -p x -f log.txt -cd 0 1 2 3 4 5

I didn't test the miner on 1060 3GB.
It seams that the miner requires more memory than available on the gpu
card. To support 1060 3GB some changes need to be done in the code.




Hi guys, I am new here.

I have exactly the same problem: CUDA: failed to alloc memory
Running a 6 GTX 1070 Ti rig on Windows 10.

Any ideas on how to solve it?
newbie
Activity: 70
Merit: 0
Finally decided to give this a try:

[2018-Mar-01 15:25:56] [GPU-3] CUDA: failed to alloc memory

6x 1060 3GB. I have a 16GB pagefile.

Dialed back overclock to stock, same results.


funakoshiMiner.exe -l us-east.equihash-hub.miningpoolhub.com:17023 -u XXXXXXXXXXX -p x -f log.txt -cd 0 1 2 3 4 5

I didn't test the miner on 1060 3GB.
It seams that the miner requires more memory than available on the gpu
card. To support 1060 3GB some changes need to be done in the code.


All other equihash software support it, its no biggy if you dont put it in.
newbie
Activity: 99
Merit: 0
Finally decided to give this a try:

[2018-Mar-01 15:25:56] [GPU-3] CUDA: failed to alloc memory

6x 1060 3GB. I have a 16GB pagefile.

Dialed back overclock to stock, same results.


funakoshiMiner.exe -l us-east.equihash-hub.miningpoolhub.com:17023 -u XXXXXXXXXXX -p x -f log.txt -cd 0 1 2 3 4 5

I didn't test the miner on 1060 3GB.
It seams that the miner requires more memory than available on the gpu
card. To support 1060 3GB some changes need to be done in the code.
newbie
Activity: 70
Merit: 0
Finally decided to give this a try:

[2018-Mar-01 15:25:56] [GPU-3] CUDA: failed to alloc memory

6x 1060 3GB. I have a 16GB pagefile.

Dialed back overclock to stock, same results.


funakoshiMiner.exe -l us-east.equihash-hub.miningpoolhub.com:17023 -u XXXXXXXXXXX -p x -f log.txt -cd 0 1 2 3 4 5
newbie
Activity: 48
Merit: 0
Version 1.0 of the miner has been released.
Made some gpu-side performance improvments  Cheesy

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



Time to get our hands dirty again ;-)

Fantastic job, Funakoshi!

Cheers,
Andy
newbie
Activity: 99
Merit: 0
At my 3 x GTX 1080 less 12% Hash and 7% more power consumption at lower TDU.

Please check on the pool side and see.

The sol/s in the EquiHash algorithm change all the time in
the range of 30% to each direction. I am still experimenting
in calculating more or less stable avarage.

What is important to you is what your pool says.
The pool estimates an avarage based on submits.
From hundreds of sol/s each second, there is 1 submit
each 1 to 60 seconds (depending on the difficulty target
of the pool). Thus the pool estimate is also unstable.

You should run the miner a full day to decide what the
pool says.


jr. member
Activity: 47
Merit: 2
At my 3 x GTX 1080 less 12% Hash and 7% more power consumption at lower TDU.
newbie
Activity: 93
Merit: 0
Hopefully we'll get some test results soon from the update
newbie
Activity: 99
Merit: 0
Version 1.0 of the miner has been released.
Made some gpu-side performance improvments  Cheesy

    https://github.com/funakoshi2718/funakoshi-miner
Pages:
Jump to: