Giter Site home page Giter Site logo

darkwallet's People

Contributors

narodnik 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  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

darkwallet's Issues

Install help

Hi, I'm new to Linux so apologies if this is a dumb question.
I'm trying to install this on unbuntu, have followed the instructions exactly but the terminal window freezes , couple of access folder issues for .cache/pip which I have now changed all the rights for the files but still no joy.
If someone could tell me how to install it from the downloaded zip file that would be amazing.
Would appreciate any advice.
Thx

Installed successfully but will not launch -

I've installed darkwallet and the install log seems in good order... but the wallet will no launch... here's the terminal read out:

Traceback (most recent call last):
  File "/home/wayne/darkwallet_desktop/darkwallet/darkwallet-daemon.py", line 4, in <module>
    import darkwallet
  File "/home/wayne/darkwallet_desktop/darkwallet/darkwallet/__init__.py", line 1, in <module>
    from darkwallet.gateway import start
  File "/home/wayne/darkwallet_desktop/darkwallet/darkwallet/gateway.py", line 9, in <module>
    from libbitcoin.server_fake_async import TornadoContext
  File "/home/wayne/darkwallet_desktop/python-libbitcoin/libbitcoin/__init__.py", line 1, in <module>
    import libbitcoin.bc
  File "/home/wayne/darkwallet_desktop/python-libbitcoin/libbitcoin/bc/__init__.py", line 2, in <module>
    from libbitcoin.bc.base_10 import btc_decimal_places, mbtc_decimal_places, \
  File "/home/wayne/darkwallet_desktop/python-libbitcoin/libbitcoin/bc/base_10.py", line 1, in <module>
    from libbitcoin.bc.config import ffi, lib
  File "/home/wayne/darkwallet_desktop/python-libbitcoin/libbitcoin/bc/config.py", line 2, in <module>
    lib = ffi.dlopen("libbitcoin-c.so")
OSError: cannot load library 'libbitcoin-c.so': libbitcoin-c.so: cannot open shared object file: No such file or directory

> [email protected] dev /home/wayne/darkwallet_desktop/darkwallet-electron-ui
> npm run hot-server -- --start-hot


> [email protected] hot-server /home/wayne/darkwallet_desktop/darkwallet-electron-ui
> cross-env NODE_ENV=development node --max_old_space_size=2096 -r babel-register server.js "--start-hot"

sh: 1: cross-env: not found

npm ERR! Linux 4.4.0-78-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "hot-server" "--" "--start-hot"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] hot-server: `cross-env NODE_ENV=development node --max_old_space_size=2096 -r babel-register server.js "--start-hot"`
npm ERR! spawn ENOENT
npm ERR! 
npm ERR! Failed at the [email protected] hot-server script 'cross-env NODE_ENV=developmen

remove npm from dependency

sudo apt -y install build-essential autoconf automake libtool pkg-config git libboost-all-dev npm tor torsocks libpython3.5 libpython3.5-dev sqlcipher libsqlcipher-dev python3-pip libffi-dev python3-pycparser dh-autoreconf

consider removing npm from dep install. if youve installed node using a different method then it comes up with unmet deps and doesn't install any.

also libpython3.5 libpython3.5-dev isnt available by default in ubuntu 18 so that another issue

I can't install it

Hello!
I can't win this errors

src/chain/header.cpp: In function 'bool bc_header__is_valid_time_stamp(const bc_header_t*)':
src/chain/header.cpp:182:23: error: 'class libbitcoin::chain::header' has no member named 'is_valid_time_stamp'
return self->obj->is_valid_time_stamp();
^
src/chain/transaction.cpp: In function 'bool bc_transaction__is_immature(const bc_transaction_t*, size_t)':
src/chain/transaction.cpp:244:23: error: 'class libbitcoin::chain::transaction' has no member named 'is_immature'
return self->obj->is_immature(target_height);
^
make: *** [src/chain/src_libbitcoin_c_la-header.lo] Error 1
make: *** Waiting for unfinished jobs....
make: *** [src/chain/src_libbitcoin_c_la-transaction.lo] Error 1

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.