Giter Club home page Giter Club logo

hashmal's People

Contributors

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

hashmal's Issues

setup.py fail on ubuntu 16.0

rolex@rolex-VirtualBox:~/hashmal$ python setup.py
Traceback (most recent call last):
File "setup.py", line 2, in
from hashmal_lib.gui_utils import hashmal_entry_points
File "/home/rolex/hashmal/hashmal_lib/init.py", line 5, in
from main_window import HashmalMain
File "/home/rolex/hashmal/hashmal_lib/main_window.py", line 9, in
from hashmal_lib.core import chainparams
File "/home/rolex/hashmal/hashmal_lib/core/init.py", line 1, in
import chainparams
File "/home/rolex/hashmal/hashmal_lib/core/chainparams.py", line 3, in
import bitcoin
ImportError: No module named bitcoin

Storage of Private Key Data?

Eventually, a tool will exist that can make use of private keys. (Transaction Builder really already fits this criterion, as it could have the ability to sign transactions.)

The question of how to deal with private keys presents itself. Since Hashmal is intended to help developers, it makes sense that someone who knows what they're doing should be unencumbered by measures designed to protect less-experienced users.

Nevertheless, I think it's unwise to go beyond storing private keys in RAM (e.g. writing them in the config file). Doing so would require something like:

  1. Creating a system of optional key encryption, in which encrypted keys are stored and the user must do something to decrypt them when they're needed.
  2. Something else?

Is there a feasible use-case (e.g. tool) in which permanent storage of private key data is necessary?

And if so, is there a better way to save private key data than the option listed above?

Setup.py fails

Hi,
first - thank you for this great tool!
second - I am unable to install it, what am I doing wrong ? Thank you in advance for your reply.

pip install setup.py
Collecting setup.py
  Could not find a version that satisfies the requirement setup.py (from versions: )
No matching distribution found for setup.py

Best wishes
j

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.