Author

Topic: Piping private/public key pairs to a text file in linux using bitcoind? (Read 581 times)

legendary
Activity: 1135
Merit: 1166
Not tested, but you could try:
Code:
bitcoind getnewaddress >file
bitcoind dumpprivkey `cat file` >>file
hero member
Activity: 994
Merit: 507
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?
Jump to: