Author

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

legendary
Activity: 1330
Merit: 1000
Blockchain Developer

I love the work and also the open source spirit of sending all of your hard work out for everyone to see Smiley Good job sir.

At the moment, I am waiting on a fresh database build with Hyperstake in order to test the newest server code with a POS chain. Smiley

I am having a bit of a debate on whether I should release under MIT or GPL. What were your reasons for using MIT over GPL?

For those that mat not know the difference, the MIT license allows anybody to do whatever they want with the code. GPL is basically the same but with the restriction that one must also release any derivative work as GPL.

I don't know much about either of them. I do know the BTC and most things BTC related seem to be MIT and that MIT is less restrictive.
legendary
Activity: 1064
Merit: 1000

I love the work and also the open source spirit of sending all of your hard work out for everyone to see Smiley Good job sir.

At the moment, I am waiting on a fresh database build with Hyperstake in order to test the newest server code with a POS chain. Smiley

I am having a bit of a debate on whether I should release under MIT or GPL. What were your reasons for using MIT over GPL?

For those that mat not know the difference, the MIT license allows anybody to do whatever they want with the code. GPL is basically the same but with the restriction that one must also release any derivative work as GPL.
legendary
Activity: 1564
Merit: 1027
I would change your rpcuser and rpcpassword now that they are public information.  Wink

Hehehe, already done that. But thanks anyway ;-)
legendary
Activity: 1064
Merit: 1000
I'm now running the wallet with this conf file:

Code:
rpcuser=?????
rpcpassword=??????????
rpcallowip=127.0.0.1
gen=0
daemon=1

I tried the "strictincoming true" and "strictprotocol true" commands but there was no apparent effect. I also tried to repair the wallet but there was no need for it.

This is really weird cause I've been running this wallet for a few weeks with no problems. But suddenly... it behaves like a very heavy app.

Any other sugestions?

Thanks!



I would change your rpcuser and rpcpassword now that they are public information.  Wink
legendary
Activity: 1564
Merit: 1027
I'm now running the wallet with this conf file:

Code:
rpcuser=hyperfodaxHYP
rpcpassword=l3IeiH3OSwTuPriffksssfrfv026OQ7nQBvRaHOO5lz
rpcallowip=127.0.0.1
gen=0
daemon=1

I tried the "strictincoming true" and "strictprotocol true" commands but there was no apparent effect. I also tried to repair the wallet but there was no need for it.

This is really weird cause I've been running this wallet for a few weeks with no problems. But suddenly... it behaves like a very heavy app.

Any other sugestions?

Thanks!

legendary
Activity: 1330
Merit: 1000
Blockchain Developer

An official windows binary has not been released since that commit. Feel free to try this wallet that has the latest commits and report back if your problems are solved. https://www.dropbox.com/s/032a8vdznzimlm5/HyperStake-qt-5-1-2015.zip?dl=0

This new version actually decreases the CPU usage.Altough I believe I still have a problem, now there was a significant improvement. The wallet process still takes 50% of the CPU quiet frequently but at least now it fluctuates between 20% - 50%.

BTW, this is my .conf file:

rpcuser=fodaxHYP
rpcpassword=l3IeiH3OSwTuPriffksssfrfv026OQ7nQBvRaHOO5lz
rpcallowip=127.0.0.1
gen=0
server=1
daemon=1
listen=1
maxconnections=32

Can this be the cause of my problems?

EDIT:

Aditional info, the locked wallet takes less than 1% CPU power... but as soon as I unlock it (to mint only) it explodes!

I would say that you would be fine without anything in your conf at all. Server, listen, and maxconnections flags could be slowing you down a little. Also try going into the debug window and typing "strictincoming true" and "strictprotocol true". If this doesn't solve your cpu problems then we have some more digging to do Smiley
sr. member
Activity: 480
Merit: 250
A quick FYI:

The open source version of CCE 4.0 is very close to being released. I have decided to release a complete package including both the database loader and web server.

This will be a very basic version of CCE 4.0, some features will be added to this version (see README).

About a week ago, I took down the private git with an initial version of the database loader that I was showing to a few developers. This was in anticipation of the public release and the decision to release a complete basic explorer. The database loader has gone through a couple of revisions and some features have been removed. Some of these features will be added back in.

Anyway,  Cheesy

The official public repository is at : https://github.com/cryptocoinexplorer/Open-Source-CCE-4.0

At the moment, only the README is present.


I love the work and also the open source spirit of sending all of your hard work out for everyone to see Smiley Good job sir.


I too sent litlle balls to snow4 and not shows - is frozen wallet?
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
A quick FYI:

The open source version of CCE 4.0 is very close to being released. I have decided to release a complete package including both the database loader and web server.

This will be a very basic version of CCE 4.0, some features will be added to this version (see README).

About a week ago, I took down the private git with an initial version of the database loader that I was showing to a few developers. This was in anticipation of the public release and the decision to release a complete basic explorer. The database loader has gone through a couple of revisions and some features have been removed. Some of these features will be added back in.

Anyway,  Cheesy

The official public repository is at : https://github.com/cryptocoinexplorer/Open-Source-CCE-4.0

At the moment, only the README is present.

I love the work and also the open source spirit of sending all of your hard work out for everyone to see Smiley Good job sir.
legendary
Activity: 1564
Merit: 1027

An official windows binary has not been released since that commit. Feel free to try this wallet that has the latest commits and report back if your problems are solved. https://www.dropbox.com/s/032a8vdznzimlm5/HyperStake-qt-5-1-2015.zip?dl=0

This new version actually decreases the CPU usage.Altough I believe I still have a problem, now there was a significant improvement. The wallet process still takes 50% of the CPU quiet frequently but at least now it fluctuates between 20% - 50%.

BTW, this is my .conf file:

rpcuser=fodaxHYP
rpcpassword=l3IeiH3OSwTuPriffksssfrfv026OQ7nQBvRaHOO5lz
rpcallowip=127.0.0.1
gen=0
server=1
daemon=1
listen=1
maxconnections=32

Can this be the cause of my problems?

EDIT:

Aditional info, the locked wallet takes less than 1% CPU power... but as soon as I unlock it (to mint only) it explodes!
legendary
Activity: 1064
Merit: 1000
A quick FYI:

The open source version of CCE 4.0 is very close to being released. I have decided to release a complete package including both the database loader and web server.

This will be a very basic version of CCE 4.0, some features will be added to this version (see README).

About a week ago, I took down the private git with an initial version of the database loader that I was showing to a few developers. This was in anticipation of the public release and the decision to release a complete basic explorer. The database loader has gone through a couple of revisions and some features have been removed. Some of these features will be added back in.

Anyway,  Cheesy

The official public repository is at : https://github.com/cryptocoinexplorer/Open-Source-CCE-4.0

At the moment, only the README is present.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer

what version?

does the wallet have coins in it?

version 1.1.0.2

Yes, it does :-)



check this post, hope it will help
https://bitcointalksearch.org/topic/m.11099981

An official windows binary has not been released since that commit. Feel free to try this wallet that has the latest commits and report back if your problems are solved. https://www.dropbox.com/s/032a8vdznzimlm5/HyperStake-qt-5-1-2015.zip?dl=0
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Some mod really didn't like the superhero thing Tongue My comment got deleted and didn't even have a picture.


EDIT: I thought mods weren't supposed to do shit in self moderated threads? Since Press was in on the joke, they definitely are out of line.

Can it be connected with the DMCA?

no, apparently someone hasn't been taking his cunt pills lately and has been delete happy in the alts forum... ive had a lot of post deleted recently that would lead me to believe a certain mod has an agenda and should no longer be a mod.

in other news, sorry been afk all week.... came down hardcore with stomach flu only to end my week with my father having another heartattack early yesterday morning. fuck a doodle doo

Oh, man! sorry to hear that. My dad had a heart attack 8 years ago. He beat it, but that's some scary shit Sad Here's hoping all goes well going forward.

...and yeah, I think the mod you're referring to is not, well, mmMPREPared? Definitely Can't Understand Normal Thinking. No way it was DMCA, since it was an oblique reference. X-men fans would recognize it.
sr. member
Activity: 433
Merit: 250
We are the first to program your future (c)
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
lol yeah duh, you said you had blocks...

ok, anything fishy lookin in your log? if not sure, up it somewhere and we can take a lookie lou
legendary
Activity: 1564
Merit: 1027

what version?

does the wallet have coins in it?

version 1.1.0.2

Yes, it does :-)

legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
Lately I've noticed that my qt-wallet is using a lot of CPU power with no apparent reason. I reduced the number of blocks to 5 and none of them are yet mature but the wallet keeps on using almost 50% of my CPU (Celeron 2.16 GHz on the Intel NUC).  Huh

Any ideas?

what version?

does the wallet have coins in it?
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
Some mod really didn't like the superhero thing Tongue My comment got deleted and didn't even have a picture.


EDIT: I thought mods weren't supposed to do shit in self moderated threads? Since Press was in on the joke, they definitely are out of line.

Can it be connected with the DMCA?

no, apparently someone hasn't been taking his cunt pills lately and has been delete happy in the alts forum... ive had a lot of post deleted recently that would lead me to believe a certain mod has an agenda and should no longer be a mod.

in other news, sorry been afk all week.... came down hardcore with stomach flu only to end my week with my father having another heartattack early yesterday morning. fuck a doodle doo
legendary
Activity: 1564
Merit: 1027
Lately I've noticed that my qt-wallet is using a lot of CPU power with no apparent reason. I reduced the number of blocks to 5 and none of them are yet mature but the wallet keeps on using almost 50% of my CPU (Celeron 2.16 GHz on the Intel NUC).  Huh

Any ideas?
sr. member
Activity: 433
Merit: 250
We are the first to program your future (c)
Some mod really didn't like the superhero thing Tongue My comment got deleted and didn't even have a picture.


EDIT: I thought mods weren't supposed to do shit in self moderated threads? Since Press was in on the joke, they definitely are out of line.

Can it be connected with the DMCA?
legendary
Activity: 882
Merit: 1024
Some mod really didn't like the superhero thing Tongue My comment got deleted and didn't even have a picture.


EDIT: I thought mods weren't supposed to do shit in self moderated threads? Since Press was in on the joke, they definitely are out of line.

Yeah I agree! mods deleted my Ace and Gary picture after that as well and it wasn't even racey! It's a SNL cartoon as a joke to AnalCoin, and the whole superhero thing was like 8 posts and then back on topic.
Jump to: