Work Server Not Being Utilized

This page summarizes the projects mentioned and recommended in the original post on /r/nanocurrency

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nano-work-server

    A dedicated work server for the Nano cryptocurrency

  • I have set up a local nano node using docker via this guide. Its up and running and in sync. RPC commands work fine, I can successfully send/receive funds using the send and receive RPC commands. I would like to experiment a bit with the work server in order to offload the POW to my GPU. Everything runs on the same local machine and I am running Ubuntu 21.04. So far I can't seem to be able to utilize the nano work server via the node. I tried adding it as a peer using curl -g -d '{ "action" : "work_peer_add", "address" : "127.0.0.1", "port" : "7077"}' localhost:7076 but no luck. When I run the send RPC command or the work_generate command in both cases the work_server is not utilized at all. I can currently query the work server (not via the node) like so curl -g -d '{ "action": "work_generate", "hash": "0"}' localhost:7077 and it indeed returns valid work utilizing my GPU. Bare in mind that I run my work server using the following arguments ./nano-work-server -g 0:0 -c 0 -l 127.0.0.1:7077 since I want to utilize only my GPU. I am not sure how to debug this or what the right approach is. Any input on how to debug this or an alternative setup/approach is greatly appreciated. Let me know if more details are required.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts