Bitcoin Forum
May 05, 2024, 05:26:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7]  All
  Print  
Author Topic: How to build your own Multipool - the Open Source Way  (Read 35419 times)
silversurfer1958
Full Member
***
Offline Offline

Activity: 474
Merit: 111



View Profile
July 14, 2016, 10:17:16 AM
 #121

I like this idea, but don't have the skills to put it together well enough I'd want people to risk their money.
How about we set up a 'company' Invest some money to get it set up by one or two trust worthy people on here, and charge a
1% initial, management / maintenance fee (per annum, or per transaction in or out), maybe up to a maximum of $5 (or whatever)
Something quite reasonable and operate it as a long term savings and investment plan for people.
Possibly with some decent POW coins thrown in too if they look decent, eg  Monero, Etherium etc, to diversify people's Portfolio.

Done properly, by trusted people, we wouldn't even need a return on our initial investment because we'd be getting that from the POS coin interest.
I couldn't afford much but if It was set up by trusted individuals and audited before launch, It would be worth a risk.



1714886798
Hero Member
*
Offline Offline

Posts: 1714886798

View Profile Personal Message (Offline)

Ignore
1714886798
Reply with quote  #2

1714886798
Report to moderator
1714886798
Hero Member
*
Offline Offline

Posts: 1714886798

View Profile Personal Message (Offline)

Ignore
1714886798
Reply with quote  #2

1714886798
Report to moderator
1714886798
Hero Member
*
Offline Offline

Posts: 1714886798

View Profile Personal Message (Offline)

Ignore
1714886798
Reply with quote  #2

1714886798
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714886798
Hero Member
*
Offline Offline

Posts: 1714886798

View Profile Personal Message (Offline)

Ignore
1714886798
Reply with quote  #2

1714886798
Report to moderator
1714886798
Hero Member
*
Offline Offline

Posts: 1714886798

View Profile Personal Message (Offline)

Ignore
1714886798
Reply with quote  #2

1714886798
Report to moderator
0icu8
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 20, 2016, 01:47:14 AM
 #122

Total noob question.... I just finished my Setup for the Litecoind using NOMP. Waiting for chain to update. When going through the Config.json, i come across this:


 "website": {
        "enabled": true,
        "host": "VPSIP",
        "siteTitle": "YOUR POOL",
        "port": 80,
        "stratumHost": "pool.unomp.org",
        "stats": {


For "stratumHost" What do i put in replace of "pool.unomp.org"? Im running on a VPS with Ubuntu. I can see my stratum page and see what coins and what not are there to mine. Im not sure if i need to change the StratumHost or not? if so, how do i get one, where do i find one or what do i need to change it to? Thanks in Advanced!
pjcltd
Legendary
*
Offline Offline

Activity: 1778
Merit: 1003

NodeMasters


View Profile WWW
July 20, 2016, 08:12:07 AM
 #123

Total noob question.... I just finished my Setup for the Litecoind using NOMP. Waiting for chain to update. When going through the Config.json, i come across this:


 "website": {
        "enabled": true,
        "host": "VPSIP",
        "siteTitle": "YOUR POOL",
        "port": 80,
        "stratumHost": "pool.unomp.org",
        "stats": {


For "stratumHost" What do i put in replace of "pool.unomp.org"? Im running on a VPS with Ubuntu. I can see my stratum page and see what coins and what not are there to mine. Im not sure if i need to change the StratumHost or not? if so, how do i get one, where do i find one or what do i need to change it to? Thanks in Advanced!



HI
ok
in  "host": "VPSIP",
make that
 "host": "IP-address  or domain name ",
like
 "host": "99.44.22.44",
or
 "host": "www.mypooo.com",

The "port": 80, part
this is the port the your pool wist will be on
best to leave it on 80


"stratumHost": "pool.unomp.org",
this is where the pool is and if you look in getting_started page 
it will display this as part of the connection info
so again it can be  hte IP address or the domain name


hope that helps you out


thanks
Paul
0icu8
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 22, 2016, 05:57:41 PM
 #124

Hey Paul,
     Thanks for the reply. I was guessing that but u know guess and computer work doesn't go hand and hand. Thanks for the help! Have a good day!


LTC POOL NOW OPEN http://45.32.243.180/getting_started
Payouts every .01LTC every 60 Secs. 2%fee
pjcltd
Legendary
*
Offline Offline

Activity: 1778
Merit: 1003

NodeMasters


View Profile WWW
July 22, 2016, 06:22:25 PM
 #125

Hey Paul,
     Thanks for the reply. I was guessing that but u know guess and computer work doesn't go hand and hand. Thanks for the help! Have a good day!


LTC POOL NOW OPEN http://45.32.243.180/getting_started
Payouts every .01LTC every 60 Secs. 2%fee
No problem
Just looked at the pool
You might want to increase the diff start it at 8192 on port 3008
jcreyesb
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
September 23, 2017, 04:31:12 AM
Last edit: September 29, 2017, 12:51:04 PM by jcreyesb
 #126

Code:
configure in algoProperties.js to deploy magic pool
[code]
m7mhash: {
        hash: function(){
            return function(){
                return multiHashing.m7mhash.apply(this, arguments);
            }
        }
     }
the system is ok

Code:
[2017-09-23 12:51:14.705] [INFO] [default] - New Relic
[2017-09-23 12:51:14.707] [DEBUG] [default] - NewRelic Monitor New Relic initiated
[2017-09-23 12:51:14.708] [INFO] [default] - POSIX Not Installed
[2017-09-23 12:51:14.708] [DEBUG] [default] - POSIX Connection Limit (Safe to ignore) POSIX module not installed and resource (connection) limit was not raised
[2017-09-23 12:51:14.708] [INFO] [default] - Run Workers
[2017-09-23 12:51:14.966] [DEBUG] [default] - Master PoolSpawner Spawned 1 pool(s) on 1 thread(s)
[2017-09-23 12:51:15.398] [INFO] [default] - New Relic
[2017-09-23 12:51:15.401] [INFO] [default] - POSIX Not Installed
[2017-09-23 12:51:15.402] [INFO] [default] - Run Workers
[2017-09-23 12:51:15.410] [INFO] [default] - Switching Setup Thread 1 Loading last proxy state from redis
[2017-09-23 12:51:15.417] [DEBUG] [default] - Pool magicoin Thread 1 Share processing setup with redis (127.0.0.1:6379)
[2017-09-23 12:51:15.448] [DEBUG] [default] - Pool magicoin Thread 1 started for magicoin [XMG] {m7mhash}
                                                Network Connected:      Mainnet
                                                font=Verdana]Detected ReOSrd Type:   POW
                                                Current Block Height:   1489428
                                                Current Connect Peers:  2
                                                Current Block Diff:     2.305667004
                                                Network Difficulty:     NaN
                                                Network Hash Rate:      30.37 MH
                                                Stratum Port(s):        3008, 3032, 3256
                                                Pool Fee Percent:       1%
                                                Block polling every:    1000 ms
[2017-09-23 12:51:15.449] [DEBUG] [default] - Switching Setup m7mhash Setting proxy difficulties after pool start
[2017-09-23 12:51:24.719] [DEBUG] [default] - Master CLI CLI listening on port 17117
[2017-09-23 12:51:25.598] [INFO] [default] - New Relic
[2017-09-23 12:51:25.597] [INFO] [default] - New Relic
[2017-09-23 12:51:25.604] [INFO] [default] - POSIX Not Installed
[2017-09-23 12:51:25.605] [INFO] [default] - Run Workers
[2017-09-23 12:51:25.604] [INFO] [default] - POSIX Not Installed
[2017-09-23 12:51:25.605] [INFO] [default] - Run Workers
[2017-09-23 12:51:25.633] [DEBUG] [default] - Payments magicoin Payment processing setup to run every 600 sekannon(s) with daemon (magi@127.0.0.1:8232) and redis (127.0.0.1:6379)
[2017-09-23 12:51:25.676] [DEBUG] [default] - Website Server Website started on xxxxx:80

the worker connect
Code:
[2017-09-23 12:51:30.848] [DEBUG] [default] - Pool magicoin Thread 1 getting block notification via RPC polling
[2017-09-23 12:51:31.600] [DEBUG] [default] - Pool magicoin Thread 1 Authorized 9QodNwAEKeetejjtNZiX6N4xxxxxx:x [190.38.xx]
now whe the worker send
Code:
[2017-09-23 08:59:56] Stratum requested work restart
[2017-09-23 08:59:56] thread 2: 261273 hashes, 5.11 khash/s
[2017-09-23 08:59:56] thread 4: 530541 hashes, 10.37 khash/s
[2017-09-23 08:59:56] thread 3: 194764 hashes, 8.83 khash/s
[2017-09-23 08:59:56] thread 5: 333126 hashes, 10.01 khash/s
[2017-09-23 08:59:56] thread 0: 495504 hashes, 9.69 khash/s
[2017-09-23 08:59:56] thread 1: 263041 hashes, 5.14 khash/s
[2017-09-23 09:00:07] thread 3: 124013 hashes, 11.22 khash/s
[color=red][2017-09-23 09:00:07] stratum_recv_line failed
[2017-09-23 09:00:07] Stratum connection interrupted[/color]
the pool crash

Code:
/home/ubuntu/unomp/node_modules/merged-pooler/lib/algoProperties.js:227
                return multiHashing.m7mhash.apply(this, arguments);
                                            ^
TypeError: Cannot call method 'apply' of undefined
    at /home/ubuntu/unomp/node_modules/merged-pooler/lib/algoProperties.js:227:45
    at JobManager.processShare (/home/ubuntu/unomp/node_modules/merged-pooler/lib/jobManager.js:263:26)
    at null.<anonymous> (/home/ubuntu/unomp/node_modules/merged-pooler/lib/pool.js:630:46)
    at EventEmitter.emit (events.js:117:20)
    at handleSubmit (/home/ubuntu/unomp/node_modules/merged-pooler/lib/stratum.js:175:15)
    at handleMessage (/home/ubuntu/unomp/node_modules/merged-pooler/lib/stratum.js:88:17)
    at /home/ubuntu/unomp/node_modules/merged-pooler/lib/stratum.js:248:25
    at Array.forEach (native)
    at Socket.<anonymous> (/home/ubuntu/unomp/node_modules/merged-pooler/lib/stratum.js:234:26)
    at Socket.EventEmitter.emit (events.js:95:17)
[/code]
Bitcoinera
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
February 26, 2018, 03:57:51 PM
 #127

Total noob question.... I just finished my Setup for the Litecoind using NOMP. Waiting for chain to update. When going through the Config.json, i come across this:


 "website": {
        "enabled": true,
        "host": "VPSIP",
        "siteTitle": "YOUR POOL",
        "port": 80,
        "stratumHost": "pool.unomp.org",
        "stats": {


For "stratumHost" What do i put in replace of "pool.unomp.org"? Im running on a VPS with Ubuntu. I can see my stratum page and see what coins and what not are there to mine. Im not sure if i need to change the StratumHost or not? if so, how do i get one, where do i find one or what do i need to change it to? Thanks in Advanced!



HI
ok
in  "host": "VPSIP",
make that
 "host": "IP-address  or domain name ",
like
 "host": "99.44.22.44",
or
 "host": "www.mypooo.com",

The "port": 80, part
this is the port the your pool wist will be on
best to leave it on 80


"stratumHost": "pool.unomp.org",
this is where the pool is and if you look in getting_started page 
it will display this as part of the connection info
so again it can be  hte IP address or the domain name


hope that helps you out


thanks
Paul

Well, this link is quite old, but it might help people like me still trying to figure this whole out.

I am following these steps with the config.json file to connect to my VPS IP and getting every time this error: '[ERROR] [default] - Master Website Website process died, spawning replacement...', which means the uNOMP pool didn't get set up on my VPS.. but it works fine on my localhost. Can it be the redis server? Perhaps it should be also hosted on the VPS IP?

Thank you if you can help me out on this one.
CryptoMona
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
July 26, 2018, 08:28:52 AM
 #128

How to setup multiple remote stratum on the same pool?
I mean, server1 hosting the pool, server2 is in asia and hosting a stratum, server3 is in USA hosting another stratum , but all are on the same pool of server1.
is this how works?
Pages: « 1 2 3 4 5 6 [7]  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!