PHPackages                             symbiotic/btc-puzzle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. symbiotic/btc-puzzle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

symbiotic/btc-puzzle
====================

1.0.4(3y ago)39PHPPHP &gt;=8.0

Since May 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/symbioticphp/btc-puzzle)[ Packagist](https://packagist.org/packages/symbiotic/btc-puzzle)[ RSS](/packages/symbiotic-btc-puzzle/feed)WikiDiscussions master Synced today

READMEChangelog (5)DependenciesVersions (6)Used By (0)

Verification Address Generator for Bitcoin puzzle range
-------------------------------------------------------

[](#verification-address-generator-for-bitcoin-puzzle-range)

```
Pool server    Generate range

Pool server   --> Request signature adresses
                 |----1Address0  'efjiej34f9349gj4309hg4349tfh3044f3',
        // authorization token for generating a range signature
        'token' => 'Aich45vbdghbds'
    ]
);
```

For convenient work, there is a controller that accepts GET parameters for operation:

```
$controller = new \Symbiotic\BtcPuzzle\SignatureController($config, $_GET);

echo $controller->dispatch();
```

```
Example:

// Verification address generator
$generator = new \Symbiotic\BtcPuzzle\SignatureGenerator($config->getToken(), $config->getSecret());

// Puzzle Range
$sector = new \Symbiotic\BtcPuzzle\Sector($puzzleId, $sectorNumber);

// Create a verification address for the user
$address = $generator->generateSectorAddress($token, $sector, $user_id);

// hash of the sector for subsequent authentication of the issuance by the user's server
$sectorHash = $generator->getSectorHash($puzzleId, $sectorNumber);

$signature = $generator->generateSectorSignature($token, $sector, $user_id);

echo json_encode([
    'sectorHash' => $signature['sectorHash'],
    'userSectorHash' => $signature['userSectorHash']
    'signatureBlowfish' => $signature['signatureBlowfish']
    'address' => $signature['address']/*we give only the address without the private key*/
 ]);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

5

Last Release

1142d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5098237?v=4)[symbiotic](/maintainers/symbiotic)[@symbiotic](https://github.com/symbiotic)

### Embed Badge

![Health badge](/badges/symbiotic-btc-puzzle/health.svg)

```
[![Health](https://phpackages.com/badges/symbiotic-btc-puzzle/health.svg)](https://phpackages.com/packages/symbiotic-btc-puzzle)
```

###  Alternatives

[humanmade/wp-flags

Lightweight WordPress plugin to enable exposing feature flags to end-users, based on code-based ( or admin UI in the future ) criteria.

3656.1k](/packages/humanmade-wp-flags)[limingxinleo/happy-join-hyperf

组件嗨化计划

255.1k17](/packages/limingxinleo-happy-join-hyperf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
