Pages:
Author

Topic: [ANN][POOLS] CryptoNote Universal Pool Solution - page 2. (Read 39324 times)

newbie
Activity: 40
Merit: 0
The sumokoin project has a well maintained cryptonote pool fork here:
https://github.com/SadBatman/cryptonote-sumokoin-pool/


Changes we added to this fork are, amongst others:

  • Email notifications
  • Miner controlled minimum payout rates
  • Health monitoring in the web UI (e.g. see when the pool's wallet is down)
  • Improved proxy support

We also have a Telegram group where we discuss new development projects and can assist if you have problems running our fork.
https://t.me/joinchat/Hkpz6hIFOy4qGqMHTDzn1A

If you are a pool admin; come and have a look at our fork!

Is it possible to update the existing cryptonote pool or is it necessary to start from scratch?

These guys already using it, check https://dero.nitropools.com
newbie
Activity: 1
Merit: 0
I'm writing an android app to integrate with the pool APIs and I'm running into an interesting problem. When I call an end point such as here, I can parse the data fine (UTF-8). However, if I call the actual site data end point such as here, it returns a ton of garbled information.

Both of these endpoints work in a browser. It's just on the android side that's an issue.

So my question is, is this data on the live_stats page delivered differently from the stats_address page? Some sort of streaming or encoding difference? I'm trying to narrow it down, but I can't and every method of programmatically opening a connection to the live stats page gives me a bunch of garbage.

Thoughts?
full member
Activity: 378
Merit: 102
The sumokoin project has a well maintained cryptonote pool fork here:
https://github.com/SadBatman/cryptonote-sumokoin-pool/


Changes we added to this fork are, amongst others:

  • Email notifications
  • Miner controlled minimum payout rates
  • Health monitoring in the web UI (e.g. see when the pool's wallet is down)
  • Improved proxy support

We also have a Telegram group where we discuss new development projects and can assist if you have problems running our fork.
https://t.me/joinchat/Hkpz6hIFOy4qGqMHTDzn1A

If you are a pool admin; come and have a look at our fork!

Is it possible to update the existing cryptonote pool or is it necessary to start from scratch?
newbie
Activity: 66
Merit: 0
Hi
I made some changes with IP's
I change them on 0.0.0.0 in run commands of daemons and simlewallet
and I run Pool witch command
node init.js -config=config.json
But the Pool I run before simplewallet and Its looks fine but take a look on screen shots below.
http://me4u.co/main.jpg
http://me4u.co/wallet.jpg
http://me4u.co/stats.jpg

like you see on first one  Total Hashes Submitted: 25384124
But
Pending Balance: 0.000000000000
Total Paid: 0.000000000000

On second one like you see daemon and wallet is ON
On wallet is over 28k

and on third picture you can see stat's
all zeros...
and I don't have Idea why.


The pending balance refers to the amount that you earned from a block that your pool found.  Your pool hasn't found a block yet so you cannot have a pending balance.
But how is possible then my pool hasn't found any block if I mined over 2,000 blocks right now, and on pool address have all rewards for all mined blocks. But not owned by my address with is set in my miner.

regards
newbie
Activity: 19
Merit: 0
For the people interested,
We started a new pool for the electroneum.
http://etn. proxpool.com

We allow mining from port 443 to bypass corporate proxies.

0.1% fee.
full member
Activity: 378
Merit: 102
Can someone help me out? I found out that my pool was not updating the charts for a while (3 weeks  Undecided). I can't remember but maybe that was the time I switched from running the pool with "node init.js" to running it with four seperate modules in tmux:
node init.js -module=api
node init.js -module=pool
node init.js -module=unlocker
node init.js -module=payments
The README.md is not mentioning that there is a fifth module "chartsDataCollector" so I don't know if it was running as part of one of the other four modules.

However, I have restarted the complete pool with "node init.js" and in the console I only see two out of five charts ("workers" & "hashrate"):
2017-12-12 22:08:13 [charts] workers chart collected value 2. Total sets count 9
2017-12-12 22:09:13 [charts] hashrate chart collected value 3311. Total sets count 9

So in my frontend I am missing the three charts for "difficulty", "price" & "profit". I didn't touch this section in the config_example.json so it's running with default settings, all charts are enabled.

What can I do to get the missing three charts back?

Update: As always, right after this post (without doing anything) the other three charts appeared out of nowhere...
newbie
Activity: 24
Merit: 0
The sumokoin project has a well maintained cryptonote pool fork here:
https://github.com/SadBatman/cryptonote-sumokoin-pool/


Changes we added to this fork are, amongst others:

  • Email notifications
  • Miner controlled minimum payout rates
  • Health monitoring in the web UI (e.g. see when the pool's wallet is down)
  • Improved proxy support

We also have a Telegram group where we discuss new development projects and can assist if you have problems running our fork.
https://t.me/joinchat/Hkpz6hIFOy4qGqMHTDzn1A

If you are a pool admin; come and have a look at our fork!
newbie
Activity: 24
Merit: 0
Hi
I made some changes with IP's
I change them on 0.0.0.0 in run commands of daemons and simlewallet
and I run Pool witch command
node init.js -config=config.json
But the Pool I run before simplewallet and Its looks fine but take a look on screen shots below.
http://me4u.co/main.jpg
http://me4u.co/wallet.jpg
http://me4u.co/stats.jpg

like you see on first one  Total Hashes Submitted: 25384124
But
Pending Balance: 0.000000000000
Total Paid: 0.000000000000

On second one like you see daemon and wallet is ON
On wallet is over 28k

and on third picture you can see stat's
all zeros...
and I don't have Idea why.


The pending balance refers to the amount that you earned from a block that your pool found.  Your pool hasn't found a block yet so you cannot have a pending balance.
newbie
Activity: 66
Merit: 0
Hi
I made some changes with IP's
I change them on 0.0.0.0 in run commands of daemons and simlewallet
and I run Pool witch command
node init.js -config=config.json
But the Pool I run before simplewallet and Its looks fine but take a look on screen shots below.
http://me4u.co/main.jpg
http://me4u.co/wallet.jpg
http://me4u.co/stats.jpg

like you see on first one  Total Hashes Submitted: 25384124
But
Pending Balance: 0.000000000000
Total Paid: 0.000000000000

On second one like you see daemon and wallet is ON
On wallet is over 28k

and on third picture you can see stat's
all zeros...
and I don't have Idea why.
newbie
Activity: 1
Merit: 0
I have the pool up and running well with http://example.com/
but when i am trying to do https://example.com/ the charts going nuts and
they are not working at all does anyone know how to fix it or guide me on
what do i need to change from the files in order to work fine ?
legendary
Activity: 2716
Merit: 1387
Ukrainians will resist
Need help.
I want to run the pool for fork monero.
the miner does not connect to the pool.
Code:
Error in server response
: {"id":1,"jsonrpc":"2.0","error":{"code":-1,"message":"Invalidpaymentaddresspro
vided"}}
Stratum - reading socket failed 10038, disconnect

How can I fix this?
newbie
Activity: 66
Merit: 0
I use different source from here
https://github.com/AcidMiner/forknote-pool
I run deamons on two separate VPS like that

Code:
./deamond --rpc-bind-ip 100.100.10.101 --rpc-bind-port 18081
./deamond --rpc-bind-ip 100.100.10.102 --rpc-bind-port 18081

On first I run also simlewallet like this: on VPS with IP 100.100.10.101

Code:
./simplewallet --wallet-file pool.wallet --password password --rpc-bind-port 8082 --daemon-address 100.100.10.101:18081

Both are on Ubuntu 16.04

Now on third VPS on ubuntu 14.04 I run the pool with IP 100.100.10.103
witch Config of IP's:

Code:
"daemon": {
"host": "100.100.10.101",
"port": 18081
},

"wallet": {
    "host": "100.100.10.101",
    "port": 8082

},

And when simplewallet is on then pool is not listening on mining port like above but when I close simplewallet down the pool is starting as normal there is no errors and pool is working I am able to mine but in pool admin.html simplewallet is down then there is nothing in stats and of course no payments.
legendary
Activity: 2716
Merit: 1387
Ukrainians will resist
Any miner no connect.
Coin UltraNote (XUN)
Error:
Code:
[2017-12-02 15:41:23] [xun.ms-pool.net.ua:3333] error: "invalid address used for
 login", code: -1
What is the problem and how to fix it?
newbie
Activity: 1
Merit: 0
Hi there, software looks superior. How can I setup SSL certificate on specific/all ports?
Also admin panel returns that there is a problem with my wallet which is:
Code:
{"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}
I am mining Monero.
newbie
Activity: 24
Merit: 0

Code:
TypeError: Cannot read property 'pool' of undefined
    at /root/pool/lib/charts.js:155:30
    at IncomingMessage. (/root/pool/lib/apiInterfaces.js:31:17)
    at IncomingMessage.emit (events.js:117:20)
    at _stream_readable.js:944:16
    at process._tickCallback (node.js:458:13)

Can you double check the API section of the config ? It seems to be missing.
newbie
Activity: 66
Merit: 0
Hi
I got problem with pool, is starting an in monitoring is everything fine but....

Code:
root@*********:~/pool# node init.js
2017-11-20 11:57:19 [master] Pool spawned on 1 thread(s)
2017-11-20 11:57:20 [unlocker] Started
2017-11-20 11:57:20 [payments] Started
2017-11-20 11:57:20 [unlocker] No blocks candidates in redis
2017-11-20 11:57:20 [charts] Started
2017-11-20 11:57:20 [chartsDataCollector] Started
2017-11-20 11:57:20 [payments] No workers' balances reached the minimum payment threshold
2017-11-20 11:57:20 [charts] Started
2017-11-20 11:57:20 [api] API started & listening on port 8117


Like you can see is not starting to end I thing because there is no ports listing for mining like in config.json
3333
5555
7777

Any solution on that ??

And also is on console something like that ??

Code:
TypeError: Cannot read property 'pool' of undefined
    at /root/pool/lib/charts.js:155:30
    at IncomingMessage. (/root/pool/lib/apiInterfaces.js:31:17)
    at IncomingMessage.emit (events.js:117:20)
    at _stream_readable.js:944:16
    at process._tickCallback (node.js:458:13)
full member
Activity: 320
Merit: 101
Just writing this message to thank you guys.

I'm a miner and I mine at pools who uses your pool script. I've mined many different coins at many different pools, yet none of them satisfies me more than this.

UI, details, flexibility, everything is so perfect.

Thank you so much for contributing the community with this great thing.
newbie
Activity: 9
Merit: 0
API This way.
####################
   "api": {
        "enabled": true,
        "hashrateWindow": 600,
        "updateInterval": 5,
        "port": 8117,
        "blocks": 30,
        "payments": 30,
        "password": "xxxxxxx"
    },
#########################
Do I have to change anything in " init.js "?



it is okay.
No, you don't have to change anything in init.js (it is the "pool" itself).
If you run node init.js -config=your_config.json, doest the pool start?
Can you share the log after you start the pool?

Also... did you configure the daemon and wallet sections in your your_config.json. That config tells the pool how and where to connect to the daemon of your coin.
You should specify IP and PORT.

Also, is the port 8117 open in your your linux?

If I run node init.js -config=config.json, I get only errors!
config.json is filled in properly, I think.
Port 8117 is open in firewall

Can someone please help me
newbie
Activity: 1
Merit: 0
Hi there, thank you so much for all the hard work! Kiss You guys are amazing.

I would like to learn how to manage payment addresses within the pool. I have a pending payment to an invalid sumokoin address, any chance someone could point me in the right direction? Smiley I also am a little new to installing wallet daemon, I can install normal sumokoin gui wallet, would this work aswell? Thank you! once again, very much appreciate all of your hard work :/

sumokoind - up
pool node.js - up / running great
wallet/daemon - not installed
newbie
Activity: 14
Merit: 0
Hey guys,
got the pool working fine and all, did also find 5 blocks till 3 days ago.
But now it's stuck for three days, and i'm afraid it's gonna end up mining 300% of a block. Is this a known error, and how can this be fixed/skipped?
Our hashrate is the same as it was before we got stuck on this damn block (est.1 day per block).
Pages:
Jump to: