Pages:
Author

Topic: [ANN][PHS][50% PoS] PhilosopherStone | NoPremine |10 month Dist | 1.6.4.1 - page 54. (Read 121938 times)

hero member
Activity: 623
Merit: 501
Idea here,

I think it would be a really good idea to get PHS on one of the Satoshi Dice type sites, or anything similar really.  If you use one of these sites maybe ask them to add PHS, which is actually quite easy for them.  This would increases transactions and we could all have some fun, too.  If need be maybe a trusted user can begin a bounty to get PHS listed on one of these sites as well.

Also if you are somewhat technical/developer, you could create a similar site (or app?) fairly easy.


I'm gonna write an article in Dutch about PHS, just because I love this crypto  Grin  so all tips about items that I must mention are welcome.
This article will be posted at www.cryptoland.be  - fairly new site, still working on a new template too.
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
Idea here,

I think it would be a really good idea to get PHS on one of the Satoshi Dice type sites, or anything similar really.  If you use one of these sites maybe ask them to add PHS, which is actually quite easy for them.  This would increases transactions and we could all have some fun, too.  If need be maybe a trusted user can begin a bounty to get PHS listed on one of these sites as well.

Also if you are somewhat technical/developer, you could create a similar site (or app?) fairly easy.
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting

Thanks for the answer.  Just to clarify, if the stake resets after any coins leave the wallet, would it be smart to have 2 wallets - one in which I leave the coins to stake "permanently" and one in which I keep Stones I may be sending/spending?

Np, you can do this, but the stake only resets on the input used when sending. For example: if you have 20 inputs for 100 PHS each and then send 100 it only resets on those 100, not the entire wallet.

I added in some newer features which can help too,

Code:
getmininginfo

In debug console (QT) (help>debug>console) To see the current (weights) of your PHS, Stakereadystones also tells you how many stones could potentially be staked right now (or lost if you send all PHS).

member
Activity: 84
Merit: 10
Hey guys let me know if this helps??

Step 1:  Open your wallet
Step 2:  At the top you will see an option:  Help
Step 3:  Click Console tab.  Then at bottom of that screen, type in help
Step 4:  You will see a list of commands the program can receive for your wallet, near the bottom of the list, notice the walletpassphrase command syntax.
Step 5:  where you typed in help, type in:  walletpassphrase yourwalletpassword 9999999 true.  yourwalletpassword is the encryped password you gave your wallet.
Step 6:  Notice your wallet lock should now be unlocked (lower right corner).  Also, I think the code now perform auto minting when the wallet is unlocked when you pass the true variable.
Step 7:  When you want to lock your wallet, type in walletlock.

Please let me know if this helps.  I also struggled for days trying to figure this out.  I work with programmers every day and know how they think, they sometimes have a manual command line way to perform certain functions.  I'm glad this version has the console command line configured in.

bdc2343   Smiley


I'm looking for more comprehensive info on minting PHS.  I've looked at the above post but I have a few questions.
- If I haven't encrypted my wallet will my Stones automatically convert to POS?
- If not, what do I have to do?
- Once I have stones minted, what happens when if I spend some or add more to my wallet - do I have to wait the 5 - 15 days again?

Thanks in advance.

HI,

-yes
-nothing!
-an example: If you have an input of 100PHS and you send 50 then stake resets on all 100, so it's usually best to send PHS after they stake, to maximize return. And yep, after 5-15 days they will stake again +  stake on the stake (dust) too.

Thanks for the answer.  Just to clarify, if the stake resets after any coins leave the wallet, would it be smart to have 2 wallets - one in which I leave the coins to stake "permanently" and one in which I keep Stones I may be sending/spending?
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
Cry  Embarrassed   Huh
PLEASE HELP ME
I have some really BIG trouble with my wallet synchronization to the network although I have between 2 and 7 active connections (before the synchronization problems I had usually 12 active connections).
The lastest block I could get is block 142515.
For several weeks I was using wallet version 1.3.0 (Linux compiled from source) without any problems but since yesterday the synchronization to the network does not work and the remaining block count is increasing and increasing.

But the worst thing is that 60% of all my stones moved already into "stake".

In order to find the reason for the synchronization problem I moved/saved my "/.Philosopherstone/" directory to a different directory and when I restarted my wallet a new empty "/.Philosopherstone/" directory was created. The synchronization with this fresh directory was finished successfully after a few hours and during the blockchain download I had 16 active connections. But when I copy my saved wallet.dat to this new directory all my stones in "stake" disappeared!

For not losing more stones I set "reservebalance=" to a higher value then my current balance.
But the "reservebalance=" option seems not to work, too because right after this setting a new incoming POS transaction moved some more stones into "stake".  Angry

An update to wallet version 1.3.3 did not help. I have the same synchronization problem and my stones are still in "stake".
Thanks for your help in advance.

hi,

The stake field just shows the PHS being held for 50 blocks after a stake.  If you have 100 PHS and they stake they will show up int he stake field. After 50 blocks this amount will return to your balance. To shut off stake you can use the reserve balance OR just lock the wallet. There is no way stake will generate when locked.
  It looks like you did the right procedure, I would check the Address you received PHS with on the explorer to see if the stakes showing in wallet are in the chain (stake generates to same address you originally received stones).  If so, you may want to backup your current wallet and try using an older one to see if this cleans up (with fully synced chain). This assumes you didn't modify the client or have a bad compile too.

If new POS is showing up with reserve balance  > actual balance than my first guess is you are not synced and it's catching up with what you already staked.

Hope this helps.
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
Hey guys let me know if this helps??

Step 1:  Open your wallet
Step 2:  At the top you will see an option:  Help
Step 3:  Click Console tab.  Then at bottom of that screen, type in help
Step 4:  You will see a list of commands the program can receive for your wallet, near the bottom of the list, notice the walletpassphrase command syntax.
Step 5:  where you typed in help, type in:  walletpassphrase yourwalletpassword 9999999 true.  yourwalletpassword is the encryped password you gave your wallet.
Step 6:  Notice your wallet lock should now be unlocked (lower right corner).  Also, I think the code now perform auto minting when the wallet is unlocked when you pass the true variable.
Step 7:  When you want to lock your wallet, type in walletlock.

Please let me know if this helps.  I also struggled for days trying to figure this out.  I work with programmers every day and know how they think, they sometimes have a manual command line way to perform certain functions.  I'm glad this version has the console command line configured in.

bdc2343   Smiley


I'm looking for more comprehensive info on minting PHS.  I've looked at the above post but I have a few questions.
- If I haven't encrypted my wallet will my Stones automatically convert to POS?
- If not, what do I have to do?
- Once I have stones minted, what happens when if I spend some or add more to my wallet - do I have to wait the 5 - 15 days again?

Thanks in advance.

HI,

-yes
-nothing!
-an example: If you have an input of 100PHS and you send 50 then stake resets on all 100, so it's usually best to send PHS after they stake, to maximize return. And yep, after 5-15 days they will stake again +  stake on the stake (dust) too.
hero member
Activity: 623
Merit: 501
wuhuu got my first stake +1,5 stones Smiley

If you neew some Webdessign im familiar with creating websites or objects in photoshop.

Im thinking of an rotating 3D Object gif for embedding online.

Greetings

Yeah, got mine too. I like this   Tongue
sr. member
Activity: 729
Merit: 251
wuhuu got my first stake +1,5 stones Smiley

If you need some Webdessign im familiar with creating websites or objects in photoshop.

Im thinking of an rotating 3D Object gif for embedding online.

Greetings
newbie
Activity: 11
Merit: 0
 Cry  Embarrassed   Huh
PLEASE HELP ME
I have some really BIG trouble with my wallet synchronization to the network although I have between 2 and 7 active connections (before the synchronization problems I had usually 12 active connections).
The lastest block I could get is block 142515.
For several weeks I was using wallet version 1.3.0 (Linux compiled from source) without any problems but since yesterday the synchronization to the network does not work and the remaining block count is increasing and increasing.

But the worst thing is that 60% of all my stones moved already into "stake".

In order to find the reason for the synchronization problem I moved/saved my "/.Philosopherstone/" directory to a different directory and when I restarted my wallet a new empty "/.Philosopherstone/" directory was created. The synchronization with this fresh directory was finished successfully after a few hours and during the blockchain download I had 16 active connections. But when I copy my saved wallet.dat to this new directory all my stones in "stake" disappeared!

For not losing more stones I set "reservebalance=" to a higher value then my current balance.
But the "reservebalance=" option seems not to work, too because right after this setting a new incoming POS transaction moved some more stones into "stake".  Angry

An update to wallet version 1.3.3 did not help. I have the same synchronization problem and my stones are still in "stake".
Thanks for your help in advance.
member
Activity: 84
Merit: 10
Hey guys let me know if this helps??

Step 1:  Open your wallet
Step 2:  At the top you will see an option:  Help
Step 3:  Click Console tab.  Then at bottom of that screen, type in help
Step 4:  You will see a list of commands the program can receive for your wallet, near the bottom of the list, notice the walletpassphrase command syntax.
Step 5:  where you typed in help, type in:  walletpassphrase yourwalletpassword 9999999 true.  yourwalletpassword is the encryped password you gave your wallet.
Step 6:  Notice your wallet lock should now be unlocked (lower right corner).  Also, I think the code now perform auto minting when the wallet is unlocked when you pass the true variable.
Step 7:  When you want to lock your wallet, type in walletlock.

Please let me know if this helps.  I also struggled for days trying to figure this out.  I work with programmers every day and know how they think, they sometimes have a manual command line way to perform certain functions.  I'm glad this version has the console command line configured in.

bdc2343   Smiley


I'm looking for more comprehensive info on minting PHS.  I've looked at the above post but I have a few questions.
- If I haven't encrypted my wallet will my Stones automatically convert to POS?
- If not, what do I have to do?
- Once I have stones minted, what happens when if I spend some or add more to my wallet - do I have to wait the 5 - 15 days again?

Thanks in advance.
hero member
Activity: 623
Merit: 501
Wouldn't Philosopher Stones fit in the "Savings" niche? After all, they generate about 50% extra yearly, don't they? Or do I have this wrong?
newbie
Activity: 49
Merit: 0
Hi people, I'm new here so I want to know how to get started, tl;dr the whole topic can anyone get me the basics and tell me how to start and everything. I'm currently downloading the blockchain. Hope to here from you soon. Ty
newbie
Activity: 1
Merit: 0
I'm really only here for this project, I've registered at a few sites & I'll trade, mine , & buy some coins but the ONLY reason I'm poking around at BCT at all is for this project.

Do 'we' have a facebook presence?
I'm willing to change my cover photo, hell I'm willing to change my profile pic, I'll tweet about this, I'll tell friends IRL whatever I can do.


I had some trouble unlockinng my wallet earlier and I'm thrilled to report that the quotes work!!

Wish I saw this quoted post earlier, https://bitcointalksearch.org/topic/annphs50-pos-philosopherstone-nopremine-10-month-dist-1641-292720

Had to find it on my own, didn't know it was moved to the front, that's helpful ^_^ I'm just thrilled I got it unlocked, now I need to be sure I can mint.  Grin
member
Activity: 63
Merit: 10
Can't get the confirmation email so I can't withdraw anything. Some help would be nice! Cheesy
full member
Activity: 126
Merit: 100
Quote
One basic thing mentioned to me in a PM.. the Name.. It was suggested to stick with "PhilosopherStone" as the main , consistent name, and 'stones' for the units. (not Philosopher's Stones,. etc). If anyone agrees or disagrees with this, post, I will most likely change all names to PhilosoperStone and 'stones' as units for consistency.


I agree with this suggestion--PhilosopherStone sounds better (less awkward), and makes more sense to me logically: i.e. - you mine PhilosopherStone, and you produce/trade 'stones.'
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
We've had a pool set up for a few weeks and just updated the coin client to the version, v1.3.2.0 yesterday.

phs.cryptcoins.net

-Stratum VarDiff
-Proportional payout per block based on the worker's shares ratio to the pool's total shares per block.
-2% of the block is rewarded to the worker that finds the block and it comes off the top.


Great! will add you to the links next update.

BTW The pool http://pool.phsblocks.com/ is looking for a new owner, so please withdrawal your PHS before any possible transition. If interested in being a pool-op, merger, etc, please contact owner at pool for details.

Thanks.
legendary
Activity: 910
Merit: 1000
We've had a pool set up for a few weeks and just updated the coin client to the version, v1.3.2.0 yesterday.

phs.cryptcoins.net

-Stratum VarDiff
-Proportional payout per block based on the worker's shares ratio to the pool's total shares per block.
-2% of the block is rewarded to the worker that finds the block and it comes off the top.
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
Code:
Your project will be featured on the front page of SourceForge.net

https://sourceforge.net/projects/philosopherstone/

Comments regarding text, what images to use, etc PM. Also feel free to leave a user rating so more new users can find our page/downloads!
Pages:
Jump to: