Bitcoin Forum
May 06, 2024, 11:38:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Automated cold wallet withdrawals safe if compiled into binarys?  (Read 453 times)
derrend (OP)
Hero Member
*****
Offline Offline

Activity: 707
Merit: 505



View Profile WWW
April 22, 2014, 01:36:22 AM
 #1

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
What is the correct command/context to use and where do i supply the private key?

And...
If inside of my source code script I was to supply the private key such as:
Code:
coldwalletkey = thEC0ldk3Yetcetcetc
and then ran it through a compiler so it cannot be reverse engineered and read (or at least is very difficult), then would this be a good solution to prevent hackers that access the server from spending funds from the wallet yet still allow me to automate it?

Thanks in advance Smiley
1714995514
Hero Member
*
Offline Offline

Posts: 1714995514

View Profile Personal Message (Offline)

Ignore
1714995514
Reply with quote  #2

1714995514
Report to moderator
1714995514
Hero Member
*
Offline Offline

Posts: 1714995514

View Profile Personal Message (Offline)

Ignore
1714995514
Reply with quote  #2

1714995514
Report to moderator
1714995514
Hero Member
*
Offline Offline

Posts: 1714995514

View Profile Personal Message (Offline)

Ignore
1714995514
Reply with quote  #2

1714995514
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714995514
Hero Member
*
Offline Offline

Posts: 1714995514

View Profile Personal Message (Offline)

Ignore
1714995514
Reply with quote  #2

1714995514
Report to moderator
1714995514
Hero Member
*
Offline Offline

Posts: 1714995514

View Profile Personal Message (Offline)

Ignore
1714995514
Reply with quote  #2

1714995514
Report to moderator
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4616



View Profile
April 22, 2014, 01:38:33 AM
 #2

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
What is the correct command/context to use and where do i supply the private key?

And...
If inside of my source code script I was to supply the private key such as:
Code:
coldwalletkey = thEC0ldk3Yetcetcetc
and then ran it through a compiler so it cannot be reverse engineered and read (or at least is very difficult), then would this be a good solution to prevent hackers that access the server from spending funds from the wallet?

Thanks in advance Smiley

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.
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
April 22, 2014, 01:40:49 AM
 #3

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
What is the correct command/context to use and where do i supply the private key?
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.

If inside of my source code script I was to supply the private key such as:
Code:
coldwalletkey = thEC0ldk3Yetcetcetc
and then ran it through a compiler so it cannot be reverse engineered and read (or at least is very difficult), then would this be a good solution to prevent hackers that access the server from spending funds from the wallet?
security through obscurity. what could possibly go wrong?

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
derrend (OP)
Hero Member
*****
Offline Offline

Activity: 707
Merit: 505



View Profile WWW
April 22, 2014, 01:45:43 AM
 #4

Thanks to the both of you Smiley

I don't understand why it isn't possible but I'll take your word for it and press on any way. Shame though Sad

Many thanks as always Smiley
cp1
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Stop using branwallets


View Profile
April 22, 2014, 09:42:43 PM
 #5

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.

Guide to armory offline install on USB key:  https://bitcointalk.org/index.php?topic=241730.0
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!