Giter Site home page Giter Site logo

lbx's People

Contributors

dr-orlovsky avatar maxhillebrand avatar ukolovaolga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

lbx's Issues

Arc TranscodeFull not found in this scope

I'm trying to install lbx but get an error after doing the command cargo install --path . In my believe I have all the things installed which needed. The error says:
error[E0412]: cannot find type Arc in this scope
--> /home/perry/.cargo/git/checkouts/rust-lnpbp-1c6b6ac6d4fb658b/12420ba/src/lnp/session/session.rs:33:13
transcode: Arc,
help: consider importing one of these items

use crate::lnp::session::node_addr::Arc;
use std::sync::Arc;

Seems I have to add a use line in session.rc. I tried this, but did not work. Any help appreciated. I'm on Ubuntu 18.04.
rustc 1.46.0-nightly (9d09331e0 2020-07-12)

cargo build error

$ cargo build
(lots of ok output without any errors)
...
   Compiling bitcoin v0.23.0 (https://github.com/pandoracore/rust-bitcoin?branch=develop#ddb3efff)
error[E0554]: #![feature] may not be used on the stable release channel
  --> /home/user/.cargo/git/checkouts/rust-bitcoin-fad636a717a6bb07/ddb3eff/src/lib.rs:55:1
   |
55 | #![feature(use_extern_macros)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0554`.
error: Could not compile `bitcoin`.

To learn more, run the command again with --verbose.

Happens both with v0.1.0-alpha.1 and master. I'm running Rust 1.37 under Gentoo Linux.

Add private / public key creation

Some of the existing commands require a public key as input. Currently there is no command in lbx that generates a random private key and computes the public key. It can be either a single private key [careful with backups], or a hierarchical deterministic key tree.

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.