Title: Automated cold wallet withdrawals safe if compiled into binarys? Post by: derrend on April 22, 2014, 01:36:22 AM extended from - https://bitcointalk.org/index.php?topic=578776.0
Using the 'bitcoind' command line program is it possible to withdraw from a cold wallet as long as you have the private key such as: Code: ./bitcoind sendfrom coldwallet customer 0.1 theprivatekey And... If inside of my source code script I was to supply the private key such as: Code: coldwalletkey = thEC0ldk3Yetcetcetc Thanks in advance :) Title: Re: Automated cold wallet withdrawals safe if compiled into binarys? Post by: DannyHamilton on April 22, 2014, 01:38:33 AM extended from - https://bitcointalk.org/index.php?topic=578776.0 Using the 'bitcoind' command line program is it possible to withdraw from a cold wallet as long as you have the private key such as: Code: ./bitcoind sendfrom coldwallet customer 0.1 theprivatekey And... If inside of my source code script I was to supply the private key such as: Code: coldwalletkey = thEC0ldk3Yetcetcetc Thanks in advance :) This is not a cold wallet. This is a hot wallet. You have your definitions mixed up. A cold wallet is not connected to the internet. It is not possible to "automate" the spending of funds from a cold wallet. Title: Re: Automated cold wallet withdrawals safe if compiled into binarys? Post by: grue on April 22, 2014, 01:40:49 AM Using the 'bitcoind' command line program is it possible to withdraw from a cold wallet as long as you have the private key such as: it's not so simple. if you want to create a transaction with a private key that's not in the wallet, you'll need to use the raw transactions api.Code: ./bitcoind sendfrom coldwallet customer 0.1 theprivatekey If inside of my source code script I was to supply the private key such as: security through obscurity. what could possibly go wrong?Code: coldwalletkey = thEC0ldk3Yetcetcetc Title: Re: Automated cold wallet withdrawals safe if compiled into binarys? Post by: derrend on April 22, 2014, 01:45:43 AM Thanks to the both of you :)
I don't understand why it isn't possible but I'll take your word for it and press on any way. Shame though :( Many thanks as always :) Title: Re: Automated cold wallet withdrawals safe if compiled into binarys? Post by: cp1 on April 22, 2014, 09:42:43 PM You could do all the automation you want on a cold wallet, but nothing will ever come of it because you're not connected to the internet.
|