Post
Topic
Board Announcements (Altcoins)
Re: [ANN] HEAT: 3.0 crypto*multisig fiat*a2a hft*1000tps*DSA*PoS+PoP*e2ee chat*
by
pcjnjn
on 28/01/2017, 17:36:52 UTC
Instructions for setting up POP:
curl -k -s http://localhost:7733/api/v1/tools/hallmark/encode/your_ip_address/100/2017-01-01/your_secret_phrase\?api_key=your_api_key

Create a new file conf/heat.properties:
heat.apiKey=your_api_key
heat.myAddress=your_ip_address
heat.myHallmark=your_hallmark (generated from curl above)

Stop server and restart it. I could have kept this to myself and benefited, but no, I want HEAT to become a success and therefore I share it with the community.

where to find my api key? or I just make one up.
Thanks in advance
You can just make up your own api key, anything will do. Keep in mind that PoP is not activated yet. If you would like to activate PoS, use:
curl -k -s http://localhost:7733/api/v1/mining/start/your_secret_phrase\?api_key=your_api_key
Thanks