Post
Topic
Board Bitcoin Technical Support
Re: Free RPC username password
by
DaveF
on 13/10/2023, 16:11:57 UTC
Hello i am developing some kind of marketplace i dont want to download whole blockchhain on my pc even in prune mode
anybody know any website which provide username password and api url so i can configure it with my application for testing perpose
It cost me less than $0.50 to download and prune the full Bitcoin blockchain on a cheap pay-per-hour VPS. If you're developing a marketplace, I don't think you should rely on third parties for your data lookups.
If it's for testing, use testnet. It has a much smaller blockchain.

Yes to the testnet local.
If you don't want to do testnet any of the BTC clone / shitcoins wallets should be easy enough to test on so long as their codebase is close to current core.

Keep in mind that if you are dealing with peoples money you really should be running your own server, since if the service you are using has an issue then YOU have an issue.

-Dave