stream entropy via server-sent events:
curl -N https://blobrand.com/entropy/stream
poll the current chain state (updates every second):
curl https://blobrand.com/entropy/chain
check pool health:
curl https://blobrand.com/entropy/status
see who is contributing:
curl https://blobrand.com/entropy/contributors
any machine can feed the pool. send 8 bytes (big-endian uint64) over udp:
echo -ne '\x00\x00\x00\x00\xde\xad\xbe\xef' | nc -u blobrand.com 9746
or run deskblob to harvest entropy from desktop chaos:
cd ~/git/deskblob && make run-capacitor
wire format: 8 bytes. big-endian uint64. that is the entire protocol.