Jack Needles
Member
Offline
Activity: 94
Merit: 10
|
|
January 30, 2017, 11:22:06 PM |
|
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
|
|
|
|
StewieG
|
|
January 30, 2017, 11:24:18 PM |
|
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?
|
|
|
|
Eliphaz Fimk (OP)
|
|
January 30, 2017, 11:50:31 PM |
|
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.
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▌ ████ ████ ████████████ █████ ████████████████ ▐ ▌ ████ ████ ████████████ █████ ████████████████ ▐ ▌ ████ ████ ████ ████ ████ ████ ▐ ▌ ██████████████ ████████████ ████ ████ ████ ▐ ▌ ██████████████ ████████████ ████ ████ ████ ▐ ▌ ████ ████ ████ █████████████ ████ ▐ ▌ ████ ████ ████████████ █████████████████ ████ ▐ ▌ ████ ████ ████████████ ████ ████ ████ ▐ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ██ ██████ ██████ ██████ ██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██████ ██ ██ ██ ▄▄▄ ██████ ██████ ██ ██ ██ ██ ██ ▀▀██ ██ ██ ██ ██████ ██████ ██████ ██████ ██████ ██ ██
| | | ▒ ▒ ▒ | | | | ▒ ▒ ▒ | | | | ▒ ▒ ▒ | | | |
|
|
|
StewieG
|
|
January 31, 2017, 12:06:15 AM |
|
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!
|
|
|
|
megashira1
Legendary
Offline
Activity: 1146
Merit: 1000
|
|
January 31, 2017, 12:12:53 AM |
|
Is there a easy guide to follow to forge?
Heatledger cryptocurrency server. To install and run heatledger you need Java JDK 1.8 or higher installed, note that JDK is different from standard java distributions. On ubuntu we use sudo apt-get install default-jdk package. For other platforms please look here http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.htmlFor configuration settings see the conf/heat.properties files in the installation folder. 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/releasesDefine 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: 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 siteI currently see this after running heatledger.bat Do i have to wait for all blocks to be pushed before I can execute the code? curl -k -s http://localhost:7733/api/v1/mining/start/this%20is%20your%20secret%20phrase\?api_key=defined_in_heat-default.properties
|
|
|
|
johny08
Legendary
Offline
Activity: 1045
Merit: 1000
|
|
January 31, 2017, 12:17:35 AM |
|
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
|
|
|
|
StewieG
|
|
January 31, 2017, 12:17:52 AM |
|
Is there a easy guide to follow to forge?
Heatledger cryptocurrency server. To install and run heatledger you need Java JDK 1.8 or higher installed, note that JDK is different from standard java distributions. On ubuntu we use sudo apt-get install default-jdk package. For other platforms please look here http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.htmlFor configuration settings see the conf/heat.properties files in the installation folder. 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/releasesDefine 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: 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 siteI currently see this after running heatledger.bat Do i have to wait for all blocks to be pushed before I can execute the 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
|
|
|
|
Kazadar
|
|
January 31, 2017, 12:27:07 AM |
|
Is there a easy guide to follow to forge?
Heatledger cryptocurrency server. To install and run heatledger you need Java JDK 1.8 or higher installed, note that JDK is different from standard java distributions. On ubuntu we use sudo apt-get install default-jdk package. For other platforms please look here http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.htmlFor configuration settings see the conf/heat.properties files in the installation folder. 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/releasesDefine 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: 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 siteI currently see this after running heatledger.bat Do i have to wait for all blocks to be pushed before I can execute the 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.
|
|
|
|
megashira1
Legendary
Offline
Activity: 1146
Merit: 1000
|
|
January 31, 2017, 12:33:23 AM |
|
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.
|
|
|
|
StewieG
|
|
January 31, 2017, 12:39:05 AM |
|
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...
|
|
|
|
Kazadar
|
|
January 31, 2017, 12:54:24 AM |
|
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 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 [{"deadline":17503,"account":"youraccountnumber","remaining":17478,"hitTime":100547075}]
|
|
|
|
megashira1
Legendary
Offline
Activity: 1146
Merit: 1000
|
|
January 31, 2017, 01:00:20 AM |
|
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 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 [{"deadline":17503,"account":"youraccountnumber","remaining":17478,"hitTime":100547075}] I get returned {"errorDescription":"not forging","errorCode":3}
|
|
|
|
Kazadar
|
|
January 31, 2017, 01:10:47 AM |
|
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 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 [{"deadline":17503,"account":"youraccountnumber","remaining":17478,"hitTime":100547075}] I get returned {"errorDescription":"not forging","errorCode":3} Try running the code to start mining in the private browser window 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.
|
|
|
|
|
spyder12
Newbie
Offline
Activity: 45
Merit: 0
|
|
January 31, 2017, 01:15:29 AM |
|
The online wallet is at block 53X? Anyone else seeing issues?
|
|
|
|
Kazadar
|
|
January 31, 2017, 01:16:42 AM |
|
IMO the easiest way to do is to create a .bat file and put it in the same folder as the curl.exe
|
|
|
|
Kazadar
|
|
January 31, 2017, 01:18:46 AM |
|
The online wallet is at block 53X? Anyone else seeing issues?
Just checked. For me its a ~12k blocks
|
|
|
|
windjc
Legendary
Offline
Activity: 2156
Merit: 1070
|
|
January 31, 2017, 02:16:55 AM |
|
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. That's pretty cheap. Can't fault for trying to find a desperate soul but I can't imagine anyone selling for much below twice that.
|
|
|
|
twistelaar
Legendary
Offline
Activity: 1148
Merit: 1000
|
|
January 31, 2017, 02:25:35 AM |
|
WTB: 30K HEAT post the offers
|
|
|
|
MoveCrypto
Sr. Member
Offline
Activity: 364
Merit: 250
move that crypto
|
|
January 31, 2017, 02:33:22 AM |
|
WTB: 30K HEAT post the offers Lowest I can sell for is 100k satoshi each Maybe we could make a OTC trading thread to consolidate all this trading activity in one place. This would help to show the trading interest when petitioning exchanges to list HEAT
|
|
|
|
|