Pages:
Author

Topic: CryptoDredge 0.8.0 — NVIDIA GPU Miner [obsolete] - page 11. (Read 25218 times)

member
Activity: 157
Merit: 19
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
newbie
Activity: 105
Merit: 0
Titan V

Lyra2v2

cryptodredge - 114 Mh  - i 6

ccminer - 122 Mh          -i 22
member
Activity: 825
Merit: 18
MindMiner developer
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.
member
Activity: 157
Merit: 19
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"
member
Activity: 157
Merit: 19
Are you gonna finally fix devs fee bug ?!!
Is it still crashing?
member
Activity: 157
Merit: 19
From the readme.txt it looks more like:

CryptoDredge.exe --api-type ccminer-tcp --api-port 4444
default --api-type is ccminer-tcp
member
Activity: 157
Merit: 19
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
newbie
Activity: 20
Merit: 0
Are you gonna finally fix devs fee bug ?!!
newbie
Activity: 6
Merit: 0
From the readme.txt it looks more like:

CryptoDredge.exe --api-type ccminer-tcp --api-port 4444
member
Activity: 825
Merit: 18
MindMiner developer
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"
newbie
Activity: 9
Merit: 0

v0.6.0 released

  • Add ccminer 2.3 compatible API
  • Add --cpu-priority option to set process priority (0 - 5)
  • Other minor fixes

Download/Mirror

If you have difficulties with a setup of Awesome Miner with CryptoDredge, you might ask about it on Telegram Channel

Great job! Thank you
member
Activity: 157
Merit: 19


v0.6.0 released

  • Add ccminer 2.3 compatible API
  • Add --cpu-priority option to set process priority (0 - 5)
  • Other minor fixes

Download/Mirror

If you have difficulties with a setup of Awesome Miner with CryptoDredge, you might ask about it on Telegram Channel

P.S.
Guys, the API is still in the development but you can check available API's features
member
Activity: 602
Merit: 11
tell me how long the developers respond to tickets, and where to see these answers  Huh
Follow us on Telegram Channel
already there Smiley
member
Activity: 157
Merit: 19
tell me how long the developers respond to tickets, and where to see these answers  Huh
Follow us on Telegram Channel
member
Activity: 602
Merit: 11
tell me how long the developers respond to tickets, and where to see these answers  Huh
newbie
Activity: 6
Merit: 0
4 x 1070ti,
0.862V core = 75-80W per card.
https://preview.ibb.co/kn0U4y/image.jpg
member
Activity: 413
Merit: 17
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.
newbie
Activity: 57
Merit: 0
can you do a version that works with p2pool? thx
newbie
Activity: 111
Merit: 0
Very fast miner, get best results on PHI2 but it's a bit buggy. Sometimes on 9x1070ti hashrate is halving on every card i need to restart miner.
Other thing sometimes after mining dev fee it does not switch to my pool, it's mining nothing i think. Shares are not displaying.
newbie
Activity: 9
Merit: 0
need an API
Pages:
Jump to: