You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought about using the json-api of doublespend.cash to collect information about double spends and create statistics.
To do so I need to know the url before querying the api. With urls like
/txdata/cc4d87dc905b913ef4af8020e54f6dfda4a3017e.json
it seems impossible to write the program (at least for me :)
If you however derive the hash from something like date+number - for example: 2018062501, 2018062502 etc. - you can easily query the json-api to collect data about doublespends.
Repository: dagurval/doublespend.cash
Issue #2: Use date+number to derive double spend hash
I thought about using the json-api of doublespend.cash to collect information about double spends and create statistics.
To do so I need to know the url before querying the api. With urls like
/txdata/cc4d87dc905b913ef4af8020e54f6dfda4a3017e.json
it seems impossible to write the program (at least for me :)
If you however derive the hash from something like date+number - for example: 2018062501, 2018062502 etc. - you can easily query the json-api to collect data about doublespends.
@GitCash send 0.005 bch to @dagurval
Update: I think it is this line:
"h.update(txid_first.encode() + txid_second.encode())"
in this file
https://github.com/dagurval/doublespend.cash/blob/master/respend/txdata.py
I guess replacing it with (date+k) requires some kind of loop to count k ...
Total Bounty:
0 BCH
|~ 0.00 USD
To claim this bounty, get a pull request merged with
@chaintip fixes #2
in the creation comment.Returned Tips:
0.0149966 BCH
|~ 6.16 USD
from dagurval returned 2 years ago.0.00018621 BCH
|~ 0.08 USD
from gitcash_testtip_30 returned 2 years ago.0.00018621 BCH
|~ 0.08 USD
from gitcash_testtip_29 returned 2 years ago.The text was updated successfully, but these errors were encountered: