Giter Site home page Giter Site logo

Comments (10)

evoskuil avatar evoskuil commented on June 24, 2024

address-embed is now implemented/tested. I changed the input from a file requirement to raw binary, accepted as an arg or STDIN, so a file can be piped in but text may also be presented via command line argument. This allows the encoding /decoding of arbitrary data to base 16, which is very useful as most commands require base 16 as a starting point.

from libbitcoin-explorer.

ggutoski avatar ggutoski commented on June 24, 2024

Hi guys. Is there an easy way to get notified each time a tx gets an additional confirmation? Seems like this would be a useful feature. (Is this question relevant to the unsupported watch-tx command?)

from libbitcoin-explorer.

evoskuil avatar evoskuil commented on June 24, 2024

You could approximate using watch-address, although depending on what you are after you may need to watch more than one address.

from libbitcoin-explorer.

skaht avatar skaht commented on June 24, 2024

Will "qrcode" provide functionality similar to qrencode (http://fukuchi.org/works/qrencode/) that generates a QR png file from text, and zxing (latest zebra crossing fork https://github.com/glassechidna/zxing-cpp ) that converts a png file back into text?

from libbitcoin-explorer.

evoskuil avatar evoskuil commented on June 24, 2024

That's the intent. The dependencies may be a bit problematic. I don't like conditional dependencies, but that may be the outcome.

from libbitcoin-explorer.

evoskuil avatar evoskuil commented on June 24, 2024

The lower level functionality should be incorporated into libbitcoin (along with scan from a video feed).

from libbitcoin-explorer.

skaht avatar skaht commented on June 24, 2024

I will have to experiment with zxing to see if it can handle rotated PNG images.

Assuming the most stressing use case, people won't have the patience for properly aligning QR codes at checkout scanners, unlike Bitcoin wallets.

It might be quicker to look at the results of zxing to see if the scanned text follows BIP 20 BNF formula, versus performing an image rotation on all the pixels comprising an QR image.

I'm not a QR technologist, but from my DSP background from 25+ years ago I'm guessing if zxing is applied it will need an interface for a video feed to convert a given frame into a PNG file. If the BNF does not handle rotated QR codes and the trick above doesn't work, then an orientation discriminator may be needed to identify a 2D rotation angle to rotate a PNG image for zxing to consume.

If the QR image is not withing the proper depth-of-foucus (DOF), 2D image focusing software may also need to be applied.

from libbitcoin-explorer.

evoskuil avatar evoskuil commented on June 24, 2024

Hey, not so fast... we have 4 more commands listed for @thecodefactory to implement!

from libbitcoin-explorer.

thecodefactory avatar thecodefactory commented on June 24, 2024

I think it's about time to close this issue in favor of a new one listing fetch-publc-key, watch-tx, and tx-sign (with descriptions) as an enhancement. This issue can be referenced by the new one. Thoughts?

from libbitcoin-explorer.

evoskuil avatar evoskuil commented on June 24, 2024

Sure, but please add new before closing old.

from libbitcoin-explorer.

Related Issues (20)

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.