Skip to content

Chia Plots signature service Chia Plots签名服务

License

Notifications You must be signed in to change notification settings

Pow-Duck/ChiaSignature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChiaSignature

Chia Plots signature service

use

docker-compose up -d

Load balancing:

docker-compose scale chia_signature=10

api

curl --location --request POST 'http://youservername:8181/signature' \
--header 'Content-Type: application/json' \
--data-raw '{
    "farmer_public_key": "farmer_public_key",
    "pool_key": "pool_key"
}'