Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Wallet of existed private key. #141

Open
bom64 opened this issue Dec 24, 2016 · 2 comments
Open

Split Wallet of existed private key. #141

bom64 opened this issue Dec 24, 2016 · 2 comments

Comments

@bom64
Copy link

bom64 commented Dec 24, 2016

The Split Wallet tab have no input felt for a private key the user already have or have created eg. using a dice and now like to split.

@danyshaanan
Copy link

Implemented naively in #162.

Try at your own peril with:

git clone [email protected]:pointbiz/bitaddress.org.git
cd bitaddress.org/
git pull origin ffcf26a3c9ccf8fc0e3903f0470750f9c389b056
# open bitaddress.org.html

@stevexyz
Copy link

I think this feature is very important not only because one can already have a key to share, but also because on the initial page there is a lot of effort spent on generating a proper randomized key, while in this page seems a new key is "simply" generated (without all the randomization fuss).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@danyshaanan @stevexyz @bom64 and others