How to create a bitcoin address using simple commandline tools. by neoxian

View this thread on steempeak.com
· @neoxian ·
$7.82
How to create a bitcoin address using simple commandline tools.
![](https://tctechcrunch2011.files.wordpress.com/2016/12/28577733713_c3c56181da_o.jpg)

(pic from https://tctechcrunch2011.files.wordpress.com)

Hey Steemit, in this post, I'm going to show you how to create a bitcoin address (private key and public address) using relatively simple commandline tools.  This is some good kung-fu to know if you want to store a large amount of bitcoin and you are fairly paranoid.

Though you could do this on Windows, I would not recommend this.  Use a Linux machine.  Once you've got the tools you need, you should disconnect your machine from the network before generating the private key.

# Step 1: Come up with a passphrase

We are going to turn some text into an address, so you need to come up with a passphrase.  This is trickier than it sounds, because your passphrase must be very long and something that no bot will ever crack in a reasonable amount of time.

For a safe passphrase I would use something like this:

` <name of the account> : <15 words and/or gibberish phrase, and also include a secure password, 12 character with upper and lowercase letters, numbers and symbols`

Example:

`neoxian test account: banana dogs dodge zebra miles hydra article bellpepper diet yellow cyberware readers thirteen chocolate bones onasdfe33(FF)`

A phrase like this should be pretty safe.  Write it down somewhere and keep it secret!

# Step 2: Turn the passphrase into a private key

Ok, now that you have a good passphrase that's hard to guess and you have written it down, now you need a private key.  On a Bash commandline this is easy to do:

`echo -n "<phrase>" | sha256sum`

Example:

`echo -n "don't use this" | sha256sum`

Result:
`6782e7c3203a097a9b4c399d2ce9160e037f13646721dad9ea851ee89ac6716e`

The result hexadecimal value is your private key, again you must keep this very safe.

# Step 3: Generate the public address from your private key

Ok, you have your new private key, great! But you need to get the public address for this new account to be useful.  There are a few ways to do this, but I'm going to recommend a fairly short bash script that should be easy to audit and make sure nothing nefarious is going on:

https://github.com/grondilu/bitcoin-bash-tools
This script is copyright (C) 2013 Lucien Grondin (grondilu@yahoo.fr)

I'll also include the script on the bottom of this post just to preserve it on the Steem blockchain (it's not very long).

Ok, so obtain the script and look it over to make sure it's ok, then run it:

`source bitcoin.sh`

Then

`newBitcoinKey 0x<your private key>` or
`newBitcoinKey 0x6782e7c3203a097a9b4c399d2ce9160e037f13646721dad9ea851ee89ac6716e`

You will get an output like:
```
secret exponent:          0x6782E7C3203A097A9B4C399D2CE9160E037F13646721DAD9EA851EE89AC6716E
public key:
    X:                    4CD1F49268836DA32D48C72C26F409E8E0E28E80EE94F997AF60D6BD2F01A37F
    Y:                    836299336CDDD125D9BBC74644EA85583F36651C639CA4CCA346DF7C14AEABF4
compressed:
    WIF:                  KzgvWdT3gLBk512EuwUL6XAvqyPjBeQ9C2C3a5hVvvL9AqK8fjfV
    bitcoin address:      1Dt7xMGaAKAyJUyhmGdPdB12Au4PzEabKi
uncompressed:
    WIF:                  5Jbse5BS5P25KaY6REFMBmSp6CsTn1KPFH8VDw5eNHAKcnsNqvE
    bitcoin address:      1D5GpSFUrgjaHaTEipDXjENCYWx7NoZdX3
```

Ok what you want is in the "uncompressed" section.  There is a WIF which is a shorter version of your private key, and then below that is your public bitcoin address.  The bitcoin address is the public address you can share with others.

Write these down in a safe place.

There you go!  You have now made your very own bitcoin address.

# Test it out using a tiny amount of bitcoin before using it seriously!!!!
Be careful!! Test it before putting serious money into it.

# Measure twice, cut once!!

This is a good rule of thumb for any kind of crypto-anything!  Be cautious!



![](https://i.imgur.com/RogwSSu.gif)

This script is copyright (C) 2013 Lucien Grondin (grondilu@yahoo.fr)
-----------------

```
#!/bin/bash
# Various bash bitcoin tools
#
# requires dc, the unix desktop calculator (which should be included in the
# 'bc' package)
#
# This script requires bash version 4 or above.
#
# This script uses GNU tools.  It is therefore not guaranted to work on a POSIX
# system.
# 
# Copyright (C) 2013 Lucien Grondin (grondilu@yahoo.fr)
# 
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.


if ((BASH_VERSINFO[0] < 4))
then
    echo "This script requires bash version 4 or above." >&2
    exit 538510
fi

declare -a base58=(
      1 2 3 4 5 6 7 8 9
    A B C D E F G H   J K L M N   P Q R S T U V W X Y Z
    a b c d e f g h i j k   m n o p q r s t u v w x y z
)
unset dcr; for i in {0..57}; do dcr+="${i}s${base58[i]}"; done
declare ec_dc='
I16i7sb0sa[[_1*lm1-*lm%q]Std0>tlm%Lts#]s%[Smddl%x-lm/rl%xLms#]s~
483ADA7726A3C4655DA4FBFC0E1108A8FD17B448A68554199C47D08FFB10D4B8
79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798
2 100^d14551231950B75FC4402DA1732FC9BEBF-so1000003D1-ddspsm*+sGi
[_1*l%x]s_[+l%x]s+[*l%x]s*[-l%x]s-[l%xsclmsd1su0sv0sr1st[q]SQ[lc
0=Qldlcl~xlcsdscsqlrlqlu*-ltlqlv*-lulvstsrsvsulXx]dSXxLXs#LQs#lr
l%x]sI[lpSm[+q]S0d0=0lpl~xsydsxd*3*lal+x2ly*lIx*l%xdsld*2lx*l-xd
lxrl-xlll*xlyl-xrlp*+Lms#L0s#]sD[lpSm[+q]S0[2;AlDxq]Sdd0=0rd0=0d
2:Alp~1:A0:Ad2:Blp~1:B0:B2;A2;B=d[0q]Sx2;A0;B1;Bl_xrlm*+=x0;A0;B
l-xlIxdsi1;A1;Bl-xl*xdsld*0;Al-x0;Bl-xd0;Arl-xlll*x1;Al-xrlp*+L0
s#Lds#Lxs#Lms#]sA[rs.0r[rl.lAxr]SP[q]sQ[d0!<Qd2%1=P2/l.lDxs.lLx]
dSLxs#LPs#LQs#]sM[lpd1+4/r|]sR
';

decodeBase58() {
    echo -n "$1" | sed -e's/^\(1*\).*/\1/' -e's/1/00/g' | tr -d '\n'
    dc -e "$dcr 16o0$(sed 's/./ 58*l&+/g' <<<$1)p" |
    while read n; do echo -n ${n/\\/}; done
}
encodeBase58() {
    echo -n "$1" | sed -e's/^\(\(00\)*\).*/\1/' -e's/00/1/g' | tr -d '\n'
    dc -e "16i ${1^^} [3A ~r d0<x]dsxx +f" |
    while read -r n; do echo -n "${base58[n]}"; done
}

checksum() {
    perl -we "print pack 'H*', '$1'" |
    openssl dgst -sha256 -binary |
    openssl dgst -sha256 -binary |
    perl -we "print unpack 'H8', join '', <>"
}

checkBitcoinAddress() {
    if [[ "$1" =~ ^[$(IFS= ; echo "${base58[*]}")]+$ ]]
    then
        local h="$(decodeBase58 "$1")"
        checksum "${h:0:-8}" | grep -qi "^${h:${#h}-8}$"
    else return 2
    fi
}

hash160() {
    openssl dgst -sha256 -binary |
    openssl dgst -rmd160 -binary |
    perl -we "print unpack 'H*', join '', <>"
}

hexToAddress() {
    local x="$(printf "%2s%${3:-40}s" ${2:-00} $1 | sed 's/ /0/g')"
    encodeBase58 "$x$(checksum "$x")"
    echo
}

newBitcoinKey() {
    if [[ "$1" =~ ^[5KL] ]] && checkBitcoinAddress "$1"
    then
	local decoded="$(decodeBase58 "$1")"
	if [[ "$decoded" =~ ^80([0-9A-F]{64})(01)?[0-9A-F]{8}$ ]]
	then $FUNCNAME "0x${BASH_REMATCH[1]}"
	fi
    elif [[ "$1" =~ ^[0-9]+$ ]]
    then $FUNCNAME "0x$(dc -e "16o$1p")"
    elif [[ "${1^^}" =~ ^0X([0-9A-F]{1,64})$ ]]
    then 
	local exponent="${BASH_REMATCH[1]}"
	local uncompressed_wif="$(hexToAddress "$exponent" 80 64)"
	local compressed_wif="$(hexToAddress "${exponent}01" 80 66)"
	dc -e "$ec_dc lG I16i${exponent^^}ri lMx 16olm~ n[ ]nn" |
	{
	    read y x
	    X="$(printf "%64s" $x| sed 's/ /0/g')"
	    Y="$(printf "%64s" $y| sed 's/ /0/g')"
	    if [[ "$y" =~ [02468ACE]$ ]]
	    then y_parity="02"
	    else y_parity="03"
	    fi
	    uncompressed_addr="$(hexToAddress "$(perl -e "print pack q(H*), q(04$X$Y)" | hash160)")"
	    compressed_addr="$(hexToAddress "$(perl -e "print pack q(H*), q($y_parity$X)" | hash160)")"
	    echo ---
            echo "secret exponent:          0x$exponent"
	    echo "public key:"
	    echo "    X:                    $X"
	    echo "    Y:                    $Y"
            echo "compressed:"
            echo "    WIF:                  $compressed_wif"
            echo "    bitcoin address:      $compressed_addr"
            echo "uncompressed:"
            echo "    WIF:                  $uncompressed_wif"
            echo "    bitcoin address:      $uncompressed_addr"
	}
    elif test -z "$1"
    then $FUNCNAME "0x$(openssl rand -rand <(date +%s%N; ps -ef) -hex 32 2>&-)"
    else
	echo unknown key format "$1" >&2
	return 2
    fi
}

vanityAddressFromPublicPoint() {
    if [[ "$1" =~ ^04([0-9A-F]{64})([0-9A-F]{64})$ ]]
    then
	dc <<<"$ec_dc 16o
	0 ${BASH_REMATCH[1]} ${BASH_REMATCH[2]} rlp*+ 
	[lGlAxdlm~rn[ ]nn[ ]nr1+prlLx]dsLx
	" |
	while read -r x y n
	do
	    local public_key="$(printf "04%64s%64s" $x $y | sed 's/ /0/g')"
	    local h="$(perl -e "print pack q(H*), q($public_key)" | hash160)"
	    local addr="$(hexToAddress "$h")"
	    if [[ "$addr" =~ "$2" ]]
	    then
		echo "FOUND! $n: $addr"
		return
	    else echo "$n: $addr"
	    fi
	done
    else 
	echo unexpected format for public point >&2
	return 1
    fi
}
```
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 12 others
👎  
properties (23)
post_id16,394,095
authorneoxian
permlinkhow-to-create-a-bitcoin-address-using-simple-commandline-tools
categorybitcoin
json_metadata"{"app": "steemit/0.1", "format": "markdown", "links": ["https://tctechcrunch2011.files.wordpress.com", "https://github.com/grondilu/bitcoin-bash-tools"], "image": ["https://tctechcrunch2011.files.wordpress.com/2016/12/28577733713_c3c56181da_o.jpg"], "tags": ["bitcoin", "address", "howto"]}"
created2017-10-29 21:06:33
last_update2017-10-29 21:06:33
depth0
children19
net_rshares3,693,191,099,754
last_payout2017-11-05 21:06:33
cashout_time1969-12-31 23:59:59
total_payout_value6.177 SBD
curator_payout_value1.647 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length9,727
author_reputation123,342,035,456,768
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (77)
@mdo ·
Great Post.
👎  
properties (23)
post_id16,394,115
authormdo
permlinkre-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171029t210650669z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "tags": ["bitcoin"]}"
created2017-10-29 21:06:48
last_update2017-10-29 21:06:48
depth1
children1
net_rshares-33,941,043,197
last_payout2017-11-05 21:06:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length11
author_reputation-532,925,702,881
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@neoxian ·
There is no way you read it that fast.
properties (22)
post_id16,394,152
authorneoxian
permlinkre-mdo-re-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171029t210731095z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "tags": ["bitcoin"]}"
created2017-10-29 21:07:30
last_update2017-10-29 21:07:30
depth2
children0
net_rshares0
last_payout2017-11-05 21:07:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length38
author_reputation123,342,035,456,768
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@turpsy ·
This is a good tutorial and i am sure it is worth trying out. But will this also work for bitcoin cash or gold as well? I use windows but you advice against using such OS, probably I might try it soon when i get a linux OS computer.
👍  
properties (23)
post_id16,394,717
authorturpsy
permlinkre-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171029t211724477z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "tags": ["bitcoin"]}"
created2017-10-29 21:17:27
last_update2017-10-29 21:17:27
depth1
children4
net_rshares1,724,862,941
last_payout2017-11-05 21:17:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length232
author_reputation14,491,425,587,942
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@neoxian · (edited)
Yes it should also work for bitcoin cash and bitcoin gold.  Linux is awesome, you should be using it anyways ;)
properties (22)
post_id16,394,951
authorneoxian
permlinkre-turpsy-re-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171029t212154078z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "tags": ["bitcoin"]}"
created2017-10-29 21:21:54
last_update2017-10-29 21:22:06
depth2
children3
net_rshares0
last_payout2017-11-05 21:21:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length111
author_reputation123,342,035,456,768
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@moorkedi ·
can you make a guide for beginners :D  thanks  for  this post BTW
properties (22)
post_id16,397,091
authormoorkedi
permlinkre-neoxian-re-turpsy-re-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171029t220557630z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "tags": ["bitcoin"]}"
created2017-10-29 22:05:57
last_update2017-10-29 22:05:57
depth3
children2
net_rshares0
last_payout2017-11-05 22:05:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length65
author_reputation4,354,004,653,656
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@bania ·
I'm trying to understand this but my coding weakness is affecting me. I really need to learn to code.

@neoxian boss, could you help with a pointer to where to start from?

I only have basic understanding of HTML and CSS
👍  
properties (23)
post_id16,396,922
authorbania
permlinkre-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171029t220231496z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "users": ["neoxian"], "tags": ["bitcoin"]}"
created2017-10-29 22:02:30
last_update2017-10-29 22:02:30
depth1
children2
net_rshares1,740,659,180
last_payout2017-11-05 22:02:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length220
author_reputation17,692,034,507,824
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@neoxian ·
You need to learn about Linux and the Bash command shell.
properties (22)
post_id16,397,097
authorneoxian
permlinkre-bania-re-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171029t220605890z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "tags": ["bitcoin"]}"
created2017-10-29 22:06:06
last_update2017-10-29 22:06:06
depth2
children1
net_rshares0
last_payout2017-11-05 22:06:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length57
author_reputation123,342,035,456,768
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@bania ·
I hope to begin the learning process soon. I really need to know how to code
properties (22)
post_id16,397,218
authorbania
permlinkre-neoxian-re-bania-re-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171029t220843255z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "tags": ["bitcoin"]}"
created2017-10-29 22:08:42
last_update2017-10-29 22:08:42
depth3
children0
net_rshares0
last_payout2017-11-05 22:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length76
author_reputation17,692,034,507,824
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@staticinstance ·
Neat, thanks for spreading the crypto knowledge.  I'll try it out!
👍  
properties (23)
post_id16,396,995
authorstaticinstance
permlinkre-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171029t220403096z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "tags": ["bitcoin"]}"
created2017-10-29 22:04:03
last_update2017-10-29 22:04:03
depth1
children0
net_rshares1,736,597,097
last_payout2017-11-05 22:04:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length66
author_reputation23,988,329,190,194
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@ginasarasini ·
Thank you so much this was much needed. I need all the help i can get . 😁
👍  
properties (23)
post_id16,397,623
authorginasarasini
permlinkre-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171029t221629191z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "tags": ["bitcoin"]}"
created2017-10-29 22:16:30
last_update2017-10-29 22:16:30
depth1
children0
net_rshares1,736,597,097
last_payout2017-11-05 22:16:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length73
author_reputation120,534,427,956
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@rehan12 ·
I suppose coding is not my forte buddy 
Some of them went above mu head !1
👍  
properties (23)
post_id16,417,907
authorrehan12
permlinkre-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171030t050309779z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "tags": ["bitcoin"]}"
created2017-10-30 05:03:15
last_update2017-10-30 05:03:15
depth1
children0
net_rshares1,740,659,180
last_payout2017-11-06 05:03:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length74
author_reputation276,128,422,051,112
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@blazing ·
nicely explained but need to try it first :)
👍  
properties (23)
post_id16,431,476
authorblazing
permlinkre-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171030t090536333z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "tags": ["bitcoin"]}"
created2017-10-30 09:05:39
last_update2017-10-30 09:05:39
depth1
children0
net_rshares1,744,593,775
last_payout2017-11-06 09:05:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length44
author_reputation103,117,727,459,305
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@bat-junior ·
Thanks for this piece of enlightenment. I will try it out.
👍  
properties (23)
post_id16,482,702
authorbat-junior
permlinkre-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171030t211644392z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "tags": ["bitcoin"]}"
created2017-10-30 21:16:45
last_update2017-10-30 21:16:45
depth1
children0
net_rshares5,917,077,954
last_payout2017-11-06 21:16:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length58
author_reputation21,654,868,736,904
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@bat-junior ·
$0.04
I forget to tell you something @neoxian. It's gonna take me a while because I have to get a linux OS device and learn the script as fast as possible. I am still gonna try it out soon.
👍  ,
properties (23)
post_id16,482,871
authorbat-junior
permlinkre-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171030t211950934z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "users": ["neoxian"], "tags": ["bitcoin"]}"
created2017-10-30 21:19:51
last_update2017-10-30 21:19:51
depth1
children1
net_rshares21,168,047,232
last_payout2017-11-06 21:19:51
cashout_time1969-12-31 23:59:59
total_payout_value0.034 SBD
curator_payout_value0.009 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length183
author_reputation21,654,868,736,904
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@neoxian ·
Let me know when you try it out.
properties (22)
post_id16,482,943
authorneoxian
permlinkre-bat-junior-re-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171030t212057614z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "tags": ["bitcoin"]}"
created2017-10-30 21:21:03
last_update2017-10-30 21:21:03
depth2
children0
net_rshares0
last_payout2017-11-06 21:21:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length32
author_reputation123,342,035,456,768
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@ackza ·
This Glacier protocal has a method for using Casino Grade Dice as a way to generate random numbers to create your Bitcoin Wallet address!

https://news.bitcoin.com/extreme-cold-storage-fortress-solitude-bitcoins/
👍  
properties (23)
post_id16,573,474
authorackza
permlinkre-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171031t232329353z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "links": ["https://news.bitcoin.com/extreme-cold-storage-fortress-solitude-bitcoins/"], "tags": ["bitcoin"]}"
created2017-10-31 23:23:30
last_update2017-10-31 23:23:30
depth1
children1
net_rshares4,954,903,983
last_payout2017-11-07 23:23:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length212
author_reputation194,984,459,975,804
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@neoxian ·
Hmm, I'm not sure I'm that paranoid, but thanks.
properties (22)
post_id16,573,627
authorneoxian
permlinkre-ackza-re-neoxian-how-to-create-a-bitcoin-address-using-simple-commandline-tools-20171031t232734795z
categorybitcoin
json_metadata"{"app": "steemit/0.1", "tags": ["bitcoin"]}"
created2017-10-31 23:27:33
last_update2017-10-31 23:27:33
depth2
children0
net_rshares0
last_payout2017-11-07 23:27:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length48
author_reputation123,342,035,456,768
root_title"How to create a bitcoin address using simple commandline tools."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000