Posts

Showing posts from March, 2014

Eth0 tidak bisa UP setelah clone VM

Penyebab perbedaan HW Address (MAC) rm /etc/udev/rules.d/70-persistant-net.rules reboot

Decrypt bitcoin wallet backup

The manual backup files are encrypted using your chosen password. You can use OpenSSL to decrypt: openssl enc -d -aes-256-cbc -a -in FILENAME From: https://github.com/schildbach/bitcoin-wallet/tree/master/wallet   openssl enc -d -aes-256-cbc -md md5 -a -in FILENAME   and then use wallet-tool from bitcoinj   Instruction: https://github.com/bitcoin-wallet/bitcoin-wallet/blob/master/wallet/README.recover.md