Seed API
API reference for seed nodes
Currently seed node address are fixed as http://api.Fiesta4Spectrum.org:8000
for App1 and http://api.Fiesta4Spectrum.org:8001
for App2.
Register to seed node
POST
http://seed_addr:port/register
Each miner node needs to register itself to seed node periodically to make itself popular
Request Body
Name
Type
Description
"name"*
String
unique id of the miner
"addr"*
String
miner's address with port, starts with "http://"
Fetch the list of all miners alive
GET
http://seed_addr:port/miner_peers
Get the reward of one node
GET
http://seed_addr:port/reward
Query Parameters
Name
Type
Description
"id"
String
the unique id of the node
Last updated