Giter Site home page Giter Site logo

documentation's People

Contributors

adamkrellenstein avatar chiguireitor avatar cryptcoin-junkey avatar dependabot[bot] avatar deweller avatar droplister avatar ffmad avatar ivanaszuber avatar jdogresorg avatar livinginformation avatar mattmarcello avatar millz0r avatar ouziel avatar ouziel-slama avatar rippler avatar robby-d avatar taylorgibb avatar unsystemizer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

documentation's Issues

Some issues I ran into on install

Here's a few issues I ran into and what I had to do to resolve them:


The docs say:

mkdir ~/.local/share/counterparty-docker-data

This is only accurate if you're not overriding COUNTERPARTY_DOCKER_DATA.

In that case you have to do:

mkdir $COUNTERPARTY_DOCKER_DATA/counterparty-docker-data

I know that doesn't follow the same parent path, but for me, it was complaining that

/home/vectorconfetti/storage/counterparty-docker-data

didn't exist when I set $COUNTERPARTY_DOCKER_DATA to /home/vectorconfetti/storage


There's also a typo:

COUNTERPARTY_DOCKER_DATA=/var/data docker compose up -d

should be

COUNTERPARTY_DOCKER_DATA=/var/data docker compose  --profile mainnet  up -d

I was also getting permissions errors running as an unprivileged user trying to connect to

unix:///var/run/docker.sock:

and this worked:

sudo setfacl --modify user:$USER:rw /var/run/docker.sock

I also had docker installed as root so I had to do this:

sudo chown -R vectorconfetti:vectorconfetti /var/lib/docker/volumes/

or maybe it would have been enough to do just this, not sure:

sudo chown -R vectorconfetti:vectorconfetti /var/lib/docker/volumes/counterparty-core_data

Add enhanced send to UI/CLI

See CounterpartyXCP/counterparty-cli#114

parser_send.add_argument('--memo', help='A transaction memo attached to this send')
parser_send.add_argument('--memo-is-hex', action='store_true', default=False, help='Whether to interpret memo as a hexadecimal value')
parser_send.add_argument('--no-use-enhanced-send', action='store_false', dest="use_enhanced_send", default=True, help='If set to false, compose a non-enhanced send with a bitcoin dust output')
 
'send': ['source', 'destination', 'asset', 'quantity', 'memo', 'memo_is_hex', 'use_enhanced_send'],

windows.md: semi-official site with OpenSSL for Win binaries is dead

It's been dead for 7 days.
There's a second semi-official site, http://indy.fulgan.com/SSL/, but the files are zipped and need to be uncompressed and installed manually (may require documentation updates).

List of "semi-official" sites with binary builds can be found at https://www.openssl.org/about/binaries.html

There's an unofficial location with binaries, but I can't tell whether they were copied from SLProWeb.com or built by these guys since slproweb.com is down.
http://code.x2go.org/releases/binary-win32/3rd-party/Win32OpenSSL/?C=M;O=D

Document Purpose and Properties of `messages` Table

The key is that Counterparty is a deterministic state machine.

Uses

  • detect discrepancies between state of multiple nodes and across versions (balance this with hiding implementation details and having stable hashes across upgrades)
  • use for building e.g. a secondary block explorer DB (note! no guarantee of backwards-compatibility!)
  • manage the mempool (?)
  • integrate with logging of deterministic events

Asset description length not arbitrary?

I would consider this very low priority...

Protocol Specification states, "Asset descriptions may be of arbitrary length." However, it appears, at least when using Counterwallet, that 40 bytes is the limit for a description.

I have seen discussion online about 80 bytes being possible, depending on OP_RETURN settings.

This page states: https://counterparty.io/docs/api/ 52 bytes is the max.

There are also asset descriptions in the wild like: https://res.indiesquare.me/json/A2106870093763980398.json which are 57 bytes.

Perhaps, this part of the documentation can be clarified by someone who knows more than I do.

This is specifically about the description in an issuance, and not an enhanced asset info description which is 2048 chars max.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.