Bitcoin Forum
April 26, 2024, 04:55:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 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 ... 386 »
  Print  
Author Topic: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet  (Read 679269 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.
cyberpinoy
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 502



View Profile WWW
April 20, 2015, 09:09:12 AM
 #4681

Yes I like the block explorer, very nice. It might help me if I need to provide proof to my investors of their funds. Smiley Very good job with that one sir.

Let me just say that explorer is a great utility, we can view the rich lists and see how people are structuring their blocks to get their stakes, very nice I wish all the coins I used in my service did it this way.

Thank you presstab

We need some strong buy walls in right now Smiley I keep moving the price up but the buy walls are not there to support the move Sad

1714150537
Hero Member
*
Offline Offline

Posts: 1714150537

View Profile Personal Message (Offline)

Ignore
1714150537
Reply with quote  #2

1714150537
Report to moderator
1714150537
Hero Member
*
Offline Offline

Posts: 1714150537

View Profile Personal Message (Offline)

Ignore
1714150537
Reply with quote  #2

1714150537
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714150537
Hero Member
*
Offline Offline

Posts: 1714150537

View Profile Personal Message (Offline)

Ignore
1714150537
Reply with quote  #2

1714150537
Report to moderator
1714150537
Hero Member
*
Offline Offline

Posts: 1714150537

View Profile Personal Message (Offline)

Ignore
1714150537
Reply with quote  #2

1714150537
Report to moderator
1714150537
Hero Member
*
Offline Offline

Posts: 1714150537

View Profile Personal Message (Offline)

Ignore
1714150537
Reply with quote  #2

1714150537
Report to moderator
gribgo
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250



View Profile
April 20, 2015, 10:33:56 AM
Last edit: April 20, 2015, 10:44:29 AM by gribgo
 #4682

why is this coin constanltly loosing value?

Because you aren't adding big enough buy walls.

When the price of the coin goes down// with high POS coins its not an artifact ..its natural becouse of the big supply.. but the value is the same regardless of the price to btc!
Hyperstake coin - is the hypership that can get you in the cryptomarketworld through exchanges (hypergates) Smiley ..without mining..
So the "virtual mining" i.e. "staking" makes this coin value! HYP are "virtual mining contracts" that have great gains against so called "cloud hashing"
 - You dont pay fees for electricity etc. at the datacenter
 - HYP is openly traded at the exchanges .. so you can easy convert it to whatever you want// so you can sell your "virtual mining contracts" back!!!
 //BTW Cloud-mining was a great pice of pie on the market //but is suffering from the BTC price fall. Some of this market must and will go to High POS coins market!
 
You have to combine coins in bigger blocks to stake with todays diff..
.. And now.. when someone askes - "who da f.. would want to buy this shitcoin?" - you know what the answer is Smiley

peace

cyberpinoy
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 502



View Profile WWW
April 20, 2015, 11:15:45 AM
 #4683

You have to combine coins in bigger blocks to stake with todays diff..
.. And now.. when someone askes - "who da f.. would want to buy this shitcoin?" - you know what the answer is Smiley

peace

We buy it, its a battle for the richest wallet HAHA. And yes the difficulty SUUUUCKS. Just changed our threashold to 25000. there is just to many people staking HAHAHA

Crestington
Legendary
*
Offline Offline

Activity: 882
Merit: 1024



View Profile
April 20, 2015, 11:52:44 AM
 #4684

Ok testers.... here is a binary of my new in wallet block explorer code. At the moment it is RPC only. So if you don't know how to type... don't use it Wink
https://www.dropbox.com/s/vn3mlcc0qnwx7yv/HyperStake-qt-explorer-beta.zip

All of the explorer functions are used by one RPC call "explorer" followed by the appropriate command and parameters.
Commands:
Code:

"<status> example: 'explorer status' this will return the basic status of the explorer\n"
"<indexall>  example: 'explorer indexall' this will index all tx's found on the chain\n"
"<index><startheight><endheight> example: 'explorer index 1 5000' this will index blocks 1-5000 (note: it is fine to index the same block more than once)\n"
"<active> example: 'explorer active' this will auto-index each new block (recommended to perform indexall first)\n"
"<deactivate> example: 'explorer deactivate' this will turn off the auto-indexing\n"
"<address><HyperStake address><summary/txlist> example: 'explorer address pRbwpBsgumVu2pUA4u2BajC9NU5HEQ7Xuq summary' returns an overview of the address\n"
"<richlist><sort by: balance/minted/mined><number of addresses to display> example: 'explorer richlist balance 10'' returns the top 10 balances on the richlist\n"
"<reindex>: 'reindex reindex 5000' this will reindex the last 5000 blocks (Not fully functional, still in code and testing phase)\n");

As always I recommend a fresh backup of the wallet.dat and maybe even the chain if you want. The explorer doesn't mess write to either files, but its always good to have a backup.

Startup the client, it will automatically create a file called explorer.dat. Wait to sync up to the highest block. Go into RPC and type "explorer indexall" - this will scan the entire block chain and index everything you need for a fully functional explorer. It takes about 5-10 minutes and sort of makes the client freeze up (like a bootstrap does), so just leave it without clicking around in the client to try and prevent any crashes. Once you are indexed, you will only need to index blocks as they come in in order to keep current with the latest balances of all of the addresses. So the painful 5-10 minute index should only realistically happen once.

After it is done indexing feel free to try any of the features, find bugs, etc. If you want the wallet to automatically index each block that comes in use "explorer active" - this will also persist through restart so you would need to use "explorer deactivate" to get rid of it. You can check explorer status with "explorer status".

Let me know your feedback! There is still much work to do. My reindexing doesn't work right. There is no orphan control. This is just the basics right now Smiley But a good start.

I have made some more progress on my explorer side project. I ported over my existing php explorer front end to work with the wallet explorer as the backend.

Feel free to test it out Smiley http://presstab.pw/phpexplorer/

At very least, it is interesting to check out how much each address has minted.

Hey I really liked some of the stuff from http://blockexperts.com they do a great job on their block explorer, quite crisp and clean. I like being able to see more of the incoming transactions, could you make it update in real time?

Couldn't the search be with other options instead of being blank tabs? Why not integrate them all into one search? "Home" could be renamed to "Recent Blocks"

You could do a background, or is it going directly in the wallet? What about inflation, difficulty and exchange rate charts?
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
April 20, 2015, 02:48:50 PM
 #4685

Hey I really liked some of the stuff from http://blockexperts.com they do a great job on their block explorer, quite crisp and clean. I like being able to see more of the incoming transactions, could you make it update in real time?

Couldn't the search be with other options instead of being blank tabs? Why not integrate them all into one search? "Home" could be renamed to "Recent Blocks"

You could do a background, or is it going directly in the wallet? What about inflation, difficulty and exchange rate charts?

Yes I would love to continue adding code and features to the explorer. Right now it is simply at the point where I can say "see it is possible to run a block explorer that databases directly inside the wallet client". I will be adding some features here and there, charts, market prices, maps of interactions between wallets, ability to enter certain RPC commands through the explorer, etc. But right now, it is a very basic php front end that is successfully running a backend straight out of the wallet.

With time, features will come Cool

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
April 20, 2015, 04:31:25 PM
 #4686

Nothing too fancy, but I just added Polo's midmarket price (average of lowest sell order and highest buy order) to value all of the addresses on the richlist.
http://presstab.pw/phpexplorer/richlist.php

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

Activity: 1330
Merit: 1009



View Profile WWW
April 20, 2015, 05:23:26 PM
 #4687

Just posted it on Twitter Smiley

HIRE ME FOR SEO, SOCIAL MEDIA, COPYWRITING, AND MORE: https://bitcointalk.org/index.php?topic=5100134.0
SmallFormFactor
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
April 20, 2015, 05:33:55 PM
 #4688

what do i do if my wallet stops syncing
foroplus
Legendary
*
Offline Offline

Activity: 1212
Merit: 1052



View Profile
April 20, 2015, 05:42:12 PM
 #4689

Ok testers.... here is a binary of my new in wallet block explorer code. At the moment it is RPC only. So if you don't know how to type... don't use it Wink
https://www.dropbox.com/s/vn3mlcc0qnwx7yv/HyperStake-qt-explorer-beta.zip

All of the explorer functions are used by one RPC call "explorer" followed by the appropriate command and parameters.
Commands:

Hi Press. I understand that this commands only works via an RPC call made by a php program and not typing commands on the console.
And, is this beta wallet completely functional? stakes as usual, can we use it in a regular way?
Thanks.

presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
April 20, 2015, 05:47:22 PM
 #4690

Ok testers.... here is a binary of my new in wallet block explorer code. At the moment it is RPC only. So if you don't know how to type... don't use it Wink
https://www.dropbox.com/s/vn3mlcc0qnwx7yv/HyperStake-qt-explorer-beta.zip

All of the explorer functions are used by one RPC call "explorer" followed by the appropriate command and parameters.
Commands:

Hi Press. I understand that this commands only works via an RPC call made by a php program and not typing commands on the console.
And, is this beta wallet completely functional? stakes as usual, can we use it in a regular way?
Thanks.

It will work in the wallet console too. You will need to run the initial index first "explorer indexall", this will take about 5-10 minutes and take a lot of resources. After it is indexed you can run the commands. If you want it to index each new block automatically after that you can type "explorer active".

And yes it will stake normally.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
April 20, 2015, 05:48:14 PM
 #4691

what do i do if my wallet stops syncing

Do you still have connections to peers? Did you try restarting the wallet?

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
SmallFormFactor
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
April 20, 2015, 07:51:50 PM
 #4692

what do i do if my wallet stops syncing

Do you still have connections to peers? Did you try restarting the wallet?


yes i tried restarting my wallet is there any additional peers i can put into conf?
CodeR70
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
April 20, 2015, 08:04:37 PM
 #4693

what do i do if my wallet stops syncing

Do you still have connections to peers? Did you try restarting the wallet?


yes i tried restarting my wallet is there any additional peers i can put into conf?

Do you have the latest version?
SmallFormFactor
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
April 20, 2015, 08:24:25 PM
 #4694

just got it working i put wallet through different proxy and it work now
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
April 20, 2015, 08:38:54 PM
 #4695

just got it working i put wallet through different proxy and it work now

Ok good to hear. Not sure if this is the problem or not, but there is some code in all wallets including HYP, that will ban you from the network for a certain period of time if you are "misbehaving".

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

Activity: 1212
Merit: 1052



View Profile
April 20, 2015, 09:05:56 PM
 #4696

Press, the new wallet works amazingly well.
The new features are incredible and open new possibilities to newbies as me.

Just a php test calling the new RCP commands:
http://comm.hopto.org/comm/explorador.php?mon=hyp&ricos=100

Thanks.

presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
April 20, 2015, 09:17:13 PM
 #4697

Press, the new wallet works amazingly well.
The new features are incredible and open new possibilities to newbies as me.

Just a php test calling the new RCP commands:
http://comm.hopto.org/comm/explorador.php?mon=hyp&ricos=100

Thanks.

Wow thats really cool! Good work Smiley I will have to throw out a new compiled version with the latest code that has functional reindexing.

So top 10 addresses have 28% of the supply. This is pretty good compared to other coins right? I am not sure.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
mafort1469
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
April 21, 2015, 01:42:21 AM
 #4698

Press, the new wallet works amazingly well.
The new features are incredible and open new possibilities to newbies as me.

Just a php test calling the new RCP commands:
http://comm.hopto.org/comm/explorador.php?mon=hyp&ricos=100

Thanks.

Wow thats really cool! Good work Smiley I will have to throw out a new compiled version with the latest code that has functional reindexing.

So top 10 addresses have 28% of the supply. This is pretty good compared to other coins right? I am not sure.

Yes, not too bad. A good estimation in my book is that the top 10 shouldn't hold more than 33% of supply so HYP is good to go. That is IMO but has worked well for me so far in judgement of 'Other' coins.
LiteBit
Legendary
*
Offline Offline

Activity: 1133
Merit: 1050


View Profile
April 21, 2015, 03:25:36 AM
 #4699

Press, the new wallet works amazingly well.
The new features are incredible and open new possibilities to newbies as me.

Just a php test calling the new RCP commands:
http://comm.hopto.org/comm/explorador.php?mon=hyp&ricos=100

Thanks.

Awesome!
What's "Accumulated" referring to?
foroplus
Legendary
*
Offline Offline

Activity: 1212
Merit: 1052



View Profile
April 21, 2015, 10:43:09 AM
Last edit: April 24, 2015, 09:22:29 PM by foroplus
 #4700

Press, the new wallet works amazingly well.
The new features are incredible and open new possibilities to newbies as me.

Just a php test calling the new RCP commands:
http://comm.hopto.org/comm/explorador.php?mon=hyp&ricos=100

Thanks.

Awesome!
What's "Accumulated" referring to?
Each new rank line, the code adds the previous lines to find out how many coins and % are being accumulated. i.e: Top ten addresses accumulate 49,061,639 coins, which represents a 28% of the total coins.

Pages: « 1 ... 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 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 ... 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!