All Projects → gobytecoin → gobyte

gobytecoin / gobyte

Licence: MIT license
GoByte Core - GBX

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
assembly
5116 projects
M4
1887 projects
Makefile
30231 projects

Projects that are alternatives of or similar to gobyte

Sparks
No description or website provided.
Stars: ✭ 12 (-65.71%)
Mutual labels:  masternode, neoscrypt
bittensor
Internet-scale Neural Networks
Stars: ✭ 97 (+177.14%)
Mutual labels:  p2p
husarnet
Husarnet is a Peer-to-Peer VPN to connect your laptops, servers and microcontrollers over the Internet with zero configuration.
Stars: ✭ 128 (+265.71%)
Mutual labels:  p2p
matchbox
Painless peer-to-peer WebRTC networking for rust wasm
Stars: ✭ 276 (+688.57%)
Mutual labels:  p2p
torrent-spider
基于DHT的p2p网络资源爬虫
Stars: ✭ 65 (+85.71%)
Mutual labels:  p2p
Horizon
A ZeroNet search engine
Stars: ✭ 15 (-57.14%)
Mutual labels:  p2p
Governance-Account
基于智能合约开发,提供区块链用户账户注册、私钥重置、冻结、解冻等账户全生命周期管理,支持管理员、阈值投票、多签制等多种治理策略。
Stars: ✭ 17 (-51.43%)
Mutual labels:  governance
vivo
Official VIVO Repository
Stars: ✭ 25 (-28.57%)
Mutual labels:  neoscrypt
workshop-todo-dapp
A workshop into adding realtime collaboration in a typical To-do app
Stars: ✭ 29 (-17.14%)
Mutual labels:  p2p
fengming
No description or website provided.
Stars: ✭ 14 (-60%)
Mutual labels:  p2p
lens
The official network explorer for Wavelet.
Stars: ✭ 28 (-20%)
Mutual labels:  p2p
SentryPeer
A distributed peer to peer list of bad actor IP addresses and phone numbers collected via a SIP Honeypot.
Stars: ✭ 108 (+208.57%)
Mutual labels:  p2p
squeaknode
Peer-to-peer status feed 📜 with posts unlocked by Lightning ⚡
Stars: ✭ 29 (-17.14%)
Mutual labels:  p2p
go-pdu
Parallel Digital Universe - A decentralized social networking service
Stars: ✭ 39 (+11.43%)
Mutual labels:  p2p
nkn-shell-daemon
NKN shell daemon
Stars: ✭ 29 (-17.14%)
Mutual labels:  p2p
namecoin-core
Namecoin full node + wallet based on the current Bitcoin Core codebase.
Stars: ✭ 425 (+1114.29%)
Mutual labels:  p2p
webrtc-lab
WebRTC 연구실 🌎
Stars: ✭ 55 (+57.14%)
Mutual labels:  p2p
tensorpeers
p2p peer-to-peer training of tensorflow models
Stars: ✭ 57 (+62.86%)
Mutual labels:  p2p
cypherpoker.js
An open source peer-to-peer poker platform with cryptocurrency integration written in JavaScript.
Stars: ✭ 72 (+105.71%)
Mutual labels:  p2p
c-toxcore
The future of online communications.
Stars: ✭ 1,730 (+4842.86%)
Mutual labels:  p2p

GitHub Logo

GoByte Core v0.16.2.2 (GBX)

https://www.gobyte.network

What is GoByte?

GoByte (GBX) is an innovative cryptocurrency. A form of digital currency secured by cryptography and issued through a decentralized and advanced mining market. Based on GoByte, it's an enhanced and further developed version, featuring the masternode technology with 50% Reward, near-instant and secure payments as well as anonymous transactions. GoByte has great potential for rapid growth and expansion. Based on a total Proof of Work and Masternode system, it is accesible to everyone, it ensures a fair and stable return of investment for the Graphics Processing Units (GPUs) miners and the Masternode holders.

Additional information, wallets, specifications & roadmap: https://bitcointalk.org/index.php?topic=2442185.0

License

GoByte Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

The master branch is meant to be stable. Development is normally done in separate branches. Tags are created to indicate new official, stable release versions of GoByte Core.

The contribution workflow is described in CONTRIBUTING.md.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check

There are also regression and integration tests of the RPC interface, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: qa/pull-tester/rpc-tests.py

The Travis CI system makes sure that every pull request is built for Windows and Linux, OS X, and that unit and sanity tests are automatically run.

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].