apt install golang
git clone https://git.sr.ht/~anon_/shadowchat
cd shadowchat
go get github.com/skip2/go-qrcode
go mod init shadowchat && go mod tidy
- edit
config.json
go run main.go
A webserver at 127.0.0.1:8900 is running. Pressing the pay button will result in a 500 Error if the monero-wallet-rpc
is not running.
This is designed to be run on a cloud server with nginx proxypass for TLS.
- Generate a view only wallet using the
monero-wallet-gui
from getmonero.org. Preferably with no password - Copy the newly generated
walletname_viewonly
andwalletname_viewonly.keys
files to your VPS - Download the
monero-wallet-rpc
binary that is bundled with the getmonero.org wallets. - Start the RPC wallet:
monero-wallet-rpc --rpc-bind-port 28088 --daemon-address https://xmr-node.cakewallet.com:18081 --wallet-file /opt/wallet/walletname_viewonly --disable-rpc-login --password ""
- Visit 127.0.0.1:8900/view to view your superchat history
- Visit 127.0.0.1:8900/alert?auth=adminadmin to see notifications
- The default username is
admin
and passwordadminadmin
. Change these inmain.go
- Edit web/index.html and web/style.css to customize your front page!
- Add a Browser source in obs and point it to
https://example.com/alert?auth=adminadmin
- Blocklist for naughty words
- Widget for OBS displaying top donators
- Remove discord and streamlabs integration features
- Settings page for on-the-fly changes (minimum dono amount, hide all amounts, etc.)
GPLv3
sir,,thank you
84U6xHT7KVaWqdKwc7LiwkAXKCS2f2g6b6SFyt1G7u6xWqLBYTVXH2aEsEPho64uPFJQS6KHqSg7XLEfEkqvjdgd9H1vQSm