Coder Social home page Coder Social logo

Comments (4)

OlMi1 avatar OlMi1 commented on May 25, 2024

How'd you fix it? Same problem.

from monero-pool.

msgol avatar msgol commented on May 25, 2024

Wallet-RPC was not working right, the service would start and show running but later on the service would die. I think changing walletRPC port back to rpc-bind-port=28088 fixed it.

from monero-pool.

OlMi1 avatar OlMi1 commented on May 25, 2024

Can confirm that. The issue is not really that it does not work but rather that it takes ages to start, making the pool throw errors I fixed that by creating a start bash file which waits 10s;

  1. Start node
  2. Wait 10s
  3. Start wallet
  4. Wait 10s
  5. Start pool

from monero-pool.

msgol avatar msgol commented on May 25, 2024

Yes that too, you could also do Restart=always in your systemctl config file if you hate wait like me. also use After=monerod.service. Here my working one if it helps:

[Unit]
Description=Monero wallet rpc
After=monerod.service

[Service]
User=monero
Group=monero
WorkingDirectory=~
RuntimeDirectory=monero

Type=forking PIDFile=/run/monero/monerowallet.pid
#ExecStartPre=/bin/sleep 30 #restart always fixed it no need for this
ExecStart=/usr/local/bin/monero-wallet-rpc --config-file /etc/monerowallet.conf --pidfile /run/monero/monerowallet.pid

Restart=always

[Install]
WantedBy=multi-user.target

from monero-pool.

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.