-
### Reproduction
Generate a remix site with the cloudflare template:
```
pnpx create-remix@latest --template remix-run/remix/templates/cloudflare
```
The site should deploy just fine. If you ru…
-
how to set up merged mining 2 coins?
it's not really clear from the instructions,
I realized that I need to run two pools
node init.js -config=1config.json
node init.js -config=2config.json
and…
kilwm updated
5 months ago
-
running the following development branch with a fully sync'd bytecoin daemon.
https://github.com/dvandal/cryptonote-nodejs-pool/tree/development
the following config should work.
https://gith…
-
## Description
When running our application in a Docker container, we're experiencing connection timeouts when trying to connect to Nostr relays. The same code works fine on macOS bun, but fails in b…
gaboe updated
2 months ago
-
Browsing the code I was wondering what are blocked addresses in `nodejs-pool/lib/coins/xmr.js` for? Are there fees going to pool developers? If so, how much?
Thanks for answer.
-
### Which Cloudflare product(s) does this pertain to?
Workers Vitest Integration
### What version(s) of the tool(s) are you using?
0.1.12
### What version of Node are you using?
20.11.0…
-
This is observed after upgrading to v3.6.2 from v3.5.5. Classes are missing from docs (both links and pages) if the constructor is marked `@private` but the class itself isn't. Using default template.…
-
Are there any plans to add compatibility for Minexmr.com? Currently, it crashes with this error:
```javascript
Received new block template on undefined height with undefined target difficulty from…
-
I guess it's simple for you to add email notifications (like in nodejs-pool). Very useful.
-
In my mysql2 pool config, I've specified connection limit as 2. Still my database shows 7 connections from my nodeJS server. These connections gets killed when I stop my nodeJS server. Just trying to …