Author

Topic: [ANN] HEAT: 3.0 crypto*multisig fiat*a2a hft*1000tps*DSA*PoS+PoP*e2ee chat* - page 165. (Read 418460 times)

newbie
Activity: 40
Merit: 0
HEAT still being held hostage by Openledger, got any info on when they are releasing the funds?

Yes, I'd like to know too! What was the point to use them? Now we're just watching everybody having fun and we're stuck.
This should have been sorted out before block 4320! Now we're losing out on the forging.

Starting to be fed up...



I don't mean to discredit these concerns. Since they are very understandable. It would have been nice if Openledger could have enabled withdrawing earlier.
Although the point of using the exchanges like openledger, c-cex, alcurex is like using an escrow. There is less risk for investors to use those platforms, since if HEAT did not deliver, then those platforms could refund the investors. Where as people who invested directly to the devs accounts took more risk with direct deposits to the HEAT team.


That is a very sober point of view. Still im like a kid on christmas in the 90s here and Santa has already visited all the other children and my friend just called me up to brag about his new super nintendo.
newbie
Activity: 69
Merit: 0
HEAT still being held hostage by Openledger, got any info on when they are releasing the funds?

Yes, I'd like to know too! What was the point to use them? Now we're just watching everybody having fun and we're stuck.
This should have been sorted out before block 4320! Now we're losing out on the forging.

Starting to be fed up...

newbie
Activity: 40
Merit: 0
HEAT still being held hostage by Openledger, got any info on when they are releasing the funds?
hero member
Activity: 773
Merit: 500
Heatledger.com
1. You mentioned that devs accounts will stop mining after block 4320 and yet they still seem to be mining.
2. I can not see mined coins in my wallet. Why is that?
Working on that

why it says there: "initialCoinSupply":"2500000000000000"   ?
All amounts in HEAT working api are HQT and QNT, meaning human amounts multiplied by 100 000 000
hero member
Activity: 500
Merit: 507
The POS+POP rewards have started now (POS=4 HEAT, POP=4 HEAT). To me it looks as if all 8 HEAT go to the block generator. Hence, POS=8 HEAT and POP=0 HEAT. The server hallmarks are not in use. Can the devs share some information about this?

There was information about PoP being enabled after first round, and now they both are paid to the block generator.
Keep an eye on: https://heatwallet.com/status2.cgi
The number of nodes is now 51 - it will probably go down since PoP is not activated.

why it says there: "initialCoinSupply":"2500000000000000"   ?
hero member
Activity: 773
Merit: 500
Heatledger.com
POS and POP rewards, 4 HEAT each were activated at block 4321 some moments ago. POP is being paid to block forger until further update. A new client + server release with simpler forging settings and a2a markets (which can be used by escrow operators for instance) enabled is pending release asap.
full member
Activity: 192
Merit: 100
11,837.43784615 Heat for sale. I sell for what I have paid. 1 BTC (0,00008477 BTC/HEAT). Free escrow (2 out of 3 multisig) is available, buyer pays tx-fees. Contact via PM please.
hero member
Activity: 500
Merit: 507
Selling heat coins, PM me to submit offers (only reasonable offers will be considered). Transaction will be done only through trusted escrow, thanks.
sr. member
Activity: 465
Merit: 250
shoutofgaia
The POS+POP rewards have started now (POS=4 HEAT, POP=4 HEAT). To me it looks as if all 8 HEAT go to the block generator. Hence, POS=8 HEAT and POP=0 HEAT. The server hallmarks are not in use. Can the devs share some information about this?

There was information about PoP being enabled after first round, and now they both are paid to the block generator.
hero member
Activity: 697
Merit: 500
Selling 12000 HEAT. Send offers via PM - Escrow

I want out.

- Simakki
newbie
Activity: 2
Merit: 0
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
full member
Activity: 131
Merit: 100
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?
sr. member
Activity: 242
Merit: 250
Which exchanges we will be there? I can't wait for trading now, I wait this coin's launch for more than half year and now finally distribution.
full member
Activity: 131
Merit: 100
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?
sr. member
Activity: 471
Merit: 250
Why is https://heatwallet.com/status2.cgi still version 0.1.0 and provides other different data than http://localhost:7733/api/v1/blockchain/status2 but has the same blocks otherwise?
sr. member
Activity: 465
Merit: 250
shoutofgaia
Thank you gh2 by the way, forgot to say it earlier Smiley
HEAT is based on NXT, and the setup is very similar. I am a newbie in this forum, but an experienced NXT user. My favourite new projects are HEAT and ARDOR. I plan to be a long-term supporter of both.

Great to have you onboard Smiley
sr. member
Activity: 471
Merit: 250
Thank you gh2 by the way, forgot to say it earlier Smiley
sr. member
Activity: 378
Merit: 250
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.


thanks, so POP rewards will go to the hallmark account, got it.
If set up correctly, your hallmark should become visible here: https://heatwallet.com/nodes.cgi


Does it matter for POP rewards if the hallmark account has 0 weight and an unknown public key with no txs sent from this account yet and when do the POP rewards start?
sr. member
Activity: 465
Merit: 250
shoutofgaia
Thank you Jack, I will try these instructions and see how I go. I wonder if the dev team are planning to setup some forging pools like NXT has, is it possible to lease Heat balances like NXT does?

Leasing should be possible, maybe not quite at the start of block rewards. No confirmation on that part. And yes, pools will be set up.
sr. member
Activity: 405
Merit: 250
Too much noise in here ...

Can someone point me to windows forging instructions, please?

I'll try.  I'm a Linux guy and this is untested, so no promises.  This relies on HEAT server, so is probably unnecessarily complex.  (Hope they churn out a fancy light client like they did with FIMK -- is a heck of a lot easier for newbies).

The heatledger server should run on Windows (read the quick notes and download from here):
https://github.com/Heat-Ledger-Ltd/heatledger/releases

Unzip it.

See the readme here (notes for java installation):
https://github.com/Heat-Ledger-Ltd/heatledger/blob/master/README.md

Add a new heat.properties file in the conf/ folder (next to heat-default.properties).  Only one line for now:
Code:
heat.apiKeyDisabled=true

Run the heat server:
bin/heatledger.bat

.....

Okay, so now you should have a running HEAT server on your windows computer.  Now use the HTTP API to start forging.

Open the following URL in a private browser window (replace THIS%20IS%20THE%20PASSPHRASE with your account passphrase.  Spaces turn into %20):

http://localhost:7733/api/v1/mining/start/THIS%20IS%20THE%20PASSPHRASE

If you get a JSON response that includes "deadline" and "hitTime", it probably worked!  If you get a JSON response that says "error", it probably didn't.

If you don't use a private browser, this URL (which includes your passphrase) will be saved in history, so be careful.
.......

Anybody: Feel free to take this, test it, clean it up, and make more accessible.  

Thank you Jack, I will try these instructions and see how I go. I wonder if the dev team are planning to setup some forging pools like NXT has, is it possible to lease Heat balances like NXT does?
Jump to: