Bitcoin Forum
May 22, 2024, 05:55:16 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 39338 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.
slb
Hero Member
*****
Offline Offline

Activity: 598
Merit: 501


View Profile WWW
January 15, 2017, 08:18:38 AM
 #61

Admin Center missing statistics on miners.
How to fix?
Not sure this will help, but:
https://github.com/forknote/forknote-pool/commit/b70d78c64b61ed5aeaa97ece7d7877c1df692ee9

Forknote (create cryptocurrenies easy) - https://bitcointalk.org/index.php?topic=1079306.0
Dashcoin (anonymous cryptocurrency) - https://bitcointalk.org/index.php?topic=1020627.0
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
January 15, 2017, 08:28:06 AM
 #62

I have this:
Code:
 },                                                                              
        "wallet": {                                                                     
            "checkInterval": 60,                                                       
            "rpcMethod": "getbalance"                                                   
        }                                                                               
    }

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

Activity: 68
Merit: 10


View Profile WWW
January 16, 2017, 11:56:57 AM
 #63

Admin Center missing statistics on miners.
How to fix?

try to change return in getReadableHashRateString function in admin.html:

Code:
return parseInt(hashrate).toFixed(2) + byteUnits;

MyPool.Online Pools: http://MyPool.Online
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
January 16, 2017, 12:12:11 PM
 #64

Admin Center missing statistics on miners.
How to fix?

try to change return in getReadableHashRateString function in admin.html:

Code:
return parseInt(hashrate).toFixed(2) + byteUnits;
Where to enter it?

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

Activity: 68
Merit: 10


View Profile WWW
January 16, 2017, 12:21:16 PM
 #65

Admin Center missing statistics on miners.
How to fix?

try to change return in getReadableHashRateString function in admin.html:

Code:
return parseInt(hashrate).toFixed(2) + byteUnits;
Where to enter it?

find getReadableHashRateString function in admin.html file and replace
Code:
return hashrate.toFixed(2) + byteUnits[i];
with
Code:
return parseInt(hashrate).toFixed(2) + byteUnits;

https://github.com/forknote/forknote-pool/blob/master/website/admin.html line 130

MyPool.Online Pools: http://MyPool.Online
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
January 16, 2017, 12:28:55 PM
 #66

Admin Center missing statistics on miners.
How to fix?

try to change return in getReadableHashRateString function in admin.html:

Code:
return parseInt(hashrate).toFixed(2) + byteUnits;
Where to enter it?

find getReadableHashRateString function in admin.html file and replace
Code:
return hashrate.toFixed(2) + byteUnits[i];
with
Code:
return parseInt(hashrate).toFixed(2) + byteUnits;

https://github.com/forknote/forknote-pool/blob/master/website/admin.html line 130
Thank you help!
Now, as shown:
Code:
118.00 H, KH, MH, GH, TH, PH/s
   
Not quite familiar.

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

Activity: 826
Merit: 1000


View Profile
February 03, 2017, 08:23:59 AM
 #67

can you tell me there is not instruction how to create demon config file and rpc detail setup ..and then how to connect to the pool software ?? can you provide instruction and to the demon wallet also ..

as for bitcoin litecoin it has but in rede me  file ti just said to compile the latest demon nothing else
soulistyce
Hero Member
*****
Offline Offline

Activity: 698
Merit: 510



View Profile
April 12, 2017, 08:51:30 PM
 #68

hi all, im needing help...
this may sound strange but i cant find what port for the frontend website...
i just setup everything nice on my local network...setup also no-ip for vps servers and renting hash....bu i cant see the frontend not on port 80 or 8080 or any other lol

what im i missing please.....some help
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
May 27, 2017, 04:07:05 AM
 #69

Payments after updating the daemon and wallet do not work.
Balance is, here's the error:
Code:
2017-05-27 06:42:50 [payments] Error with send_transaction RPC request to wallet daemon {"code":-4,"message":"Wrong amount"}
2017-05-27 06:42:50 [payments] Payments failed to send to {"amount":3590000000000,"address":"bip1kRwJajj4MKYQf8wWGDSbUpftNJL2Yh9qnxM8akEsJW92sXNuG73EiMjKTcG8VcCqDWpjjRo3A8zR8sPD4BXW5Bea32Vmoe"} { amount: 412390000000000,


how to fix?

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

Activity: 7
Merit: 0


View Profile
June 15, 2017, 09:01:17 AM
 #70

Payments after updating the daemon and wallet do not work.
Balance is, here's the error:
Code:
2017-05-27 06:42:50 [payments] Error with send_transaction RPC request to wallet daemon {"code":-4,"message":"Wrong amount"}
2017-05-27 06:42:50 [payments] Payments failed to send to {"amount":3590000000000,"address":"bip1kRwJajj4MKYQf8wWGDSbUpftNJL2Yh9qnxM8akEsJW92sXNuG73EiMjKTcG8VcCqDWpjjRo3A8zR8sPD4BXW5Bea32Vmoe"} { amount: 412390000000000,


how to fix?


I have that Problem too. Im working on there since 12-13 Hours. Did you find the solution? I think its a Pool problem because i can send to another wallet over the console.
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
June 22, 2017, 11:18:51 AM
 #71

Error run pool:

Code:
 [chartsDataCollector] Started
2017-06-22 13:57:30 [api] API started & listening on port 8117
2017-06-22 13:57:30 [api] Error getting daemon data {"code":"ECONNRESET","errno":"ECONNRESET","syscall":"read"}
2017-06-22 13:57:30 [api] Stat collection finished: NaN ms redis, 42 ms daemon
2017-06-22 13:57:30 [api] Error collecting all stats
2017-06-22 13:57:30 [pool] (Thread 1) Error polling getblocktemplate {"code":"ECONNRESET","errno":"ECONNRESET","syscall":"read"}
2017-06-22 13:57:30 [pool] (Thread 1) Could not start pool
2017-06-22 13:57:31 [pool] (Thread 1) Error polling getblocktemplate {"code":"ECONNRESET","errno":"ECONNRESET","syscall":"read"}
2017-06-22 13:57:32 [pool] (Thread 1) Error polling getblocktemplate {"code":"ECONNRESET","errno":"ECONNRESET","syscall":"read"}
2017-06-22 13:57:33 [pool] (Thread 1) Error polling getbl

How fix?

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

Activity: 186
Merit: 10


View Profile WWW
July 01, 2017, 02:10:51 AM
 #72

Error run pool:

Code:
 [chartsDataCollector] Started
2017-06-22 13:57:30 [api] API started & listening on port 8117
2017-06-22 13:57:30 [api] Error getting daemon data {"code":"ECONNRESET","errno":"ECONNRESET","syscall":"read"}
2017-06-22 13:57:30 [api] Stat collection finished: NaN ms redis, 42 ms daemon
2017-06-22 13:57:30 [api] Error collecting all stats
2017-06-22 13:57:30 [pool] (Thread 1) Error polling getblocktemplate {"code":"ECONNRESET","errno":"ECONNRESET","syscall":"read"}
2017-06-22 13:57:30 [pool] (Thread 1) Could not start pool
2017-06-22 13:57:31 [pool] (Thread 1) Error polling getblocktemplate {"code":"ECONNRESET","errno":"ECONNRESET","syscall":"read"}
2017-06-22 13:57:32 [pool] (Thread 1) Error polling getblocktemplate {"code":"ECONNRESET","errno":"ECONNRESET","syscall":"read"}
2017-06-22 13:57:33 [pool] (Thread 1) Error polling getbl

How fix?

Welcome!!! At last I'm not the only one who can't start a mining pool. Look at the daemon log what does he say.
I think he's going to say "Levin signature mismatch".
Please could you check ?

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

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
July 01, 2017, 05:18:05 AM
 #73

The problem was in the ports of the daemon, changed, everything started.

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

Activity: 186
Merit: 10


View Profile WWW
July 02, 2017, 10:30:53 PM
Last edit: July 12, 2017, 02:28:29 AM by mprep
 #74

Anyone can help me? This errors i have in admin.
Wich settings i need to change?

Wallet
Last check: less than a minute ago
Last status: fail
Last response:
{"code":-32601,"message":"Method not found"}
Last fail: less than a minute ago
Last fail response:
{"code":-32601,"message":"Method not found"}

i run:
./xcicoind &
./simplewallet --wallet ***.wallet --pass *** --daemon-port 42001 --rpc-bind-port 8082

Code:
xcicoin wallet v1.1.1.1()
Loading wallet...
available balance: 0.00000000, locked amount: 0.00000000
Loaded ok
Starting wallet rpc server
Incoming connection from 127.0.0.1:59306
Closing connection from 127.0.0.1:59306 total=1
Incoming connection from 127.0.0.1:60736
Closing connection from 127.0.0.1:60736 total=1
Incoming connection from 127.0.0.1:33951
Closing connection from 127.0.0.1:33951 total=1
Anyone can help me to install this pool?Huh

I've solved this by changing the getbalance to getBalance into config.json.





Since pool is running now I have a problem with sending payments.-

on walletd daemon they said.-
2017-Jul-02 19:26:56.487741 WARNING [PaymentServiceJsonRpcServer] Requested method not found: transfer

Looking at src/PaymentGate/PaymentServiceJsonRpcServer.cpp I've discovered there are no such method.

The pool is calling this method in lib/paymentProcessor.js at
apiInterfaces.rpcWallet('transfer', transferCmd.rpc, function(error, result){


So, is someone having the same issue?

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

Activity: 598
Merit: 501


View Profile WWW
July 03, 2017, 01:57:31 PM
 #75

Since pool is running now I have a problem with sending payments.-

on walletd daemon they said.-
2017-Jul-02 19:26:56.487741 WARNING [PaymentServiceJsonRpcServer] Requested method not found: transfer

Looking at src/PaymentGate/PaymentServiceJsonRpcServer.cpp I've discovered there are no such method.

The pool is calling this method in lib/paymentProcessor.js at
apiInterfaces.rpcWallet('transfer', transferCmd.rpc, function(error, result){


So, is someone having the same issue?

The pool software uses simplewallet, not walletd

Forknote (create cryptocurrenies easy) - https://bitcointalk.org/index.php?topic=1079306.0
Dashcoin (anonymous cryptocurrency) - https://bitcointalk.org/index.php?topic=1020627.0
elGuilleAR
Member
**
Offline Offline

Activity: 186
Merit: 10


View Profile WWW
July 03, 2017, 09:00:10 PM
 #76

Since pool is running now I have a problem with sending payments.-

on walletd daemon they said.-
2017-Jul-02 19:26:56.487741 WARNING [PaymentServiceJsonRpcServer] Requested method not found: transfer

Looking at src/PaymentGate/PaymentServiceJsonRpcServer.cpp I've discovered there are no such method.

The pool is calling this method in lib/paymentProcessor.js at
apiInterfaces.rpcWallet('transfer', transferCmd.rpc, function(error, result){


So, is someone having the same issue?

The pool software uses simplewallet, not walletd

Solved this one Cheesy

One more:

2017-07-03 10:26:09 [payments] Error with transfer RPC request to wallet daemon {"code":-4,"message":"Wrong amount"}
2017-07-03 10:26:09 [payments] Payments failed to send to {"amount":241362000000000,"address":"auc146AdaMKeXpQHyX3UeFBqZYM2nqw12eKGUuXAJ1b6K8k4XbYMeRDTCWowNPwai4VEyWM2onLQkdo ryRsKaoG35hB8wscNaJ"}
2017-07-03 10:26:09 [payments] Payments splintered and 0 successfully sent, 1 failed

I think it is something related to ./lib/paymentProcessor.js but I don't think where to find exactly.

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

Activity: 45
Merit: 0


View Profile
August 10, 2017, 07:59:11 PM
 #77

Quite a few issues with this pool's payment functionality.... Huh

Are most users of this pool's software generally happy with it?   Or is it too much of a struggle....?
elGuilleAR
Member
**
Offline Offline

Activity: 186
Merit: 10


View Profile WWW
August 31, 2017, 06:31:58 PM
 #78

Hello everyone.
We have mounted a new mining pool (Quazarcoin) based on forknote. Also used forknote-pool for this.

After doing some mining and get some reward, when pool tries to send reward to different miners, there is an error showed below.

2017-08-31 15:24:37 [payments] Error with send_transaction RPC request to wallet daemon {"code":-4,"message":"Wrong amount"}
2017-08-31 15:24:37 [payments] Payments failed to send to {"amount":237096000000000,"address":"1abcdgvsEhtBhoEsQJNh9k31iXdHbjyFSHaLtRB2X93MC9wJ62nMoYZKYWQo5RfmXPRNJf9k9LDyxKJ ZHbckTDhrNRZm4y9"}
2017-08-31 15:24:37 [payments] Payments splintered and 0 successfully sent, 1 failed


Is anyone having the same problem?

Thanks.-

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

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
August 31, 2017, 06:36:28 PM
 #79

Hello everyone.
We have mounted a new mining pool (Quazarcoin) based on forknote. Also used forknote-pool for this.

After doing some mining and get some reward, when pool tries to send reward to different miners, there is an error showed below.

2017-08-31 15:24:37 [payments] Error with send_transaction RPC request to wallet daemon {"code":-4,"message":"Wrong amount"}
2017-08-31 15:24:37 [payments] Payments failed to send to {"amount":237096000000000,"address":"1abcdgvsEhtBhoEsQJNh9k31iXdHbjyFSHaLtRB2X93MC9wJ62nMoYZKYWQo5RfmXPRNJf9k9LDyxKJ ZHbckTDhrNRZm4y9"}
2017-08-31 15:24:37 [payments] Payments splintered and 0 successfully sent, 1 failed


Is anyone having the same problem?

Thanks.-
yes I have a similar problem on another coin.
on the wallet of the pool there is not enough coins to pay and gives such an error.

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

Activity: 186
Merit: 10


View Profile WWW
August 31, 2017, 06:46:50 PM
 #80

Money to Pool Address goes well.

./forknoted-simplewallet --config configs/quazarcoin.conf --wallet-file quazarcoin-PoolAddress --password YouBet! --set_log 4 --wallet-rpc-bind-ip 127.0.0.1 --wallet-rpc-bind-port 8030 --rpc-bind-port 23081
Success: Configuration file openned
2017-Aug-31 15:42:11.830144 INFO    forknote wallet v2.1.0.1243 (9527623)
2017-Aug-31 15:42:11.830628 INFO    Loading wallet...
Sync from timestamp: 1504045536
2017-Aug-31 15:42:12.139431 INFO    available balance: 254.882200219179, locked amount: 237.093430595923
2017-Aug-31 15:42:12.139548 INFO    Loaded ok
2017-Aug-31 15:42:12.139616 INFO    Starting wallet rpc server
2017-Aug-31 15:42:12.152901 DEBUG   Incoming connection from 127.0.0.1:36576
2017-Aug-31 15:42:12.153585 DEBUG   Closing connection from 127.0.0.1:36576 total=1
2017-Aug-31 15:42:12.312188 DEBUG   Incoming connection from 127.0.0.1:36584
2017-Aug-31 15:42:12.313688 DEBUG   Closing connection from 127.0.0.1:36584 total=1

Miner should receive 207 QCN and there is more than 207 QCN, however they are locked in the time pool payment runs its process.
I think I should wait a couple of hours to see what happens.

What do you think?

SCAVO  Technologies
SELF-SUSTAINING CRYPTO MINING FARM  BY USING RENEWABLE ENERGY RESOURCES - LIFETIME CONTRACT
────────  Whitepaper ⬝  Twitter ⬝  Telegram ⬝   Facebook ⬝  Ann Thread     ─────── 
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!