Current projectsBismuth Node
The backbone of the entire Bismuth network, maintains the blockchain and processes all transactions. In a decentralized system, every node processes data independently and running a node supports the network.
Link to source:
https://github.com/hclivess/Bismuth/blob/master/node.pyLink to installer:
https://github.com/hclivess/Bismuth/releasesBismuthTools Web Edition
Software written by Ian McEvoy that enables access to the entire blockchain. Starting with a summary page of recent transactions, ledger query for transactions, accounts, block numbers, hashes, miner statistics, rich list, sponsorships handled though Opengraph, API and charts.
Link to service:
https://bismuth.onlineLink to source:
https://github.com/maccaspacca/BismuthToolsWebBismuth Tools Desktop Edition
Uses information from the bismuthtoolsweb api to display Bismuth cryptocurrency explorer information. Run from Bismuth installation folder and it will use local wallet information automatically. Run from any other folder and it will use wallet information and explorer API from the address in tools.ini config file.
Link to source:
https://github.com/maccaspacca/DesktopToolsBundled Transaction Explorer
This transaction explorer is bundled with every Bismuth distribution and provides a basic overview of the recent transactions with statistical summary of blockchain thoughput and a simple interactive chart.
Redirect link:
https://bismuth.cz/explorerLink to service:
http://35.196.47.170:5492/Link to source:
https://github.com/hclivess/Bismuth/blob/master/ledger_explorer.pyBismuth Bundled Wallet
This is the main wallet everyone is supposed to use for basic Bismuth usage, supports key encryption, token operations, alias operations, signing, secure messaging and interaction with decentralized applications on the Bismuth blockchain. Every Windows user has this wallet included with the installer.
Link to source:
https://github.com/hclivess/Bismuth/blob/master/wallet.pyLink to installer:
https://github.com/hclivess/Bismuth/releasesACC Web Wallet
Developed by Euroline, a place which users may choose to store their coins in. Currently close-sourced, please contact Euroline on Slack for support.
Link to service:
https://biswallet.acc-pool.pw/index.phpACC GPU Mining Pool
Developed by Euroline, one of the first Bismuth mining pools, includes download links to a proprietary miner.
Link to service:
https://bismuth.acc-pool.pwBIS-Pool GPU Mining
One of the newer projects, support can be reached though Slack, in #bis-pool-net channel.
Link to service:
http://bis-pool.netEggPool GPU Mining
Pool developed by EggdraSyl, member of the Bismuth Foundation.
Link to service:
http://eggpool.netLink to support:
http://eggpool.net/?action=help_faq Bismuth RPC
A python json-rpc server that will allow to interact with a Bismuth node like we do with bitcoind. Will ease integration of Bismuth with exchanges and pools.
Link to source:
https://github.com/EggPool/BismuthRPCHeatnodes
A selection of extensive Bismuth service offering its own transaction and account explorer, network and difficulty charts, rotating globe with nodes.
Link to service:
https://heatnodes.org/?page_id=859BISafe
A safe, HTML wallet for Bismuth Cryptocurrency.
Link to source:
https://github.com/EggPool/BISafeOffline Address Generator
A Safe (offline) Bismuth address generator to make your cold wallet.
Link to source:
https://github.com/EggPool/BISafe/tree/master/GeneratorBismuthAPI
API Doc and code samples for Bismuth cryptocurrency.
Link to source:
https://github.com/EggPool/BismuthAPIBismuth Paper Wallet
Paper wallet creator for Bismuth, currently in testing phase.
Link to source:
https://github.com/maccaspacca/Bismuth-Paper-WalletBismuth Faucet
A reference faucet for the Bismuth cryptocurrency. The application consists of two parts – a main faucet application and a payment processing module.
Link to source:
https://github.com/maccaspacca/faucetZircoDice Casino
A simple decentralized betting application running in cloud, guided by a semi-public contract executed on a machine that interacts with the blockchain.
Redirect link:
https://bismuth.cz/casinoLink to service:
http://35.196.47.170:5492/Link to application source:
https://github.com/hclivess/Bismuth/blob/master/zircodice_dappie.pyLink to web interface source:
https://github.com/hclivess/Bismuth/blob/master/zircodice_web.pyBIS HD PoC
Proof of concept deterministic RSA address generation for Bismuth.
Link to source:
https://github.com/jimhsu/bis-hd-pocBismuth How-Tos
Various how tos and base info for Bismuth Crypto Currency . Wallet, mining, nodes and such.
Link to source:
https://github.com/EggPool/BismuthHowtoPublic Key Recovery Tool
Recovers public key from your private key, which needs to be unencrypted for this purpose.
Link to source:
https://github.com/hclivess/Bismuth/blob/master/recovery.pyHTML Interpreter
A tool which enables you to read HTML data from the Bismuth blockchain. Can be extended to build various social or news platforms at your will.
Link to service:
http://35.196.47.170:4585Link to source:
https://github.com/hclivess/Bismuth/blob/master/html_dappie.pyVanity Address Generator
Enables you to generate a Bismuth address with specific symbols in it. Uses CPU for cycling, will take a long time to generate desirable address with more than 3 symbols.
Link to source:
https://github.com/hclivess/Bismuth/blob/master/vanity.pyTransaction Anonymizer
Transaction mixing service that is completely anonymous, transactions are encrypted with the recipient private key and split to an arbitrary number of transactions before being sent back. Still under development. Running on 340c195f768be515488a6efedb958e135150b2ef3e53573a7017ac7d , you can send transactions in for mixing with the following Openfield data: anon:number_of_txs:target_address (no msg, just encrypted). Completely private contract executed in a cloud machine.
Link to source:
https://github.com/hclivess/Bismuth/blob/master/anon_dappie.pyGeoMap
Integration of Bismuth node IPs with the Google Maps API, displays a global map of Bismuth nodes.
Link to service:
http://35.196.47.170:5493Link to source:
https://github.com/hclivess/Bismuth/tree/master/markersBismuth Process Monitor
A monitoring service which displays status of the bundled Bismuth services.
Link to service:
http://35.196.47.170Link to source:
https://github.com/hclivess/Bismuth/blob/master/bisprocmon.pyBismuth Compilation Script
Enables creation of executables for Windows users, can be adjusted to suit individual needs. Every .py file and project present in the GitHub directory can be compiled to be used on various machines. The compiler of choice is PyInstaller.
Link to source:
https://github.com/hclivess/Bismuth/blob/master/compile_pyinstaller.cmdBismuth Legacy Wallet
Wallet which is no longer developed, but uses direct database access instead of the socket communication with the Bismuth node. Only basic operations such as sending coins are supported.
Link to source:
https://github.com/hclivess/Bismuth/blob/master/legacy_gui.pyArches Availability Monitoring
A tool which saves the current status of your computer on the Bismuth blockchain. Accompanied by a tool which reads and gives you information about your computers running this application. Currently a completely public contract.
Link to inserter source:
https://github.com/hclivess/Bismuth/blob/master/arches_dappie.pyLink to reader source:
https://github.com/hclivess/Bismuth/blob/master/arches_client.pyGPU Miner Source
Public GPU miner source code for Bismuth by gladimor.
Link to source:
https://github.com/hclivess/Bismuth-GPU-minerBismuth Documentation
Documentation of the Bismuth project
Link to service:
https://bismuth.cz/documentationLink to source:
https://github.com/hclivess/BismuthDocumentationReference ProjectsPool
The original pool implementation for Bismuth, written for the originally bundled CPU miner.
Link to application source:
https://github.com/hclivess/Bismuth/blob/master/poolware_dappie.pyLink to web interface source:
https://github.com/hclivess/Bismuth/blob/master/poolware_explorer.pyCPU Miner
The original CPU miner to be used solely or with the pool.
Link to application source:
https://github.com/hclivess/Bismuth/blob/master/miner.pyProof of Transaction PoC
An outdated version of Bismuth which used Proof of Transactions instead of Poof of Work as a consensus algorithm. Found effectively not very viable.
Link to source:
https://github.com/hclivess/Bismuth_PoTHarryR’s Pool and fast CPU miner
One of the first Bismuth pools, developed by the former community member
Link to source:
https://github.com/hclivess/Bismuth_pool