Search content
Sort by

Showing 2 of 2 results by kkur
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] HEAT: 3.0 crypto*multisig fiat*a2a hft*1000tps*DSA*PoS+PoP*e2ee chat*
by
kkur
on 29/01/2017, 15:00:01 UTC
Currently there is 58 peers on the network. I think this is a healthy number, and over time this number will probably rise as more nodes come online.

The amount of blocks generated for a given stake, are substantially higher than the result of the estimate from the calculator on heatpool.xyz
This is due to the calculator assuming 100% of 25 million coins are forging on the network. In reality, and as expected, only a fraction of coins held will be active.

In other words:

Forging profits are pretty profitable  Kiss


How do I know if I'm forging? I followed the instructions on this post - https://bitcointalk.org/index.php?topic=1543991.msg17640079#msg17640079

and I got a value for deadline and hittime and then back to the  command prompt.

Does this mean I'm forging?

Also, on https://heatwallet.com/nodes.cgi I see "blacklisted":true against my IP. What does this mean?

HI, deadline and hittime definitely means that forging is on.

"blacklisted":true now means that you should update server. Version 0.9.0 is blacklisted.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] HEAT: 3.0 crypto*multisig fiat*a2a hft*1000tps*DSA*PoS+PoP*e2ee chat*
by
kkur
on 28/01/2017, 09:43:43 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

I'm getting the following error:

{"errorDescription":"Unknown account","errorCode":3}

Can someone help me out with this please?
Did you replace this%20is%20your%20secret%20phrase with your own? (replace all spaces with %20). Did you replace api_key=defined_in_heat-default.properties with your own api key?

Hey. Yes..I did both.

apikey can be alphanumeric right?

Try to use a slash instead of backslash:
Code:
curl -k -s http://localhost:7733/api/v1/mining/start/this%20is%20your%20secret%20phrase/?api_key=defined_in_heat-default.properties