Author

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

hero member
Activity: 532
Merit: 500
heatwallet.com seems to be on a fork at block height 5354, while my own server is at 5389. Will be interesting to see how the rollback works.
Maybe they've upgraded they're servers first so that we are actually the ones on the fork... Nice way to solo-forge an extra 50 blocks so far...

Who wants to buy some heat?

The heat I have are in my wallet so can be used for forging.
escrow needed or you go first in slices.
PM me if intrested.

xD

HEAT seems to e broken already. Will be nice to see how the exchanges will handle the rollback when they realize the deposits that were made are getting rolled back and they did not receive the heat they already credited.

xD

EDIT: Sorry for saying exchanges... I meant the exchange(Alcurex)
newbie
Activity: 46
Merit: 0
heatwallet.com seems to be on a fork at block height 5354, while my own server is at 5389. Will be interesting to see how the rollback works.
Maybe they've upgraded their servers first so that we are actually the ones on the fork...
No need to set a minimum block height for making v0.9.1 mandatory...
Nice way to solo-forge an extra 50+ blocks so far...

Who wants to buy some heat?

The heat I have are in my wallet so can be used for forging.
escrow needed or you go first in slices.
PM me if intrested.
hero member
Activity: 532
Merit: 500

Now you can run in command line (preferably in adminstrator mode) curl commands (skipping that /?apikey part).



xD

Prepare for you box to get owned... xDxDxD

Please install ssh, enable root login, set rootpw to 1234 and configure your router to forward port 22 to your box.
sr. member
Activity: 421
Merit: 250
HEAT Ledger
heatwallet.com was updated, now has the asset exchange whitelisting fixed.
This fix is why we need to hard fork among other things.

Quote
To make POP work:

You dont need to enable the api server for pop, the pop script will run *inside* heat. A test case is in the scripts dir, scripts access the java core directly so no need for an api server is needed nor does the replicated databases need be enabled.

I'll try and release the heat-scripting-devkit in the coming days so everyone can start writing and running their own scripts.
sr. member
Activity: 378
Merit: 250
Never mind, it found a peer automatically.
ok, what is the latest correct block now? 5175?
sr. member
Activity: 421
Merit: 250
HEAT Ledger
Please update your servers,

This update is mandatory nodes on 0.9.0 and lower will be blacklisted by the rest of the network.

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

We also have completed the windows and linux desktop versions and will publish these shortly.

The new heatledger.bat doesnt work anymore. I get a fatal error. Before, everything was working fine

Edit: Works now, dont know what happened, sorry

We did update the old one since it was giving errors on some systems because of a too long CMD, something cmd.exe was upset about.
You could always edit our starting scripts to your liking, we dont mind that.
full member
Activity: 186
Merit: 100
All you need to know to make it work on windows.

To enable POS forging:

Use this in heat.properties

heat.allowedBotHosts=*
heat.allowedUserHosts=*
heat.uiServerHost=0.0.0.0
heat.apiServerHost=0.0.0.0
heat.apiKeyDisabled=true

NOTE: allowing unlimited Bot hosts and userhosts has risks if you're not sure your heat server isn't accessible to outside network. Other settings are safer and may work as well

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

If you want to further limit access to a public server specify your apikey in heat-default.properties, set heat.apiKeyDisabled=false and add the apiKey as an (encoded) parameter to the URL

POP is combined into POS during the first blockchain slice period.

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.  

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

Short tutorial for noobs:

First get and install that java JDK SE package. Than download zip file with heat server and unzip it. Using heatledger.bat in bin folder you run heat server (make desktop  shortcut, it's handy), in folder conf you get configuration files, here you will create new txt file called heat.properties. There you put what was written above (esencially heat.apiKeyDisabled=true). This should be enough to successfully run server.

Don't touch that file heat-default.properties and dont make any apikey. You can ignore it since you added this: heat.apiKeyDisabled=true. It would only make thing complicated... I even now don't know what exactly where to change there. LOL (Writting change apikey in file full of instructions mixed with txt not stating where exactly is not enough for most of nontech ppl to understand and to not f*ck things up in the process).
 
Now use: http://localhost:7733/api/v1/mining/start/this%20is%20your%20secret%20phrase in private/in cognito browser (don't give your password to the world, it's you txt key that anyone could copy and use...).

To use curl commands throu system command line you need to install curl.
I personally for 64bit pc found it here https://curl.haxx.se/dlwiz/?type=bin&os=Win64&flav=-&ver=-&cpu=x86_64 (there's also link above)
Than you make folder curl where all programs are installed like C:/Program files/curl. There into that curl folder you copy paste that curl.exe file.
Now to make this application visible by windows you go: Right click on My computer -> Details -> Extended System Settings -> Environment Variables -> Choose Path option on the list in System Variables section -> Edit -> In variable value you add at the end of the line this -> ;C/Program Files/curl <- OK and it's done and working now.
Now you can run in command line (preferably in adminstrator mode) curl commands (skipping that /?apikey part).

You might need to run heat bat file more than once (with curl you will have one command line window for server running and second to paste there curl commands). You might need to activate your heat address sending heat (even 1 heat, to make it visible by network, just make another password/address and send 1-2 Heats between).

To make POP work:

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.

where to find my api key? or I just make one up.
Thanks in advance
You can just make up your own api key, anything will do. Keep in mind that PoP is not activated yet. If you would like to activate PoS, use:
curl -k -s http://localhost:7733/api/v1/mining/start/your_secret_phrase\?api_key=your_api_key
Thanks

Quote
http://localhost:7733/api/v1/blockchain/status2
will tell you if any accounts are unlocked, "numberOfUnlockedAccounts".
if you see 0 unlocked, you're not forging on this node.


In our version skipping that /?apikey part all the way everywhere and keeping that apikey disabled line in txt file instead of heat.apiKey=your_api_key.
Good luck.

If i missed something i please for filling the gaps.

For the record. With small heat holdings chances to forge some heat would be very very small. I would wait for working forgepool to participate in shared forging and forget all problems while setting stuff yourself and keeping it running without breaks and forks. But still running your own node and helping netwrok is worth this troubles. You will also learn something usefull in the process than why not.


Question:
Do i need that

heat.allowedBotHosts=*
heat.allowedUserHosts=*
heat.uiServerHost=0.0.0.0
heat.apiServerHost=0.0.0.0

in my new conf file? It works without it...
hero member
Activity: 532
Merit: 500
I can smell Stewie ranting now any second

No need to.What you smell is your dirty underwear! I just sit back and enjoy the show! One fail after another, this is great.

Yeah there is no need to address the heatwallet.com issue. No need to even confirm that the public key is correct or not. Nono who cares, right?

Where does the heatheads have the coins to mine/forge from? Who cares, right?

Also great job rolling out these mandatory updates... Why are the old clients blacklisted again? Ah who cares, right?

This is all so very fantastic xDxDxD
sr. member
Activity: 471
Merit: 250
Please update your servers,

This update is mandatory nodes on 0.9.0 and lower will be blacklisted by the rest of the network.

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

We also have completed the windows and linux desktop versions and will publish these shortly.

The new heatledger.bat doesnt work anymore. I get a fatal error. Before, everything was working fine

Edit: Works now, dont know what happened, sorry
sr. member
Activity: 378
Merit: 250
Please update your servers,

This update is mandatory nodes on 0.9.0 and lower will be blacklisted by the rest of the network.

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

We also have completed the windows and linux desktop versions and will publish these shortly.

Yes, Sir! Smiley
sr. member
Activity: 421
Merit: 250
HEAT Ledger
Please update your servers,

This update is mandatory nodes on 0.9.0 and lower will be blacklisted by the rest of the network.

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

We also have completed the windows and linux desktop versions and will publish these shortly.
sr. member
Activity: 471
Merit: 250
I can smell Stewie ranting now any second
legendary
Activity: 1596
Merit: 1006
three 1 HEAT transactions made from alcurEX.
Let me know if all working well.
newbie
Activity: 8
Merit: 0
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.

where to find my api key? or I just make one up.
Thanks in advance
You can just make up your own api key, anything will do. Keep in mind that PoP is not activated yet. If you would like to activate PoS, use:
curl -k -s http://localhost:7733/api/v1/mining/start/your_secret_phrase\?api_key=your_api_key
Thanks
newbie
Activity: 8
Merit: 0
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.

where to find my api key? or I just make one up.
Thanks in advance
hero member
Activity: 532
Merit: 500
heatwallet.com anybody else getting a certificate error?

https://heatwallet.com/

Peer's Certificate issuer is not recognized.

HTTP Strict Transport Security: false
HTTP Public Key Pinning: false

Certificate chain:

-----BEGIN CERTIFICATE-----
MIIFTjCCBDagAwIBAgIQNo1Ua5mE1+cHqUZXTheBODANBgkqhkiG9w0BAQsFADCB
kDELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxNjA0BgNV
BAMTLUNPTU9ETyBSU0EgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBD
QTAeFw0xNzAxMjUwMDAwMDBaFw0xOTAxMjUyMzU5NTlaMFIxITAfBgNVBAsTGERv
bWFpbiBDb250cm9sIFZhbGlkYXRlZDEUMBIGA1UECxMLUG9zaXRpdmVTU0wxFzAV
BgNVBAMTDmhlYXR3YWxsZXQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
CgKCAQEAtBmX1hqnesbjP1a0+54/mk+R1/x+ArRpsELOSAgycYdKlPLOewj8YVG0
ofIUQ2uYuNC+ivc4skPPLSlwGXFVJglE79B++VWOMHUvI7OCrsxt+3M66UcBspxP
subaGNRSM0xPLctMnxlC7Ng4F1XFVVgyWQGrlk3UjylAQuf41U9025fCljj2AFYN
08zuIkJWyHQfSFlD0ygL96dhPLehbmh60U0u0BkbzTZuaNspG1oFhEgu/QEOauBe
RtbZhCPOcDHxJQLs+0Y6f2fZ6b1yI/VQNtzjUiApdLVeKjVvILXIT+DTjDqEoycM
TxIM1Prduo+hc1OWY0Mw+0mYD+S+9QIDAQABo4IB3zCCAdswHwYDVR0jBBgwFoAU
kK9qOpRaC9iQ6hJWc99DtDoo2ucwHQYDVR0OBBYEFLIk6iAiGGRHxQE17H/QByuz
XkyjMA4GA1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1UdJQQWMBQGCCsG
AQUFBwMBBggrBgEFBQcDAjBPBgNVHSAESDBGMDoGCysGAQQBsjEBAgIHMCswKQYI
KwYBBQUHAgEWHWh0dHBzOi8vc2VjdXJlLmNvbW9kby5jb20vQ1BTMAgGBmeBDAEC
ATBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01P
RE9SU0FEb21haW5WYWxpZGF0aW9uU2VjdXJlU2VydmVyQ0EuY3JsMIGFBggrBgEF
BQcBAQR5MHcwTwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuY29tb2RvY2EuY29tL0NP
TU9ET1JTQURvbWFpblZhbGlkYXRpb25TZWN1cmVTZXJ2ZXJDQS5jcnQwJAYIKwYB
BQUHMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2NhLmNvbTAtBgNVHREEJjAkgg5oZWF0
d2FsbGV0LmNvbYISd3d3LmhlYXR3YWxsZXQuY29tMA0GCSqGSIb3DQEBCwUAA4IB
AQCL32TtcTUT/ghJk7Wv/KWC3plBb5vdA2A9gw+PuU8GIUaa7qrH6OaGAwDKn10C
T896PQlVApPCi0XyH+e0dPf/tZV/yXQc1gjQEAkNvu0uoGjyUelVVkkg89zCTst/
B0Ir41QjhN1f6par4jXeNgGSss9pLci5L9WjUa79JYJjzcrpC2K4Q29nJyytFuAV
h448Ief5Wiqv4OmtTDGtgGjf5UFnGG6eRGEQ6GYHoZ19l7BaYTqmLCixlDW/pXfc
+LkLJnEC0sbc724jg4o2e75aKiyATT+r028fpahc/08fr3E8KKWaD5pYwTRGnMfQ
1h5GhKVBAiGsBbzwvGxfHIBO
-----END CERTIFICATE-----



Thanks for providing us with the private key to your wallet. Im gonna try my best to be first Smiley

Not sure if you are retarded or just trying to be funny?
sr. member
Activity: 471
Merit: 250
heatwallet.com anybody else getting a certificate error?

https://heatwallet.com/

Peer's Certificate issuer is not recognized.

HTTP Strict Transport Security: false
HTTP Public Key Pinning: false

Certificate chain:

-----BEGIN CERTIFICATE-----
MIIFTjCCBDagAwIBAgIQNo1Ua5mE1+cHqUZXTheBODANBgkqhkiG9w0BAQsFADCB
kDELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxNjA0BgNV
BAMTLUNPTU9ETyBSU0EgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBD
QTAeFw0xNzAxMjUwMDAwMDBaFw0xOTAxMjUyMzU5NTlaMFIxITAfBgNVBAsTGERv
bWFpbiBDb250cm9sIFZhbGlkYXRlZDEUMBIGA1UECxMLUG9zaXRpdmVTU0wxFzAV
BgNVBAMTDmhlYXR3YWxsZXQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
CgKCAQEAtBmX1hqnesbjP1a0+54/mk+R1/x+ArRpsELOSAgycYdKlPLOewj8YVG0
ofIUQ2uYuNC+ivc4skPPLSlwGXFVJglE79B++VWOMHUvI7OCrsxt+3M66UcBspxP
subaGNRSM0xPLctMnxlC7Ng4F1XFVVgyWQGrlk3UjylAQuf41U9025fCljj2AFYN
08zuIkJWyHQfSFlD0ygL96dhPLehbmh60U0u0BkbzTZuaNspG1oFhEgu/QEOauBe
RtbZhCPOcDHxJQLs+0Y6f2fZ6b1yI/VQNtzjUiApdLVeKjVvILXIT+DTjDqEoycM
TxIM1Prduo+hc1OWY0Mw+0mYD+S+9QIDAQABo4IB3zCCAdswHwYDVR0jBBgwFoAU
kK9qOpRaC9iQ6hJWc99DtDoo2ucwHQYDVR0OBBYEFLIk6iAiGGRHxQE17H/QByuz
XkyjMA4GA1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1UdJQQWMBQGCCsG
AQUFBwMBBggrBgEFBQcDAjBPBgNVHSAESDBGMDoGCysGAQQBsjEBAgIHMCswKQYI
KwYBBQUHAgEWHWh0dHBzOi8vc2VjdXJlLmNvbW9kby5jb20vQ1BTMAgGBmeBDAEC
ATBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01P
RE9SU0FEb21haW5WYWxpZGF0aW9uU2VjdXJlU2VydmVyQ0EuY3JsMIGFBggrBgEF
BQcBAQR5MHcwTwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuY29tb2RvY2EuY29tL0NP
TU9ET1JTQURvbWFpblZhbGlkYXRpb25TZWN1cmVTZXJ2ZXJDQS5jcnQwJAYIKwYB
BQUHMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2NhLmNvbTAtBgNVHREEJjAkgg5oZWF0
d2FsbGV0LmNvbYISd3d3LmhlYXR3YWxsZXQuY29tMA0GCSqGSIb3DQEBCwUAA4IB
AQCL32TtcTUT/ghJk7Wv/KWC3plBb5vdA2A9gw+PuU8GIUaa7qrH6OaGAwDKn10C
T896PQlVApPCi0XyH+e0dPf/tZV/yXQc1gjQEAkNvu0uoGjyUelVVkkg89zCTst/
B0Ir41QjhN1f6par4jXeNgGSss9pLci5L9WjUa79JYJjzcrpC2K4Q29nJyytFuAV
h448Ief5Wiqv4OmtTDGtgGjf5UFnGG6eRGEQ6GYHoZ19l7BaYTqmLCixlDW/pXfc
+LkLJnEC0sbc724jg4o2e75aKiyATT+r028fpahc/08fr3E8KKWaD5pYwTRGnMfQ
1h5GhKVBAiGsBbzwvGxfHIBO
-----END CERTIFICATE-----



Thanks for providing us with the private key to your wallet. Im gonna try my best to be first Smiley
hero member
Activity: 532
Merit: 500
heatwallet.com anybody else getting a certificate error?

https://heatwallet.com/

Peer's Certificate issuer is not recognized.

HTTP Strict Transport Security: false
HTTP Public Key Pinning: false

Certificate chain:

-----BEGIN CERTIFICATE-----
MIIFTjCCBDagAwIBAgIQNo1Ua5mE1+cHqUZXTheBODANBgkqhkiG9w0BAQsFADCB
kDELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxNjA0BgNV
BAMTLUNPTU9ETyBSU0EgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBD
QTAeFw0xNzAxMjUwMDAwMDBaFw0xOTAxMjUyMzU5NTlaMFIxITAfBgNVBAsTGERv
bWFpbiBDb250cm9sIFZhbGlkYXRlZDEUMBIGA1UECxMLUG9zaXRpdmVTU0wxFzAV
BgNVBAMTDmhlYXR3YWxsZXQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
CgKCAQEAtBmX1hqnesbjP1a0+54/mk+R1/x+ArRpsELOSAgycYdKlPLOewj8YVG0
ofIUQ2uYuNC+ivc4skPPLSlwGXFVJglE79B++VWOMHUvI7OCrsxt+3M66UcBspxP
subaGNRSM0xPLctMnxlC7Ng4F1XFVVgyWQGrlk3UjylAQuf41U9025fCljj2AFYN
08zuIkJWyHQfSFlD0ygL96dhPLehbmh60U0u0BkbzTZuaNspG1oFhEgu/QEOauBe
RtbZhCPOcDHxJQLs+0Y6f2fZ6b1yI/VQNtzjUiApdLVeKjVvILXIT+DTjDqEoycM
TxIM1Prduo+hc1OWY0Mw+0mYD+S+9QIDAQABo4IB3zCCAdswHwYDVR0jBBgwFoAU
kK9qOpRaC9iQ6hJWc99DtDoo2ucwHQYDVR0OBBYEFLIk6iAiGGRHxQE17H/QByuz
XkyjMA4GA1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1UdJQQWMBQGCCsG
AQUFBwMBBggrBgEFBQcDAjBPBgNVHSAESDBGMDoGCysGAQQBsjEBAgIHMCswKQYI
KwYBBQUHAgEWHWh0dHBzOi8vc2VjdXJlLmNvbW9kby5jb20vQ1BTMAgGBmeBDAEC
ATBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01P
RE9SU0FEb21haW5WYWxpZGF0aW9uU2VjdXJlU2VydmVyQ0EuY3JsMIGFBggrBgEF
BQcBAQR5MHcwTwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuY29tb2RvY2EuY29tL0NP
TU9ET1JTQURvbWFpblZhbGlkYXRpb25TZWN1cmVTZXJ2ZXJDQS5jcnQwJAYIKwYB
BQUHMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2NhLmNvbTAtBgNVHREEJjAkgg5oZWF0
d2FsbGV0LmNvbYISd3d3LmhlYXR3YWxsZXQuY29tMA0GCSqGSIb3DQEBCwUAA4IB
AQCL32TtcTUT/ghJk7Wv/KWC3plBb5vdA2A9gw+PuU8GIUaa7qrH6OaGAwDKn10C
T896PQlVApPCi0XyH+e0dPf/tZV/yXQc1gjQEAkNvu0uoGjyUelVVkkg89zCTst/
B0Ir41QjhN1f6par4jXeNgGSss9pLci5L9WjUa79JYJjzcrpC2K4Q29nJyytFuAV
h448Ief5Wiqv4OmtTDGtgGjf5UFnGG6eRGEQ6GYHoZ19l7BaYTqmLCixlDW/pXfc
+LkLJnEC0sbc724jg4o2e75aKiyATT+r028fpahc/08fr3E8KKWaD5pYwTRGnMfQ
1h5GhKVBAiGsBbzwvGxfHIBO
-----END CERTIFICATE-----
hero member
Activity: 532
Merit: 500
Still selling >20000 Heat here. Waiting for pm...
full member
Activity: 192
Merit: 100
Is it possible to send heat from alcurex to the webwallet?

Currently not. It will take "days to weeks" according to somebody from Alcurex who posted here.

That sucks, can't do anything for "days to weeks" as all my HEAT is at Alcurex.  Anyone willing to send me 1 HEAT so I can get up and running?  Appreciate any help.
For holders on alcurex:
If 1 HEAT is needed forking stake.. place 1 HEAT withdraw on alcurex and I will send it manually.

Not sure if it will be profitable but good for testing purpose
halibit

What about implementing Heat deposit? Can you say how long that will take?
See it that way, you get fees from all the investors that can finally sell their tokens and you'll be the first exchange if you open up the deposit as early as possible. So there's something in it for you the faster you are.  Wink
Jump to: