For sure is stake reusable. Like i said: coins that were successfully used for stake-minting transition to a "generated" state. You have to wait for more than 3 days until they can be spent again. And it takes 30 days for them before the start gathering coin age, which is required for the PoS process.
Maybe i need to be more precisely to get this sorted out. Let me begin with:
False.
What kind of success do you expect? You want so spend coins. That will be entirely possible. You want to double-spend coins? So you need to put a transaction with these coins into the block chain after they have been spent in another transaction. The problem for successfully double-spending those coins are in the Peercoin protocol.
Let me cite the Peercoin paper here:
So if you don't have enough coin-age to reliably create successor blocks, you will rather sooner than later end in an orphaned chain. So no successful double-spending of coins this way, sorry. The more confirmations the receivers are waiting for until they consider the the transactions successful, the better for them. If they only wait for one confirmation, they are at risk at PoW as well.
Lets try to compare it with the numbers for a successful 51% attack of Bitcoin from one of my previous posts. And let's assume you would have approximately 3% of the coins which are involved in the PoS process (reminder: this is the percentage of the Bitcoin market capitalization which allows you (currently) buy enough hardware to have 51% of the network hash rate).
Let's assume you need 6 confirmations until the transaction is considered valid.
You spread the coins (or to be more precisely: the coin-age) evenly for trying to create those 6 blocks in a row so each of your "attacker stake" is 0.5% or 0.005. If you want to get 6 in a row the chance for getting this done is 0.005^6 which equals 1.5625*10^(-14). That is by all means a bad chance.
And what makes the chance even worse: if you chain gets overtaken (in length) by the non-fraudulent chain, the attack fails, too.
...but it might be good to have no big chance for declining the value of your 3% of the market cap by executing such an attack
Maybe I should loosen up this serious matter a bit; there's so many numbers...
[jester]
There are easier ways to waste money! You could send those Peercoins to me; want an address? I ensure you to make nothing wise with them. I will not keep them and I will not stake-mint with them.
[/jester]
Oh, I almost forgot: you need even more coins; if you successfully create those fraudulent blocks (with 3% of the market cap), those coins are locked (need to mature for 520 blocks) for over 3 days until they can be spent again.
What exactly do you consider "obscure" if the source code of Peercoin is available and the PoS is part of the code?