a simple question can we add multiple username in bitcoin config ?
to access rpc and assigm them seprate wallets
So you want to develop a web wallet where users don't need to download a full blockchain with a separate wallet and want to manage them on a pooled single wallet with your node?
If it's for the RPC server then no it doesn't support multiple users you will need to develop software where you can track sent/received to each user and make sure that they can only spend BTC that belongs to their wallet address. Or else you will need separate full nodes for each user but this will require more resources.
Since you mentioned you are planning to develop a marketplace why not use BTCpayserver for your users? It has a feature called "BTCPay Server Wallet". You can find more details about this here https://docs.btcpayserver.org/Wallet/
Don't worry about hosting BTCpayserver you can run it with your PC and it requires a node but you don't need to download the entire blockchain, the minimum pruned is around 5GB according to their documentation.
Yes we are using btcpayserver its give wide options of integration of coins
Or I think if you don't have enough space in your PC why not use a cloud service or VPS hosting where you can install a full node and start your project there?
Aws is offering a free trial for 1 year I think and Google Cloud also offers $100 free credit that you can use to start a remote desktop.
already used trail funds of google cloud and aws also digitaloccean and many other compnies .
if this kind of service doesnt exist i should start one becuase every developer dont have much diskspace and bandwidth .
a simple question can we add multiple username in bitcoin config ?
to access rpc and assigm them seprate wallets
Post
Topic
BoardDigital goods
Re: ALPHA-BAY MARKET MULTI-VENDOR SCRIPT AVAILABLE FOR SALE
by
DWMarketplace
on 11/10/2023, 20:35:02 UTC
i smell like a vietname guy who make clone but non functional scripts and scam peoples maybe i am wrong but i can be sure once he show demo and fully functional code
Post
Topic
BoardBitcoin Technical Support
Topic OP
Free RPC username password
by
DWMarketplace
on 11/10/2023, 20:08:54 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