Yes, the BMM mechanism is different, the actual spacechain logic is different, the peg process is different (it doesn't exist on soma), the way to pay miners is different, the transport mechanism is different, it's written in a different language by a different person and runs on a different platform.
Testnet address does not show up to start the chain. its blank, even when i press to copy the address and paste it, no address shows up when i hit paste.
That's weird. It shows up fine for me. Rijndael also tested it yesterday and said it works for him. What browser/os combination are you using? I want to debug the site in that setup.
Also, do you have ublock origin installed? Sometimes it blocks web requests, including requests to js resources hosted on other sites
That is weird, none of those are errors. It should continuously poll mempool.space's api for an incoming payment, detect one after your wallet sends one, and then redirect you to a screen where you can view your spacechain. The only thing I can think of that might go wrong is if mempool.space's api throws an error, which should show up in your browser console, but your screenshots don't show such an error.
Wait, are you sending precisely the amount it asks for? If you send the wrong amount it will ignore the transaction even if you sent more than it asked for. I usually use https://bitcoinfaucet.uo1.net/ to test it because that faucet lets me send precise amounts.
Yes. The container comes with the miner plugin built in. When you run CLN with it you're already a miner.
But it is missing a function to mine your own transactions, so to mine anything you must do a call to soma-invoice and then pay the invoice from another node.
soma-invoice
and then pay the invoice from another node.