Bitcoin Forum
May 02, 2024, 02:59:17 AM *
News: Latest Bitcoin Core release: 27.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 39326 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.
freemanjackal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
September 06, 2017, 05:13:30 AM
 #81

The pool not send coin for worker pls advisor

2017-08-07 06:14:56 No workers' balances reached the minimum payment threshold
2017-08-07 06:15:26 No workers' balances reached the minimum payment threshold
2017-08-07 06:15:56 No workers' balances reached the minimum payment threshold
2017-08-07 06:16:26 No workers' balances reached the minimum payment threshold


i was trying the pool and stock at payment too, i get that in payments_info.log i guess...
i am curious, should the simplewallet run as daemon binded to the port specified in config.json in wallet?Huh?/
thanks in advance...
1714618757
Hero Member
*
Offline Offline

Posts: 1714618757

View Profile Personal Message (Offline)

Ignore
1714618757
Reply with quote  #2

1714618757
Report to moderator
1714618757
Hero Member
*
Offline Offline

Posts: 1714618757

View Profile Personal Message (Offline)

Ignore
1714618757
Reply with quote  #2

1714618757
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714618757
Hero Member
*
Offline Offline

Posts: 1714618757

View Profile Personal Message (Offline)

Ignore
1714618757
Reply with quote  #2

1714618757
Report to moderator
1714618757
Hero Member
*
Offline Offline

Posts: 1714618757

View Profile Personal Message (Offline)

Ignore
1714618757
Reply with quote  #2

1714618757
Report to moderator
1714618757
Hero Member
*
Offline Offline

Posts: 1714618757

View Profile Personal Message (Offline)

Ignore
1714618757
Reply with quote  #2

1714618757
Report to moderator
ghdeveloper
Full Member
***
Offline Offline

Activity: 516
Merit: 100


Hei everybody


View Profile WWW
September 06, 2017, 07:20:06 AM
 #82

Is there any way to control the miner through this pool? User login or else.
Thanks

The private digital currency for secure payments   ═══▌▌     XEONBIT (XNB) & XEONBIT TOKEN (XNS)     ▐▐═══   For The Fastest Decentralized Global Market
Mining Pool     Explorer     Trading Xeonbit       ANN Thread       Twitter     Telegram    Facebook    Discord   Youtube   Distributed Exchange
═══════════════════     Xeonbit Token XNS    ═══════════════════
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
September 27, 2017, 09:03:34 PM
 #83

Please what the admin password of the poll  "cryptonote-forknote-pool"?
elGuilleAR
Member
**
Offline Offline

Activity: 186
Merit: 10


View Profile WWW
September 27, 2017, 09:06:23 PM
 #84

Please what the admin password of the poll  "cryptonote-forknote-pool"?

Please, look at the config.json parameter: "api" key, password.
Default is: your_password


SCAVO  Technologies
SELF-SUSTAINING CRYPTO MINING FARM  BY USING RENEWABLE ENERGY RESOURCES - LIFETIME CONTRACT
────────  Whitepaper ⬝  Twitter ⬝  Telegram ⬝   Facebook ⬝  Ann Thread     ─────── 
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
September 27, 2017, 09:13:41 PM
 #85

I'll see and change

Thank you...
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
September 27, 2017, 09:27:24 PM
 #86

I can't get into admin, any error in the script or my error in the installation?
My pool is in   ##bytecoin.xfree.pm##



I'm starting please help!
elGuilleAR
Member
**
Offline Offline

Activity: 186
Merit: 10


View Profile WWW
September 27, 2017, 09:33:55 PM
 #87

I can't get into admin, any error in the script or my error in the installation?
My pool is in   ##bytecoin.xfree.pm##



I'm starting please help!

Your pools is not working.
You should check your config.json file to fit the daemon configuration and also at the API section:
Your config.js says:
http://bytecoin.xfree.pm:8117

is API configured to listen at that port (8117) one?.

are you runing your pool with (node init.js -config=your_config.json)


SCAVO  Technologies
SELF-SUSTAINING CRYPTO MINING FARM  BY USING RENEWABLE ENERGY RESOURCES - LIFETIME CONTRACT
────────  Whitepaper ⬝  Twitter ⬝  Telegram ⬝   Facebook ⬝  Ann Thread     ─────── 
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
September 27, 2017, 09:49:46 PM
 #88

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 "?


elGuilleAR
Member
**
Offline Offline

Activity: 186
Merit: 10


View Profile WWW
September 27, 2017, 09:55:42 PM
 #89

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?

SCAVO  Technologies
SELF-SUSTAINING CRYPTO MINING FARM  BY USING RENEWABLE ENERGY RESOURCES - LIFETIME CONTRACT
────────  Whitepaper ⬝  Twitter ⬝  Telegram ⬝   Facebook ⬝  Ann Thread     ─────── 
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
September 28, 2017, 07:01:38 AM
 #90

Friend I'm starting and I know little about this!
If I pass you the root password of my VPS, do you set it right and work for me?
As soon as this starts working, I can give you a donation!
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 05, 2017, 11:30:25 AM
 #91

Payments problems!
I'm in testing with the pool mining bytecoin

3 blocks found
The balance is correct in the Admim
But payments do not leave for workers

Please help....
Log: 2017-10-05 14:26:18 No workers' balances reached the minimum payment threshold


Poll:
http://80.208.228.159/bcn/
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 11, 2017, 06:47:51 AM
 #92

Please help, I have this error in admin


Code:

Wallet
Last check: less than a minute ago
Last status: fail
Last response:
{"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}
Last fail: less than a minute ago
Last fail response:
{"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"


How do I fix it?


Thank you

My pool Bytecoin Total Pool Fee: 0%
http://bcn.xfree.pm
elGuilleAR
Member
**
Offline Offline

Activity: 186
Merit: 10


View Profile WWW
October 11, 2017, 02:28:07 PM
 #93

Please help, I have this error in admin


Code:

Wallet
Last check: less than a minute ago
Last status: fail
Last response:
{"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}
Last fail: less than a minute ago
Last fail response:
{"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"


How do I fix it?


Thank you

My pool Bytecoin Total Pool Fee: 0%
http://bcn.xfree.pm

Lucas: it is because of you are not running simplewallet in RPC mode, so the pool can't connect to the wallet to do payments.

simplewallet --config-file configs/$daemon.conf  --wallet-file $wallet_file --password your_wallet_password --wallet-rpc-bind-ip $wallet_rpc_bind_ip --wallet-rpc-bind-port $wallet_rpc_bind_port --set_log $set_log

replace by you own settings.-

SCAVO  Technologies
SELF-SUSTAINING CRYPTO MINING FARM  BY USING RENEWABLE ENERGY RESOURCES - LIFETIME CONTRACT
────────  Whitepaper ⬝  Twitter ⬝  Telegram ⬝   Facebook ⬝  Ann Thread     ─────── 
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 11, 2017, 03:15:09 PM
 #94

login to root

Quote
cd bytecoin

simplewallet --config-file configs/$daemon.conf  --wallet-file $wallet_file --password xxxxxxxxx --wallet-rpc-bind-ip $wallet_rpc_bind_ip --wallet-rpc-bind-port $wallet_rpc_bind_port --set_log $set_log

  ## -bash: simplewallet: command not foud ##

Please help
elGuilleAR
Member
**
Offline Offline

Activity: 186
Merit: 10


View Profile WWW
October 11, 2017, 03:42:15 PM
 #95

login to root

Quote
cd bytecoin

simplewallet --config-file configs/$daemon.conf  --wallet-file $wallet_file --password xxxxxxxxx --wallet-rpc-bind-ip $wallet_rpc_bind_ip --wallet-rpc-bind-port $wallet_rpc_bind_port --set_log $set_log

  ## -bash: simplewallet: command not foud ##

Please help

Lucas:

shell is almost self-explanatory Cheesy. You should read the shell interpreter to interpretate what interpreter says to you. Cheesy

Either you compiled or downloaded a linux or windows version of Forknote, you should have this four executables "forknoted, miner, simplewallet, walletd".
find the file simplewallet (remember if you are using it in Linux it must have a x attribute) and replace simplewallet with full path to the file.
That's all!
If you are running this sentence in the same directory/folder you have simplewallet then you must add ./ in front of it to tell bash you want to execute the simplewallet in relative path.

Just to be curious and don't take it bad, please, but you want to build a pool, have you at least some knowledge on basis. What will happen if you have some issues with redis or something that you cannot handle?. if the pool will be public you should consider this. Remember you are dealing with third-party's "money"



SCAVO  Technologies
SELF-SUSTAINING CRYPTO MINING FARM  BY USING RENEWABLE ENERGY RESOURCES - LIFETIME CONTRACT
────────  Whitepaper ⬝  Twitter ⬝  Telegram ⬝   Facebook ⬝  Ann Thread     ─────── 
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 11, 2017, 03:53:03 PM
 #96

Thank you so much for your help, but I haven't solved it yet!
Using the command inside the folder I have the following error...
See photo

http://bcn.xfree.pm/wx.png

Please, what's missing?
As for your comment warning, the pool is private and I am testing exactly to learn.
elGuilleAR
Member
**
Offline Offline

Activity: 186
Merit: 10


View Profile WWW
October 11, 2017, 04:02:07 PM
 #97

Thank you so much for your help, but I haven't solved it yet!
Using the command inside the folder I have the following error...
See photo



Please, what's missing?
As for your comment warning, the pool is private and I am testing exactly to learn.

As I've said before.
Remember I've told you, you have to replace the parameters with your own.

Try this:
cd bytecoin

simplewallet --config-file configs/bytecoin.conf  --wallet-file your_wallet_filename --password your_wallet_password --wallet-rpc-bind-ip ip_to_bind_to --wallet-rpc-bind-port wallet_port_to_bind_to --set_log log_level

where:
configs/bytecoin.conf is forknote config file and only applies if you are using forknote to run bytecoin deemon. If not, you should delete the --config-file option.
your_wallet_filename is the name of your pool wallet previously generated
your_wallet_password is the passwork for .....
ip_to_bind_on is the IP (some on your system you are running simplewallet). you can you 127.0.0.1 which is the default ip to bind to.
wallet_port_to_bind_to is the port you have configured in your pool .json file (see there).
log_level is the debug log level you want to show while you run the daemon


SCAVO  Technologies
SELF-SUSTAINING CRYPTO MINING FARM  BY USING RENEWABLE ENERGY RESOURCES - LIFETIME CONTRACT
────────  Whitepaper ⬝  Twitter ⬝  Telegram ⬝   Facebook ⬝  Ann Thread     ─────── 
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 11, 2017, 04:10:58 PM
 #98

I'm sorry but the "Simplewallet" is inside the Bytecoin folder and my wallet has the name "Xbytecoin. Wallet" pass XXXX and the port "8082" which command should I use in this case?


Thank you
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 11, 2017, 04:31:56 PM
 #99

I apologize for being so stupid! lol  Grin

It's already working....

Thank you so much for your help!
Lucasyx6
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 15, 2017, 09:21:34 AM
 #100

Hello I have a problem in my pool I am finding blocks but the payment is in:

# # {"Available_balance": 5xxxxxxxxxxxx, "Locked_amount": 39xxxxxxxxxx} # #

How can I fix it?


pool : http://bcn.xfree.pm
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!