Author

Topic: Error pool NOMP (Read 1023 times)

full member
Activity: 224
Merit: 100
September 29, 2017, 07:24:23 AM
#10
hi guys, i installed unomp, and inicially work fine.. but, when i mining, the pool show this errror

Code:
root/unomp/node_modules/merged-pooler/lib/algoProperties.js:89
                return multiHashing.m7m.apply(this, arguments);
                                        ^
TypeError: Cannot call method 'apply' of undefined
    at /root/unomp/node_modules/merged-pooler/lib/algoProperties.js:89:41
    at JobManager.processShare (/root/unomp/node_modules/merged-pooler/lib/jobManager.js:263:26)
    at null. (/root/unomp/node_modules/merged-pooler/lib/pool.js:630:46)
    at EventEmitter.emit (events.js:98:17)
    at handleSubmit (/root/unomp/node_modules/merged-pooler/lib/stratum.js:175:15)
    at handleMessage (/root/unomp/node_modules/merged-pooler/lib/stratum.js:88:17)
    at /root/unomp/node_modules/merged-pooler/lib/stratum.js:248:25
    at Array.forEach (native)
    at Socket. (/root/unomp/node_modules/merged-pooler/lib/stratum.js:234:26)
    at Socket.EventEmitter.emit (events.js:95:17)

can you help me?
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
January 10, 2017, 12:30:57 PM
#9
Being open source and free to use, I have given serious thought to opening a pool of my own. After sleeping on it for a couple days, I decided it would not be a good idea if I didn't 100% fully understand/know how to operate a pool that could potentially run the risk of losing other people's mining profits. If you aren't sure, it's probably best to stick with a personal or private pool until you're confident enough to take on a potentially large risk. Great to see there is ALWAYS someone around here to help whenever needed though!
I agree with you. I want to raise the pool for a little-known coins with low hashrate.
I will be glad of any help.
sr. member
Activity: 439
Merit: 297
www.amazon.com/shops/MinersSupply
January 09, 2017, 03:31:05 PM
#8
Being open source and free to use, I have given serious thought to opening a pool of my own. After sleeping on it for a couple days, I decided it would not be a good idea if I didn't 100% fully understand/know how to operate a pool that could potentially run the risk of losing other people's mining profits. If you aren't sure, it's probably best to stick with a personal or private pool until you're confident enough to take on a potentially large risk. Great to see there is ALWAYS someone around here to help whenever needed though!
hero member
Activity: 525
Merit: 531
January 08, 2017, 03:39:57 PM
#7

You should try unomp instead :
https://github.com/UNOMP/unified-node-open-mining-portal

But if you are dead set on using nomp, I will happily take a look for you


Installed. Now this gives an error.
Code:
/home/max/unomp# node init.js
[2017-01-08 12:16:01.244] [INFO] [default] - New Relic
[2017-01-08 12:16:01.249] [DEBUG] [default] - NewRelic Monitor New Relic initiated
[2017-01-08 12:16:01.252] [INFO] [default] - POSIX Not Installed
[2017-01-08 12:16:01.252] [DEBUG] [default] - POSIX Connection Limit (Safe to ignore) POSIX module not installed and resource (connection) limit was not raised
[2017-01-08 12:16:01.253] [INFO] [default] - Run Workers

/home/max/unomp/init.js:139
       for (var i=0; i < poolOptions.auxes.length; i++){
                                          ^
TypeError: Cannot read property 'length' of undefined
    at /home/max/unomp/init.js:139:43
    at Array.forEach (native)
    at buildPoolConfigs (/home/max/unomp/init.js:135:21)
    at init (/home/max/unomp/init.js:526:19)
    at Object. (/home/max/unomp/init.js:542:3)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
root@ms-pool:/home/max/unomp# cd
root@ms-pool:~# apt-get install posix
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package posix

How to fix?

pool coin config error, verify that this exists in pool_config/something.json:
Code:
"auxes": [],
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
January 08, 2017, 06:46:26 AM
#6
Change your server password, then PM me login details and I will take a look at it for you.

But there error
Code:
for (var i=0; i < poolOptions.auxes.length; i++){

Looks to me like the merged mining address is absent in the coin.json file that is in the pool_configs folder
I for example, I try to run. On the server, the other pool is located.
In the case of the successful launch. I rented another server pool.
legendary
Activity: 1176
Merit: 1005
crunck
January 08, 2017, 06:24:16 AM
#5
Change your server password, then PM me login details and I will take a look at it for you.

But there error
Code:
for (var i=0; i < poolOptions.auxes.length; i++){

Looks to me like the merged mining address is absent in the coin.json file that is in the pool_configs folder
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
January 08, 2017, 05:28:44 AM
#4

You should try unomp instead :
https://github.com/UNOMP/unified-node-open-mining-portal

But if you are dead set on using nomp, I will happily take a look for you


Installed. Now this gives an error.
Code:
/home/max/unomp# node init.js
[2017-01-08 12:16:01.244] [INFO] [default] - New Relic
[2017-01-08 12:16:01.249] [DEBUG] [default] - NewRelic Monitor New Relic initiated
[2017-01-08 12:16:01.252] [INFO] [default] - POSIX Not Installed
[2017-01-08 12:16:01.252] [DEBUG] [default] - POSIX Connection Limit (Safe to ignore) POSIX module not installed and resource (connection) limit was not raised
[2017-01-08 12:16:01.253] [INFO] [default] - Run Workers

/home/max/unomp/init.js:139
       for (var i=0; i < poolOptions.auxes.length; i++){
                                          ^
TypeError: Cannot read property 'length' of undefined
    at /home/max/unomp/init.js:139:43
    at Array.forEach (native)
    at buildPoolConfigs (/home/max/unomp/init.js:135:21)
    at init (/home/max/unomp/init.js:526:19)
    at Object. (/home/max/unomp/init.js:542:3)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
root@ms-pool:/home/max/unomp# cd
root@ms-pool:~# apt-get install posix
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package posix

How to fix?
legendary
Activity: 1176
Merit: 1005
crunck
January 07, 2017, 04:41:15 PM
#3

You should try unomp instead :
https://github.com/UNOMP/unified-node-open-mining-portal

But if you are dead set on using nomp, I will happily take a look for you

legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
January 07, 2017, 09:28:56 AM
#2
I need help in the launch of the pool for the award.
Your price?
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
December 19, 2016, 01:23:42 PM
#1
Hello!
On a separate server set up the pool NOMP on a coin is.
files Pool config, Coin config, config_example.json filled.

 start node init.js

in reply:

Code:
/home/max/nomp/node_modules/stratum-pool/lib/algoProperties.js:86
        hash: function(){
                      ^
SyntaxError: Unexpected token (
    at Module._compile (module.js:439:25)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object. (/home/max/nomp/node_modules/stratum-pool/lib/index.js:5:1)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)

what is the problem?
Also, if you set a different folder, npm update, do not fill out the configuration, the same error issues
Jump to: