Post
Topic
Board Announcements (Altcoins)
Re: [ANN] HEAT: 3.0 crypto*multisig fiat*a2a hft*1000tps*DSA*PoS+PoP*e2ee chat*
by
Jack Needles
on 31/01/2017, 10:06:08 UTC
We're working to deploy downloadable client + server package with graphical forging UI on github before the forging rewards start paying on block 4320.

Meanwhile another, still technical way to set up forging:

Get JDK SE from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
(Click accept license agreement radiobutton first)

Download and unzip https://github.com/Heat-Ledger-Ltd/heatledger/releases

Define your own apikey, can be whatever string of characters, in conf/heat-default.properties

Start heatledger (Linux) or heatledger.bat (Windows)

run from command line the following after first making applicable changes to it:

Code:
curl -k -s http://localhost:7733/api/v1/mining/start/this%20is%20your%20secret%20phrase\?api_key=defined_in_heat-default.properties

If you don't have curl, download from the curl site


Are the above instructions enough to begin both PoS and PoP forging?


Yes.  Currently PoP rewards are added to PoS rewards until block slices are needed.

The one change I'd suggest is to define your own API key in a (new) conf/heat.properties file which can be copied to any new releases.  This file will override any settings in the default one.  Its not good practice IMHO to modify the default properties file.