Bitcoin Forum
May 23, 2024, 09:53:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3]  All
  Print  
Author Topic: ColdPi - Offline bitcoin wallet on a Raspberry Pi  (Read 9344 times)
xabbix (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
January 05, 2014, 11:58:12 AM
 #41

I know you are probably doing this with good intentions, but it seems a lot of people are putting a lot of trust in these kind of products without thinking about the security possibilities.

If I wanted to steal some bitcoin this would be a fantastic way to do it.  I could modify the armory source to stash any PKs loaded to an obscure location on the SD card.  I could then modify one of the standard linux daemons to wait for an internet connection and then send the contents of this obscure PK file to myself.  I know that this is theoretically an offline wallet but I can see many people in a moment of weakness establishing an internet connection  just long enough to download and install one of their favorite apps that doesn't come in your bundle.

Again, I doubt this is the case, but people really shouldn't be running software on anything that they haven't personally verified the source/binaries.  When setting up an environment verify the OS, the bitcoin client and any other tools that you will need.  There isn't any way to do that with this, a whole lot of blind faith in an anonymous entity is required.

Indeed it is possible for me to steal coins from users who choose to use my compiled Armory version, however it is extremely difficult for me to do that, and impossible if you actually follow my own instructions (which is to NEVER connect the Pi to the internet).

By the way, if anyone is interested in adding something to the bundle, he can do it via USB instead of connecting the device to the internet which is quite convenient even compared to directly plugging the Pi to the internet.
bitmagi
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile WWW
January 05, 2014, 03:09:47 PM
 #42

By the way, if anyone is interested in adding something to the bundle, he can do it via USB instead of connecting the device to the internet which is quite convenient even compared to directly plugging the Pi to the internet.
How about adding a script with coldpi that removes the ethernet interface and the temptation to easily connect the coldpi to the internet?
xabbix (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
January 05, 2014, 03:13:58 PM
 #43

By the way, if anyone is interested in adding something to the bundle, he can do it via USB instead of connecting the device to the internet which is quite convenient even compared to directly plugging the Pi to the internet.
How about adding a script with coldpi that removes the ethernet interface and the temptation to easily connect the coldpi to the internet?

Well I don't want to cripple the device by removing the interface. I will however disable it by default, so even if you connect the cable by mistake nothing will happen until you start the networking service manually.

I'll be uploading the complete Raspberry Pi SD image soon (not just the Armory source as currently available).


crazy_rabbit
Legendary
*
Offline Offline

Activity: 1204
Merit: 1001


RUM AND CARROTS: A PIRATE LIFE FOR ME


View Profile
January 05, 2014, 03:18:20 PM
 #44

IT would be cool to bundle this all together on a small mini-itx computer with hard drive that could both run as a full node (support Bitcoin!) and run armory for your cold storage needs. It could be set up to only have the port open to the outside world to connect to the bitcoin network, nothing else.

more or less retired.
xabbix (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
January 05, 2014, 03:24:54 PM
 #45

IT would be cool to bundle this all together on a small mini-itx computer with hard drive that could both run as a full node (support Bitcoin!) and run armory for your cold storage needs. It could be set up to only have the port open to the outside world to connect to the bitcoin network, nothing else.

In my opinion, if the network cable is plugged to the board, it cannot be considered as 'cold' storage.
xabbix (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
January 07, 2014, 10:12:29 PM
 #46

The Cold Pi image can now be downloaded freely, please have a look here:

http://coldpi.com/manuals/install-image.html

Regarding the security issues that were raised earlier in this thread, I've also included bitaddress.org's source code (that can be verified via md5 checksum against the current version on github) so you can now basically generate a new key via the bitaddress.org HTML file and import it into Armory.

By doing so you eliminate my ability to mess around with the Armory key generation function and my ability affect the randomness of the process.

Since the device is not intended and should never be connected to the internet, other than to mess around with the randomness of the genkey function I cannot do much more to gain profit.

Just to state the obvious, I have not infected the Raspberry Pi with any malicious software and have not made any code changes to either the Armory client, Raspbian OS or bitaddress.org HTML file.
cryptozark
Member
**
Offline Offline

Activity: 112
Merit: 10

Cryptocurrency is my new obsession


View Profile
January 07, 2014, 11:57:41 PM
 #47

ELI5 - How does this compare to something like the Trezor?

http://www.bitcointrezor.com

Current loving EAC: ejSN43uVk4Rw4u4Etcw4RvR8mN3Rn2LPfm
crazy_rabbit
Legendary
*
Offline Offline

Activity: 1204
Merit: 1001


RUM AND CARROTS: A PIRATE LIFE FOR ME


View Profile
January 08, 2014, 12:02:39 AM
 #48


Since the device is not intended and should never be connected to the internet, other than to mess around with the randomness of the genkey function I cannot do much more to gain profit.

You, or someone else, could theoretically alter the code in such a way that every address the code generates is actually from the same master seed. So to a regular user it might look random and fair, but in reality you would have the master seed and thus access to everyone who ever generates addresses with it.

Not saying that you did, but it's possible.

more or less retired.
xabbix (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
January 08, 2014, 09:21:21 AM
 #49

ELI5 - How does this compare to something like the Trezor?

http://www.bitcointrezor.com

Trezor can be used as either hot or cold storage. You can easily move coins to trezor's address and use it as cold storage but also allows you to plug the trezor to an internet machine and safely transfer coins as a hot wallet.

The cold pi is intended for cold storage only. Of course you can still spend coins on the Cold Pi address but the way to do it is a bit more complicated than trezor. You will need to export the watch only address from your cold pi to an internet machine, create a transaction using the watch only address, move the transaction data via USB, sign it on the cold pi and move it back to the internet machine.
xabbix (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
January 08, 2014, 09:22:23 AM
 #50


Since the device is not intended and should never be connected to the internet, other than to mess around with the randomness of the genkey function I cannot do much more to gain profit.

You, or someone else, could theoretically alter the code in such a way that every address the code generates is actually from the same master seed. So to a regular user it might look random and fair, but in reality you would have the master seed and thus access to everyone who ever generates addresses with it.

Not saying that you did, but it's possible.

Yes but if you use the bitaddress.org HTML file that I've included (and can be verified via md5 checksum) you can generate the private key there and import it into Armory. So I can't control the master seed or anything else..
loreannl
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 08, 2014, 02:11:29 PM
 #51

Thanks. I've had some SD card issues in the past with Pi. Although I'm sure it was (partially) user error.

IM sure its not. I have two pi's, my brother has a pi, my neighbor has a pi. All 4 have problems with corrupting SD cards, regardless of brand or type of SD card,  and two of the PIs have loose contacts in the sd card connector (well maybe all 4, but only two you have to wiggle/twist/bend/use tape to make it work at all).  I really wish the Pi could boot from USB.

yes i've had the same problems with the SD cards, the problem lies in the contacts not making good contact in de SD sleeve. If you open the case and put a small rubber pressing the sd card harder down and therefore making better contact, you should not having troubles anymore.
seriouscoin
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
January 23, 2014, 02:56:00 PM
 #52

The Cold Pi image can now be downloaded freely, please have a look here:

http://coldpi.com/manuals/install-image.html

Regarding the security issues that were raised earlier in this thread, I've also included bitaddress.org's source code (that can be verified via md5 checksum against the current version on github) so you can now basically generate a new key via the bitaddress.org HTML file and import it into Armory.

By doing so you eliminate my ability to mess around with the Armory key generation function and my ability affect the randomness of the process.

Since the device is not intended and should never be connected to the internet, other than to mess around with the randomness of the genkey function I cannot do much more to gain profit.

Just to state the obvious, I have not infected the Raspberry Pi with any malicious software and have not made any code changes to either the Armory client, Raspbian OS or bitaddress.org HTML file.

Correct me if i'm wrong but you CANT import a wallet created by other client to Amory. To do what you said above, you have to make a new wallet in Armory then import the privatekey/address to that wallet.

So what happens if that wallet was created not by random key generator? can you touch those imported addresses?
xabbix (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
January 26, 2014, 09:40:05 AM
 #53

The Cold Pi image can now be downloaded freely, please have a look here:

http://coldpi.com/manuals/install-image.html

Regarding the security issues that were raised earlier in this thread, I've also included bitaddress.org's source code (that can be verified via md5 checksum against the current version on github) so you can now basically generate a new key via the bitaddress.org HTML file and import it into Armory.

By doing so you eliminate my ability to mess around with the Armory key generation function and my ability affect the randomness of the process.

Since the device is not intended and should never be connected to the internet, other than to mess around with the randomness of the genkey function I cannot do much more to gain profit.

Just to state the obvious, I have not infected the Raspberry Pi with any malicious software and have not made any code changes to either the Armory client, Raspbian OS or bitaddress.org HTML file.

Correct me if i'm wrong but you CANT import a wallet created by other client to Amory. To do what you said above, you have to make a new wallet in Armory then import the privatekey/address to that wallet.

So what happens if that wallet was created not by random key generator? can you touch those imported addresses?


You can import a private key into your Armory wallet. Even if I had generated the wallet myself (which I don't, and if you install the image you can see that you'll get the 'create your new armory wallet' splash screen. Also you can check and see that there's no ~/.armory directory before you launch Armory for the first time).

If you choose to import a private key from bitaddress.org's html, as far as I know, there's nothing I could do beforehand to get your coins. However if you choose to 'sweep' the address, that will move the funds to the Armory generated address which is something you would like to avoid if you do not trust me.
acegilz
Full Member
***
Offline Offline

Activity: 211
Merit: 100

1ACEGiLZnZoG7KUNkMwAT8tBuJ6jsrwj5Q


View Profile
June 04, 2014, 01:10:34 PM
 #54

Hi, I am tring to write my sdcard with the image provided here:
Quote

but I always get this error:

Code:
not enough space on disk sector size 512

"Not enough space on disk: Size 15730688 sectors Available: 15523840 sectors Sector size: 512"

Can someone help me editing the iso to remove unecessary things to reduce its space?

I bought the NOOBS card with my pi but it seems that it only comes with 7.32GB and the image provided has 7.40GB...

 Thanks
SimonBelmond
Full Member
***
Offline Offline

Activity: 226
Merit: 100



View Profile
June 04, 2014, 09:26:09 PM
 #55

Hi, I am tring to write my sdcard with the image provided here:
Quote

but I always get this error:

Code:
not enough space on disk sector size 512

"Not enough space on disk: Size 15730688 sectors Available: 15523840 sectors Sector size: 512"

Can someone help me editing the iso to remove unecessary things to reduce its space?

I bought the NOOBS card with my pi but it seems that it only comes with 7.32GB and the image provided has 7.40GB...

 Thanks

I think you might just have found out what your problem is then. Try a bigger one. Are you properly writing it with an imager program?
acegilz
Full Member
***
Offline Offline

Activity: 211
Merit: 100

1ACEGiLZnZoG7KUNkMwAT8tBuJ6jsrwj5Q


View Profile
June 05, 2014, 12:23:26 AM
 #56

Hi, I am tring to write my sdcard with the image provided here:
Quote

but I always get this error:

Code:
not enough space on disk sector size 512

"Not enough space on disk: Size 15730688 sectors Available: 15523840 sectors Sector size: 512"

Can someone help me editing the iso to remove unecessary things to reduce its space?

I bought the NOOBS card with my pi but it seems that it only comes with 7.32GB and the image provided has 7.40GB...

 Thanks

I think you might just have found out what your problem is then. Try a bigger one. Are you properly writing it with an imager program?

I did it myself with this card following the other guide provided by coldpi:
Quote

I just thinked that if the other image doesn't fit on 8gb cards you should update this point on the other tutorial:
Quote
4.    Insert your SDHC card (8GB+, Class4+)

Thanks anyway
SimonBelmond
Full Member
***
Offline Offline

Activity: 226
Merit: 100



View Profile
June 05, 2014, 04:40:37 AM
 #57

Hi, I am tring to write my sdcard with the image provided here:
Quote

but I always get this error:

Code:
not enough space on disk sector size 512

"Not enough space on disk: Size 15730688 sectors Available: 15523840 sectors Sector size: 512"

Can someone help me editing the iso to remove unecessary things to reduce its space?

I bought the NOOBS card with my pi but it seems that it only comes with 7.32GB and the image provided has 7.40GB...

 Thanks

I think you might just have found out what your problem is then. Try a bigger one. Are you properly writing it with an imager program?

I did it myself with this card following the other guide provided by coldpi:
Quote

I just thinked that if the other image doesn't fit on 8gb cards you should update this point on the other tutorial:
Quote
4.    Insert your SDHC card (8GB+, Class4+)

Thanks anyway

I'm sorry it didn't work out. You might have to wait for the owner of this thread to drop by. Maybe write hm a PM.
Pages: « 1 2 [3]  All
  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!