[ANN] FindstakeJS is released

Probably not. I hope at least it will still work for “short range”.

[code]retobj.success = true; console.log(this.PrevTxOutValue);[/code]

where is the log ? I tried to add AppLogger.log(this.PrevTxOutValue) but I got a large integer. Anyway does the page https://findstakejs.peercointalk.org try all utxos in an address? It doesn’t seem to run slower for multioutput addresses.

yeah, AppLogger.log(this.PrevTxOutValue*0.000001) is even better as it shows the value is whole coins on screen iso satoshi’s in the console

[ANN] FindstakeJS is released (v0.5)

Although the proposed protocol switch date is in Jan-Feb 2016, work on FindstakeJS is ready. Here is a screenshot:
http://imgur.com/SZedX5k

With the upcoming floating stake modifier, the ability to look into the future is limited to 21 days at most. As a consequence, start and end dates are left out making the interface a google like experience.

Sidenote: Divshot has announced it s been bought by Firebase:

Moving forward we're bringing all the best of Divshot to Firebase Hosting, and so all Divshot products and services will shut down on Monday, December 14, 2015.

From then on, you ll need to use the localhost version to findstake as I wont be uploading stakedata anymore to divshot.

cheerios and may the odds be ever in your favor.

The protocol switch date is only a few days from now (~25 APR).
I have run findstakejs v0.5 already on my own address and if it does work I’ll find a stake on Apr 29th.
I’ll keep you posted.

As promised here is a confirmation that the prediction worked out just fine.
And since the difficulty is so low nowadays I minted a few more stakes from non 90 days old outputs today. Thats cool too.

it s time 4 ice cube: https://www.youtube.com/watch?v=8CPlF-IEkXQ

is this findstake still useful and accurate? Wondering if it would be worth looking to see if can integrate with peerbox? Has this project been replaced with something else?

yes it still works locally on my pc. I use it once in a while when I want to know when a tx has been aging for over 100 days and when I should be minting then. I dont mint 24/7, even with a peerbox i don’t think it is necessary

Happy 5 year anniversary
I watched some vids on https://laracasts.com/series/learn-vue-2-step-by-step about vue 2 and decided to refactor this project a bit to use vue with bulma.

MVVM websites are a blast. I am not a big fan of react with the jsx syntax but this is along with knockoutjs a nice framework to work with.

Hi all,

Reading that the upcoming release is likely a soft fork, I decided to make the SinglePage version available again. It is a version where you need to put in your transactionid and the output index. All other data will be retrieved from the cloud which I will update from time to time.
I wont promote it too heavily, just here once, as the service only stays free if traffic stays below a certain threshold.

Enjoy.

http://jointhepartypooper.github.io/FindstakeJS/FindstakeSinglePage/

3 Likes

Hi everyone!

Just digging up the thread about FindstakeJS. I’m trying to know when I’ll be minting using https://peercoin.github.io/FindstakeJS/FindstakeSinglePage/#/ but it doesn’t seems to work anymore as I don’t get any data when inserting transaction ID. Does anyone have any insights about how to get it back working or have the required calculation to make it manually?

1 Like

you need to fill in the tx-id and the index
use e.g. https://explorer.peercoin.net/ to find out which index (zero based) your tx is unspent

1 Like

I see I didn’t notice that you needed to input index also! Thanks!

1 Like

There is also a CLI version written in .NET 5:

Have fun!

New version is out. From now on you will also need a local running empty wallet to find stakes.

1 Like