Author

Topic: unSYSTEM projects: libbitcoin, DarkWallet, developer tools and video interviews (Read 3896 times)

legendary
Activity: 1232
Merit: 1076
member
Activity: 203
Merit: 10
The World’s First Blockchain Core
sx now supports stealth addresses for anonymous payments!

https://bitcointalksearch.org/topic/stealth-address-with-sx-anonymous-payments-418071

I saw stealth on reddit just a day ago and now it's in sx?!  Where is the best place to donate?
legendary
Activity: 1232
Merit: 1076
member
Activity: 98
Merit: 10
legendary
Activity: 1232
Merit: 1076
Interview with Mihai Alisie of Bitcoin Magazine at DarkWallet meeting about his project Egora:
http://www.youtube.com/watch?v=Hbu2KrHx9-0

--------------------------------

I've made significant performance increases for the blockchain by creating a custom database that outperforms the more conventional LevelDB. This is still a work in progress and won't be in libbitcoin at least for some time. You can read more about my research here:

https://wiki.unsystem.net/index.php/Libbitcoin/Blockchain

More optimisation is possible too.

Writes:



Reads:

full member
Activity: 225
Merit: 100
hero member
Activity: 1328
Merit: 563
MintDice.com | TG: t.me/MintDice
member
Activity: 132
Merit: 14
Co-Founder of TheStandard.io & Vaultoro.com
legendary
Activity: 1232
Merit: 1076
libbitcoin
libbitcoin is a community of developers building the open source library, tools and implementation necesary for a free, independent and vibrant Bitcoin. In this way we are helping to build a better future. Values: privacy, scalability, integrity. See more info in our docs.

Obelisk: scalable blockchain query infrastructure
Obelisk is a scalable blockchain query infrastructure. See the setup guide. There is a public server available at obelisk.unsystem.net:8081 but I wouldn't use it for anything production (besides testing). Uses libbitcoin for asynchronous full node Bitcoin implementations on the backend that connect to a load balancer. The load balancer distributes blockchain requests among the workers on the backend.

sx command line utilities - Empower The Sysadmin With Bitcoin Tools
My aim with this project is to provide a set of modular Bitcoin commandline utilities, that admin types can engage with Bitcoin functionality without having to write code. By chaining all these commands together in different ways, you can do offline transactions, maintain a wallet, work with deterministic keys, ...

It would be cool to see Bitcoin wallets written in bash script using these tools to handle the core functionality. I believe the more we give good tools to the community, the more we can decentralise development and increase access to the core technology for all types.

python-obelisk
This is a collaboration between Pablo Martin's ZMQ/Obelisk implementation, and Robert Williamson's blockalchemy library with code from ThomasV's Electrum. python-obelisk is a pure Python client-side implementation of the Obelisk protocol. A pure Python library is great because it can be deployed easily without requiring dependencies. This allows code to be ported across many platforms such as the mobile phone with Kivy, desktops or any platform running Python.

sx wallet: ncurses terminal wallet


dat.wallet: pure Python tutorial wallet for Linux, Android, Mac, Windows
Me and Taylor Gerring (Hive wallet) coded this example wallet in 2 days in pure Python. It uses python-obelisk and is meant to be be an example for other coders to understand how wallets work. We'll work slowly on more tutorials and docs. It uses kivy and has no dependencies, so can be used on the mobile phone.

This is great for wallet developers and GUI designers who want to create their own skin or special wallet with specific features. For example: wallets for traders, branded wallets for businesses and specific payment applications that use wallet functionality.



DarkWallet browser plugin
The beginnings of the DarkWallet project. We are focusing mainly on the underlying technology and how to create usable crypto products for the entrepreneurs of the future. This means a strong multi-discipline synthesis between designers, users and coders. See more of our vision on the unSYSTEM wiki.

Some videos from our recent event in Milan:

Peter Todd interview: http://www.youtube.com/watch?v=tb-QHhbKMAY
Interview with Mihai Alisie of Bitcoin Magazine at DarkWallet meeting about his project Egora:
http://www.youtube.com/watch?v=Hbu2KrHx9-0
Wendell Davis (Hive wallet) interview: http://www.youtube.com/watch?v=vn3m_K5AJec
Introduction by me: http://www.youtube.com/watch?v=PuPo5NJ-AZQ
Jump to: