Bitcoin Forum
May 02, 2024, 10:14:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Question about Verifying Database entries  (Read 511 times)
crazy_rabbit (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1001


RUM AND CARROTS: A PIRATE LIFE FOR ME


View Profile
March 08, 2013, 08:45:23 AM
 #1

So I'm working on a service that uses a mysql database to keep track of user balances. I've done about as much as I and my developer knows to keep the Bitcoind safe from attackers- mostly a cold wallet to just form the basis of the protection and limit interest in trying to steal it.

There still lingers in my mind though the silent threat of someone compromising the system and managing to every so slightly manipulate the database so as to slowly over time bleed dry the system. 

Any ideas how to protect a dabatase or to prevent it's manipulation? A way to have verifiable records?

One idea I had thought about was using a nosql database like MondoDB, where every time a record was made the hash of all it's contents was saved in another database so that records could be verified.

Any other ideas? Any places I should start looking?

more or less retired.
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714688058
Hero Member
*
Offline Offline

Posts: 1714688058

View Profile Personal Message (Offline)

Ignore
1714688058
Reply with quote  #2

1714688058
Report to moderator
1714688058
Hero Member
*
Offline Offline

Posts: 1714688058

View Profile Personal Message (Offline)

Ignore
1714688058
Reply with quote  #2

1714688058
Report to moderator
1714688058
Hero Member
*
Offline Offline

Posts: 1714688058

View Profile Personal Message (Offline)

Ignore
1714688058
Reply with quote  #2

1714688058
Report to moderator
gweedo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000


View Profile
March 08, 2013, 08:53:26 AM
 #2

To do what your saying, could be done in mysql, hash the username, and balance together, then have a very secure, and long salt, to make sure nothing can be changed.
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!