unwriter

Results 10 issues of unwriter

The project recommends the use of [volumes](https://github.com/zquestz/docker-bitcoin#data-volumes) as a way to persist the blockchain. This is great and is usually the "best practice" in the docker community. ## Problem However...

The ZMQ broadcast from Bitcoin is flakey. Implement a solution that works even when ZMQ doesn't work.

In some cases a script is invalid but can exist on the blockchain. For example: ``` 6a04534c500001010747454e455349534c004c004c004c0001004c000800000000000064 ``` when deserialized is: ``` { script: { b1: 'U0xQAA==', s1: 'SLP\u0000', b2:...

Currently it's impossible to use non BSV currency when trying to attach data AND make a payment at the same time, because it overrides the outputs array https://github.com/unwriter/databutton/blob/master/index.js#L45

The query language currently only supports the response of: ``` { "unconfirmed": [Array of unconfirmed tx results that match the query], "confirmed": [Array of confirmed tx results that match the...

# Spec website Check out the website: https://su.planaria.network This is version 0.0.1. The spec is not 100% set in stone yet, so feel free to provide feedback and discuss. Below...

# Bitcoin Script Schema > A Schema for Bitcoin Script, Stored on Bitcoin. Define, Publish, and Consume Bitcoin Script Schema, over Bitcoin. ![preview](https://user-images.githubusercontent.com/38574328/52057473-1b1dac00-2533-11e9-8f6c-a13fd1814b28.png) # Problem In the past when someone...

# Unix Pipeline in OP_RETURN Example: **"Upload a video, store its filename and frame rate, and then set admin rights, all in a single transaction, but using 3 separate protocols."**...

# Bitcom as OS > Proposed by @torusJKL Original Proposal on Bitcoin: https://viewer.bitdb.network/#e52864d04efa56d94b1a3cf6347a752ed4114349caf191ed6ea08f865643e085 Further explanation: https://twitter.com/_unwriter/status/1089517509437464578 Instead of thinking of Bitcom as a "global computer that all application protocols register...

The original proposal suggests [hex encoding]( https://github.com/unwriter/fatURI/blob/master/README.md#specification) because that's the one that's most widely used at the moment. However hex format is not the most ideal when it comes to...