Pages:
Author

Topic: 🤖[ANN][BIS]Bismuth 2.0 - Beyond DeFi - page 65. (Read 156348 times)

newbie
Activity: 13
Merit: 0
Great post HCLivess, should be added to OP.
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Current projects

Bismuth 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.py
Link to installer: https://github.com/hclivess/Bismuth/releases

BismuthTools 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.online
Link to source: https://github.com/maccaspacca/BismuthToolsWeb

Bismuth 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/DesktopTools

Bundled 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/explorer
Link to service: http://35.196.47.170:5492/
Link to source: https://github.com/hclivess/Bismuth/blob/master/ledger_explorer.py

Bismuth 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.py
Link to installer: https://github.com/hclivess/Bismuth/releases

ACC 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.php

ACC 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.pw

BIS-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.net

EggPool GPU Mining
Pool developed by EggdraSyl, member of the Bismuth Foundation.

Link to service: http://eggpool.net
Link 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/BismuthRPC

Heatnodes
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=859

BISafe
A safe, HTML wallet for Bismuth Cryptocurrency.

Link to source: https://github.com/EggPool/BISafe

Offline Address Generator
A Safe (offline) Bismuth address generator to make your cold wallet.

Link to source: https://github.com/EggPool/BISafe/tree/master/Generator

BismuthAPI
API Doc and code samples for Bismuth cryptocurrency.

Link to source: https://github.com/EggPool/BismuthAPI

Bismuth Paper Wallet
Paper wallet creator for Bismuth, currently in testing phase.

Link to source: https://github.com/maccaspacca/Bismuth-Paper-Wallet

Bismuth 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/faucet

ZircoDice 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/casino
Link to service: http://35.196.47.170:5492/
Link to application source: https://github.com/hclivess/Bismuth/blob/master/zircodice_dappie.py
Link to web interface source: https://github.com/hclivess/Bismuth/blob/master/zircodice_web.py

BIS HD PoC
Proof of concept deterministic RSA address generation for Bismuth.

Link to source: https://github.com/jimhsu/bis-hd-poc

Bismuth How-Tos

Various how tos and base info for Bismuth Crypto Currency . Wallet, mining, nodes and such.

Link to source: https://github.com/EggPool/BismuthHowto
Public 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.py

HTML 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:4585
Link to source: https://github.com/hclivess/Bismuth/blob/master/html_dappie.py

Vanity 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.py

Transaction 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.py

GeoMap
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:5493
Link to source: https://github.com/hclivess/Bismuth/tree/master/markers

Bismuth Process Monitor
A monitoring service which displays status of the bundled Bismuth services.

Link to service: http://35.196.47.170
Link to source: https://github.com/hclivess/Bismuth/blob/master/bisprocmon.py

Bismuth 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.cmd

Bismuth 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.py

Arches 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.py
Link to reader source: https://github.com/hclivess/Bismuth/blob/master/arches_client.py

GPU Miner Source
Public GPU miner source code for Bismuth by gladimor.

Link to source: https://github.com/hclivess/Bismuth-GPU-miner

Bismuth Documentation
Documentation of the Bismuth project

Link to service: https://bismuth.cz/documentation
Link to source: https://github.com/hclivess/BismuthDocumentation

Reference Projects

Pool
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.py
Link to web interface source: https://github.com/hclivess/Bismuth/blob/master/poolware_explorer.py

CPU 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.py

Proof 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_PoT

HarryR’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
hero member
Activity: 756
Merit: 579

Latest release Bismuth 4.2.3.6 is out
-This release addresses the wallet-

https://github.com/hclivess/Bismuth/releases




The update is damned frequent. Is it good or not?
Maybe good thing is that the dev is very active.


This is not a mandatory update, and in the future you don't have to update every time a new version is out unless is mandatory.
member
Activity: 143
Merit: 11

We are extremely pleased to welcome Jim Hsu as an advisor to the Bismuth Foundation.




Also Bismuth Team now consists of three active open-source developers,
 of which any could take a leading role in dire circumstances.


If one is unsure about this coin, just take a look at their dev team and the amount of work done on GitHub, real promising!

Nice heard some good stuff about this coin in a recent conference I attended talking with people there, the original technology was appreciated
Wonder if new exchanges are in the pipeline soon

Please forgive me a noob, but who is this guy? Famous?

So I not sure he is famous but he seems to be very much qualified and he is into research stuff.
And I know Bismuth team would have seen value. Rest google is your best friend you will find out about his work!
member
Activity: 143
Merit: 11
@johnskotts you are really a noob main, you are quoting the main announcement.
I dont think it was required here, but you will learn
newbie
Activity: 51
Merit: 0
hero member
Activity: 1162
Merit: 568

Latest release Bismuth 4.2.3.6 is out
-This release addresses the wallet-

https://github.com/hclivess/Bismuth/releases




The update is damned frequent. Is it good or not?
Maybe good thing is that the dev is very active.
hero member
Activity: 756
Merit: 579

Latest release Bismuth 4.2.3.6 is out
-This release addresses the wallet-

https://github.com/hclivess/Bismuth/releases


legendary
Activity: 2730
Merit: 1068
Juicin' crypto
newbie
Activity: 26
Merit: 4
https://github.com/hclivess/Bismuth/releases

NEW RELEASE
4.2.3.5 - 19th of march

    -Enabled users to load and use any keys into the wallet
    -Key loading moved to essentials.py as a function and modularized
    -Introduced quantizers for decimal precision
    -Difficulty calculation switches to quantizers on block 580000
    -API handler updated to 0.0.3 (@EggPool)
    -No longer possible to edit wallet confirmation dialog
    -Wallet switch to quantizers to calculate fee properly for whole account spending with message
    -Reworked wallet private key operations to be flexible

Download and start a node
hero member
Activity: 1162
Merit: 568

We are extremely pleased to welcome Jim Hsu as an advisor to the Bismuth Foundation.




Also Bismuth Team now consists of three active open-source developers,
 of which any could take a leading role in dire circumstances.


If one is unsure about this coin, just take a look at their dev team and the amount of work done on GitHub, real promising!

Nice heard some good stuff about this coin in a recent conference I attended talking with people there, the original technology was appreciated
Wonder if new exchanges are in the pipeline soon

Please forgive me a noob, but who is this guy? Famous?
newbie
Activity: 51
Merit: 0
Oh wow, this looks nice.

Any way I can contribute to this project?

Getting the wallet. Still new to crypto. Learned by a lot. Liking this bismuth was referred and now I know why.
full member
Activity: 224
Merit: 100

We are extremely pleased to welcome Jim Hsu as an advisor to the Bismuth Foundation.




Also Bismuth Team now consists of three active open-source developers,
 of which any could take a leading role in dire circumstances.


If one is unsure about this coin, just take a look at their dev team and the amount of work done on GitHub, real promising!

Nice heard some good stuff about this coin in a recent conference I attended talking with people there, the original technology was appreciated
Wonder if new exchanges are in the pipeline soon
member
Activity: 125
Merit: 35

We are extremely pleased to welcome Jim Hsu as an advisor to the Bismuth Foundation.




Also Bismuth Team now consists of three active open-source developers,
 of which any could take a leading role in dire circumstances.


If one is unsure about this coin, just take a look at their dev team and the amount of work done on GitHub, real promising!
hero member
Activity: 756
Merit: 579

We are extremely pleased to welcome Jim Hsu as an advisor to the Bismuth Foundation.




Also Bismuth Team now consists of three active open-source developers,
 of which any could take a leading role in dire circumstances.

newbie
Activity: 266
Merit: 0
What is innovative in your project?
jr. member
Activity: 80
Merit: 2
Your True Helping Hand in Crypto World- Join Slack
Just want to check if we have any resources available about how to start contributing in project.
I mean I would love to see some documents around it and what time of tasks or contribution can be done.
Also, when we can see hello world DApp on Bismuth, in other words, when people will be able to start making DApps on Bismuth?

Well, Those are very much desired from my side as well. Really like to see some resources for community to judge where they can contribute, that would bring more keep and interested people to join in taking project to next level.
full member
Activity: 893
Merit: 135
Bitcoin is not a currency or asset. Its a MOVEMENT
Just want to check if we have any resources available about how to start contributing in project.
I mean I would love to see some documents around it and what time of tasks or contribution can be done.
Also, when we can see hello world DApp on Bismuth, in other words, when people will be able to start making DApps on Bismuth?
newbie
Activity: 51
Merit: 0
Oh wow, this looks nice.

Any way I can contribute to this project?

Looks great. Good luck team.
legendary
Activity: 966
Merit: 1009
https://steemit.com/cryptocurrency/@aetsen/bismuth-developer-interview-hclivess

An interview with the developer of Bismuth, interesting.

Cool. I still have some Bismuth from the very beginning mining. It's a new concept and new language. Though there are always some bugs, the dev is serious and working so hard.
Pages:
Jump to: