Bitcoin Forum
March 29, 2024, 03:34:05 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 [159] 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 ... 323 »
  Print  
Author Topic: [ANN] HEAT: 3.0 crypto*multisig fiat*a2a hft*1000tps*DSA*PoS+PoP*e2ee chat*  (Read 418478 times)
tetra
Sr. Member
****
Offline Offline

Activity: 471
Merit: 250


View Profile
January 28, 2017, 09:29:04 AM
 #3161

Why is https://heatwallet.com/status2.cgi still version 0.1.0 and provides other different data than http://localhost:7733/api/v1/blockchain/status2 but has the same blocks otherwise?

1711726445
Hero Member
*
Offline Offline

Posts: 1711726445

View Profile Personal Message (Offline)

Ignore
1711726445
Reply with quote  #2

1711726445
Report to moderator
1711726445
Hero Member
*
Offline Offline

Posts: 1711726445

View Profile Personal Message (Offline)

Ignore
1711726445
Reply with quote  #2

1711726445
Report to moderator
1711726445
Hero Member
*
Offline Offline

Posts: 1711726445

View Profile Personal Message (Offline)

Ignore
1711726445
Reply with quote  #2

1711726445
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711726445
Hero Member
*
Offline Offline

Posts: 1711726445

View Profile Personal Message (Offline)

Ignore
1711726445
Reply with quote  #2

1711726445
Report to moderator
1711726445
Hero Member
*
Offline Offline

Posts: 1711726445

View Profile Personal Message (Offline)

Ignore
1711726445
Reply with quote  #2

1711726445
Report to moderator
anewafresh
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
January 28, 2017, 09:31:50 AM
 #3162

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'm getting the following error:

{"errorDescription":"Unknown account","errorCode":3}

Can someone help me out with this please?

IOTA - iotatoken.com
CyanFox
Sr. Member
****
Offline Offline

Activity: 242
Merit: 250


View Profile
January 28, 2017, 09:36:09 AM
 #3163

Which exchanges we will be there? I can't wait for trading now, I wait this coin's launch for more than half year and now finally distribution.
anewafresh
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
January 28, 2017, 09:36:49 AM
 #3164

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'm getting the following error:

{"errorDescription":"Unknown account","errorCode":3}

Can someone help me out with this please?
Did you replace this%20is%20your%20secret%20phrase with your own? (replace all spaces with %20). Did you replace api_key=defined_in_heat-default.properties with your own api key?

Hey. Yes..I did both.

apikey can be alphanumeric right?

IOTA - iotatoken.com
kkur
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 28, 2017, 09:43:43 AM
 #3165

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'm getting the following error:

{"errorDescription":"Unknown account","errorCode":3}

Can someone help me out with this please?
Did you replace this%20is%20your%20secret%20phrase with your own? (replace all spaces with %20). Did you replace api_key=defined_in_heat-default.properties with your own api key?

Hey. Yes..I did both.

apikey can be alphanumeric right?

Try to use a slash instead of backslash:
Code:
curl -k -s http://localhost:7733/api/v1/mining/start/this%20is%20your%20secret%20phrase/?api_key=defined_in_heat-default.properties
Simakki
Hero Member
*****
Offline Offline

Activity: 697
Merit: 500


View Profile WWW
January 28, 2017, 10:26:53 AM
 #3166

Selling 12000 HEAT. Send offers via PM - Escrow

I want out.

- Simakki

Check out Betsikingi
for betting tips and for https://betsikingi.info/vedonlyontibonukset-vedonlyontisivustot and Unibet TV for sports live streaming!
Crapsy
Sr. Member
****
Offline Offline

Activity: 465
Merit: 250


shoutofgaia


View Profile WWW
January 28, 2017, 10:33:10 AM
 #3167

The POS+POP rewards have started now (POS=4 HEAT, POP=4 HEAT). To me it looks as if all 8 HEAT go to the block generator. Hence, POS=8 HEAT and POP=0 HEAT. The server hallmarks are not in use. Can the devs share some information about this?

There was information about PoP being enabled after first round, and now they both are paid to the block generator.
mr.coinzy
Hero Member
*****
Offline Offline

Activity: 500
Merit: 507



View Profile
January 28, 2017, 10:38:01 AM
 #3168

Selling heat coins, PM me to submit offers (only reasonable offers will be considered). Transaction will be done only through trusted escrow, thanks.
mm0104
Full Member
***
Offline Offline

Activity: 192
Merit: 100


View Profile
January 28, 2017, 10:58:22 AM
 #3169

11,837.43784615 Heat for sale. I sell for what I have paid. 1 BTC (0,00008477 BTC/HEAT). Free escrow (2 out of 3 multisig) is available, buyer pays tx-fees. Contact via PM please.
Eliphaz Fimk (OP)
Hero Member
*****
Offline Offline

Activity: 773
Merit: 500


Heatledger.com


View Profile WWW
January 28, 2017, 11:06:37 AM
 #3170

POS and POP rewards, 4 HEAT each were activated at block 4321 some moments ago. POP is being paid to block forger until further update. A new client + server release with simpler forging settings and a2a markets (which can be used by escrow operators for instance) enabled is pending release asap.

         
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
   ████      ████      ████████████          █████        ████████████████  
   ████      ████      ████████████          █████        ████████████████  
   ████      ████      ████                ████ ████            ████        
   ██████████████      ████████████        ████ ████            ████        
   ██████████████      ████████████      ████     ████          ████        
   ████      ████      ████              █████████████          ████        
   ████      ████      ████████████    █████████████████        ████        
   ████      ████      ████████████    ████         ████        ████
        
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
 
              ██      ██████  ██████    ██████   ██████  ██████
              ██      ██      ██   ██  ██    ██  ██      ██   ██
              ██      ██████  ██   ██  ██  ▄▄▄   ██████  ██████
              ██      ██      ██   ██  ██  ▀▀██  ██      ██   ██
              ██████  ██████  ██████    ██████   ██████  ██   ██







mr.coinzy
Hero Member
*****
Offline Offline

Activity: 500
Merit: 507



View Profile
January 28, 2017, 11:13:37 AM
 #3171

The POS+POP rewards have started now (POS=4 HEAT, POP=4 HEAT). To me it looks as if all 8 HEAT go to the block generator. Hence, POS=8 HEAT and POP=0 HEAT. The server hallmarks are not in use. Can the devs share some information about this?

There was information about PoP being enabled after first round, and now they both are paid to the block generator.
Keep an eye on: https://heatwallet.com/status2.cgi
The number of nodes is now 51 - it will probably go down since PoP is not activated.

why it says there: "initialCoinSupply":"2500000000000000"   ?
Eliphaz Fimk (OP)
Hero Member
*****
Offline Offline

Activity: 773
Merit: 500


Heatledger.com


View Profile WWW
January 28, 2017, 11:28:31 AM
 #3172

1. You mentioned that devs accounts will stop mining after block 4320 and yet they still seem to be mining.
2. I can not see mined coins in my wallet. Why is that?
Working on that

why it says there: "initialCoinSupply":"2500000000000000"   ?
All amounts in HEAT working api are HQT and QNT, meaning human amounts multiplied by 100 000 000

         
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
   ████      ████      ████████████          █████        ████████████████  
   ████      ████      ████████████          █████        ████████████████  
   ████      ████      ████                ████ ████            ████        
   ██████████████      ████████████        ████ ████            ████        
   ██████████████      ████████████      ████     ████          ████        
   ████      ████      ████              █████████████          ████        
   ████      ████      ████████████    █████████████████        ████        
   ████      ████      ████████████    ████         ████        ████
        
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
 
              ██      ██████  ██████    ██████   ██████  ██████
              ██      ██      ██   ██  ██    ██  ██      ██   ██
              ██      ██████  ██   ██  ██  ▄▄▄   ██████  ██████
              ██      ██      ██   ██  ██  ▀▀██  ██      ██   ██
              ██████  ██████  ██████    ██████   ██████  ██   ██







cryptomoon
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 28, 2017, 12:12:27 PM
 #3173

HEAT still being held hostage by Openledger, got any info on when they are releasing the funds?
airgonomike
Newbie
*
Offline Offline

Activity: 69
Merit: 0


View Profile
January 28, 2017, 12:17:21 PM
 #3174

HEAT still being held hostage by Openledger, got any info on when they are releasing the funds?

Yes, I'd like to know too! What was the point to use them? Now we're just watching everybody having fun and we're stuck.
This should have been sorted out before block 4320! Now we're losing out on the forging.

Starting to be fed up...

cryptomoon
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 28, 2017, 12:57:12 PM
 #3175

HEAT still being held hostage by Openledger, got any info on when they are releasing the funds?

Yes, I'd like to know too! What was the point to use them? Now we're just watching everybody having fun and we're stuck.
This should have been sorted out before block 4320! Now we're losing out on the forging.

Starting to be fed up...



I don't mean to discredit these concerns. Since they are very understandable. It would have been nice if Openledger could have enabled withdrawing earlier.
Although the point of using the exchanges like openledger, c-cex, alcurex is like using an escrow. There is less risk for investors to use those platforms, since if HEAT did not deliver, then those platforms could refund the investors. Where as people who invested directly to the devs accounts took more risk with direct deposits to the HEAT team.


That is a very sober point of view. Still im like a kid on christmas in the 90s here and Santa has already visited all the other children and my friend just called me up to brag about his new super nintendo.
bitdexter
Full Member
***
Offline Offline

Activity: 326
Merit: 101



View Profile
January 28, 2017, 01:07:33 PM
 #3176

has anyone examined the code behind the wallet?
Is it all legit?
mm0104
Full Member
***
Offline Offline

Activity: 192
Merit: 100


View Profile
January 28, 2017, 01:08:24 PM
 #3177

Still im like a kid on christmas in the 90s here and Santa has already visited all the other children and my friend just called me up to brag about his new super nintendo.
Very good analogy! Kids are told a lie of Santa Claus until they find out at a certain point that this whole Christmas thing is a lie and that commercial interests drive it. Same here.
Maybe it's about time to direct new people to the chronology of smokes and mirrors again. Also to prevent them from doing stupid things like investing in the IPO.
https://bitcointalk.org/index.php?topic=1543991.msg17569128#msg17569128
nob0dy
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 28, 2017, 01:09:52 PM
 #3178

already earned errmm forged around 50 HEAT's. looks good.
anewafresh
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
January 28, 2017, 01:19:39 PM
 #3179

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'm getting the following error:

{"errorDescription":"Unknown account","errorCode":3}

Can someone help me out with this please?
Did you replace this%20is%20your%20secret%20phrase with your own? (replace all spaces with %20). Did you replace api_key=defined_in_heat-default.properties with your own api key?

Hey. Yes..I did both.

apikey can be alphanumeric right?

Try to use a slash instead of backslash:
Code:
curl -k -s http://localhost:7733/api/v1/mining/start/this%20is%20your%20secret%20phrase/?api_key=defined_in_heat-default.properties


Excellent! That worked..thanks a lot. I got some values as deadline and hittarget.

Does this mean I'm now forging?

IOTA - iotatoken.com
airgonomike
Newbie
*
Offline Offline

Activity: 69
Merit: 0


View Profile
January 28, 2017, 01:20:39 PM
 #3180

HEAT still being held hostage by Openledger, got any info on when they are releasing the funds?

Yes, I'd like to know too! What was the point to use them? Now we're just watching everybody having fun and we're stuck.
This should have been sorted out before block 4320! Now we're losing out on the forging.

Starting to be fed up...



I don't mean to discredit these concerns. Since they are very understandable. It would have been nice if Openledger could have enabled withdrawing earlier.
Although the point of using the exchanges like openledger, c-cex, alcurex is like using an escrow. There is less risk for investors to use those platforms, since if HEAT did not deliver, then those platforms could refund the investors. Where as people who invested directly to the devs accounts took more risk with direct deposits to the HEAT team.


Well, to me it's not delivered since technically I don't have my coins so I can't do anything...
- Alcurex commented here
- C-CEX set a buy wall.
- OpenLedger: not a word...

Now it's the week end so I don't expect anything to happen before next week...
There are still a lot of things that aren't right.
If there was a buy wall on OpenLedger I would probably have sold.
Pages: « 1 ... 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 [159] 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 ... 323 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!