1 2016-12-23 07:18:09 <cluelessperson> Hello all. I just discovered Kivy for Python. I've so far designed this gui layout
2 2016-12-23 07:18:10 <cluelessperson> http://i.imgur.com/sO7bL9e.png
3 2016-12-23 07:18:15 <cluelessperson> I'd like to create a bitcoin wallet
4 2016-12-23 07:18:23 <cluelessperson> easier to use, safely, cross platform
5 2016-12-23 16:41:25 <cluelessperson> Question, why don't you ever see anyone using like, postgres for bitcoin databases?
6 2016-12-23 21:06:29 <nnbosko> Is it possible for multiple bitcoind instances on different EC2 instances on AWS to use the same datadir on a single EBS block?
7 2016-12-23 21:14:52 <nnbosko> I don't require them all to write to the datadir but I do need for them to read properly
8 2016-12-23 21:41:10 <Lightsword> nnbosko, that sounds like a bad idea, what are you trying to do?
9 2016-12-23 22:03:07 <nnbosko> Basically I am trying to have a beanstalk module with a local bitcoind to be able to communicate quickly with its RPC as it is used pretty heavily
10 2016-12-23 22:13:57 <nnbosko> since the beanstalk modules would autoinstance according to network i/o it doesnt make sense to reindex the entire blockchain every time
11 2016-12-23 22:25:47 <Lightsword> nnbosko, I donââ¬â¢t think having it over the network will increase load much at all if itââ¬â¢s in the same AWS region