
u/NoAct2994

Testing a Stripe-like Monero payments system
I had an idea of this for a few weeks now, seeing that alternatives like BtcPay requires the user to host a RPC too I thought running a fully hosted payments platform would be easier for most developers.
It uses a centeralized wallet to collect funds, verifies each Tx with its own subaddress and its pretty easy to interact with via the API. Payouts are directly sent after the 10 block confirmation, but the transactions can be verified within 1 block (or even with 0-conf, as it watches the mempool too) to make it faster for the user.
First implementation has been with another project of ours which used Polar as the only payment method, and I am pretty happy with the current results :)!
I would like to hear the communities ideas, and you can check the source code (or self-host it).
https://github.com/islemci/cheyn
0:36 - 1:17 sped up because Tx was not included in a block for a few mins :(
Footage is from operations conducted by the Turkish military in Northern Iraq to clear out PKK activity from the region, music from source.
Hi everyone, I'm kind of new to the Monero ecosystem and I wanted to build something that looks a bit better than the other explorers (e.g. XMRChain or P2Pool Observer) and came up with monero.bar!
It collects data from all of the pools and nodes independently and does not depend on any other aggregator like MiningPoolStats. It can rank pools based on the computing power (data used is self-reported by the services themselves), explore basic block info and list the latest 2500 blocks.
I would love to see you guys' opinions on this project as I'm fairly new to the XMR ecosystem :) It is also completely open source so you can deploy it in your own server or with Railway.
Link: https://monero.bar