Giter Club home page Giter Club logo

Comments (11)

K4r4Curt avatar K4r4Curt commented on June 14, 2024

Also tried to delete the foxy-miner.yaml but get the error like before but with different arguments:
Downloading scavenger: ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ | 0% | Speed: N/A(node:15332) UnhandledPromiseRejectionWarning: Error: read ECONNRESET
at TLSWrap.onStreamRead (internal/stream_base_commons.js:209:20)
(Use foxy-miner --trace-warnings ... to show where the warning was created)
(node:15332) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 4)
(node:15332) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

from foxy-miner.

felixbrucker avatar felixbrucker commented on June 14, 2024

It seems to fail to download the scav binary, can you make sure you can download it just fine from here? https://github.com/foxypool/foxy-miner/releases/download/0.0.0/scavenger-1.9.0-windows-x86_64-cpu-only.exe.zip

The file inside that zip is already named correctly for foxy-miner, so if the download via a browser works, but not in foxy-miner for some reason, then you can just put the exe fro mthe zip in the binary directory and it should work

from foxy-miner.

K4r4Curt avatar K4r4Curt commented on June 14, 2024

Thanks for the comment!
I've moved *.zip and *.exe file downloaded from source to /binaries folder, make a settings to foxy-miner.yaml and looks like it let me pass to the next error:
2022-02-18 02:37:35.791 [INFO] Config loaded from C:\Users.config\foxy-miner\foxy-miner.yaml successfully
2022-02-18 02:37:38.827 [ERROR] FoxyPool BHD | Connection outage detected ..
2022-02-18 02:37:38.828 [ERROR] FoxyPool SIGNA | Connection outage detected ..

Then I've reinstall Node.js and the problem have not gone.
So for now I've stucked at [ERROR] FoxyPool | Connection outage detected

from foxy-miner.

felixbrucker avatar felixbrucker commented on June 14, 2024

It looks like something is blocking foxy-miner from internet access, double check your firewall or similar is not blocking it

from foxy-miner.

K4r4Curt avatar K4r4Curt commented on June 14, 2024

the settings I've changed in foxy-miner.yaml:

upstreams:

  • name: FoxyPool BHD
    type: foxypool
    color: '#e25898'
    coin: BHD
    distributionRatio: 0-100
    payoutAddress: "MY-BHD-PAYOUT ADDRESS"
    accountName: "some"
    minerName: "some"
    weight: 20
    doNotInterruptAbovePercent: 50
  • name: FoxyPool SIGNA
    type: foxypool
    color: '#4959ff'
    coin: 'SIGNA'
    distributionRatio: 0-100
    payoutAddress: "MY-SIGNA-PAYOUT ADDRESS"
    accountName: "some"
    minerName: "some"
    weight: 10
    doNotInterruptAbovePercent: 50

from foxy-miner.

K4r4Curt avatar K4r4Curt commented on June 14, 2024

I've checked the firewall rules and add a rule for port at start of an issue:
non-local port: any (nothing)
local port: 8123
direction: IN-/OUT- going
protocol: TCP
non-local address: any (nothing)
local address: any (nothing)

from foxy-miner.

K4r4Curt avatar K4r4Curt commented on June 14, 2024

The same rule on router = checked;
Shut down the firewall = checked.

from foxy-miner.

K4r4Curt avatar K4r4Curt commented on June 14, 2024

some Node.js v.16.14.0 modules requires Python and VisualStudio Tools for compilation and it should install with Node.js package.
But when I'm installing the Node.js as is it rolls up some error when I've tried install Python and VisualStudio Tools from Node.js package.
1645174538739

I've uninstall the Node.js, then install Python 3.10 and then VisualStudio Tools 2022 with the following packets:
1645174538757

Then install Node.js.
I've started foxy-miner after all this proccess and got the same error with "connection outage".

I'm thinking that there is some errors with Node.js dependencies or maybe Node.js requires some specific port opened, but don't have any thoughts where to go.

Maybe someone got the same problems and have a solution?

from foxy-miner.

felixbrucker avatar felixbrucker commented on June 14, 2024

i dont think any of that is related to the issue, you can also try with the exe from the github release which includes all dependencies

it still looks like your firewall is blocking internet for foxy-miner, adding the signa p2p port does not help at all, rather you should whitelist the foxy miner binary/node.exe

from foxy-miner.

K4r4Curt avatar K4r4Curt commented on June 14, 2024

It's certainly because of some net settings rule, but there is no obvious reason for it.
I've made a trustworthy settings in firewall/antivirus for all applets that got dependencies with SIGNA node and foxy-miner too;
I've shut down antivirus before start of foxy-miner;
Downloaded and rolled-up the github release of foxy-miner (again);
Backed up foxy-miner.yaml and made the miner settings from scratch.

After all of that it still with "connection outage" after foxy-miner starts.
Maybe there is some other specific port that needs to be open including port 8123?

from foxy-miner.

felixbrucker avatar felixbrucker commented on June 14, 2024

again, port 8123 is the p2p port for the signum node, foxy miner does not connect to your signum node, nor does it open any port for external use. It connects to the pool gateway over http.

from foxy-miner.

Related Issues (18)

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.