pull down to refresh
0 sats \ 16 replies \ @k00b OP 22 Mar \ parent \ on: Easy self-hosting of a basic ecommerce store that accepts bitcoin? AGORA
That's crazy to me. It seems like such an obvious thing to build. It's the one thing we all should be doing with internet money - running our own stores.
I totally agree but it’s really difficult. Running a BTCPay Server on clearnet will only doxx you if you run it locally and then you still have to manage channel liquidity and everything.
A buddy of mine bought an XYZ domain name and uses that to receive payments to his own pay server but it’s a lot of work and he’s 5+ years down the rabbit hole.
Even after all these years, there’s still no easy way to run your own bitcoin store.
reply
Yes true, but why are people obsessed to receive directly on the node? We are using coinos as proxy to send/receive LN sats, then if receiving threshold is reached move it onchain leaving a reserve amount for future zaps and general expenses.
reply
Running things locally is both a privacy and security concern.
Coinos can probably see all of your payments (and maybe custodies them too?) which means you might as well be using Coinbase or something
reply
Exactly. When bitcoin is $1m per coin, how much will criminals pay for a database of customer addresses that bought a bitcoin shirt on some Shopify store in 2025? The bigger the honey pot, the more bears you attract. Self-hosting this stuff reduces certain threats and allows a good merchant to delete the data.
why are people obsessed to receive directly on the node?
Because trust comes with tradeoffs. In the case where you're running a store via a custodian, not only are you trusting the custodian with your money and privacy, you're forcing your customers to trust the custodian with their privacy should it leak (which it inevitably will via lightning address, invoice descriptions, etc).
Also, even if you don't care about the amount you're storing with custodians, should they disappear you will be ill-equipped to self-host because no tools will exist because everyone who might build and use them were shamed for being "obsessed" with the inevitable.
reply
Now we are talking! Data retention is something we cared about since the beginning of setting up online the agora shop.
For the inevitability of custodian disappearing at some point, well that's part of the game. In our case, we could not find better solution for now. Definitely interested to explore more BTCpay server, I see it easily implemented with woocommerce a and enable the collection of buyers' information for shipping in a safe and self-hosted way.
reply
Exactly. As bitcoiners we should all care about this stuff even if we aren't ready to act on it ourselves yet. And, we should cherish the people that do care about this stuff, because they are few and are making the world more private and secure for us (should we need such things).
reply
reply
make sense, we are ok with coinos for now, as it is the best solution we could have found and implement, we assume it will change. Ideally the setup mentioned above umbrel + wordpress + woocommerce + btcpay seems to be the best, also from a privacy and security perspective. We may try to set it up soon.