Forging pool script

Discussion in 'Forging Pools' started by Pharesim, Aug 1, 2014.

  1. Pharesim Administrator

    We lost some forgers the last days, so I decided not to wait for someone to take on the pool bounty any more.

    https://github.com/NeXTHorizon/nhzpool

    Fees can be set in the config file. Currently the payout limit is set there also, I plan to extend it to react to messages if a user wants to change his limit (the one in the config will then be the minimum)
     
  2. Hello
    How to setup pool.
    I get eror

    checkit http://107.167.182.218:8810/
     
  3. Pharesim Administrator

    I have to admit I didn't look at the webserver part yet, but I sent the author a pm to check here. I got time to help next week if he didn't answer until then!
     
  4. That will show up until you have at least 1 leaser in list ( i never added error bypass for that) or something isn't talking right, if you ran it with the start.sh you can type screen -x poolserver to see error or take the # away from #, debug at top and #debug(True) at bottom in webserver.py

    you can get other pages by going to typing http://107.167.182.218:8810/blocks
     
  5. Whats needed in the code for it to start forging once there are active leasings?
     
  6. Pharesim Administrator

    https://github.com/NeXTHorizon/nhzpool/blob/master/pool.py#L30 should do that...no time to check why it doesn't at the moment :/
     
  7. Seems like I got it working. Thanks for brining it to my attention!
     
  8. Installed all requirements got these messages when following the steps on the github:

    Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
    Storing debug log for failure in /root/.pip/pip.log

    cat: db.txt: No such file or directory

    cp: cannot stat ‘config.ini.example’: No such file or directory


    I'm a noob with ubuntu command line and github. Please help. If possible and not too much of a hassle can someone make this easier by providing steps as simple as copy and paste? I'm thinking maybe I installed something incorrectly or am missing a requirement (although I did each one and they seemed to all succeeded)

    Thank you
     

Share This Page