Pages:
Author

Topic: HEAT Discussion and Technical info - page 48. (Read 61443 times)

newbie
Activity: 10
Merit: 0
October 20, 2017, 08:48:39 AM
Can you expand on coins maturing?

What coins? HEAT, BTC or others?
I have 0 coins of anything in the HEAT wallet.
Is there a prerequisite I'm missing?

LE: Do I need my node to be accessible from the internet? Right now it lies behind a modem & router combination
sr. member
Activity: 465
Merit: 250
shoutofgaia
October 20, 2017, 07:54:37 AM
For windows I installed JRE 64 bit and am pretty sure that stuff works fine. The only issue for the windows environment is mining/forging. Here I used the wallet+server release.

For the hosted linux environment stuff is still unclear. In this environment I used the server release + JDK specified in the installation steps (pdf).

One thing I observed is that server release uses the new API as per configuration and for the wallet+server in windows, legacy API is enabled.

Are the coins in your account mature? They need 1440 transactions before mining/forging can be executed. And what comes to Java, I've only heard of the jdk to work.
newbie
Activity: 10
Merit: 0
October 20, 2017, 07:26:56 AM
For windows I installed JRE 64 bit and am pretty sure that stuff works fine. The only issue for the windows environment is mining/forging. Here I used the wallet+server release.

For the hosted linux environment stuff is still unclear. In this environment I used the server release + JDK specified in the installation steps (pdf).

One thing I observed is that server release uses the new API as per configuration and for the wallet+server in windows, legacy API is enabled.
sr. member
Activity: 465
Merit: 250
shoutofgaia
October 20, 2017, 06:17:09 AM
Is this an expected response when I start forging, from the API?
{"deadline":0,"hitTime":0}

Also, desktop wallet says "Unknown virtual account"
Forging isn't turned on in that case, indicating a problem. When it works properly you get a deadline and hittime other than 0.

Any indication on where should I start to look for issues? Or a known side effect of [insert-reason-here]? Nothing popped into my eyes from the verbose logging of the server into the wallet application

Hi, just to make sure, you do have the 64-bit java jdk installed? http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

And also the newest release? https://github.com/Heat-Ledger-Ltd/heatledger/releases/tag/v2.0.0

If running on Windows the java environment setup is crucial. https://stackoverflow.com/questions/1672281/environment-variables-for-java-installation
newbie
Activity: 10
Merit: 0
October 20, 2017, 05:58:05 AM
Is this an expected response when I start forging, from the API?
{"deadline":0,"hitTime":0}

Also, desktop wallet says "Unknown virtual account"
Forging isn't turned on in that case, indicating a problem. When it works properly you get a deadline and hittime other than 0.

Any indication on where should I start to look for issues? Or a known side effect of [insert-reason-here]? Nothing popped into my eyes from the verbose logging of the server into the wallet application
hero member
Activity: 773
Merit: 500
Heatledger.com
October 20, 2017, 03:59:04 AM
Is this an expected response when I start forging, from the API?
{"deadline":0,"hitTime":0}

Also, desktop wallet says "Unknown virtual account"
Forging isn't turned on in that case, indicating a problem. When it works properly you get a deadline and hittime other than 0.
newbie
Activity: 10
Merit: 0
October 20, 2017, 02:16:53 AM
Is this an expected response when I start forging, from the API?
{"deadline":0,"hitTime":0}

Also, desktop wallet says "Unknown virtual account"
legendary
Activity: 1428
Merit: 1000
October 19, 2017, 06:42:22 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.

Can you give me the steps to do this?
hero member
Activity: 773
Merit: 500
Heatledger.com
October 19, 2017, 05:18:01 PM
Chronicle procedures may need 4GB but I'm not really the expert on that. Dennis will comment when he's back at office during the next days.
newbie
Activity: 10
Merit: 0
October 19, 2017, 04:49:47 PM
I also need a bit of help with the guide.
Took a ARM64-2GB from scaleway and did everything.
At the first start, I get
.......
[main] INFO  com.heatledger.persist.BlocksStore - Initializing blocks store
[main] INFO  c.h.persist.PublicKeyMapImproved - Initializing public key store
[main] INFO  c.heatledger.persist.UnconfirmedPool - Initializing unconfirmed transactions
java.lang.NullPointerException
        at com.sun.jna.Native.toNative(Native.java:1736)
        at net.openhft.chronicle.hash.impl.util.jna.PosixMsync.msync(Native Method)
        at net.openhft.chronicle.hash.impl.util.jna.PosixMsync.msync(PosixMsync.java:32)
        at net.openhft.chronicle.hash.impl.VanillaChronicleHash.msync(VanillaChronicleHash.java:860)
        at net.openhft.chronicle.hash.impl.VanillaChronicleHash.msync(VanillaChronicleHash.java:846)
        at net.openhft.chronicle.map.ChronicleMapBuilder.commitChronicleMapReady(ChronicleMapBuilder.java:404)
        at net.openhft.chronicle.map.ChronicleMapBuilder.createWithNewFile(ChronicleMapBuilder.java:1675)
....

At the second start I get
.......
[main] INFO  com.heatledger.persist.SimpleStore - Initializing simple store
[main] INFO  com.heatledger.persist.RestorableMap - Attempt `effective` map recovery /whatever/heatledger-2.0.0/blockchain/effective
net.openhft.chronicle.hash.ChronicleHashRecoveryFailedException: java.lang.NullPointerException
        at net.openhft.chronicle.map.ChronicleMapBuilder.openWithExistingFile(ChronicleMapBuilder.java:1723)
        at net.openhft.chronicle.map.ChronicleMapBuilder.createWithFile(ChronicleMapBuilder.java:1515)
        at net.openhft.chronicle.map.ChronicleMapBuilder.recoverPersistedTo(ChronicleMapBuilder.java:1483)
        at com.heatledger.persist.RestorableMap.build(RestorableMap.java:145)
        at com.heatledger.persist.RestorableMapBuilder.build(RestorableMapBuilder.java:85)
        at com.heatledger.persist.VersionedMap.(VersionedMap.java:119)
        at com.heatledger.persist.EffectiveBalanceMap$3.(EffectiveBalanceMap.java:100)
        at com.heatledger.persist.EffectiveBalanceMap.(EffectiveBalanceMap.java:98)
.............
legendary
Activity: 1050
Merit: 1000
October 19, 2017, 09:32:46 AM
Can an updated guide be written for setting up a VPS for heatnode?

I know it's essentially the same but adding a leasing guide would help.
legendary
Activity: 1050
Merit: 1000
October 19, 2017, 08:59:12 AM
The point is if every second post comes from the same person it isnt a warning or an opinion or criticism anymore. Its just fucking spam  Angry


Yes, no need to pay _ANY_ attention to the crap posted by some parties(party) here. Even the smallest, faintest idea of criticism has turned into delusional creating of spam.

I see a nice little gain of momentum happening. Interest gathering around the project and many things on the verge of happening.

And then they disappear when the coin reaches it's true value and beyond, its basic fudding but they always disappear once the project starts to show success
sr. member
Activity: 465
Merit: 250
shoutofgaia
October 19, 2017, 04:03:53 AM
The point is if every second post comes from the same person it isnt a warning or an opinion or criticism anymore. Its just fucking spam  Angry


Yes, no need to pay _ANY_ attention to the crap posted by some parties(party) here. Even the smallest, faintest idea of criticism has turned into delusional creating of spam.

I see a nice little gain of momentum happening. Interest gathering around the project and many things on the verge of happening.
hero member
Activity: 535
Merit: 500
October 19, 2017, 03:55:19 AM
The point is if every second post comes from the same person it isnt a warning or an opinion or criticism anymore. Its just fucking spam  Angry
sr. member
Activity: 527
Merit: 250
October 18, 2017, 07:47:03 PM
Hmm, buying after an extreme amount of fud. How unexpected. It's almost like someone wants heat low so that they can have more.
legendary
Activity: 1050
Merit: 1000
October 18, 2017, 02:57:41 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


This is still impressive of what they have been working on, this should be the topic not some angry trolls.
sr. member
Activity: 465
Merit: 250
shoutofgaia
October 18, 2017, 02:21:35 PM
Not a long wait until the hard fork and that means full steam ahead from that point forward. The summer and autumn have been a long wait but now the heated winter is about to rotate into view.
member
Activity: 308
Merit: 13
ZetoChain - ACCELERATING BLOCKCHAIN FOR THE SUPPLY
October 18, 2017, 09:56:51 AM
-50%.


Not on the heat exchange. Sell there plz, buys are waiting.

Blockfolio is not really practical for heat too. I would really like it tradable on bittrex or polo too.
sr. member
Activity: 527
Merit: 250
October 18, 2017, 03:07:04 AM
-50%.


Not on the heat exchange. Sell there plz, buys are waiting.
full member
Activity: 173
Merit: 100
October 18, 2017, 02:56:12 AM
-50%.

Pages:
Jump to: