Bitcoin Forum

Economy => Gambling discussion => Topic started by: exiledvegan on February 28, 2019, 04:28:18 PM



Title: How do Crypto Casinos handle cashouts/withdrawals?
Post by: exiledvegan on February 28, 2019, 04:28:18 PM
Hey guys,

As the title states, I'm curious how do the Crypto Casinos handle cashouts/withdrawals. I'm interested in this because it's very similar to the type of Web App I'm trying to build.

I just need to be able to automate sending payments with various Cryptocurrencies, that's why a casino cashout seemed very similar. I've googled long and wide, tried Coinbase API as well, but they support just Bitcoin, while some casinos offer withdrawals for several currencies.

If anyone has any idea how to do this or any leads/articles, that would be amazing. One note, I'm coding in a Node Js environment, so being Javascript-friendly would help a ton!

Thank you!


Title: Re: How do Crypto Casinos handle cashouts/withdrawals?
Post by: BitcoinGirl.Club on February 28, 2019, 04:33:57 PM
If anyone has any idea how to do this or any leads/articles, that would be amazing. One note, I'm coding in a Node Js environment, so being Javascript-friendly would help a ton!

Thank you!
I am not sure buy may be you can try
coinpayments.net API: https://www.coinpayments.net/apidoc-code
BitPay: https://bitpay.com/api (I do not think you are looking for this)
Bitcoin Developer APIs: https://www.blockchain.com/api

I hope some other members in here will be able to enlighten you more.

Good luck.


Title: Re: How do Crypto Casinos handle cashouts/withdrawals?
Post by: ABCbits on February 28, 2019, 06:16:36 PM
The closest thing that i could think is Bitcore (https://bitcore.io/) full node client

- The starting guide (https://bitcore.io/start (https://bitcore.io/start)) mention NodeJS as requirement
- It has web services (https://bitcore.io/api/service/web (https://bitcore.io/api/service/web))
- It offers lots of API features, especially compared with built-in Bitcoin Core RPC-JSON
- Their API docs mention creating transaction (https://bitcore.io/api/lib/transaction (https://bitcore.io/api/lib/transaction))

Another full node client called bcoin (http://bcoin.io/) also exist, but i never use or know it's reputation. They even claim upcoming bitcoin improvement such as MAST and MuSig Schnorr.

P.S. I never used Bitcore and Bitcore is developed by BitPay which known for it's bad treatment on Bitcoin for past few years.


Title: Re: How do Crypto Casinos handle cashouts/withdrawals?
Post by: exiledvegan on March 01, 2019, 10:06:34 AM
Thank you for the replies,

https://bitcore.io/ and https://www.blockchain.com are amazing if you want just Bitcoin support, as you are in control of the private keys, unlike on Coinbase.

My interest is for multiple Cryptocurrencies, like Litecoin, Ethereum, Bitcoincash, Dash etc. and I didn't find anything similar to include these ones.


Title: Re: How do Crypto Casinos handle cashouts/withdrawals?
Post by: mersal on March 01, 2019, 10:39:39 PM
If a Crypto investment was been created in gambling it takes a lots of different times to make it more properly and people will also you sit very user friendly and learn it quickly and most importantly the profits and withdrawal will made by them was more accurate and appropriate I think you can every casinos will use different strategies to make their sites more stronger but not properly know this is the correct way.


Title: Re: How do Crypto Casinos handle cashouts/withdrawals?
Post by: BitMaxz on March 01, 2019, 11:42:29 PM
I think this is what you are looking for check this site cryptapi.io just find on google when searching never tested yet but it seems this is what you are looking for multiple crypto.

Why not get some idea from open source crypto casino like this one https://github.com/Jfaler/Bitcoin-Casino
As I think that crypto casino uses JSON-RPC not through API.