It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
$ btcspw 6 3 5 > my_split_wallet.html
NAME
btcspw - Make a new bitcoin paper wallet with split keys.
SYNOPSIS
btcspw [OPTIONS] [X] [M] [N]
OPTIONS
-n,--name=NAME Give wallet name, to appear in page titles.
DESCRIPTION
btcspw generates a paper Bitcoin wallet, split across multiple sheets
using Shamir's Secret Sharing Scheme, in HTML format, and writes it to
standard output.
The output format includes the address and shares of the WIF-format
private key, along with QR codes for each. Each share of the wallet is
labelled with a title, and each private key share is labelled with its
share number, the total number of shares for this wallet, and the
threshold of shares required to reconstruct the private key.
X is the number of keys and addresses to generate. Defaults to 1.
M and N are the number of parts needed to reconstruct the private keys,
and the total number of parts to split the keys into, respectively.
Think "M of N secret sharing".
M defaults to 2. N defaults to N + 1. The minimum values for M and N
are both 2, and it doesn't make sense to have M greater than N.
The current implementation will tend to emit warnings such as
WARNING: couldn't get memory lock (ENOMEM, try to adjust RLIMIT_MEMLOCK!).
due to its use of ssss(1).
SECURITY CONSIDERATIONS
This section describes some security considerations that are specific
to this program, and doesn't give general advice about managing Bitcoin
paper wallets or cryptographic secret sharing.
Generated private keys and addresses should always be verified using an
independent application before sending any money to the generated
addresses.
This program is intended to work well on a computer that's not on any
networks.
To avoid complete copies of the key information being created in non-
volatile storage on the computer where btcspw is run, a couple of tips
can be followed. Firstly, ensure any swap space is encrypted and is
reinitialised every boot with a random key. Secondly, create the HTML
file in a tmpfs or a similar in-memory filesystem. Thirdly, render the
file in a browser using a uid that doesn't have write access to its own
home directory, or to anywhere else where the browser might attempt to
store cache or other state.
Remember to take the security of the printer into account.
SEE ALSO
btcgenkey(1), btcaddr(1)
https://www.bitaddress.org/