Difference between revisions of "Bounties"

From Veriblock Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
See: [[Main_Page]]
+
See: [[Main_Page]], [[Bounties_Archive]]
  
 
__TOC__
 
__TOC__
Line 8: Line 8:
  
 
See Discord for logistics details. See: [[Social_Links]]
 
See Discord for logistics details. See: [[Social_Links]]
 +
 +
Note, there is an ongoing "Community Contribution of the Week" - which are smaller bounties. [[Community_Contribution_of_the_Week]]
 +
  
 
== Open Bounties ==
 
== Open Bounties ==
  
 +
See also: [[BTCSQ_Bounties]]
  
 +
More bounties coming...
  
 
== In progress ==
 
== In progress ==
  
 
There is active community work on these already, so you may want to pick a different bounty.
 
There is active community work on these already, so you may want to pick a different bounty.
 
 
 
=== Fast Vanity Address Generator ===
 
 
With the open sourcing of VeriBlock utilities, we want to make a faster vanity address generator.
 
 
VeriBlock utilities here:
 
https://github.com/VeriBlock/nodecore/tree/master/veriblock-core/src/main/java/org/veriblock/core
 
 
Bounty amount TBD, we will be generous and fair.
 
There are also many people in the community who will be appreciative.
 
 
Criteria:
 
1. Must be open-sourced on github.
 
2. Judges for functional use and speed listed on Discord.
 
 
This is intended as a fun and engaging community project.
 
 
If multiple submissions, we will look at first-come and quality. Ultimately we will try to do the right thing.
 
 
FYI, we had released a previous generator that wrapped the java code, but it could be made much faster:
 
https://github.com/VeriBlock/nodecore-releases/releases/download/v0.1.1-tools/makeaddress-0.1.2.zip
 
 
--
 
 
See: Bitspill wrote a much faster generator written in GO: https://github.com/bitspill/vanityVBK (still CPU)
 
  
 
== Done ==
 
== Done ==
  
=== TestNet Faucet ===
+
Recent completed bounties here.
 
 
VeriBlock has a TestNet.
 
 
 
We would like to provide a testnet faucet. This would have the standard features one expects from a faucet.
 
 
 
See: https://wiki.veriblock.org/index.php?title=TestNet
 
 
 
Bounty amount TBD.
 
 
 
This has also been added to wiki: https://wiki.veriblock.org/index.php?title=Bounties
 
 
 
--
 
 
 
Faucet created: https://vbk.bitspill.net/
 
 
 
 
 
=== Write Demo GRPC Client for Python ===
 
 
 
NodeCore has a grpc API.
 
 
 
We would like to add a sample for python and node.js to help the community developers.
 
 
 
This should at least show how to call common NodeCore grpc commands, including utilities to display addresses (Base58 encoded string), VBK amounts (convert from atomic long to formatted string with 8 decimals), and transactions/hashes (Hex).
 
 
 
There is a sample C# client: https://github.com/VeriBlock/VeriBlock.Demo.Rpc.Client
 
 
 
Code would be hosted here: https://github.com/VeriBlock/samples
 
 
 
--
 
 
 
See: https://github.com/speedrunner911/vbk-grpc-python-examples
 
 
 
 
 
=== Write Demo GRPC Client for Node.js ===
 
 
 
NodeCore has a grpc API.
 
 
 
We would like to add a sample for python and node.js to help the community developers.
 
 
 
This should at least show how to call common NodeCore grpc commands, including utilities to display addresses (Base58 encoded string), VBK amounts (convert from atomic long to formatted string with 8 decimals), and transactions/hashes (Hex).
 
 
 
There is a sample C# client: https://github.com/VeriBlock/VeriBlock.Demo.Rpc.Client
 
 
 
Code would be hosted here: https://github.com/VeriBlock/samples
 
 
 
--
 
 
 
See: https://github.com/speedrunner911/vbk-grpc-node-examples
 
  
See:
+
Older bounties archived here: [[Bounties_Archive]]

Latest revision as of 18:03, 27 January 2022

See: Main_Page, Bounties_Archive

Overview

Bounties are to help the community and make the ecosystem better.

See Discord for logistics details. See: Social_Links

Note, there is an ongoing "Community Contribution of the Week" - which are smaller bounties. Community_Contribution_of_the_Week


Open Bounties

See also: BTCSQ_Bounties

More bounties coming...

In progress

There is active community work on these already, so you may want to pick a different bounty.

Done

Recent completed bounties here.

Older bounties archived here: Bounties_Archive