Bitcoin Forum
May 04, 2024, 08:53:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 [274] 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 ... 386 »
  Print  
Author Topic: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet  (Read 679272 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
October 19, 2015, 03:38:30 PM
 #5461



 Hello
 quick question
 I've been away from  HyperStake for a while and just recently purchased some more coins what would be a good coin size for the POS would 10000 or 15000 coins for stacking ? What  would be a good recommendation to start ?

 thank you
 kprell40



Depends. Lots of people are saying more small blocks (maybe 3-5k in size?) and lots of people swear by big blocks (10k+). You decide whats best for you Smiley

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
1714856016
Hero Member
*
Offline Offline

Posts: 1714856016

View Profile Personal Message (Offline)

Ignore
1714856016
Reply with quote  #2

1714856016
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
October 19, 2015, 03:39:14 PM
 #5462

I really need to get my wallet organized.... I am getting my butt kicked over the last 2,000 blocks Cry


Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
MoneroMooo
Legendary
*
Offline Offline

Activity: 1276
Merit: 1001


View Profile
October 20, 2015, 08:19:59 AM
 #5463

I really need to get my wallet organized.... I am getting my butt kicked over the last 2,000 blocks Cry



Looks good presstab Smiley

Next time you're searching for something to add, I suggest a "% staked" column (basically amount of HYP staked divided by starting balance).
kyma
Sr. Member
****
Offline Offline

Activity: 479
Merit: 250


View Profile
October 20, 2015, 05:01:38 PM
 #5464

I think maybe the wiki needs to be updated. I was following the Raspberry Pi installation guide and got hung up on the Steps for Compiling daemon. I ran the commands for step 1. Terminal reports having received all objects. Running the second group of commands the terminal changes to the HyperStake subdirectory and reports
Code:
./autogen.sh: autoconf: not found
I don't know too much about compiling, but looks as though the autogen file references a file (autoreconf) that does not exist anymore. Can anyone help me through this?

billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
October 20, 2015, 05:27:22 PM
 #5465

hmmm then you must of had an issue installing the deps in step one.

I would repeat that again and look for errors.

If you are still stuck, you can hop on ##hyperstake on freenode and someone can try to help you further.

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
kyma
Sr. Member
****
Offline Offline

Activity: 479
Merit: 250


View Profile
October 20, 2015, 05:54:17 PM
Last edit: October 20, 2015, 08:16:58 PM by kyma
 #5466

thanks, i think I was in need of a good ol apt-get update

EDIT: now having issues with the build...

Code:
json/json_spirit_writer_template.h:79:63: warning: comparison is always true due to limited range of data type [-Wtype-limits]
^[[Bvirtual memory exhausted: Cannot allocate memory
Makefile:2062: recipe for target 'libbitcoin_server_a-bitcoinrpc.o' failed
make[1]: *** [libbitcoin_server_a-bitcoinrpc.o] Error 1
make[1]: Leaving directory '...'
Makefile:482: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

trying to build again, i'll report back

billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
October 20, 2015, 08:16:18 PM
 #5467

yeah the ol memory is a real bitch on the pi...

did you do this:

Code:
sudo raspi-config - Advanced Options -> Memory Split -> set GPU memory to minimum (16MB) 

??

if so then you will have to make a swap file. basic instructions for doing so here though I strongly recommend trying the memory split first cause a swap file is going to slow compile down significantly.

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
kyma
Sr. Member
****
Offline Offline

Activity: 479
Merit: 250


View Profile
October 20, 2015, 09:00:42 PM
 #5468

yeah the ol memory is a real bitch on the pi...

did you do this:

Code:
sudo raspi-config - Advanced Options -> Memory Split -> set GPU memory to minimum (16MB) 

??

if so then you will have to make a swap file. basic instructions for doing so here though I strongly recommend trying the memory split first cause a swap file is going to slow compile down significantly.

Let me make sure I understand. How do I try a memory split? The above sudo command? If I run the above code I also need to add a swap file?

billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
October 20, 2015, 09:13:47 PM
 #5469

the command itself is

Code:
 sudo raspi-config

then navigate to Advanced Options -> Memory Split

your other question I cannot say for sure as I've not messed with a pi in a long time. what I can say is I'm pretty confident those instructions were all that was needed to cook the bin at the time and I would 'assume' that has not changed.

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
October 21, 2015, 09:56:49 PM
 #5470

New HyperStake paper wallet generator, courtesy of Stoner19! http://hyperstakewallets.tk

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
HORT
Hero Member
*****
Offline Offline

Activity: 508
Merit: 501



View Profile
October 22, 2015, 01:52:58 PM
 #5471

New HyperStake paper wallet generator, courtesy of Stoner19! http://hyperstakewallets.tk


Excellent! Thanks Stoner19.
kprell40
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
October 23, 2015, 04:17:37 PM
 #5472

Hello

 What is better for stacking ?   the pc wallet or the raspberry pi wallet .

billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
October 23, 2015, 04:25:03 PM
 #5473

both work equally well. nice thing about the pi (or similar) is you can just set it up and forget about it.

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
Libertymind
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
October 23, 2015, 06:35:52 PM
 #5474

getting the following error
Unable to bind to 0.0.0.0:18775 on this computer. HyperStake is probably already running.

Failed to listen on any port. Use -listen=0 if you want this.

I don't see it in the task manager.

maybe I have too many wallets running,
currently running net, tek, sprouts, truck

is there a way to change ports?

Thanks

fragilefungi
Full Member
***
Offline Offline

Activity: 143
Merit: 100


View Profile
October 23, 2015, 09:17:11 PM
 #5475

getting the following error
Unable to bind to 0.0.0.0:18775 on this computer. HyperStake is probably already running.

Failed to listen on any port. Use -listen=0 if you want this.

I don't see it in the task manager.

maybe I have too many wallets running,
currently running net, tek, sprouts, truck

is there a way to change ports?

Thanks



It is probably because truck is running and HYP was forked from truck.  I have TEK running so I know that it doesn't conflict with hyp.  Edit the config file in the appdata/roaming folder to a port that isn't in use

XMG tips: 9HTdqWpuJpTx51dpskb6XASXPg2GLkD2jL

Best small coin exchange is cryptopia! Sign up and trade!
Libertymind
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
October 23, 2015, 11:59:04 PM
 #5476

getting the following error
Unable to bind to 0.0.0.0:18775 on this computer. HyperStake is probably already running.

Failed to listen on any port. Use -listen=0 if you want this.

I don't see it in the task manager.

maybe I have too many wallets running,
currently running net, tek, sprouts, truck

is there a way to change ports?

Thanks



It is probably because truck is running and HYP was forked from truck.  I have TEK running so I know that it doesn't conflict with hyp.  Edit the config file in the appdata/roaming folder to a port that isn't in use
Ok, thanks.
Libertymind
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
October 24, 2015, 01:42:01 AM
 #5477

getting the following error
Unable to bind to 0.0.0.0:18775 on this computer. HyperStake is probably already running.

Failed to listen on any port. Use -listen=0 if you want this.

I don't see it in the task manager.

maybe I have too many wallets running,
currently running net, tek, sprouts, truck

is there a way to change ports?

Thanks



It is probably because truck is running and HYP was forked from truck.  I have TEK running so I know that it doesn't conflict with hyp.  Edit the config file in the appdata/roaming folder to a port that isn't in use
Ok, thanks.
I created a shortcut and changed "C:\Users\Noe\Desktop\stakecoins\hyperstake 1.1.1.3\HyperStake-qt.exe"    to:

"C:\Users\Noe\Desktop\stakecoins\hyperstake 1.1.1.3\HyperStake-qt.exe" -listen=0
That did the trick
alt19
Sr. Member
****
Offline Offline

Activity: 328
Merit: 250


View Profile
October 24, 2015, 11:59:27 AM
 #5478

estimated altcoin inflation or total supply over the next 10 years?

the information is needed for http://alt19.com/19/cryptocurrency.php

thanks
iantunc
Sr. Member
****
Offline Offline

Activity: 433
Merit: 250


We are the first to program your future (c)


View Profile
October 25, 2015, 03:53:13 AM
Last edit: October 25, 2015, 01:28:34 PM by iantunc
 #5479

estimated altcoin inflation or total supply over the next 10 years?

the information is needed for http://alt19.com/19/cryptocurrency.php

thanks

As to this moment:

Current total supply: 347 183 755

1 year from now: 697 583 755 (100.93% yearly gain)

2 years from now: 1 047 983 755 (50.23% yearly gain)

3 years from now: 1 398 383 755 (33.44% yearly gain)

4 years from now: 1 748 783 755 (25.06% yearly gain)

5 years from now: 2 099 183 755 (20.04% yearly gain)

Each subsequent year can be calculated by adding 350 400 000 (max annual emission) to total estimated supply.

HyperStake bootstrap server - hyperstrap.ml
HyperStake supply gain prediction graph - hypsupply.ml
rdyoung
Legendary
*
Offline Offline

Activity: 994
Merit: 1000


View Profile
October 27, 2015, 09:06:20 PM
 #5480

Anyone needing a recent bootstrap for hyperstake can find one here
http://letsgetstaking.com/bootstrap-files
Pages: « 1 ... 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 [274] 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 ... 386 »
  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!