Author

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

legendary
Activity: 1330
Merit: 1000
Blockchain Developer
No worries Cheesy I'm not going anywhere. Well, my HYP aren't anyway.

On another note, any idea who Hypnotique is? Well spoken, but the thread and account were clearly created as an attack. Sorry I got caught up in it, but after over a year of Spoetnik's crap, I was provoked. Got it out of my system now. Only thing I agreed with them on was the short notice on launch. I believe I said so at the time Tongue It worked out as far as I'm concerned.

And lastly congrats to Jaybeeuk! Keep us posted, eh?

I have my suspicions. I have a buddy that who works for a company that makes A LOT of money from their world renowned author recognition software. I may just have him run a few of my suspicions through the software.. If I care enough.

Honestly it seems a bit suspicious that all of the other PoS devs that have been dormant for months, are now all of a sudden active, and also posting alongside certain trolls. I think those lazy devs that do nothing more than copy NovaCoin commits line for line, are a bit jealous that original work is being put into a wallet by multiple people, not just me. Honestly it blows me away that some of these have never been paid attention to.

For example I just added this commit: https://github.com/presstab/HyperStake/commit/8d9502496b47f75b23f6c53c19007db43c9d1954
It adds the ability to export each block and its corresponding difficulty to a .csv file, something that is obviously useful for all who want it.
It was literally this easy:
Code:
Value exportdifficulty(const Array& params, bool fHelp)
{
    if (fHelp || params.size() < 1 || params.size() > 2)
        throw runtime_error(
            "export difficulty \n"
            "interval will give difficulty for every Xth block\n"
            "directory is the location to export the csv: C:\\example.csv)");

int nInterval = params[0].get_int();
std::string strDir = params[1].get_str();
    
ofstream File;

File.open(strDir.c_str());
File << "Block, Difficulty" << endl;
for(int i = 0; i < nBestHeight; i += nInterval)
{
File << i;
File << ",";
File << GetDifficulty(FindBlockByHeight(i)) << endl;
}
File.close();
    return "succesfully exported";

I think that certain people might feel a little threatened that some people that aren't part of what I and a few others call "the old guard", are coming together, asking what users want, and coding it.

Thats my best guess. But FUD never really ever makes complete sense to me. It would have made more sense to have a coding "arms race" between competing coins rather than a FUD storm.

EDIT: and just to be clear, Tranz of HBN is a refreshing break from the type of dev I described above. He has taught me many things about PoS, put in unique commits, etc.
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
I'm not sure about the other person, but I can say that Spoetnik means well and I have found myself in agreement with him more often then not. Not sure whats got his dick so hard about hyperstake though...

meh. growing pains.
hero member
Activity: 763
Merit: 534
Hmm interesting. 41 days... Couldn't wait that long. I bit the bullet and lost potential stake of around 1.6 k HYP with several 250 block inputs and just consolidated them into a 4.1 k block. I hope through my constant investing and staking I should be able to recoup for lost time  Grin
The blocks were approaching the 30 day mark and gave up lol

It was real early on. With the new diff, I'd bet it would be longer. I'm curious. I'm going to send one coin to an address. I'll post it up here, and we'll see how long it takes to stake Cheesy

036bd31c77edb3dbfd9cdc5014dce24a84bca22c3bb5915afafabd87cd8cf0c5-000  TX ID, and address for those who are curious: pSTdDBKzCH1wqsRTTpkDY8rtAXyFqYwKG4


Let's see how that rolls. With the rising diff, I'm going to guess between 60 and 70 days. That's based on my gut and nothing scientific Cheesy

Since staking is random, it might be the most beneficial to throw 100 or so blocks to the same address and then see the average time to stake. Or else it is similar to a polling group calling one person.  I would be happy to send some inputs to that wallet for you if you agree to it?

Sure. Keep me informed of how much you send, so I can return it when the experiment is done.

I just sent you 9 more 1 HYP blocks. 100 would have taken a long time Smiley
got 'em. Wallet is always open, so we'll see how it goes Cheesy

Biomech thanks for your willingness to test these things out. I am expecting that we won't be hearing back about this issue for months, if ever  Cheesy

No worries Cheesy I'm not going anywhere. Well, my HYP aren't anyway.

On another note, any idea who Hypnotique is? Well spoken, but the thread and account were clearly created as an attack. Sorry I got caught up in it, but after over a year of Spoetnik's crap, I was provoked. Got it out of my system now. Only thing I agreed with them on was the short notice on launch. I believe I said so at the time Tongue It worked out as far as I'm concerned.

And lastly congrats to Jaybeeuk! Keep us posted, eh?

Yeah, the HYP FUD came out of almost nowhere. As much as it is to troll the trolls, it gets old very fast. I don't understand how Spoetnik can stand to be on the Poloniex trollbox 24/7 :/

I'm going to be honest, I've been in crypto for almost a year now, and I kind of have a feeling that if HYP can't succeed, no high PoS coin can. It is the first coin I've seen with a real community.

Anyway, nice to see you here Biomech; I like your experimental posts Smiley
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Hmm interesting. 41 days... Couldn't wait that long. I bit the bullet and lost potential stake of around 1.6 k HYP with several 250 block inputs and just consolidated them into a 4.1 k block. I hope through my constant investing and staking I should be able to recoup for lost time  Grin
The blocks were approaching the 30 day mark and gave up lol

It was real early on. With the new diff, I'd bet it would be longer. I'm curious. I'm going to send one coin to an address. I'll post it up here, and we'll see how long it takes to stake Cheesy

036bd31c77edb3dbfd9cdc5014dce24a84bca22c3bb5915afafabd87cd8cf0c5-000  TX ID, and address for those who are curious: pSTdDBKzCH1wqsRTTpkDY8rtAXyFqYwKG4


Let's see how that rolls. With the rising diff, I'm going to guess between 60 and 70 days. That's based on my gut and nothing scientific Cheesy

Since staking is random, it might be the most beneficial to throw 100 or so blocks to the same address and then see the average time to stake. Or else it is similar to a polling group calling one person.  I would be happy to send some inputs to that wallet for you if you agree to it?

Sure. Keep me informed of how much you send, so I can return it when the experiment is done.

I just sent you 9 more 1 HYP blocks. 100 would have taken a long time Smiley
got 'em. Wallet is always open, so we'll see how it goes Cheesy

Biomech thanks for your willingness to test these things out. I am expecting that we won't be hearing back about this issue for months, if ever  Cheesy

No worries Cheesy I'm not going anywhere. Well, my HYP aren't anyway.

On another note, any idea who Hypnotique is? Well spoken, but the thread and account were clearly created as an attack. Sorry I got caught up in it, but after over a year of Spoetnik's crap, I was provoked. Got it out of my system now. Only thing I agreed with them on was the short notice on launch. I believe I said so at the time Tongue It worked out as far as I'm concerned.

And lastly congrats to Jaybeeuk! Keep us posted, eh?
legendary
Activity: 2453
Merit: 1026
Energy coin master
Congrats to jaybeeuk!
HYP HYP HURRAY!
hero member
Activity: 658
Merit: 503
Monero Core Team
Aw! So close, and , at the same time, so far ;-) Thanks for considering me into top 3! I hope i will still be elegible in the near future as im eager to try HYP in all their full force. In other considerations, will 4K for one week be enough to act to the receiving end like a starter? i mean, will one week stacked coins mean something? I understood its more of some 8 days and for 4-5Ks... As i got it, the whole point of the Experiment was to "give" a new user a complete 4K stack due to 10K stacking for one month... Maybe i missed something?
Ty,
Pablo

You definitely will. Every former candidate will have a +1 scoring for next time. Next nomination is next Monday. You keep the loan for 30 days so at any time, there will be 4 loans running concurrently. "Borrow 4K HYP, give back after 30 days, keep the stake".
sr. member
Activity: 265
Merit: 250
Honni Soit Qui Mal i Pense
So, this is the day. The first HyperLoan, the first nominee. Who will be the first one?
After careful analysis, I ended up with a shortlist of three persons:
  • crypto4jan, because he was the very first one to candidate (although it seems freedomsr40 was even faster, but on Poloniex and I stupidly left just before he could announce his candidacy)
  • jaybeeuk, who wrote an engaging summary of his adventures in CryptoLand
  • paulsonnumismatics, who I know from Mintcoin and Monero and HyperStake - and has great ideas for increasing the adoption of HyperStake.
I will spare you why I decided against one person or another. I did not decided against, but I have to choose...
So, with no further ado, the first nominee for HyperLoan is... jaybeeuk
Happy loaning, happy stacking!

Aw! So close, and , at the same time, so far ;-) Thanks for considering me into top 3! I hope i will still be elegible in the near future as im eager to try HYP in all their full force. In other considerations, will 4K for one week be enough to act to the receiving end like a starter? i mean, will one week stacked coins mean something? I understood its more of some 8 days and for 4-5Ks... As i got it, the whole point of the Experiment was to "give" a new user a complete 4K stack due to 10K stacking for one month... Maybe i missed something?
Ty,
Pablo
hero member
Activity: 658
Merit: 503
Monero Core Team
So, this is the day. The first HyperLoan, the first nominee. Who will be the first one?

I'd like to start by telling you how awe-struck I was by the amount of feedback. Frankly, I did not thought there would be so much people interested. I had to change the rule of the game to leave room for more people, because one person a month would just be unfair. That's why it is now 4k per week and not 10k per month. It costs us more, but I'm sure it will be worth it.

Second, let me tell you this had been a hard decision to take. Eleven persons candidated (the latest one being kronicblazer, not yet on the list, since he candidated only minutes ago). And the burden of choice rested on my shoulders - I expected some kind of community voting but it did not work out. So more stress for me Smiley The fact that the next HyperLoan is next week makes it easier, though.

The candidates are: crypto4jan, jaybeeuk, HYPster, freedomsr40, awangn6600, okae, Butoeskor, paulsonnumismatics, Prints_, eatthetree3 and kronicblazer. Half of them I discussed with before and we've had a great time chatting. Which makes it even harder.

After careful analysis, I ended up with a shortlist of three persons:
  • crypto4jan, b he was ty virtue of being the very first one to candidate (although it seems freedomsr40 was even faster, but on Poloniex and I stupidly left just before he could announce candidacy)
  • jaybeeuk, who wrote an engaging summary of adventuring in CryptoLand
  • paulsonnumismatics, who I know from Mintcoin and Monero and HyperStake - and has great ideas for increasing the adoption of HyperStake.

I will spare you why I decided against one person or another. I did not decided against, but I have to choose...

So, with no further ado, the first nominee for HyperLoan is... jaybeeuk
(I first wanted to bold it and make it center, bigger and navy-coloured, but then you would not have read my text)

Congratulations. You will have to do the following:
1. Create a dedicated address in your wallet and post it on the forum, so that anyone can track the progress. If you don't know how to do so, just ask on the forum Smiley
2 Once you have received the 4K HYP, you will start posting on HyperLoan logs about your feedback. It can be just one posts several posts tracking your increasing understanding of HyperStake, questions... and of course, everyone can post there too.
3. At the end of the 30 days, you will send the principal (4k) back to the originating address pHypLoanFPWT6awN1TYRQ4v3wD3yY1n8KT (courtesy of iDunk).

Happy loaning, happy stacking!
hero member
Activity: 658
Merit: 503
Monero Core Team
I just added this feature. Checking "Return Change" will return the change of your transaction to the sending address, and "custom change" address will send the change to the address of your choice.
I just got some change address today, whilst return change was checked. They might be something to investigate here - unfortunately, I could not reproduce it.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Hmm interesting. 41 days... Couldn't wait that long. I bit the bullet and lost potential stake of around 1.6 k HYP with several 250 block inputs and just consolidated them into a 4.1 k block. I hope through my constant investing and staking I should be able to recoup for lost time  Grin
The blocks were approaching the 30 day mark and gave up lol

It was real early on. With the new diff, I'd bet it would be longer. I'm curious. I'm going to send one coin to an address. I'll post it up here, and we'll see how long it takes to stake Cheesy

036bd31c77edb3dbfd9cdc5014dce24a84bca22c3bb5915afafabd87cd8cf0c5-000  TX ID, and address for those who are curious: pSTdDBKzCH1wqsRTTpkDY8rtAXyFqYwKG4


Let's see how that rolls. With the rising diff, I'm going to guess between 60 and 70 days. That's based on my gut and nothing scientific Cheesy

Since staking is random, it might be the most beneficial to throw 100 or so blocks to the same address and then see the average time to stake. Or else it is similar to a polling group calling one person.  I would be happy to send some inputs to that wallet for you if you agree to it?

Sure. Keep me informed of how much you send, so I can return it when the experiment is done.

I just sent you 9 more 1 HYP blocks. 100 would have taken a long time Smiley
got 'em. Wallet is always open, so we'll see how it goes Cheesy

Biomech thanks for your willingness to test these things out. I am expecting that we won't be hearing back about this issue for months, if ever  Cheesy
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
quick question,

In the Wallet, What does the new "Return Change" checkbox do?
Isn't that redundant with "custom change address" checkbox?

thanks guys.

oooo we got someone building from source, i like that!

I just added this feature. Checking "Return Change" will return the change of your transaction to the sending address, and "custom change" address will send the change to the address of your choice.

Change is the leftovers from the block you are sending. For example if you select a block of 1k to send, and only send 400 of it, the other 600 of it is "change".  Bitcoin was designed to treat this change by sending it to a newly generated address that is owned by your wallet. This is what would happen if you don't check either of the boxes.
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Hmm interesting. 41 days... Couldn't wait that long. I bit the bullet and lost potential stake of around 1.6 k HYP with several 250 block inputs and just consolidated them into a 4.1 k block. I hope through my constant investing and staking I should be able to recoup for lost time  Grin
The blocks were approaching the 30 day mark and gave up lol

It was real early on. With the new diff, I'd bet it would be longer. I'm curious. I'm going to send one coin to an address. I'll post it up here, and we'll see how long it takes to stake Cheesy

036bd31c77edb3dbfd9cdc5014dce24a84bca22c3bb5915afafabd87cd8cf0c5-000  TX ID, and address for those who are curious: pSTdDBKzCH1wqsRTTpkDY8rtAXyFqYwKG4


Let's see how that rolls. With the rising diff, I'm going to guess between 60 and 70 days. That's based on my gut and nothing scientific Cheesy

Since staking is random, it might be the most beneficial to throw 100 or so blocks to the same address and then see the average time to stake. Or else it is similar to a polling group calling one person.  I would be happy to send some inputs to that wallet for you if you agree to it?

Sure. Keep me informed of how much you send, so I can return it when the experiment is done.

I just sent you 9 more 1 HYP blocks. 100 would have taken a long time Smiley
got 'em. Wallet is always open, so we'll see how it goes Cheesy
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Hmm interesting. 41 days... Couldn't wait that long. I bit the bullet and lost potential stake of around 1.6 k HYP with several 250 block inputs and just consolidated them into a 4.1 k block. I hope through my constant investing and staking I should be able to recoup for lost time  Grin
The blocks were approaching the 30 day mark and gave up lol

It was real early on. With the new diff, I'd bet it would be longer. I'm curious. I'm going to send one coin to an address. I'll post it up here, and we'll see how long it takes to stake Cheesy

036bd31c77edb3dbfd9cdc5014dce24a84bca22c3bb5915afafabd87cd8cf0c5-000  TX ID, and address for those who are curious: pSTdDBKzCH1wqsRTTpkDY8rtAXyFqYwKG4


Let's see how that rolls. With the rising diff, I'm going to guess between 60 and 70 days. That's based on my gut and nothing scientific Cheesy

Since staking is random, it might be the most beneficial to throw 100 or so blocks to the same address and then see the average time to stake. Or else it is similar to a polling group calling one person.  I would be happy to send some inputs to that wallet for you if you agree to it?

Sure. Keep me informed of how much you send, so I can return it when the experiment is done.

I just sent you 9 more 1 HYP blocks. 100 would have taken a long time Smiley
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Hmm interesting. 41 days... Couldn't wait that long. I bit the bullet and lost potential stake of around 1.6 k HYP with several 250 block inputs and just consolidated them into a 4.1 k block. I hope through my constant investing and staking I should be able to recoup for lost time  Grin
The blocks were approaching the 30 day mark and gave up lol

It was real early on. With the new diff, I'd bet it would be longer. I'm curious. I'm going to send one coin to an address. I'll post it up here, and we'll see how long it takes to stake Cheesy

036bd31c77edb3dbfd9cdc5014dce24a84bca22c3bb5915afafabd87cd8cf0c5-000  TX ID, and address for those who are curious: pSTdDBKzCH1wqsRTTpkDY8rtAXyFqYwKG4


Let's see how that rolls. With the rising diff, I'm going to guess between 60 and 70 days. That's based on my gut and nothing scientific Cheesy

Since staking is random, it might be the most beneficial to throw 100 or so blocks to the same address and then see the average time to stake. Or else it is similar to a polling group calling one person.  I would be happy to send some inputs to that wallet for you if you agree to it?

Sure. Keep me informed of how much you send, so I can return it when the experiment is done.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Precompiled version doesn't work on Raspbian  Sad

Code:
kiely@kipi ~/Wallets/hyperstake-1.0.6-armhf-linux $ ldd ./hyperstaked 
/usr/lib/arm-linux-gnueabihf/libcofi_rpi.so (0xb6f1c000)
libboost_system.so.1.50.0 => not found
libboost_filesystem.so.1.50.0 => not found
libboost_program_options.so.1.50.0 => not found
libboost_thread.so.1.50.0 => not found

Code:
kiely@kipi ~/Wallets/hyperstake-1.0.6-armhf-linux $ ./hyperstaked
./hyperstaked: error while loading shared libraries: libboost_system.so.1.50.0: cannot open shared object file: No such file or directory

libboost1.50-dev (1.50.0-1) is installed

Any help? Smiley

libboost1.50-dev is just core, you need to install required libboost libraries separately
Code:
libboost1.50-dev libboost-filesystem1.50-dev libboost-system1.50-dev libboost-program-options1.50-dev libboost-thread1.50-dev

Please follow http://hyperstake.wikia.com/wiki/How_to_build_for_Raspberry to install them or use my script as suggested by eatthetree3 https://github.com/zeewolfik/raspberrypi/tree/master/hyperstake

I added a link to the instructions and to the script from the OP. Thanks for doing all of this ZeeWolf. I never knew that raspi was so popular. I am thinking about grabbing a banana pi for myself  Smiley
full member
Activity: 236
Merit: 100
In dreamland; he awaits you.
Precompiled version doesn't work on Raspbian  Sad

Code:
kiely@kipi ~/Wallets/hyperstake-1.0.6-armhf-linux $ ldd ./hyperstaked 
/usr/lib/arm-linux-gnueabihf/libcofi_rpi.so (0xb6f1c000)
libboost_system.so.1.50.0 => not found
libboost_filesystem.so.1.50.0 => not found
libboost_program_options.so.1.50.0 => not found
libboost_thread.so.1.50.0 => not found

Code:
kiely@kipi ~/Wallets/hyperstake-1.0.6-armhf-linux $ ./hyperstaked
./hyperstaked: error while loading shared libraries: libboost_system.so.1.50.0: cannot open shared object file: No such file or directory

libboost1.50-dev (1.50.0-1) is installed

Any help? Smiley

libboost1.50-dev is just core, you need to install required libboost libraries separately
Code:
libboost1.50-dev libboost-filesystem1.50-dev libboost-system1.50-dev libboost-program-options1.50-dev libboost-thread1.50-dev

Please follow http://hyperstake.wikia.com/wiki/How_to_build_for_Raspberry to install them or use my script as suggested by eatthetree3 https://github.com/zeewolfik/raspberrypi/tree/master/hyperstake
newbie
Activity: 45
Merit: 0
Presently the diff is about 1.9.  An hour ago it was 1.7 and 3 hrs. ago it was 2.5. 

Is this much variations common or normal?  Without knowing anything it seems strange.

It is quite indeed. Varying weight and difficulty is with wallets going offline all the time. As the network ages and more distribution is achieved, I expect it to be more stable.

Thats a good explanation and a good solution. I am currently staking with my pi 24/7 to try and do NY bit to secure the network Smiley
legendary
Activity: 1330
Merit: 1009
Presently the diff is about 1.9.  An hour ago it was 1.7 and 3 hrs. ago it was 2.5. 

Is this much variations common or normal?  Without knowing anything it seems strange.

It is quite indeed. Varying weight and difficulty is with wallets going offline all the time. As the network ages and more distribution is achieved, I expect it to be more stable.
newbie
Activity: 45
Merit: 0
Precompiled version doesn't work on Raspbian  Sad

Code:
kiely@kipi ~/Wallets/hyperstake-1.0.6-armhf-linux $ ldd ./hyperstaked 
/usr/lib/arm-linux-gnueabihf/libcofi_rpi.so (0xb6f1c000)
libboost_system.so.1.50.0 => not found
libboost_filesystem.so.1.50.0 => not found
libboost_program_options.so.1.50.0 => not found
libboost_thread.so.1.50.0 => not found

Code:
kiely@kipi ~/Wallets/hyperstake-1.0.6-armhf-linux $ ./hyperstaked
./hyperstaked: error while loading shared libraries: libboost_system.so.1.50.0: cannot open shared object file: No such file or directory

libboost1.50-dev (1.50.0-1) is installed

Any help? Smiley

https://github.com/zeewolfik/raspberrypi/tree/master/hyperstake

This is the link I used. Copy and paste this into your terminal

wget https://raw.githubusercontent.com/zeewolfik/raspberrypi/master/hyperstake/install_binaries.sh && chmod +x install_binaries.sh && ./install_binaries.sh

Also make sure you update your pi. Do you have all the libbost because there are quite a few make sure you have openssl also.

sr. member
Activity: 249
Merit: 250
Precompiled version doesn't work on Raspbian  Sad

Code:
kiely@kipi ~/Wallets/hyperstake-1.0.6-armhf-linux $ ldd ./hyperstaked 
/usr/lib/arm-linux-gnueabihf/libcofi_rpi.so (0xb6f1c000)
libboost_system.so.1.50.0 => not found
libboost_filesystem.so.1.50.0 => not found
libboost_program_options.so.1.50.0 => not found
libboost_thread.so.1.50.0 => not found

Code:
kiely@kipi ~/Wallets/hyperstake-1.0.6-armhf-linux $ ./hyperstaked
./hyperstaked: error while loading shared libraries: libboost_system.so.1.50.0: cannot open shared object file: No such file or directory

libboost1.50-dev (1.50.0-1) is installed

Any help? Smiley
Jump to: