Oddbean new post about | logout
 #asknostr #dev does anyone know if you can install i2pd on umbrel or start9? https://i2pd.website/ 
 yea at umbrel we use i2pd for bitcoin core peers with this docker image ‘purplei2p/i2pd’
if you need a hand with something lemme know 
 do you have a link to the dockerfile? I would like to learn how to bundle it into an app so I can use it. or if its running at the system level Id like to see I can plug into the SAM interface 
 hmmm you probably want to look at bitcoin core directly then. i2pd has a SAM bridge enabled and core config simply takes in the IP/port

https://github.com/getumbrel/umbrel-apps/blob/master/bitcoin/docker-compose.yml
https://github.com/PurpleI2P/i2pd 
 oh cool, your running it as an extra container next to bitcoind 👍