Author

Topic: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet - page 186. (Read 679332 times)

hero member
Activity: 658
Merit: 503
Monero Core Team
Awesome!! I am having a lot more stakes hit the max reward too. I have now been sizing blocks with the intention of hitting the max reward for a faster stake.
Me too, I started some days ago. I decided to only combine blocks that are more than 30 days old.

From the compiled version. You can now have an estimate of how much you "wasted" by hitting the wall (this doesn't take higher compounded interests into account).

It is not clear here, but I was hovering the 1000 HYP stake.

Great you liked this presstab!, we could be pioneers with this put into practice contract, and cold storage staking would be awsome too, more secure and energy efficent right?, wallets can stay offline?
What we need is more dev. We even are ready to pay them (not much and in HYP). But even that way, no dev and our todo list is growing Sad.

Quote
[various installation instructions for Raspberry Pi]
I could be interesting to update How to build for Raspberry.
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
welcome to linux! lol

a conf shouldn't affect your connections, are you sure thats the issue?

[edit] to add to this, if you are still having connection issues, you can add a few nodes to your conf from here: http://hyp.cryptocoinexplorer.com/peerinfo
member
Activity: 71
Merit: 10
and now after making a conf file, it isn't getting any connections to the network.  Why can't things just be simple haha
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
No problem bud, glad I was able to help ya.
member
Activity: 71
Merit: 10
lol on the pi? beats me (dont have any pi's anymore) but I'd wager its gonna be a while... takes a good amount of time on a regular pc as it is.


yeah, thats what I figured haha.  It's not like I use it for anything really so it isn't going to bother me just to leave it and let it do its thing.  Now I guess I should actually do that school work I have been putting off all day.  Again, thanks a lot man.  I never would have gotten it on there if I didn't have you helping.
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
lol on the pi? beats me (dont have any pi's anymore) but I'd wager its gonna be a while... takes a good amount of time on a regular pc as it is.
member
Activity: 71
Merit: 10
w00t!

Again, sorry this whole day has been one train wreck after another. I'm glad you are sorted out bud!

no, thank you man.  I've currently got the qt running on my macbook but I didnt want to leave that on 24/7.  I am glad you were able to help me get it running.  Now just a random question for you: How long does it take to load the bootstrap data?
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
w00t!

Again, sorry this whole day has been one train wreck after another. I'm glad you are sorted out bud!
member
Activity: 71
Merit: 10
haha it's ok.  I've been "working" on some gradschool stuff thats due at midnight since noon and all I have done is watch youtube videos and try and get this working.  I just entered the new code and it looks like everything downloaded and updated and such.  should I try and open the qt now?

EDIT:  WAHOO IT WORKS!  Thanks man! Thanks a ton! Now it is loading the bootstrap from the script.  This will take a while
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
except I have not seen that output yet bud. lol duh

This is what I meant to say...

in terminal:

Code:
sudo apt-get install -y libboost1.50-dev libboost-filesystem1.50-dev libboost-system1.50-dev libboost-program-options1.50-dev libboost-thread1.50-dev libssl-dev libdb5.1++-dev libminiupnpc-dev

Thinking that how the script is set up its not actually trying to install the deps cause the "&&" means the install will not take place unless the previous command (sudo apt-get update) finishes without error (which its not) and my lazy ass was just copying the same line from the bash script. This should at least do something different.

ffs this is linux 101 I'm sorry it took all day to get my head out of my ass
member
Activity: 71
Merit: 10
ok now try to install the deps again and pastebin that please.

it looks like the same thing as before

http://pastebin.com/s6bBdmU3

EDIT: I hit the post button  too fast haha
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
ok now try to install the deps again and pastebin that please.
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
ok lets try this then.

go back to #1 and change the file to its original state:

Code:
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi

then

Code:
sudo apt-get upgrade

pastebin that

then

Code:
sudo apt-get update

pastebin that

legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
damn really? did any of the steps prior to #4 give an error?

can you pastebin the terminal output of

Code:
sudo apt-get update

please?
member
Activity: 71
Merit: 10
It looks like I am getting the same missing ones even after following what you've said to do. followed steps 1-4 via copy and paste and still get missing things when I enter

Code:
sudo apt-get update && sudo apt-get install -y libboost1.50-dev libboost-filesystem1.50-dev libboost-system1.50-dev libboost-program-options1.50-dev libboost-thread1.50-dev libssl-dev libdb5.1++-dev libminiupnpc-dev
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
[edit] ok, thats not gonna work as the repo's have been moved.

1. in terminal :

Code:
sudo nano /etc/apt/sources.list
enter

this opens nano and should have just this one line:

Code:
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi

delete this line and change it to this:

Code:
deb http://archive.raspbian.org/raspbian wheezy main contrib non-free
deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free

then control+o then enter to save. control+x to exit

2. need to download and store this repo's key. in terminal:

Code:
wget http://archive.raspbian.org/raspbian.public.key -O - | sudo apt-key add -
enter

3. now we need to refresh everything. in terminal:

Code:
 sudo apt-get update && sudo apt-get upgrade 

4. now try reinstalling the missing deps


member
Activity: 71
Merit: 10
Hit http://repository.wolfram.com stable Release.gpg
Hit http://repository.wolfram.com stable Release                               
Hit http://raspberrypi.collabora.com wheezy Release.gpg                       
Hit http://mirrordirector.raspbian.org wheezy Release.gpg                     
Hit http://archive.raspberrypi.org wheezy Release.gpg                         
Hit http://raspberrypi.collabora.com wheezy Release                           
Hit http://mirrordirector.raspbian.org wheezy Release                         
Ign http://ppa.launchpad.net wheezy Release.gpg                               
Hit http://repository.wolfram.com stable/non-free armhf Packages               
Hit http://archive.raspberrypi.org wheezy Release                             
Ign http://ppa.launchpad.net wheezy Release.gpg                     
Hit http://raspberrypi.collabora.com wheezy/rpi armhf Packages                 
Ign http://repository.wolfram.com stable/non-free Translation-en               
Ign http://ppa.launchpad.net wheezy Release                                   
Hit http://mirrordirector.raspbian.org wheezy/main armhf Packages             
Ign http://ppa.launchpad.net wheezy Release                           
Hit http://mirrordirector.raspbian.org wheezy/contrib armhf Packages           
Hit http://mirrordirector.raspbian.org wheezy/non-free armhf Packages         
Hit http://archive.raspberrypi.org wheezy/main armhf Packages                 
Hit http://mirrordirector.raspbian.org wheezy/rpi armhf Packages               
Ign http://raspberrypi.collabora.com wheezy/rpi Translation-en                 
Ign http://archive.raspberrypi.org wheezy/main Translation-en                 
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en
Err http://ppa.launchpad.net wheezy/main Sources
  404  Not Found
Err http://ppa.launchpad.net wheezy/main armhf Packages
  404  Not Found
Ign http://ppa.launchpad.net wheezy/main Translation-en
Err http://ppa.launchpad.net wheezy/main Sources
  404  Not Found
Err http://ppa.launchpad.net wheezy/main armhf Packages
  404  Not Found
Ign http://ppa.launchpad.net wheezy/main Translation-en
W: Failed to fetch http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu/dists/wheezy/main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu/dists/wheezy/main/binary-armhf/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/boost-latest/ppa/ubuntu/dists/wheezy/main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/boost-latest/ppa/ubuntu/dists/wheezy/main/binary-armhf/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
ok now we are getting somewhere. looks like a hiccup installing the dependencies so lets just try to install them all again to make sure nothing is missing

in terminal:

Code:
sudo apt-get update && sudo apt-get install -y libboost1.50-dev libboost-filesystem1.50-dev libboost-system1.50-dev libboost-program-options1.50-dev libboost-thread1.50-dev libssl-dev libdb5.1++-dev libminiupnpc-dev

this will ask for your root password and to confirm the installation of whatever is missing and you can just say yes



ok, entered that but it didn't ask for a password. said some things failed to download.  should I run that first bit of code again?

no biggie, you must already be root

can you paste what it said failed?
Jump to: