Difference between revisions of "BTCSQ Bounties"
VeriBlockTim (talk | contribs) (Created page with "See: BTCSQ <pre> All bounties shall be deemed from the Foundation </pre> __TOC__ == Overview == Bounty process: Active discussion on Discord. Ping `@Overcooked Panda#...") |
VeriBlockTim (talk | contribs) |
||
Line 15: | Line 15: | ||
Amount TBD. | Amount TBD. | ||
− | == | + | == Open == |
=== Explorer that shows address balances === | === Explorer that shows address balances === | ||
+ | |||
+ | Current BTCSQ explorer is based on Janoside: | ||
+ | |||
+ | https://explore.btcsq.veriblock.org/ | ||
+ | |||
+ | This does not have an ETL, and does not show address balances, rich list, etc... | ||
TODO | TODO | ||
Line 24: | Line 30: | ||
=== Light wallet === | === Light wallet === | ||
− | + | Currently BTCSQ has the QT wallet. Source code here: https://github.com/VeriBlock/vbk-ri-btc/commits/master/src/qt. | |
+ | |||
+ | Would like a lightweight wallet. | ||
+ | |||
+ | Should show address balance. | ||
+ | |||
+ | Should also show vBFI score on a transaction page (like the QT version does). Note that Altchain vBFI (aka "ABFI") is decentralized and anyone can host a service (like a PoW mining pool). The lightweight wallet could call the same API as the pool. | ||
+ | |||
+ | The transaction page can show the BFI status: | ||
+ | |||
+ | [[File:Abfi_qt_tx.png|600px]] | ||
+ | |||
+ | Note that this can be configured to whichever service you would like (such as pointing to your own decentralized instance). Go to "Options", and select the new "vBFI" tab. | ||
+ | |||
+ | [[File:Abfi_qt_config.png|600px]] | ||
+ | |||
+ | |||
+ | == Done == | ||
+ | |||
+ | ... |
Revision as of 19:25, 16 December 2021
See: BTCSQ
All bounties shall be deemed from the Foundation
Overview
Bounty process: Active discussion on Discord.
Ping `@Overcooked Panda#8702` in Discord
Amount TBD.
Open
Explorer that shows address balances
Current BTCSQ explorer is based on Janoside:
https://explore.btcsq.veriblock.org/
This does not have an ETL, and does not show address balances, rich list, etc...
TODO
Light wallet
Currently BTCSQ has the QT wallet. Source code here: https://github.com/VeriBlock/vbk-ri-btc/commits/master/src/qt.
Would like a lightweight wallet.
Should show address balance.
Should also show vBFI score on a transaction page (like the QT version does). Note that Altchain vBFI (aka "ABFI") is decentralized and anyone can host a service (like a PoW mining pool). The lightweight wallet could call the same API as the pool.
The transaction page can show the BFI status:
Note that this can be configured to whichever service you would like (such as pointing to your own decentralized instance). Go to "Options", and select the new "vBFI" tab.
Done
...