Bitcoin Forum
May 26, 2024, 08:37:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 107 108 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 ... 323 »
  Print  
Author Topic: [ANN] HEAT: 3.0 crypto*multisig fiat*a2a hft*1000tps*DSA*PoS+PoP*e2ee chat*  (Read 418478 times)
stereotype
Legendary
*
Offline Offline

Activity: 1554
Merit: 1000



View Profile
January 27, 2017, 06:14:25 PM
 #3121

any thrusthworthy escrow here?
Try yassin....  https://bitcointalk.org/index.php?action=profile;u=222847
tetra
Sr. Member
****
Offline Offline

Activity: 471
Merit: 250


View Profile
January 27, 2017, 06:16:04 PM
 #3122

How does it look like, if forging is successful?
It always says api key not defined

So I defined the api key and tried the localhost line in a private browser window as recommended, but it still says apikey not defined and apikeydisabled = true

That means I do not forge right?

LemonAndFriesOne
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
January 27, 2017, 06:32:27 PM
 #3123

can anyone answer where the windows wallet is?

I could care less about the alpha release, I want the actual wallet. Not some untested ball of code
lurker10
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
January 27, 2017, 06:36:54 PM
 #3124

How does it look like, if forging is successful?
It always says api key not defined

So I defined the api key and tried the localhost line in a private browser window as recommended, but it still says apikey not defined and apikeydisabled = true

That means I do not forge right?

to start forging:

curl -k -s http://localhost:7733/api/v1/mining/start/this%20is%20your%20secret%20phrase\?api_key=xxxxxxxxxxx

Remember to set apikey at heat-default.properties

to check if your account is forging:

curl -k -s http://localhost:7733/api/v1/mining/info/this%20is%20your%20secret%20phrase\?api_key=xxxxxxxxxxx


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.

someonesomeone
Hero Member
*****
Offline Offline

Activity: 933
Merit: 500


View Profile
January 27, 2017, 06:42:22 PM
 #3125

I get an error. Connection refused. Anyone have an idea why?

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.  
If you are on a Linux server without a graphical desktop, you can start mining like this:
Code:
wget http://localhost:7733/api/v1/mining/start/THIS%20IS%20THE%20PASSPHRASE
After you have started your forger, you can check if it is running using curl:
Code:
sudo apt-get install curl
curl -X POST --header 'Content-Type: application/x-www-form-urlencoded' --header 'Accept: application/json' 'http://localhost:7733/api/v1/mining/info'
If you are forging, it should return something like:
[{"deadline":63,"account":"xxxxxxxx","remaining":9,"hitTime":100201306}]

Jack Needles
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
January 27, 2017, 06:55:15 PM
 #3126

I get an error. Connection refused. Anyone have an idea why?

Most likely is either:
- The server not running
- Firewall preventing access
TheCoinWizard
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
January 27, 2017, 07:04:13 PM
 #3127

cant send my coins over to alcurex, it says

Code:
Your HEAT Ledger Deposit Address:
Generating address, wait


Is it possible to withdrawl heat from there?
Also, offering Heat @ 8000 satoshi...
Escrow needed.
mm0104
Full Member
***
Offline Offline

Activity: 192
Merit: 100


View Profile
January 27, 2017, 07:07:30 PM
 #3128

cant send my coins over to alcurex, it says

Code:
Your HEAT Ledger Deposit Address:
Generating address, wait

Somebody from alcurex said earlier in this thread it would take days to weeks to completely implement Heat.
mr.coinzy
Hero Member
*****
Offline Offline

Activity: 500
Merit: 507



View Profile
January 27, 2017, 07:13:48 PM
Last edit: January 27, 2017, 07:29:24 PM by mr.coinzy
 #3129

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

Activity: 471
Merit: 250


View Profile
January 27, 2017, 07:37:47 PM
 #3130

Selling heat coins (with multiplier), PM me to submit offers (only reasonable offers will be considered). Transaction will be done only through trusted escrow, thanks.
Sent you a PM

dynamixvolt
Jr. Member
*
Offline Offline

Activity: 51
Merit: 10


View Profile WWW
January 27, 2017, 08:06:00 PM
 #3131

HEAT seems undervalued at this point let see where it goes Smiley

Trade Bitcoin and Shitcoins up to 100x Leverage.

Now with a 10% Discount

Trade SHITCOINS Today Get Started BELOW

http://bit.ly/bt6Lt3c
SonyoNovo
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 27, 2017, 08:12:00 PM
 #3132

+1 ~Holding  Grin
bitdexter
Full Member
***
Offline Offline

Activity: 326
Merit: 101



View Profile
January 27, 2017, 08:12:39 PM
 #3133

HEAT seems undervalued at this point let see where it goes Smiley

how do you figure,
at 0.0001  - it gives heat a marketcap of around 2.4 million dollars.
Do you feel this project is worth more than projects such as LbRY or Bitbay,
I don;t think so. Not from what i have seen so far.
mm0104
Full Member
***
Offline Offline

Activity: 192
Merit: 100


View Profile
January 27, 2017, 08:28:46 PM
 #3134

HEAT seems undervalued at this point let see where it goes Smiley
It's not even tradable for the majority of stakeholders. Wait until hostages investors can sell...
TheCoinWizard
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
January 27, 2017, 08:31:29 PM
 #3135

HEAT seems undervalued at this point let see where it goes Smiley
It's not even tradable for the majority of stakeholders. Wait until hostages investors can sell...
Who cannot sell then?
PaidFudder
Sr. Member
****
Offline Offline

Activity: 333
Merit: 250



View Profile
January 27, 2017, 09:36:53 PM
 #3136

why is there a 90 btc buywall on c-cex ?
i'm new here
thx

MoveCrypto
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


move that crypto


View Profile
January 27, 2017, 09:42:29 PM
 #3137

HEAT seems undervalued at this point let see where it goes Smiley

how do you figure,
at 0.0001  - it gives heat a marketcap of around 2.4 million dollars.
Do you feel this project is worth more than projects such as LbRY or Bitbay,
I don;t think so. Not from what i have seen so far.

Stage 2 ico BTC price was 0.00013 ÷ 1.5 = 0.00008667 BTC

Average price paid might be slightly lower than that if extra HEAT from c-cex gets distributed or burnt.

That means average market cap ico investors bought in at was about 2100 BTC

Even Potcoin is at 4450 BTC market cap.

Weak hands will be shaken out now then they will cry later when we go up past 10000 BTC market cap like Stratis

MoveCrypto for Komodo Notary
https://komodoplatform.com/
LemonAndFriesOne
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
January 27, 2017, 09:46:52 PM
 #3138

WHERE IS THE PROMISED WINDOWS WALLET? NOT THE ALPHA, NOT THE ONLINE WALLET, THE REAL WINDOWS WALLET
StewieG
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
January 27, 2017, 09:51:15 PM
 #3139

xD
Omega_man
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 27, 2017, 10:09:13 PM
 #3140

Looking for help with Forging.  Got server up and running and it's looking good.  But when I try the API to start forging I get;

{"errorDescription":"Not authorized","errorCode":0}

Any Ideas?
Pages: « 1 ... 107 108 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 ... 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!