Bitcoin Forum
May 09, 2024, 09:05:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Client not start when setgid  (Read 1241 times)
Frodo (OP)
Newbie
*
Offline Offline

Activity: 34
Merit: 0



View Profile
April 28, 2011, 04:26:12 PM
 #1

For security I want to enable wallet.dat reading only by bitcoin client (or maybe archiver). I created group 'bitcoin'
and try
  chgrp bitcoin /usr/bin/bitcoin
  chmod g+s /usr/bin/bitcoin
  chgrp bitcoin /home/frodoj/.bitcoin/wallet.dat
  chmod 060 /home/frodo/.bitcoin/wallet.dat
but if I call bitcoin client, it crash:
==============================
(process:6472): Gtk-WARNING **: This process is currently running setuid or setgid.
This is not a supported use of GTK+. You must create a helper
program instead. For further details, see:

    http://www.gtk.org/setuid.html

Refusing to initialize GTK+.
17:46:08: Debug: In file ../src/unix/threadpsx.cpp at line 253: 'pthread_mutex_destroy()' failed with error 0x00000010 (Device or resource busy).
==============================
Is way to solve it?
When will bitcoin client works on encrypted wallet.dat?
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!