Author

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

newbie
Activity: 45
Merit: 0
The online wallet is at block 53X?  Anyone else seeing issues?
newbie
Activity: 14
Merit: 0
I am trying to set up heat, i got the terminal running and set an api key. how to I input the code
"curl -k -s http://localhost:7733/api/v1/mining/info/this%20is%20your%20secret%20phrase\?api_key=defined_in_heat-default.properties"
?

thanks
hero member
Activity: 658
Merit: 500
It looks like you got all of them. There are only 11860 blocks or at the moment. So you can run the code.

After executing curl.exe I tried the code and it does not work.


I dont think its supposed to be running after you execute the code. Mine doesnt and its forging.

You can check by opening in a private browser window
 
Code:
http://localhost:7733/api/v1/mining/info/this%20is%20your%20secret%20phrase\?api_key=defined_in_heat-default.properties

And it should return something like

Code:
[{"deadline":17503,"account":"youraccountnumber","remaining":17478,"hitTime":100547075}]

I get returned

Code:
{"errorDescription":"not forging","errorCode":3}
Try running the code to start mining in the private browser window
Code:
http://localhost:7733/api/v1/mining/start/this%20is%20your%20secret%20phrase\?api_key=defined_in_heat-default.properties

If that doesnt work then you will probably need an answer from someone with better tech skills than me.
legendary
Activity: 1146
Merit: 1000
It looks like you got all of them. There are only 11860 blocks or at the moment. So you can run the code.

After executing curl.exe I tried the code and it does not work.


I dont think its supposed to be running after you execute the code. Mine doesnt and its forging.

You can check by opening in a private browser window
 
Code:
http://localhost:7733/api/v1/mining/info/this%20is%20your%20secret%20phrase\?api_key=defined_in_heat-default.properties

And it should return something like

Code:
[{"deadline":17503,"account":"youraccountnumber","remaining":17478,"hitTime":100547075}]

I get returned

Code:
{"errorDescription":"not forging","errorCode":3}
hero member
Activity: 658
Merit: 500
It looks like you got all of them. There are only 11860 blocks or at the moment. So you can run the code.

After executing curl.exe I tried the code and it does not work.


I dont think its supposed to be running after you execute the code. Mine doesnt and its forging.

You can check by opening in a private browser window
 
Code:
http://localhost:7733/api/v1/mining/info/this%20is%20your%20secret%20phrase\?api_key=defined_in_heat-default.properties

And it should return something like

Code:
[{"deadline":17503,"account":"youraccountnumber","remaining":17478,"hitTime":100547075}]
hero member
Activity: 532
Merit: 500
It looks like you got all of them. There are only 11860 blocks or at the moment. So you can run the code.

After executing curl.exe I tried the code and it does not work.



I think it is not installed, try the same address you try in curl in your browser...
legendary
Activity: 1146
Merit: 1000
It looks like you got all of them. There are only 11860 blocks or at the moment. So you can run the code.

After executing curl.exe I tried the code and it does not work.

hero member
Activity: 658
Merit: 500
Is there a easy guide to follow to forge?

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 currently see this after running heatledger.bat



Do i have to wait for all blocks to be pushed before I can execute the code?

Code:
curl -k -s http://localhost:7733/api/v1/mining/start/this%20is%20your%20secret%20phrase\?api_key=defined_in_heat-default.properties
It looks like you got all of them. There are only 11860 blocks or at the moment. So you can run the code.
hero member
Activity: 532
Merit: 500
Is there a easy guide to follow to forge?

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 currently see this after running heatledger.bat



Do i have to wait for all blocks to be pushed before I can execute the code?

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

All blocks are already pushed, look at the time between the last blocks...
If  you have at least 25 heat and the last curl command(using your correct pasword) gives you a response that looks like a json object then you are mining
legendary
Activity: 1045
Merit: 1000
So say I bought my heat on CCEX, withdrawal isn't allowed right? So is it worth even holding if I'm missing out on Foraging?

how much coins do you have? enough to forge?

sell it to the buywall and buy it on alcurex
legendary
Activity: 1146
Merit: 1000
Is there a easy guide to follow to forge?

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 currently see this after running heatledger.bat



Do i have to wait for all blocks to be pushed before I can execute the code?

Code:
curl -k -s http://localhost:7733/api/v1/mining/start/this%20is%20your%20secret%20phrase\?api_key=defined_in_heat-default.properties
hero member
Activity: 532
Merit: 500
Devs, what is the minimum requirement to forge/mine/stake HEAT?  Does it borrow the 1000 number from NXT?  If it does, can that be lowered to something more appropriate on the next fork.
By requiring a minimum balance to forge, it lessens the amount of time it takes for network nodes to calculate the next forger.  So there could be a very good reason to have something a bit higher to achieve the desired throughput of HEAT.  Would love a dev comment on this.
We need Dennis to confirm that, he just signed off after a hefty day of getting the assets tradable. Excellent point about the minimum balance, 1k doesn't forge nearly anything anyways so could be maybe 3k - 5k depending on the desired effect indeed.

This is redicilous! This is a two man team and one of them doesn't even know this easy answer...

In the code there are these two lines:


public final long ONE_HEAT = 100000000;
public final long MIN_FORGING_BALANCE_HQT = 2500000000L;

I guess this means you need at least 25 heat to be able to forge!
hero member
Activity: 773
Merit: 500
Heatledger.com
Devs, what is the minimum requirement to forge/mine/stake HEAT?  Does it borrow the 1000 number from NXT?  If it does, can that be lowered to something more appropriate on the next fork.
By requiring a minimum balance to forge, it lessens the amount of time it takes for network nodes to calculate the next forger.  So there could be a very good reason to have something a bit higher to achieve the desired throughput of HEAT.  Would love a dev comment on this.
We need Dennis to confirm that, he just signed off after a hefty day of getting the assets tradable. Excellent point about the minimum balance, 1k doesn't forge nearly anything anyways so could be maybe 3k - 5k depending on the desired effect indeed.
hero member
Activity: 532
Merit: 500
How on earth do I start forging can anyone put me in the right direction ?

Where is the problem, I described it one post above yours? Are you on windumb or linux?
member
Activity: 94
Merit: 10
So say I bought my heat on CCEX, withdrawal isn't allowed right? So is it worth even holding if I'm missing out on Foraging?

Too many unknowns with CCEX.

If it were me, I'd sell into that buy wall and repurchase HEAT elsewhere.  Right now your best bet is person-to-person trades (always use escrow).  But there should be some exchange options becoming available in a couple (or a few, or several) days.

Upcoming exchange support:
* HEAT built-in A2A Exchange
* OpenLedger
* AlcurEX
jr. member
Activity: 51
Merit: 10
How on earth do I start forging can anyone put me in the right direction ?
hero member
Activity: 532
Merit: 500
can anyone tell me how I can set up the server and start forging?

Follow this: https://github.com/Heat-Ledger-Ltd/heatledger

Download hetledger.x.x.x.zip from here https://github.com/Heat-Ledger-Ltd/heatledger/releases

unzip the file

edit heat-default.properties in the conf folder. There is a line saying "heat.api_key=". Add an api key!
go to the bin folder and start heatledger
open terminal and type in:
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 it!
You need to do this with YOUR apikey and YOUR passphrase! The %20 means space and has to be included
Now you are mining

I know, the heatheads were unable to put something like this on the website. Or on their forum. Or on the github... It is a classic heathead action again!
newbie
Activity: 14
Merit: 0
can anyone tell me how I can set up the server and start forging?
hero member
Activity: 1680
Merit: 506
Trphy.io
I would like to buy 9200 heat for the price 6600 sat each (total 0.61 btc). PM me if you are interested. We will use the 2 out of 3 multisig functions available at https://coinb.in. If you have never used it before, I will guide through the process. It is safe.
newbie
Activity: 69
Merit: 0
Hi guys,

Did anyone get the following output when starting?

Code:
http://localhost:7733/api/v1/mining/info/passphrase?api_key=blabla
[{"deadline":0,"account":"23498739847239847","remaining":0,"hitTime":0}]

Wonder why I see deadline 0 and hitTime 0...

I don't know this for sure.  But I think it's right.

There is usually a small vesting time (1440 blocks?) on newly transferred coins before they can stake (protects agains a certain kind of attack).  Because you see deadline and hittime as zero, the account is known but has no current forging power.  Is also possible there is a minimum (but pretty low) balance required to stake.

Can you confirm this is a new account?  Or one with a very small balance?

Yeah I only have 100 HEAT on it at the moment... but I thought that'd be enough.

Seems like it should be enough, value-wise.

For what its worth, NXT has a minimum requirement of 1000.  But NXT has 1B coins, not 25M+.

Devs, what is the minimum requirement to forge/mine/stake HEAT?  Does it borrow the 1000 number from NXT?  If it does, can that be lowered to something more appropriate on the next fork.

EDIT: By requiring a minimum balance to forge, it lessens the amount of time it takes for network nodes to calculate the next forger.  So there could be a very good reason to have something a bit higher to achieve the desired throughput of HEAT.  Would love a dev comment on this.


And one more thing.  For any new accounts (not included in genesis) make one outbound transaction so that your public key is known by the blockchain (plus it secures the account with more bits).  I don't think you can forge without a known public key.


Alright, I made a small transfer to synace Smiley We'll see.
Jump to: