Râu Cao raucao
  • Joined on 2018-11-24
raucao pushed to master at kosmos/chef 2020-08-30 15:29:36 +00:00
43cfb95a57 Merge pull request 'Move bitcoin-core to VM' (#205) from feature/bitcoin_vm into master
217ab471ce Moving bitcoin-core to VM
Compare 2 commits »
raucao created pull request kosmos/chef#205 2020-08-30 15:28:07 +00:00
Move bitcoin-core to VM
raucao pushed to feature/bitcoin_vm at kosmos/chef 2020-08-30 15:26:51 +00:00
d5448e8240 Basic LND installation
0005f9ab7d Add golang cookbook
Compare 2 commits »
raucao opened issue kosmos/chef#204 2020-08-30 12:21:45 +00:00
Require passwords for sudo
raucao commented on issue kosmos/chef#178 2020-08-30 12:20:38 +00:00
Encrypt Gitea data directories

The alternative would be to create an VM with full-disk encryption now.

raucao opened issue kosmos/chef#203 2020-08-30 09:07:43 +00:00
Base images for Kosmos VMs
raucao opened issue kosmos/chef#202 2020-08-28 15:04:18 +00:00
Create snapshot backup strategy for VM hosts
raucao pushed to feature/bitcoin_vm at kosmos/chef 2020-08-23 10:38:10 +00:00
d5448e8240 Basic LND installation
raucao pushed to feature/bitcoin_vm at kosmos/chef 2020-08-23 09:01:35 +00:00
0005f9ab7d Add golang cookbook
217ab471ce Moving bitcoin-core to VM
raucao commented on pull request kosmos/chef#121 2020-08-20 11:39:16 +00:00
Bitcoin (Core) cookbook

That's because...

I found out that limits from limits.conf don’t apply to systemd services at all

With systemd services, this is done via the LimitNOFILE config.

See https://www.freedesktop.org/software/systemd/man/systemd.exec.html#Process%20Properties

raucao pushed to feature/bitcoin_cookbook at kosmos/chef 2020-08-19 13:29:32 +00:00
5c105f00d1 Use MIT license for bitcoin cookbook
raucao pushed to feature/bitcoin_cookbook at kosmos/chef 2020-08-19 13:28:20 +00:00
1a8c3e4350 Suggest bitcoin source recipe for dev
raucao commented on pull request kosmos/chef#121 2020-08-19 13:27:36 +00:00
Bitcoin (Core) cookbook

Why not? It's commented, so you can uncomment it to easily run the recipe locally. Same as all the other commented recipes.

raucao commented on pull request kosmos/chef#121 2020-08-19 13:25:56 +00:00
Bitcoin (Core) cookbook

I also don’t see the ulimit change anywhere, did you forget to push it?

Which ulimit change are you referring to?

raucao commented on pull request kosmos/chef#121 2020-08-18 12:46:49 +00:00
Bitcoin (Core) cookbook

Another few improvements later, and it's finally finished! 🎉

raucao pushed to feature/bitcoin_cookbook at kosmos/chef 2020-08-18 12:44:53 +00:00
c98be94404 Add rpcpassword support to bitcoin snap recipe
raucao pushed to feature/bitcoin_cookbook at kosmos/chef 2020-08-18 12:38:26 +00:00
97ae73c987 Improve variable name
raucao pushed to feature/bitcoin_cookbook at kosmos/chef 2020-08-17 19:44:21 +00:00
23588760fa Add walletdir flag to bitcoind service start
raucao commented on pull request kosmos/chef#121 2020-08-17 14:50:57 +00:00
Bitcoin (Core) cookbook

Turns out that this is an unknown issue with encfs (and/or leveldb).

I pushed a change to only store the wallet data in encfs, but use the default directory (still configurable) for the rest.

As I nuked all data, it is currently re-syncing the whole chain. So I'm going to revisit this when sync is done.

raucao pushed to feature/bitcoin_cookbook at kosmos/chef 2020-08-17 14:48:20 +00:00
b0daa3d463 Only store wallet in encrypted dir