Please login or register.
Login with username, password and session length

HEAT Forum

November 01, 2017, 09:11:14 AM
News: 2017-10-10 Heatledger 2.0 with Heatwallet 2.2.0 released! NOTE: Balance leasing and hard fork at block 777777 https://github.com/Heat-Ledger-Ltd/heatwallet/releases
Pages: [1]   Go Down

Author Topic: HEAT Server 0.9 released  (Read 707 times)

Share this topic
Eliphaz
Follow Eliphaz wrote HEAT Server 0.9 released on January 26, 2017, 10:25:21 PM
The first downloadable server binary:

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

proto
Follow proto wrote Re: HEAT Server 0.9 released on January 27, 2017, 02:47:38 AM
Brilliant. My node is online.

U
Follow U wrote Re: HEAT Server 0.9 released on January 27, 2017, 04:50:54 PM
Brilliant. My node is online.
Hello.  I started the heatledger bat file.  How can I know it is running and do I have to have any tokens for it to start forging?  Also, I can't tell if my wallet is operating properly as under the exchange tab, I have no control to any buttons such as sell or buy, ect.  Is there a guide on what to do exactly and what options does one have?  Can you please guide me in the right direction?  This is my first time trying to get some coins on any startup.  Thank you in advance.

Kazadar
Follow Kazadar wrote Re: HEAT Server 0.9 released on January 27, 2017, 04:57:19 PM
Forging is a bit technical with the current release.

Here is a quote from the bitcointalk thread on how to do it.

Quote
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:
Code: [Select]
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

U
Follow U wrote Re: HEAT Server 0.9 released on January 27, 2017, 05:01:30 PM
Forging is a bit technical with the current release.

Here is a quote from the bitcointalk thread on how to do it.

Quote
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:
Code: [Select]
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 downloaded jdk 8 and ran the bat file.  How do I setup the apikeys and where do I put them?  I quote "Define your own apikey, can be whatever string of characters, in conf/heat-default.properties"  Any help by the numbers or an example would be gladly appreciated.  Thank you.

U
Follow U wrote Re: HEAT Server 0.9 released on January 27, 2017, 05:22:15 PM
Also, this is what my wallet looks like.  Does anything look out of place or is this normal?  ie.  nothing is accessible such as input boxes for amounts, buy or sell buttons don't work, ect.    https://pix.sfly.com/fJCbvJ

Kazadar
Follow Kazadar wrote Re: HEAT Server 0.9 released on January 27, 2017, 05:28:48 PM
Last Edit: January 27, 2017, 05:35:07 PM by Kazadar
Open the conf folder included in the Heat server release.
Find the in heat-default.properties file and open it in a text editor.
Line #44 is
Code: [Select]
heat.apiKey=
I am pretty sure thats what they are refering to.
Add a key so it looks something like
Code: [Select]
heat.apiKey=SomeRandomKey and save the file.

You should then edit the curl code to match your secret phrase and API key and you should be good to go.

Also, this is what my wallet looks like.  Does anything look out of place or is this normal?  ie.  nothing is accessible such as input boxes for amounts, buy or sell buttons don't work, ect.    https://pix.sfly.com/fJCbvJ
They did say the asset exchange is still being finished. I dont think the UI for it is working ATM.

U
Follow U wrote Re: HEAT Server 0.9 released on January 27, 2017, 05:41:31 PM
Open the conf folder included in the Heat server release.
Find the in heat-default.properties file and open it in a text editor.
Line #44 is
Code: [Select]
heat.apiKey=
I am pretty sure thats what they are refering to.
Add a key so it looks something like
Code: [Select]
heat.apiKey=SomeRandomKey and save the file.

You should then edit the curl code to match your secret phrase and API key and you should be good to go.

Also, this is what my wallet looks like.  Does anything look out of place or is this normal?  ie.  nothing is accessible such as input boxes for amounts, buy or sell buttons don't work, ect.    https://pix.sfly.com/fJCbvJ
They did say the asset exchange is still being finished. I dont think the UI for it is working ATM.
Thank you.  I'll give it a try.  Hopefully I won't lock up my machina.  Will eventually post results.  :)

Pages: [1]   Go Up