Code Monkey home page Code Monkey logo

Comments (14)

aaronsace avatar aaronsace commented on July 20, 2024

Mainly benchmarking. You use ccminer, correct?

I don't have a NVIDIA card; please could you try running this powershell script let us know what ccminer sends back:

$server = "localhost"
$port = 4028
$message = @{command="summary"; parameter=""} | ConvertTo-Json

$client = New-Object System.Net.Sockets.TcpClient $server, $port
$stream = $client.GetStream()

$writer = New-Object System.IO.StreamWriter $stream
$writer.Write($message)
$writer.Flush()

$reader = New-Object System.IO.StreamReader $stream

$reader.ReadToEnd()

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

image
on my rig 3x1070 with ccminer running

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Sorry, try port '4068' instead of '4028'.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

already tried=)just nothing=)
image

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

There is like no documentation. I'm sure it must be something simple.

Try this:

$server = "localhost"
$port = 4068
$message = "summary"
$client = New-Object System.Net.Sockets.TcpClient $server, $port
$stream = $client.GetStream()
$writer = New-Object System.IO.StreamWriter $stream
$writer.Write($message)
$writer.Flush()
$reader = New-Object System.IO.StreamReader $stream
$reader.ReadToEnd()

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

not starting at all...

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Is there an error message?

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

oops...i refresh page and your scrypt is changing a little=)
image

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Nice!

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

guess it's working now=)

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

I'll get that added into version 2. Thank you very much.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

welcome.so how about delta for v1.3?=)

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

It's in v2 but you are best waiting until I've added NVidia support otherwise it will take you ages setting up.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

i saw it=)but i like v1.3.nvidia is already working good with my changes.i'm just scared so many files to change in v2.but if you think so...waiting.

from multipoolminer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.