Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: dillpicklechips on August 17, 2013, 03:34:08 PM



Title: Piping private/public key pairs to a text file in linux using bitcoind?
Post by: dillpicklechips on August 17, 2013, 03:34:08 PM
I want to create a simple command in linux that is sent to bitcoind that will return a new private and public key that I can send to echo to a text file?


Title: Re: Piping private/public key pairs to a text file in linux using bitcoind?
Post by: domob on August 19, 2013, 06:55:40 AM
Not tested, but you could try:
Code:
bitcoind getnewaddress >file
bitcoind dumpprivkey `cat file` >>file