Download the PHP
package symbiotic/btc-puzzle without Composer
On this page you can find all versions of the php package
symbiotic/btc-puzzle. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
FAQ
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Verification Address Generator for Bitcoin puzzle range
To form the verification addresses of the issued range, several remote participant servers are used
enumeration, which eliminates the fake passage of the range even by the creator of the enumeration pool.
Each server, at its discretion, can keep logs of issued sectors, and after finding the puzzle, it is easy to check who
range was given.
Algorithm for generating a verification address
To create a verification address, use:
puzzle number
sector number
user ID of the user (for which the sector is issued)
The algorithm is simple, a hash is created based on the data and the first characters of the number are taken from it,
which are substituted inside
range.
As an answer, a verification address and a hash of the sector are given, which is formed from a secret phrase, a puzzle
and a number
sectors.
Example:
Usage
To use, you must create a secret phrase with a length of at least 20 characters. No one should know her otherwise
will be able to generate range addresses on your behalf.
The token is needed to protect against enumeration, otherwise each user will be able to enumerate all sectors and get
verification
addresses before passing the ranges.
For convenient work, there is a controller that accepts GET parameters for operation:
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package symbiotic/btc-puzzle contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.