Skip to content

Add SoloPool.com to Mining Pool List#139

Open
Sledge0001 wants to merge 161 commits intobtccom:masterfrom
Sledge0001:Add-SoloPool-to-Mempool
Open

Add SoloPool.com to Mining Pool List#139
Sledge0001 wants to merge 161 commits intobtccom:masterfrom
Sledge0001:Add-SoloPool-to-Mempool

Conversation

@Sledge0001
Copy link

@Sledge0001 Sledge0001 commented Dec 23, 2025

Adding SoloPool Mining Pool

This PR adds SoloPool to the mining pools identification list.

Pool Information

  • Name: SoloPool.Com
  • Website: https://solopool.com
  • Coinbase Tag: /Mined @ SoloPool.Com/
  • Slug: solopool.com

Pool Details

SoloPool is a Bitcoin mining pool supporting multiple networks:

  • ✅ Mainnet
  • ✅ Testnet3
  • ✅ Testnet4
  • ✅ Regtest

The pool is actively mining and uses the coinbase signature /Mined @ SoloPool.Com// for block identification.

Verification

The pool infrastructure is running on dedicated servers and has been actively mining blocks that can be verified on the blockchain with our coinbase signature.

Please let me know if any additional information or changes are needed.

wiz and others added 30 commits March 17, 2022 14:34
Added pools slugs into separated object
+tag okminer +addr okminer binance ultimus | update link
added "btccom" tag to "coinbase_tags".

btc.com appears to have changed their coinbase tag syntax starting at block 746530. tested and confirmed on btc.com explorer (https://explorer.btc.com/btc/block/746530)
added "/Titan.io/" to "coinbase_tags" and associated address, 14hLEtxozmmih6Gg5xrGZLfx51bEMj21NW, to "payout_addresses"

https://twitter.com/OGBTC/status/1554845449290502144
updated "slugs" to include titan
# Trigger: Runs whenever a reviewer is requested on a pull request
on:
pull_request:
types: [review_requested]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pools.json

- name: Update Project Status to Review Needed
uses: actions/github-script@v7
with:
# Use the PAT stored in repository secrets (has project write access)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pullRequest(number: $pr) {
projectItems(first: 10) {
nodes {
id

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bc1qkvxdrxxt5405t3wrs5eersm95fmafdtc68fkxzkhdrpctr8m50ss7rce28

}
```

### Add a new mining pool by `coinbase_tags`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Add a new mining pool by `coinbase_tags`
### Add a new mining pool by `coinbase_tags`
```suggestion
### Add a new mining pool by `coinbase_tags`

### Add a new mining pool by `coinbase_tags`

You can add a new mining pool by specifying the coinbase tag they're using in
the coinbase transaction.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

}
```

### Add a new mining pool by `payout_addresses`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For example:

```json
"1FFxkVijzvUPUeHgkFjBk2Qw8j3wQY2cDw" : {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

```javascript
const address = txMinerInfo.vout[0].scriptpubkey_address;
for (let i = 0; i < pools.length; ++i) {
if (address !== undefined) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • @ cbbtcf3aa214zXHbiAZQwf4122FBYbraNdFqgw4iMij

configuration variable:
```
{
"MEMPOOL": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pools.json Outdated
},
"BITFARMS": {
"name": "Bitfarms",
"link": "https://www.bitarms.io/"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"/Minerium.com/" : {
"name" : "Minerium",
"link" : "https://www.minerium.com/"
},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.