Bitcoin Forum
March 28, 2024, 09:32:00 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 [345] 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 »
  Print  
Author Topic: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet  (Read 679266 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.
bitmaster1x
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000

CRYPTO-CITY.COM 🌟 Communities


View Profile WWW
November 29, 2017, 01:44:18 AM
 #6881

Some initial works so far for the Crypto-city / HYP merchandise concepts  Grin:


Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bitmaster1x
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000

CRYPTO-CITY.COM 🌟 Communities


View Profile WWW
November 29, 2017, 02:03:34 AM
 #6882


I increased it by 1GB.

Swap size is more than sufficient. Are you sure you have all the dependencies?

Maybe someone else with a PI can guide you with their setup. Wink

Andrey123
Sr. Member
****
Offline Offline

Activity: 1750
Merit: 305



View Profile
November 30, 2017, 06:36:09 AM
 #6883

Hey.
how many coins do I need to start the POS?

Hello! Voluntary donations that will go towards the development of my coin.
34bwEhH3GMx6swYXt2NBfFbYGkdTcaWtXz....BTC

bitmaster1x
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000

CRYPTO-CITY.COM 🌟 Communities


View Profile WWW
November 30, 2017, 07:52:56 AM
 #6884

Hey.
how many coins do I need to start the POS?

To give give it fair shot, I'd say at least a million, but realistically any amount will qualify to compete to win a stake after 8.8 days. Of course the more coins you have, the better.

Like a kid in a candy store. People are chasing after bitcoin,  I'm Picking up tons of cheap HYP Wink

You can check out some of the tutorials here in the video section that give you some details how to optimize your blocks. https://www.crypto-city.com/index.php/hyperstake-hyp-ann/info

almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
November 30, 2017, 03:27:06 PM
 #6885

I just finally got all the dependencies for the raspberry pi executable (which is from the website) installed, and now it's saying 'segmentation fault' when I run it. When I run gdb, it outputs
#0  0xb6dedde0 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
No symbol table info available.
#1  0xb6dea4f4 in OPENSSL_cpuid_setup ()
   from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
[...]
help plz


Can you try editing the makefile to include the option -g and also remove -O2 (or maybe -O3)? That will give you symbols and disable aggressive optimisation, which may give you some more clues.

I presume you've updated all of your packages?
bitmaster1x
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000

CRYPTO-CITY.COM 🌟 Communities


View Profile WWW
November 30, 2017, 09:20:23 PM
Last edit: December 02, 2017, 09:57:43 PM by bitmaster1x
 #6886

  GrinDue to the lack of spam control options on slack, we now have a HYP Developer / Team Discord channel: https://discord.gg/4f7zj7E.

Raizou
Sr. Member
****
Offline Offline

Activity: 758
Merit: 250


View Profile
November 30, 2017, 09:25:49 PM
 #6887

A few months ago there were some rumors that HYP could go back to Bittrex, could anyone confirm this or are they just rumors? I'm grateful to HYP because I learned a lot about PoS here.
bitmaster1x
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000

CRYPTO-CITY.COM 🌟 Communities


View Profile WWW
November 30, 2017, 09:55:47 PM
 #6888

A few months ago there were some rumors that HYP could go back to Bittrex, could anyone confirm this or are they just rumors? I'm grateful to HYP because I learned a lot about PoS here.

That's the plan, but we still have lots of work ahead of us on the development front and building up the community. If everyone pitches in, spreading the word and increasing our numbers as a community we'll get there.

whatamidoing
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 01, 2017, 11:14:51 PM
Last edit: December 03, 2017, 05:46:55 PM by whatamidoing
 #6889

I just finally got all the dependencies for the raspberry pi executable (which is from the website) installed, and now it's saying 'segmentation fault' when I run it. When I run gdb, it outputs
#0  0xb6dedde0 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
No symbol table info available.
#1  0xb6dea4f4 in OPENSSL_cpuid_setup ()
   from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
[...]
help plz


Can you try editing the makefile to include the option -g and also remove -O2 (or maybe -O3)? That will give you symbols and disable aggressive optimisation, which may give you some more clues.

I presume you've updated all of your packages?
I didn't compile it, I just downloaded the Raspberry Pi executable from hyperstake.io.
Edit: I tried compiling it on Raspbian Jessie, and it works up until the end, when it says "Nothing to be done for all-am." Then, I try to do "strip hyperstaked" and it says "no such file." I'm gonna try to compile it again.
Edit 2: YES I GOT IT WORKING! i installed the hyperstake-qt package from the website onto Raspbian Jessie and it ran!
bitmaster1x
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000

CRYPTO-CITY.COM 🌟 Communities


View Profile WWW
December 02, 2017, 03:55:23 AM
Last edit: December 02, 2017, 02:52:35 PM by bitmaster1x
 #6890

HYP up 31% today adding on another million to the market cap at $2.36 million. We have lots of goodies planned in the pipeline. Wink

https://www.crypto-city.com/index.php/hyperstake-hyp-ann/info

Introducing HYP to new people on Facebook.


foroplus
Legendary
*
Offline Offline

Activity: 1212
Merit: 1052



View Profile
December 02, 2017, 02:43:56 PM
 #6891

HYP up 31% today adding on another million to the market cap at $2.36 million. We have lots of goodies planned in the pipeline. Wink  https://www.crypto-city.com/index.php/hyperstake-hyp-ann/info
Yes, yesterday we had a pretty nice move into the 30's. That means people are interested in this coin.
Better to rise step by step.

iantunc
Sr. Member
****
Offline Offline

Activity: 433
Merit: 250


We are the first to program your future (c)


View Profile
December 02, 2017, 05:30:21 PM
 #6892

HYP up 31% today adding on another million to the market cap at $2.36 million. We have lots of goodies planned in the pipeline. Wink

Actually HYP has broken a record in capitalization (not counting accidental spikes). $2.6M is now official Smiley

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

Activity: 1274
Merit: 1000

CRYPTO-CITY.COM 🌟 Communities


View Profile WWW
December 02, 2017, 11:06:15 PM
 #6893

HYP up 31% today adding on another million to the market cap at $2.36 million. We have lots of goodies planned in the pipeline. Wink

Actually HYP has broken a record in capitalization (not counting accidental spikes). $2.6M is now official Smiley

In the market, nothing is accidental unless someone fell asleep and drooled on their keyboard causing it execute a massive buy order. haha  Grin




ffiivvee
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 04, 2017, 10:48:25 PM
 #6894

So I want to get back into HYP because I enjoyed just getting the staking notifications. I went to download the wallet and it says that there is a virus in it.  Is that just my computer being wonky?
bitmaster1x
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000

CRYPTO-CITY.COM 🌟 Communities


View Profile WWW
December 05, 2017, 05:04:44 AM
 #6895

So I want to get back into HYP because I enjoyed just getting the staking notifications. I went to download the wallet and it says that there is a virus in it.  Is that just my computer being wonky?

See instructions: https://www.crypto-city.com/index.php/hyperstake-hyp-ann/info

bitmaster1x
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000

CRYPTO-CITY.COM 🌟 Communities


View Profile WWW
December 06, 2017, 04:55:37 AM
 #6896



Getting some nice HYP design iterations from the Crypto-city design team so far... more to come. Smiley

tangtang800
Member
**
Offline Offline

Activity: 317
Merit: 10


View Profile
December 06, 2017, 07:03:17 AM
 #6897

HYP's market value is up to $about 2000000, and the price is rising, and people are becoming more and more interested in the coin. If everyone is involved in the spread of this project and the community's vigorous development, then the coin will be more bright. It also has a plan for the big exchange to work together. Grin
bitmaster1x
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000

CRYPTO-CITY.COM 🌟 Communities


View Profile WWW
December 07, 2017, 04:34:47 AM
Last edit: December 07, 2017, 05:17:24 AM by bitmaster1x
 #6898



The design team will be producing a lot more media works for  Crypto-city / HYP for people to pick and choose their favorites to work with and share. They'll be available here:  https://www.crypto-city.com/index.php/hyperstake-hyp-ann/photo/

Concept 3:



bitChipper
Sr. Member
****
Offline Offline

Activity: 896
Merit: 290


View Profile
December 08, 2017, 04:55:40 AM
 #6899

So I want to get back into HYP because I enjoyed just getting the staking notifications. I went to download the wallet and it says that there is a virus in it.  Is that just my computer being wonky?

Yes it's a false positive, the developer is working on the windows version to fix this in the future. Nothing to worry about.

But if you want to be on the safe side you can download a previous version.
bitChipper
Sr. Member
****
Offline Offline

Activity: 896
Merit: 290


View Profile
December 08, 2017, 04:59:54 AM
 #6900

It would be so sweet to get listed back on bittrex, i like cryptopia and all but the only reason i ever get on there is to trade hyp and no other coin.

Any word on this?
Pages: « 1 ... 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 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 [345] 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 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!