Bitcoin Forum
April 20, 2024, 02:14:20 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Which is the most-recent/best mining pool-software to use?  (Read 687 times)
d-angel2001 (OP)
Newbie
*
Offline Offline

Activity: 137
Merit: 0


View Profile
February 22, 2018, 04:08:39 PM
 #1

I've noticed nomp has a lot of forks. Some of them fix things or missed algo or simply upgraded to more recent nodejs-versions. Can anyone suggest a good and recent version/fork or anything else than nomp?
My wish-pool would be a very small and simple one providing only the stratum/pool functionality, may be a simple example-frontend (like nomp already has) and the rest provided as API to get the data in any custom web-frontend for myself.

The software should be flexible enough to add custom coins and if possible new algos as well (is there any npm library that covers most of them?!). Multi-Pool feature like nomp would be nice to have. But I'm also open to set-up a clone of each pool for themselfes.
I'm also open for any DIY npm-libs that are well documented and explain how to code a simple stratum/pool for myself would be georgeous, too (I'm self employed as developer and someone just "tries to learn from scratch").

I'm happy for any feedback and recommendations.
1713579260
Hero Member
*
Offline Offline

Posts: 1713579260

View Profile Personal Message (Offline)

Ignore
1713579260
Reply with quote  #2

1713579260
Report to moderator
1713579260
Hero Member
*
Offline Offline

Posts: 1713579260

View Profile Personal Message (Offline)

Ignore
1713579260
Reply with quote  #2

1713579260
Report to moderator
1713579260
Hero Member
*
Offline Offline

Posts: 1713579260

View Profile Personal Message (Offline)

Ignore
1713579260
Reply with quote  #2

1713579260
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713579260
Hero Member
*
Offline Offline

Posts: 1713579260

View Profile Personal Message (Offline)

Ignore
1713579260
Reply with quote  #2

1713579260
Report to moderator
1713579260
Hero Member
*
Offline Offline

Posts: 1713579260

View Profile Personal Message (Offline)

Ignore
1713579260
Reply with quote  #2

1713579260
Report to moderator
1713579260
Hero Member
*
Offline Offline

Posts: 1713579260

View Profile Personal Message (Offline)

Ignore
1713579260
Reply with quote  #2

1713579260
Report to moderator
DrSha
Jr. Member
*
Offline Offline

Activity: 42
Merit: 4

<3 BTC


View Profile
February 22, 2018, 04:13:31 PM
 #2

https://bitcointalk.org/index.php?topic=790323.0

CK Pool code is used by many pools, It was written by CK the guy behind CG miner.

Have a look at the official topic the source code is available to download free.

LCC - LitecoinCash - https://p2p-a.minelcc.net
d-angel2001 (OP)
Newbie
*
Offline Offline

Activity: 137
Merit: 0


View Profile
February 22, 2018, 04:39:29 PM
 #3

https://bitcointalk.org/index.php?topic=790323.0

CK Pool code is used by many pools, It was written by CK the guy behind CG miner.

Have a look at the official topic the source code is available to download free.

Sounds interesting. Is there anywhere a list of supported algos?
d-angel2001 (OP)
Newbie
*
Offline Offline

Activity: 137
Merit: 0


View Profile
February 22, 2018, 04:41:53 PM
 #4

Just found a comprehensive list of most common pool software/forks here if anyone is interested:
https://gist.github.com/namnm/350d6b7a01dc4eabcacb590b088572cb
d-angel2001 (OP)
Newbie
*
Offline Offline

Activity: 137
Merit: 0


View Profile
February 22, 2018, 04:43:48 PM
 #5

https://bitcointalk.org/index.php?topic=790323.0

CK Pool code is used by many pools, It was written by CK the guy behind CG miner.

Have a look at the official topic the source code is available to download free.

Sounds interesting. Is there anywhere a list of supported algos?

Found it myself:
https://gist.github.com/namnm/350d6b7a01dc4eabcacb590b088572cb#ckpool

Code:
Cons:
Natural made for bitcoind. Other coin types are not supported.
d-angel2001 (OP)
Newbie
*
Offline Offline

Activity: 137
Merit: 0


View Profile
February 22, 2018, 04:48:30 PM
 #6

Yiimp sounds interesting as it supports a lot of algo and development seems to be still active:

https://gist.github.com/namnm/350d6b7a01dc4eabcacb590b088572cb#yiimp
https://github.com/tpruvot/yiimp/tree/next/stratum/algos

Only documentation is ment to be not too good. But as there are a lot of pools existing I think it can't be too difficult at all.
d-angel2001 (OP)
Newbie
*
Offline Offline

Activity: 137
Merit: 0


View Profile
February 23, 2018, 07:33:25 AM
 #7

Update: Yiimp seems to have serious security issues?

> Multiple YiiMP pools hacked, this is what I know so far..
https://bitcointalk.org/index.php?topic=2163058.new
butka
Full Member
***
Offline Offline

Activity: 434
Merit: 246


View Profile
March 17, 2018, 06:12:31 AM
 #8

What about unomp? This is supposed to be new branch of nomp. I'm seriously considering giving it a try to set up a pool for some new coins. Any security concerns that I should know about?
sergw
Member
**
Offline Offline

Activity: 159
Merit: 12


View Profile
August 08, 2018, 08:59:34 PM
 #9

I've noticed nomp has a lot of forks. Some of them fix things or missed algo or simply upgraded to more recent nodejs-versions. Can anyone suggest a good and recent version/fork or anything else than nomp?
My wish-pool would be a very small and simple one providing only the stratum/pool functionality, may be a simple example-frontend (like nomp already has) and the rest provided as API to get the data in any custom web-frontend for myself.

The software should be flexible enough to add custom coins and if possible new algos as well (is there any npm library that covers most of them?!). Multi-Pool feature like nomp would be nice to have. But I'm also open to set-up a clone of each pool for themselfes.
I'm also open for any DIY npm-libs that are well documented and explain how to code a simple stratum/pool for myself would be georgeous, too (I'm self employed as developer and someone just "tries to learn from scratch").

I'm happy for any feedback and recommendations.

what is your research results? yiimp/(u)nomp - or something else?
cryptogaga
Sr. Member
****
Offline Offline

Activity: 506
Merit: 250



View Profile
August 12, 2018, 02:53:20 PM
 #10

which would you recommend ?
Pages: [1]
  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!