Pages:
Author

Topic: HEAT Discussion and Technical info - page 49. (Read 61304 times)

legendary
Activity: 1050
Merit: 1000
October 15, 2017, 09:29:19 PM
What's the estimated time before HEAT hits block 777,777?

We where wondering that ourselves. So we made this..

When is block 777,777 ?



that was impressive, thanks
sr. member
Activity: 421
Merit: 250
HEAT Ledger
October 15, 2017, 06:51:53 PM
heat-sdk version 0.5.0 with WebSocket/Push support

heat-sdk version 0.5.0 is ready for use in your browser and on your server.

Now with native and managed WebSocket support it becomes easy to build your real-time connected blockchain apps. In the browser and on mobile heat-sdk will fall back on native HTML5 WebSocket support available in modern browsers. When you build on the we've opted for the nodejs cross OS `ws` package.

Any way, whether you are developing for mobile or the server know that our websocket implementation ensures you are always connected and when you ever got disconnected from our or your own HEAT servers. Heat-sdk will make sure your connection is restored while transparently managing all your previous subscriptions with the server. Basically re-subscribing your application so that your application logic wont even know you got disconnected.

Samples on using heat-sdk 0.5.0 with websocket support
Click the button to load the sample. You can edit the code and play around in the editor on the left



https://www.npmjs.com/package/heat-sdk
sr. member
Activity: 421
Merit: 250
HEAT Ledger
October 14, 2017, 08:29:44 PM
Is there a way to sign a lease TX offline indefinitely (offline computer) the somehow broadcasting that instead of specifying amounts of blocks? If i need to, what is the max block number?

Max is 300,000 blocks. But after one block you can issue a next lease which can again be 300,000 blocks and starts the moment the first lease ends.
With heat-sdk you can create the lease transaction offline, sign it and broadcast it. (but this is through code, just a few lines of javascript, that you could run locally in your browser)
Through heat wallet you can do the same by opening the Lease Balance dialog.
legendary
Activity: 1428
Merit: 1000
October 14, 2017, 06:46:59 PM
Is there a way to sign a lease TX offline indefinitely (offline computer) the somehow broadcasting that instead of specifying amounts of blocks? If i need to, what is the max block number?
sr. member
Activity: 527
Merit: 250
October 14, 2017, 04:01:56 PM
So cool! It's so simple.
sr. member
Activity: 421
Merit: 250
HEAT Ledger
October 14, 2017, 12:11:06 PM
Todays samples of using heat-sdk
We'll be focusing on further completion of heat-sdk for now.







https://www.npmjs.com/package/heat-sdk
sr. member
Activity: 421
Merit: 250
HEAT Ledger
October 14, 2017, 12:01:25 PM
What's the estimated time before HEAT hits block 777,777?

We where wondering that ourselves. So we made this..

When is block 777,777 ?

legendary
Activity: 1050
Merit: 1000
October 14, 2017, 10:35:27 AM
What's the estimated time before HEAT hits block 777,777?
sr. member
Activity: 421
Merit: 250
HEAT Ledger
October 14, 2017, 05:07:22 AM
Heat-sdk runs in your browser.

heat-sdk runs natively in your server environment as well as on your mobile and in your browser.

Please checkout another demo but now running in a browser.
Feel free to play around with the code, either click fork or just edit the code in the left hand window, it will immediately run in the preview window on the right.

Online Sample/Demo


full member
Activity: 784
Merit: 100
October 13, 2017, 05:55:47 PM
Roadmap looks good,

thanks!

Really the roadmap and good, I hope they can comply with the described in the roadmap.
sr. member
Activity: 421
Merit: 250
HEAT Ledger
October 13, 2017, 05:41:50 PM
Good progress has been made with heat-sdk!

We are at version 0.3.3 now and counting.
Heat-sdk is an essential building block much needed in order to built upon the amazing HEAT core.
With heat-sdk we bring the full power of the decentralized HEAT blockchain to the three most used computing platforms in the world!

Heat-sdk runs natively and can do all you would ever need when working with HEAT on:

   1. Mobile phones
   2. Web browsers
   3. Web servers (in the form of NodeJS)

While still under heavy development you can use heat-sdk today!

Check out https://www.npmjs.com/package/heat-sdk and grab a copy for yourself, or if you feel really adventurous go and try out one of our growing list of samples that run in a virtual server environment and can be edited straight from your browser.

package home | https://www.npmjs.com/package/heat-sdk
source code | https://github.com/Heat-Ledger-Ltd/heat-sdk
documentation | https://heat-ledger-ltd.github.io/heat-sdk/

Run these samples in your browser.
These are just some samples we created today - for further samples see our test suite https://github.com/Heat-Ledger-Ltd/heat-sdk/tree/master/test





Heat-sdk will play a major role in the long awaited HEAT microservices architecture, so stay tuned ..  Grin
sr. member
Activity: 465
Merit: 250
shoutofgaia
October 13, 2017, 05:23:58 PM
Meanwhile over at Slack:

Quote
2.0.0 nodes are now the green-labelled ones (right column) on https://heat.fabco.tech/

So that means LOTS AND LOTS of 1.1.0 nodes folks.
Remember:

When block 777,777 comes and knocks ... you won't be getting da blocks!

So make sure you update to 2.0.0 - https://github.com/Heat-Ledger-Ltd/heatledger/releases

Is there a guide on how to do a lease transaction?

So i have my main passphrase. I also have a node running heat. If i want to point the balance of my main passphrase to the heat node passphrase how do i do that?

Choose the account you want to lease to, if you haven't got one ready, create a new one. From top right corner choose lease balance and determine account and the length of the lease.
legendary
Activity: 1428
Merit: 1000
October 13, 2017, 04:24:08 PM
Meanwhile over at Slack:

Quote
2.0.0 nodes are now the green-labelled ones (right column) on https://heat.fabco.tech/

So that means LOTS AND LOTS of 1.1.0 nodes folks.
Remember:

When block 777,777 comes and knocks ... you won't be getting da blocks!

So make sure you update to 2.0.0 - https://github.com/Heat-Ledger-Ltd/heatledger/releases

Is there a guide on how to do a lease transaction?

So i have my main passphrase. I also have a node running heat. If i want to point the balance of my main passphrase to the heat node passphrase how do i do that?
sr. member
Activity: 465
Merit: 250
shoutofgaia
October 13, 2017, 02:32:36 AM
Added to all the great features is the mining/forging/staking of this coin. Here is a study done by a respected community member, this is for all the newcomers and for those pondering to invest.

sr. member
Activity: 527
Merit: 250
October 12, 2017, 05:44:51 PM
When will the HEAT Client 2.2.0 be available for mac? Thanks

We are working on that.
An IMac for exactly this purpose was purchased recently and we are working on expanding our target platforms.
Unfortunately until that time if you want to use HEAT on your Mac we recommend the webwallet or if you want to run a node you would have to use the 2.0.0 HEAT server.


You guys are awesome. Truly a hidden gem.
sr. member
Activity: 421
Merit: 250
HEAT Ledger
October 12, 2017, 09:12:51 AM
When will the HEAT Client 2.2.0 be available for mac? Thanks

We are working on that.
An IMac for exactly this purpose was purchased recently and we are working on expanding our target platforms.
Unfortunately until that time if you want to use HEAT on your Mac we recommend the webwallet or if you want to run a node you would have to use the 2.0.0 HEAT server.
sr. member
Activity: 421
Merit: 250
HEAT Ledger
October 12, 2017, 08:57:40 AM
Meanwhile over at Slack:

Quote
2.0.0 nodes are now the green-labelled ones (right column) on https://heat.fabco.tech/

So that means LOTS AND LOTS of 1.1.0 nodes folks.
Remember:

When block 777,777 comes and knocks ... you won't be getting da blocks!

So make sure you update to 2.0.0 - https://github.com/Heat-Ledger-Ltd/heatledger/releases
sr. member
Activity: 465
Merit: 250
shoutofgaia
October 12, 2017, 04:58:47 AM
I've been running the new version nicely on my comp. No problems so far. Looks like a steady and stable release, and I speak for windows 10. Looking forward to the hard fork and enabling of balance leasing.
newbie
Activity: 69
Merit: 0
October 11, 2017, 04:24:22 AM
Exchange is so not really looking good.
Thanks for the opinion. It's correct https://heatwallet.com isn't optimized for conversions at all, but your comment is the first stating the 2.0 is looking visually less than good. Tastes differ I guess.

Wallet design is good, it screams more for the younger generation which is where the technology will find a home.

Only issue is that the wallet does not resize properly when resizing the window in Windows 8.


When the mobile client will be released, it will all look much better on any device and this is supposed to happen before the end of the year according to the roadmap.
Pages:
Jump to: