Giter Site home page Giter Site logo

Comments (7)

spollock28269 avatar spollock28269 commented on August 12, 2024

I had the same issue. I changed the ports in neoxa.json as follows for paymentProcessing and daemons. Also be sure to use the same user/pass you have in ./neoxa/neoxa.conf

"paymentProcessing": {
"enabled": true,
"schema": "PROP",
"paymentInterval": 300,
"minimumPayment": 5,
"maxBlocksPerPayment": 50000,
"minConf": 30,
"coinPrecision": 8,
"daemon": {
"host": "127.0.0.1",
"port": 9766,
"user": "xxxxxxx",
"password": "xxxxxxx"

"daemons": [
{
"host": "127.0.0.1",
"port": 9766,
"user": "xxxxxxx",
"password": "xxxxxxx"

from kawpow-pool.

dogemackenzie avatar dogemackenzie commented on August 12, 2024

Im interested in your guide. I got as far as the person above did. I had to recompile/update Node, etc.

from kawpow-pool.

dogemackenzie avatar dogemackenzie commented on August 12, 2024

This is the error im seeing

[2022-09-23T19:48:14.562Z] [info] [system] [Website] : WEBSITE> Attempting to start Website on 0.0.0.0:8080
events.js:187
throw er; // Unhandled 'error' event
^

Error: write EPIPE
at process.target._send (internal/child_process.js:806:20)
at process.target.send (internal/child_process.js:676:19)
at sendHelper (internal/cluster/utils.js:22:15)
at send (internal/cluster/child.js:190:10)
at EventEmitter.cluster._setupWorker (internal/cluster/child.js:43:3)
at initializeClusterIPC (internal/bootstrap/pre_execution.js:336:13)
at prepareMainThreadExecution (internal/bootstrap/pre_execution.js:57:3)
at internal/main/run_main_module.js:7:1
Emitted 'error' event on Worker instance at:
at process. (internal/cluster/worker.js:27:12)
at process.emit (events.js:210:5)
at internal/child_process.js:810:39
at processTicksAndRejections (internal/process/task_queues.js:75:11) {
errno: 'EPIPE',
code: 'EPIPE',

from kawpow-pool.

bpatelTWO avatar bpatelTWO commented on August 12, 2024

I have a complete guide on how to setup neoxa pool fully working for those who are interested! Cheers

I would love a copy of the install guide. Been fighting it for 2-3 days,

from kawpow-pool.

dogemackenzie avatar dogemackenzie commented on August 12, 2024

I have a complete guide on how to setup neoxa pool fully working for those who are interested! Cheers

I would love a copy of the install guide. Been fighting it for 2-3 days,

Agreed, its a hit miss. I either get the web server running, but the pool doesnt come up. Or the other way around.

In your case, try the following

npm rebuild
npm i

node ./init.js

from kawpow-pool.

dogemackenzie avatar dogemackenzie commented on August 12, 2024

@dogemackenzie Did you managed to have the pool up and running with my guides?

Nope, but it got me further than i was before.

from kawpow-pool.

dogemackenzie avatar dogemackenzie commented on August 12, 2024

from kawpow-pool.

Related Issues (15)

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.