Bitcoin Forum
May 08, 2024, 11:55:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: What is next?
CryptoNightV7 - 7 (8.4%)
CryptoNightHeavy - 7 (8.4%)
X16R - 27 (32.5%)
Xevan - 14 (16.9%)
Other - 4 (4.8%)
Improve Existing - 24 (28.9%)
Total Voters: 83

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 »  All
  Print  
Author Topic: CryptoDredge 0.8.0 — NVIDIA GPU Miner [obsolete]  (Read 25149 times)
NorbertColon
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
July 01, 2018, 05:56:55 PM
 #241

From the readme.txt it looks more like:

CryptoDredge.exe --api-type ccminer-tcp --api-port 4444
1715169337
Hero Member
*
Offline Offline

Posts: 1715169337

View Profile Personal Message (Offline)

Ignore
1715169337
Reply with quote  #2

1715169337
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715169337
Hero Member
*
Offline Offline

Posts: 1715169337

View Profile Personal Message (Offline)

Ignore
1715169337
Reply with quote  #2

1715169337
Report to moderator
1715169337
Hero Member
*
Offline Offline

Posts: 1715169337

View Profile Personal Message (Offline)

Ignore
1715169337
Reply with quote  #2

1715169337
Report to moderator
oberrz
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
July 01, 2018, 06:06:58 PM
 #242

Are you gonna finally fix devs fee bug ?!!
cryptodredge (OP)
Member
**
Offline Offline

Activity: 157
Merit: 19


View Profile WWW
July 01, 2018, 06:09:34 PM
 #243

From the readme.txt it looks more like:

CryptoDredge.exe --api-type ccminer-tcp --api-port 4444
It was in beta. Now you might use only -b, --api-bind

CryptoDredge: ‎NVIDIA GPU Miner
cryptodredge (OP)
Member
**
Offline Offline

Activity: 157
Merit: 19


View Profile WWW
July 01, 2018, 06:10:53 PM
 #244

From the readme.txt it looks more like:

CryptoDredge.exe --api-type ccminer-tcp --api-port 4444
default --api-type is ccminer-tcp

CryptoDredge: ‎NVIDIA GPU Miner
cryptodredge (OP)
Member
**
Offline Offline

Activity: 157
Merit: 19


View Profile WWW
July 01, 2018, 06:11:49 PM
Last edit: July 01, 2018, 07:15:07 PM by cryptodredge
 #245

Are you gonna finally fix devs fee bug ?!!
Is it still crashing?

CryptoDredge: ‎NVIDIA GPU Miner
cryptodredge (OP)
Member
**
Offline Offline

Activity: 157
Merit: 19


View Profile WWW
July 01, 2018, 06:35:27 PM
 #246

cryptodredge

"-b 127.0.0.1:4444"

I open TCP connection, and write "summary" or "threads" and CD nothing answer. What is wrong?
(this code work fine with any ccminer)


Why not work this?
"-b localhost:4444"

Hm... Works fine for me on 127.0.0.1:4444. Could you check an another port or the firewall settings. We'll try to resolve issue with "-b localhost:4444"

CryptoDredge: ‎NVIDIA GPU Miner
Quake4
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
July 01, 2018, 07:11:53 PM
Last edit: July 01, 2018, 08:00:33 PM by Quake4
 #247

1. Could you check an another port or the firewall settings.
2. We'll try to resolve issue with "-b localhost:4444"

1. Firewall settings is default.
 Connection established. Command sended normally. Readed answer as `null`. No exceptions.

powershell code work with any ccminer:
Code:
$Client =[Net.Sockets.TcpClient]::new("127.0.0.1", "4444")
$Stream = $Client.GetStream()
$Writer = [IO.StreamWriter]::new($Stream)
$Reader = [IO.StreamReader]::new($Stream)

$Writer.WriteLine("summary")
$Writer.Flush()
$result = $Reader.ReadLine() # $Reader.ReadToEnd() same $null
Write-Host "Answer: $result"

2. Thanks.

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
LeonidSosnovskiy
Newbie
*
Offline Offline

Activity: 105
Merit: 0


View Profile
July 01, 2018, 08:28:39 PM
 #248

Titan V

Lyra2v2

cryptodredge - 114 Mh  - i 6

ccminer - 122 Mh          -i 22
cryptodredge (OP)
Member
**
Offline Offline

Activity: 157
Merit: 19


View Profile WWW
July 01, 2018, 08:31:17 PM
 #249

1. Could you check an another port or the firewall settings.
2. We'll try to resolve issue with "-b localhost:4444"

1. Firewall settings is default.
 Connection established. Command sended normally. Readed answer as `null`. No exceptions.

powershell code work with any ccminer:
Code:
$Client =[Net.Sockets.TcpClient]::new("127.0.0.1", "4444")
$Stream = $Client.GetStream()
$Writer = [IO.StreamWriter]::new($Stream)
$Reader = [IO.StreamReader]::new($Stream)

$Writer.WriteLine("summary")
$Writer.Flush()
$result = $Reader.ReadLine() # $Reader.ReadToEnd() same $null
Write-Host "Answer: $result"

2. Thanks.

Please, try $Writer.Write("summary"), because WriteLine sending "summary\r\n". We'll fix it

CryptoDredge: ‎NVIDIA GPU Miner
oberrz
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
July 01, 2018, 09:16:50 PM
 #250

Are you gonna finally fix devs fee bug ?!!
Is it still crashing?

Yes, nothing changed !

https://ibb.co/c9GDn8
cryptodredge (OP)
Member
**
Offline Offline

Activity: 157
Merit: 19


View Profile WWW
July 01, 2018, 09:30:22 PM
 #251

Are you gonna finally fix devs fee bug ?!!
Is it still crashing?

Yes, nothing changed !

https://ibb.co/c9GDn8
Try using -i 5. Apologies!

CryptoDredge: ‎NVIDIA GPU Miner
joseph32
Member
**
Offline Offline

Activity: 413
Merit: 21


View Profile
July 02, 2018, 04:15:17 AM
 #252

I tried it to run with Nicehash Legacy, but the simple replacement of the ccminer will not work.

Does anyone knows the trick?
Thanhtamtg
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
July 02, 2018, 05:39:06 AM
 #253

Why are you mining neoscrypt as devfee? My power draw increases by 50% while the devfee is running and the temperatures spike up. You'll kill someone's rig doing this.
My rig dead lastnight Sad claim it on 0.6.0
Mr.Spider703
Member
**
Offline Offline

Activity: 392
Merit: 27

http://radio.r41.ru


View Profile WWW
July 02, 2018, 06:07:06 AM
 #254

my rig was restart on last version.
мoй пк пepeзaпycтилcя caм нa пocлeднeй вepcии
nokia5556
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile WWW
July 02, 2018, 06:08:13 AM
 #255

Thank you dev for API support, https://minermonitoring.com now supports with API reporting.
Quake4
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
July 02, 2018, 06:35:08 AM
 #256

I tried it to run with Nicehash Legacy, but the simple replacement of the ccminer will not work.

Does anyone knows the trick?
Use MindMiner Wink
https://github.com/Quake4/MindMiner/releases/tag/v2.50

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
Quake4
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
July 02, 2018, 07:20:03 AM
 #257

Please, try $Writer.Write("summary"), because WriteLine sending "summary\r\n". We'll fix it
Thanks. `.Write("summary")` fork fine.
I add CD in MindMiner.

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
oberrz
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
July 02, 2018, 09:32:40 AM
Last edit: July 02, 2018, 10:17:14 AM by oberrz
 #258

I have very specific overlocking with constant voltage and my PSU works on 80% of their power with my overlocking, when Dev's session starts it makes my PSU work on 100% and it crash everything. Why don't you just make dev's sessions in the same algorithm as users session ? It will resolve any issues.

p.s I'll try i 5 but I guess my suggestion will be much better

p.p.s : Same picture with -i 5 https://ibb.co/eac4rd and https://ibb.co/jBqqWd

Please make it finally fixed. Your miner is the best but this thing makes me using ccminer...
rezarrected
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
July 02, 2018, 11:43:17 AM
 #259

Any plans to support Cryptonight7/Monero?

We'd love to use it for our project xDrop Crypto Messenger (DROP) https://xDrop.io
Juniormkl
Newbie
*
Offline Offline

Activity: 155
Merit: 0


View Profile
July 03, 2018, 03:46:07 AM
 #260

The devfee is crashing my rigs, stable on ccminer and z-enemy miner, same settings on both. Fix it please.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!