Bitcoin Forum
April 19, 2024, 10:12:10 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 »  All
  Print  
Author Topic: [ANN][POOLS] CryptoNote Universal Pool Solution  (Read 39321 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
bapparabi
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000


View Profile
October 15, 2017, 09:23:14 AM
 #101

its still no matured 5 to go

1375832   5 to go   425615174   a7e0e991edeb21c178210818604953ec19b6d995895318c4c9e64095a7f8599f   10/15/2017, 2:30:41 PM   10%

so wait till it mature then payment will be done auto . if you have done correct setting
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713521530
Hero Member
*
Offline Offline

Posts: 1713521530

View Profile Personal Message (Offline)

Ignore
1713521530
Reply with quote  #2

1713521530
Report to moderator
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 15, 2017, 09:29:02 AM
 #102

But when finding a block the balance should not appear logo on the wallet of the pool and be visible in the admin? The balance is there but says "blocked" just wait?
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 15, 2017, 03:59:48 PM
 #103

The state of payment of the block found already is OK.
But there was no payment for any worker..... something is wrong with the exit of payments......
Can anyone help?


Pool : http://bcn.xfree.pm
bapparabi
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000


View Profile
October 15, 2017, 04:39:50 PM
 #104

i can see there is some issue may be not sure ..can you see in your wallet how many BCN you have and showing and can you see if that fund is locked or unlocked .

and also your config file can you put there to see if there is issue in the config file ..also you that you payment config is running or not
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 15, 2017, 06:00:24 PM
 #105

Yes I can see the balance of my wallet, and this is correct and unlocked.

Code:
{"available_balance":445553343919,"locked_amount":0}


Yes, I have the option of active payments.

Code:

"payments": {
        "enabled": true,
        "interval": 60,
        "maxAddresses": 50,
        "mixin": 3,
       "transferFee": 5000000,
       "minPayment": 2500000000,
       "denomination": 100000000

But the pool no automatic payment
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 19, 2017, 08:46:08 PM
 #106

I have a problem with payments...

Several blocks found...

No payments left for the workers...

Someone to help?





http://bcn.xfree.pm



freemanjackal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
October 20, 2017, 01:32:58 AM
 #107

I have a problem with payments...

Several blocks found...

No payments left for the workers...

Someone to help?





http://bcn.xfree.pm




you should check the unlock payment, check if it is unlocking the wrkers payments and it is updating the info related, if unlocking it is not working right,there will be no payment
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 20, 2017, 07:09:56 AM
 #108

Yes the balance is unlocked!
I can make manual payments without problems,
But the automatic payment for the workers does not come out....
Please someone with an idea so you can handle it?


Balance after wallet ( admin pool )


Quote

{"available_balance":4836147990662,"locked_amount":0}


Payments log...

Quote

2017-10-19 23:31:14 No workers' balances reached the minimum payment threshold
2017-10-19 23:32:14 No workers' balances reached the minimum payment threshold
2017-10-19 23:33:14 No workers' balances reached the minimum payment threshold
2017-10-19 23:34:14 No workers' balances reached the minimum payment threshold
2017-10-19 23:35:14 No workers' balances reached the minimum payment threshold
2017-10-19 23:36:14 No workers' balances reached the minimum payment threshold
2017-10-19 23:37:14 No workers' balances reached the minimum payment threshold



Please help............
Nic0$lud
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile WWW
October 20, 2017, 07:09:48 PM
 #109

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).
rabbidzpeach
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 30, 2017, 05:24:17 AM
 #110

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
magicTurtle
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 08, 2017, 03:55:54 PM
 #111

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
rifiuti
Full Member
***
Offline Offline

Activity: 320
Merit: 101


View Profile
November 09, 2017, 10:00:28 PM
 #112

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.
servc4
Newbie
*
Offline Offline

Activity: 66
Merit: 0


View Profile
November 20, 2017, 12:00:28 PM
 #113

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.<anonymous> (/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)
SadBatman
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
November 27, 2017, 06:20:32 PM
 #114


Code:
TypeError: Cannot read property 'pool' of undefined
    at /root/pool/lib/charts.js:155:30
    at IncomingMessage.<anonymous> (/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.
MrCena6000
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 01, 2017, 05:19:39 PM
 #115

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.
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2730
Merit: 1387


Ukrainians will resist


View Profile WWW
December 02, 2017, 01:44:55 PM
 #116

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?

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
servc4
Newbie
*
Offline Offline

Activity: 66
Merit: 0


View Profile
December 07, 2017, 11:47:41 AM
Last edit: December 07, 2017, 12:01:59 PM by servc4
 #117

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.
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2730
Merit: 1387


Ukrainians will resist


View Profile WWW
December 07, 2017, 08:08:02 PM
 #118

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?

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
axcell
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 08, 2017, 05:58:21 PM
 #119

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 ?
servc4
Newbie
*
Offline Offline

Activity: 66
Merit: 0


View Profile
December 08, 2017, 10:32:29 PM
 #120

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.
Pages: « 1 2 3 4 5 [6] 7 8 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!