Difference between revisions of "Bounties"

From Veriblock Wiki
Jump to: navigation, search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
See: [[Main_Page]]
+
See: [[Main_Page]], [[Bounties_Archive]]
  
 
__TOC__
 
__TOC__
Line 9: Line 9:
 
See Discord for logistics details. See: [[Social_Links]]
 
See Discord for logistics details. See: [[Social_Links]]
  
== Open Bounties ==
+
Note, there is an ongoing "Community Contribution of the Week" - which are smaller bounties. [[Community_Contribution_of_the_Week]]
  
  
=== Write Demo GRPC Client for Python or Node.js ===
+
== Open Bounties ==
 
 
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
 
 
 
=== Fast Vanity Address Generator ===
 
  
With the open sourcing of VeriBlock utilities, we want to make a faster vanity address generator.
+
See also: [[BTCSQ_Bounties]]
  
VeriBlock utilities here:
+
More bounties coming...
https://github.com/VeriBlock/nodecore/tree/master/veriblock-core/src/main/java/org/veriblock/core
 
  
Bounty amount TBD, we will be generous and fair.
+
== In progress ==
There are also many people in the community who will be appreciative.
 
  
Criteria:
+
There is active community work on these already, so you may want to pick a different bounty.
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.
+
== Done ==
  
If multiple submissions, we will look at first-come and quality. Ultimately we will try to do the right thing.
+
Recent completed bounties here.
  
FYI, we had released a previous generator that wrapped the java code, but it could be made much faster:
+
Older bounties archived here: [[Bounties_Archive]]
https://github.com/VeriBlock/nodecore-releases/releases/download/v0.1.1-tools/makeaddress-0.1.2.zip
 

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