- Edited
Hey everyone,
I've launched live today new BTC anchor https://btc.papayame.com
There is also testnet version on https://tbtc.papayame.com if you want to play with it. Let me know if you have any feedback.
UPDATE 25.07
Added LTC anchor https://ltc.papayame.com, works exactly the same way as BTC version.
There is also testnet version on https://tltc.papayame.com, which I couldn't properly test, because couldn't find working faucets
Main reason why I had to build that:
I needed support for federation/memo when you deposit BTC to make it usable for wallets/systems, which have single account for all users. naobtc.com doesn't provide that functionality at the moment.
Less important features include:
- batching withdrawal transactions together within 1 min (hopefully one day we have many transactions and that can save everyone some mining fees)
- Support for incoming and outgoing BitGo instant transactions (if we have enough balance - transaction will be sent as instant), so participating parties, like exchanges may recognize it immediately.
Here's how the process looks like:
- Get Bitcoin address for deposit using form on the website
or GET/POST request to https://btc.papayame.com/deposit?account_id=GCKYSFFNJXYU43RQWNR7QZS23AUBURR7QTF2TOXXKFEU4OC5MN7CCYDV&memo_type=text&memo=umbrel
- Send BTC to provided address
- Watch your BTC landed to your Stellar address
- Send BTC back to Bitcoin address
- Watch it coming in
Please, send me your feedback and ask me anything if you need help integrating it into a wallet or any other service. Cheers!