Bitcoin Forum
April 26, 2025, 01:41:07 AM *
News: Merit Poker is still available for a limited time
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / The Bitcoin DEX on: January 21, 2022, 05:56:41 PM
Today we are releasing an alpha version of Bitcoin DEX - a decentralised bitcoin exchange based on non-interactive atomic swaps. It allows you to swap bitcoins for stablecoins with a single bitcoin transaction, and without having to know your counterparty upfront. You can find the FAQ here. Here are some screenshots.
Your feedback is very welcome!

PS: you can use this faucet to receive some testnet Bitcoins to buy testnet Dollars on the DEX. Or you can receive testnet dollars by posting your address in this thread. Or you can receive testnet dollars in our Telegram group.


Edit: Here's a writeup of the protocol.
2  Bitcoin / Development & Technical Discussion / Implementing OP_MUL with OP_ADD on: February 06, 2020, 10:58:56 AM
For fun I implemented OP_MUL using OP_ADD. You can find the code here on Github.

Feedback very appreciated!

And I have a question: do you guys know any good source for advanced bitcoin scripts? Is there something like a library for scripts?
3  Alternate cryptocurrencies / Altcoin Discussion / Bitcoin Nano Network: Stateless Full Nodes on: February 01, 2020, 07:44:08 PM
I have been working on a protocol for stateless nodes. It is a simplified version of Utreexo. It does not require dedicated bridge nodes - only regular nodes serving regular blocks. Furthermore, nano nodes can serve each other. The protocol works on top of today's bitcoin. No consensus changes are required. All data structures emerge from the existing blockchain structure.

If there is at least one honest node available, the protocol provides full node security by downloading just about 150 MB.

Here is a straw-man proposal demonstrating the basic idea.

The detailed description can be found here.

Feedback is very welcome. Thanks for taking your time!
4  Bitcoin / Project Development / esplora.js - A flexible backend for browser-based Bitcoin clients on: January 12, 2020, 02:18:26 AM
A flexible backend for browser-based Bitcoin clients. The in-official JavaScript library for Blockstream's Esplora API.
Find the code and a demo on Github

Feedback highly appreciated!
5  Bitcoin / Project Development / Coins: A trustless sidechain protocol on: January 11, 2020, 11:12:05 PM
Hi all,

I've been working on a sidechain protocol with no trusted third party. You can find the whitepaper here.

Abstract. Coins is a Bitcoin extension designed for payments at scale.  We propose an efficient solution to the double-spending problem using a bitcoin-backed proof-of-stake.  Validators vote on sidechain blocks with one-time  signatures,  forming  a record that cannot be changed without destroying their collateral.  Every user can become a validator by locking bitcoins.  One-time signatures guarantee that validators lose their  stake  for  publishing  conflicting  histories.   Checkpoints  can  be  additionally secured with a bitcoin-backed proof-of-burn.  Assuming a rational majority of validators, the sidechain provides safety and liveness.  The sidechain’s footprint within bitcoin’s blockchain is minimal.  Spawning multiple, independent instances scales horizontally.

Your Feedback is highly appreciated!

Thanks!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!