Bitcoin Forum
April 23, 2024, 11:27:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 ... 323 »
  Print  
Author Topic: [ANN] HEAT: 3.0 crypto*multisig fiat*a2a hft*1000tps*DSA*PoS+PoP*e2ee chat*  (Read 418478 times)
StewieG
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
January 31, 2017, 02:15:49 PM
Last edit: January 31, 2017, 02:30:48 PM by StewieG
 #3501

OFFICIAL HEAT TRADING THREAD!

This is the official heat Trading thread:

https://bitcointalk.org/index.php?topic=1771885.new#new

Please use it to trade HEAT so we can keep this thread clean!

1713871625
Hero Member
*
Offline Offline

Posts: 1713871625

View Profile Personal Message (Offline)

Ignore
1713871625
Reply with quote  #2

1713871625
Report to moderator
1713871625
Hero Member
*
Offline Offline

Posts: 1713871625

View Profile Personal Message (Offline)

Ignore
1713871625
Reply with quote  #2

1713871625
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713871625
Hero Member
*
Offline Offline

Posts: 1713871625

View Profile Personal Message (Offline)

Ignore
1713871625
Reply with quote  #2

1713871625
Report to moderator
1713871625
Hero Member
*
Offline Offline

Posts: 1713871625

View Profile Personal Message (Offline)

Ignore
1713871625
Reply with quote  #2

1713871625
Report to moderator
stereotype
Legendary
*
Offline Offline

Activity: 1554
Merit: 1000



View Profile
January 31, 2017, 02:22:40 PM
 #3502

..... so we can keep this thread clean!
Interesting use of the word 'we'.
memberberry
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile WWW
January 31, 2017, 02:30:10 PM
 #3503

..... so we can keep this thread clean!
Interesting use of the word 'we'.

SMH, like anyone else would make this thread dirty  Embarrassed

synace
Jr. Member
*
Offline Offline

Activity: 36
Merit: 34


View Profile
January 31, 2017, 03:34:30 PM
 #3504

Alright, I made a small transfer to synace Smiley We'll see.

Thanks!
realbigs21024
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
January 31, 2017, 05:16:43 PM
 #3505

where do i get my api
bitcoiner456
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
January 31, 2017, 05:43:08 PM
 #3506

After running heat .bat file and trying in input the command i get "curl is not recognized as a internal or external command, operable program or batch file"

I down loaded and extracted curl.exe can anyone hep?
bctacc32
Full Member
***
Offline Offline

Activity: 126
Merit: 100

-


View Profile
January 31, 2017, 06:11:50 PM
 #3507

After running heat .bat file and trying in input the command i get "curl is not recognized as a internal or external command, operable program or batch file"

I down loaded and extracted curl.exe can anyone hep?

Either put the directory where curl.exe resides to the PATH environment variable and restart the command line.
Or switch to the curl.exe directory in the command line, like:
cd C:\Downloads\curl (or pushd if it's on a different drive)
C:\Downloads\curl> curl ...

Or just use any browser to call the API, but beware of the browsing history if it's not your private computer.
megashira1
Legendary
*
Offline Offline

Activity: 1146
Merit: 1000



View Profile
January 31, 2017, 06:21:24 PM
 #3508


Try running the code to start mining in the private browser window
Code:
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.

After further attempts I now get returned:

Code:
{"deadline":1183,"hitTime":100593517}


Kazadar
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
January 31, 2017, 06:24:46 PM
 #3509


Try running the code to start mining in the private browser window
Code:
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.

After further attempts I now get returned:

Code:
{"deadline":1183,"hitTime":100593517}

That is the correct response.
Try this bit again then
Code:
http://localhost:7733/api/v1/mining/info/this%20is%20your%20secret%20phrase\?api_key=defined_in_heat-default.properties

The only difference is that the *mining/start/* is changed to*mining/info/*

megashira1
Legendary
*
Offline Offline

Activity: 1146
Merit: 1000



View Profile
January 31, 2017, 06:27:04 PM
 #3510

That is the correct response.
Try this bit again then
Code:
http://localhost:7733/api/v1/mining/info/this%20is%20your%20secret%20phrase\?api_key=defined_in_heat-default.properties

The only difference is that the *mining/start/* is changed to*mining/info/*

Code:
[{"deadline":7190,"account":"12313023432432424","remaining":7154,"hitTime":100599915}]

success?!?!

Kazadar
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
January 31, 2017, 06:27:57 PM
 #3511

That is the correct response.
Try this bit again then
Code:
http://localhost:7733/api/v1/mining/info/this%20is%20your%20secret%20phrase\?api_key=defined_in_heat-default.properties

The only difference is that the *mining/start/* is changed to*mining/info/*

Code:
[{"deadline":7190,"account":"17553023432432424","remaining":7154,"hitTime":100599915}]

success?!?!
Yes you are now forging

megashira1
Legendary
*
Offline Offline

Activity: 1146
Merit: 1000



View Profile
January 31, 2017, 06:28:53 PM
 #3512

Yes you are now forging

Thanks for your help! Smiley

bitcoiner456
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
January 31, 2017, 07:12:37 PM
 #3513

is there a way a can confirm that my account is forging?
Jack Needles
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
January 31, 2017, 07:25:00 PM
 #3514

is there a way a can confirm that my account is forging?

Yes.  Look at the posts 2, 3, and 4 places above your question.
bitcoiner456
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
January 31, 2017, 07:49:41 PM
 #3515

is there a way a can confirm that my account is forging?

Yes.  Look at the posts 2, 3, and 4 places above your question.

yes I saw that but is there any other way to look up heat nodes
Tradingriver
Full Member
***
Offline Offline

Activity: 150
Merit: 100


View Profile
January 31, 2017, 07:57:30 PM
 #3516

i am interested for the GUI forging client. Is it released yet?
Jack Needles
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
January 31, 2017, 08:00:04 PM
 #3517

yes I saw that but is there any other way to look up heat nodes

Ah, okay.

You can see if your node is known by the web wallet server by searching for your IP address here:
https://heatwallet.com/nodes.cgi

You can also watch the explorer to see if your account generates blocks (frequency dependent on your balance):
https://heatwallet.com/#/explorer

And then there's the forge report by synace:
Hey all, I'm the one running the current "forge report". I built it for myself to have a better understanding of the "ROI" for forging. If you have any requests/suggestions, let me know. I'll improve it in iterations as I have time. I'm a pretty small investor, but I've got technical abilities.

Gladly accepting tips at 7052876572805488467 if you enjoy the report!

Forge Report (incl estimates/month) : http://54.221.26.215/
Jack Needles
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
January 31, 2017, 08:04:47 PM
 #3518

i am interested for the GUI forging client. Is it released yet?

Not yet.
spyder12
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
January 31, 2017, 08:15:33 PM
 #3519

Wallet Release?  https://github.com/Heat-Ledger-Ltd/heatwallet/releases
Kazadar
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
January 31, 2017, 08:22:47 PM
 #3520

Funny that they havent announced it as it was released 11 hours ago.

Pages: « 1 ... 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 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 ... 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!