Bitcoin Forum
June 23, 2017, 09:30:47 PM *
News: Latest stable version of Bitcoin Core: 0.14.2  [Torrent].
 
   Home   Help Search Donate Login Register  
Pages: « 1 ... 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 210 211 212 213 214 215 216 217 218 219 ... 323 »
  Print  
Author Topic: [ANN] HEAT: 3.0 crypto*multisig fiat*a2a hft*1000tps*DSA*PoS+PoP*e2ee chat*  (Read 345426 times)
Crapsy
Sr. Member
****
Offline Offline

Activity: 294


shoutofgaia


View Profile WWW
January 28, 2017, 07:58:22 AM
 #3361

Thank you Jack, I will try these instructions and see how I go. I wonder if the dev team are planning to setup some forging pools like NXT has, is it possible to lease Heat balances like NXT does?

Leasing should be possible, maybe not quite at the start of block rewards. No confirmation on that part. And yes, pools will be set up.
1498253447
Hero Member
*
Offline Offline

Posts: 1498253447

View Profile Personal Message (Offline)

Ignore
1498253447
Reply with quote  #2

1498253447
Report to moderator
POLONIEX TRADING SIGNALS
+50% Profit and more via TELEGRAM
ALTCOINTRADER.CO
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
1498253447
Hero Member
*
Offline Offline

Posts: 1498253447

View Profile Personal Message (Offline)

Ignore
1498253447
Reply with quote  #2

1498253447
Report to moderator
lurker10
Sr. Member
****
Offline Offline

Activity: 336


View Profile
January 28, 2017, 08:02:49 AM
 #3362

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.


thanks, so POP rewards will go to the hallmark account, got it.
If set up correctly, your hallmark should become visible here: https://heatwallet.com/nodes.cgi


Does it matter for POP rewards if the hallmark account has 0 weight and an unknown public key with no txs sent from this account yet and when do the POP rewards start?

gh2
Full Member
***
Offline Offline

Activity: 196


View Profile
January 28, 2017, 08:05:32 AM
 #3363

.
tetra
Sr. Member
****
Offline Offline

Activity: 267


View Profile
January 28, 2017, 08:06:21 AM
 #3364

Thank you gh2 by the way, forgot to say it earlier Smiley
gh2
Full Member
***
Offline Offline

Activity: 196


View Profile
January 28, 2017, 08:15:28 AM
 #3365

.
Crapsy
Sr. Member
****
Offline Offline

Activity: 294


shoutofgaia


View Profile WWW
January 28, 2017, 08:32:20 AM
 #3366

Thank you gh2 by the way, forgot to say it earlier Smiley
HEAT is based on NXT, and the setup is very similar. I am a newbie in this forum, but an experienced NXT user. My favourite new projects are HEAT and ARDOR. I plan to be a long-term supporter of both.

Great to have you onboard Smiley
tetra
Sr. Member
****
Offline Offline

Activity: 267


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

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?
anewafresh
Full Member
***
Offline Offline

Activity: 129


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

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
gh2
Full Member
***
Offline Offline

Activity: 196


View Profile
January 28, 2017, 09:35:17 AM
 #3369

.
CyanFox
Full Member
***
Offline Offline

Activity: 179


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

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: 129


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

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


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

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
gh2
Full Member
***
Offline Offline

Activity: 196


View Profile
January 28, 2017, 10:03:06 AM
 #3373

.
Simakki
Hero Member
*****
Offline Offline

Activity: 697


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

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: 294


shoutofgaia


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

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
Sr. Member
****
Offline Offline

Activity: 393



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

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

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
gh2
Full Member
***
Offline Offline

Activity: 196


View Profile
January 28, 2017, 10:45:49 AM
 #3377

.
mm0104
Full Member
***
Offline Offline

Activity: 169


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

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
Hero Member
*****
Offline Offline

Activity: 602


Heatledger.com


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

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
Sr. Member
****
Offline Offline

Activity: 393



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

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"   ?

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
Pages: « 1 ... 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 210 211 212 213 214 215 216 217 218 219 ... 323 »
  Print  
 
Jump to:  

Sponsored by , a Bitcoin-accepting VPN.
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!