Search content
Sort by

Showing 20 of 28 results by amoonaser
Post
Topic
Board Gambling
Re: Have you played at 8Bet.io? Please share experience
by
amoonaser
on 17/01/2022, 14:49:46 UTC
At the first, you should check the url with a valid tools, like alexa:

https://www.alexa.com/siteinfo/8bet.io


on the alexa, you can see site rank  And many details that can help you to know more.

Good luck
Post
Topic
Board Gambling
Re: BustabitWin.com | New Crash Game Earning more than you know, Gives 100 bit Bonus
by
amoonaser
on 14/01/2022, 07:20:34 UTC
I'm sure this site is not scammer. they was clearly (bustabitwin) It worked more like a subset. But they should know that casino systems or similar platforms always work individually.
they spent so much money to running the site, better to start with at least one new name/brand, otherwise, no one can trust.
good luck
Post
Topic
Board Gambling
Re: BC GAME and HASH GAME Scam wit full legit proof
by
amoonaser
on 13/01/2022, 20:16:43 UTC
bc game hash calculation is okay,
but a hash can help you when that code converted to something like md5 and you can see this code before playing a round of game.
otherwise, hash or any other like this method (result after finished round) is something bullsheet And new users think it can be trusted.
in the bc game. what i see in many years, users come and make deposit, then they try to recovery that amount ! There is no hope of profit on that site !
This is my opinion, It looks more like a place is the demo with many auto bots and like this.  Undecided
Post
Topic
Board Gambling
Re: What are the best ways to choose a casino
by
amoonaser
on 13/01/2022, 19:52:00 UTC
There is the some guys in the twitch and they play slot games every day too many hours on a casino site, each of round they usually play with 1000 usd. imagine everyday they play 5000 rounds, at minimum 1000 usd each rounds. I can't believe them, anybody have any idea about they? are they real or fake ?
Post
Topic
Board Gambling
Re: What are the best ways to choose a casino
by
amoonaser
on 13/01/2022, 06:51:43 UTC
best ways to choose a casino is the just search in some communitys for those who have really benefited.
Other factors can be completely false.
Post
Topic
Board Gambling
Re: If your games aren't provably fair, stop claiming they are.
by
amoonaser
on 21/12/2021, 02:01:28 UTC
want to know a game is fair or not ? i tell you in the short message:

The result of each games can generated on the server, This means that the result can be generate according to different conditions.
And each casino has its own conditions.
The player can not see those conditions. if a result is fair, why should generate in the server (backend) ?
This is exactly what simple users will never see.

Only a fair game is to generate the result through the front end. Unfortunately, there is no site like this. If so, they will fail in a short time.

So this is my opinion :
if you want to know if a game is fair, I have to say that none of them are fair. other than multiplayer games and a game that does not need to generate results on the server side !
gg
Post
Topic
Board Gambling
Re: Trustdice.win 🎲 | Bitcoin Casino 🎰 | Sports Betting ⚽🏀🏈
by
amoonaser
on 21/08/2021, 04:22:45 UTC
The color used in the background was one of the worst things I've ever seen.
This color makes the eye harassment. Especially at night.
Hope to change Cool
Post
Topic
Board Project Development
Re: Need API Help | Please recommend
by
amoonaser
on 06/07/2021, 14:47:57 UTC
You can use cryptapi.io service:

eg:

Code:

https://api.cryptapi.io/COIN/create/?callback=CALLBACK&address=WALLET_ADDRESS&pending=1


then save "address_in" from json response to user, when user maked deposit, The payment info can sent to your callback address.
Post
Topic
Board Gambling discussion
Topic OP
Sell a ready-made Casino System
by
amoonaser
on 13/06/2021, 18:42:53 UTC
Hello members of bitcointalk,

I built a casino system for my personal use in few months ago:

https://bgame.io

In short, my job is programming and I can not spend most of my time for managing this system.

I do not want this system to be a useless project. So I give a good price.

if you are a buyer, you can send me a message from skype (click on my profile and find skype link).

Thanks
Post
Topic
Board Marketplace
Re: BTC crash game wanted
by
amoonaser
on 08/04/2021, 12:42:30 UTC
Post
Topic
Board Project Development
Re: Classic Dice Rule
by
amoonaser
on 09/02/2021, 17:45:05 UTC
Thanks for this.

I understand what you mean.

But when i make this, the result is the opposite. This is exactly what I have to solve.
Post
Topic
Board Project Development
Topic OP
Classic Dice Rule
by
amoonaser
on 09/02/2021, 17:03:10 UTC
Hello

I want to know classic dice rule. so i maked a simple example for this.

There is 3 field:

Code:
Roll Under:
<input type="text" id="roll" value="50.00">

Win Chance:
<input type="text" id="chance" value="50.0000">

Multiplier (Payout):
<input type="text" id="multiplier" value="1.9800">

And javascript code:

Code:
$('#range').change(function(e){

   let val = parseFloat($(this).val());
 
  $('#roll').val(val.toFixed(2));
  $('#chance').val(val.toFixed(4));
  $('#multiplier').val('How can calculate');

})

multiplier field have a formula. How can calculate this field ?
Post
Topic
Board Digital goods
Re: ✅ Sell a Casino Project [ Private ]
by
amoonaser
on 21/11/2020, 13:15:29 UTC
I Updated the amount. good luck
Post
Topic
Board Digital goods
Re: ✅ Sell a Casino Project [ Private ]
by
amoonaser
on 20/11/2020, 21:18:55 UTC

UPDATE: I think the previous cost was high and I reduced the price.
Regards
Post
Topic
Board Gambling
MOVED: ✅ Sell a Casino Project
by
amoonaser
on 20/11/2020, 21:09:31 UTC
Post
Topic
Board Gambling
Topic OP
✅ Sell a Casino Project
by
amoonaser
on 18/11/2020, 15:34:20 UTC
Demo :

https://bgame.io

Just register and give 0.00008000 BTC free for testing games.

(also, if you want to test deposit part, only deposit "ETH, BCH, USDT".



This system maked by our and already have 12 games.



- ✅ Languages:

  • Frontend: ReactJS / Redux / Bootstrap - Responsive design (mobile, tablet etc ...)
  • Backend: NodeJS

- ✅ Deposit / Withdrawal:

You can config your lighting node or use your custom crypto api for this part. deposit and withdrawals is auto and you can also change withdrawals to manual confirmation.

- ✅ Admin Panel:

This system have a admin panel to manage your site including database manager. admin panel have very practical options (details in the pm).

- ✅ Coins:

Currently this system have 26 coins and you can "easy" Add/Remove/Deactivate coins from frontend source.

- ✅ Games:

In the default, I config 0% house edge for each games, you can change this value from backend, also you can Disable/Enable each games.

- ✅ Results Method:

All games used standard hash method for generating result. you can see and change all methods from backend. each games have a different method.

- ✅ Development version:

You will get the developer version (Complete Source), and you can easy change your modification and then build in production mode (npm run build).
In the development version, you can change styles, games interface, background, colors, logo, fonts, images, icons, languages and everything you see in the demo site.

All codes is clean and standard for frontend / Backend, also each functions have a comment.
i maked a file called "Engine.js" for each games, so you can control and edit all socket requests in this file.
The task of this file is to process the data from the socket, then this data can emit (with 'events' pkg) to other game components.

- ✅ Accept Customize:

We can accept any type of customizition of your order. If you need to change a part or somthing, we do it for you.

- ✅ What do you get?

Full Frontend/Backend source and files / Database File / Some Guides
(You can run this system below 1 hour)

- ✅ Requirements:

  • Linux or Windows (+SSH Access or terminal in windows)
  • Node: v10x
  • NPM: v6x
  • Apache or Nginx
  • SSL

-----------

Amount : 1 BTC ( including Installing Script + Skype Support and Changes )
(Just for one person only)

We also not having somthing like "licenses" or etc....These are the things you can get from reliable sources.

You can find my skype id from my profile page or simply send pm message to me.

Last Note, The source of this script is completely exclusive (Backend + Frontend). more details can send to you from message.

I also leave this topic closed. because i know there is lot of question, but for security issues, we can just talk about your questions in the messages. (only buyers send message).

Thanks,
Regards
Post
Topic
Board Scam Accusations
Re: block.io [ Is Scammer? Has anyone make withdrawal ? ]
by
amoonaser
on 15/11/2020, 23:01:23 UTC
BLOCK.IO IS THE SCAM SITE AND ALSO ME I CAN"T MAKE WITHDRAWL !
Post
Topic
Board Gambling
Re: (Sell a Casino) BGame.io - 12 Popular Games - Supports 26 Currencies 🔴🟠🟡🟢
by
amoonaser
on 12/11/2020, 22:15:15 UTC
On the forum I have more sites that uses this software, I think the software more or less already exists. Maybe he bought this software and trying to resell it? or just bought and made some modifications.


oh really ? share this link to users. please. thanks
Post
Topic
Board Gambling
Re: (Sell a Casino) BGame.io - 12 Popular Games - Supports 26 Currencies 🔴🟠🟡🟢
by
amoonaser
on 12/11/2020, 21:44:42 UTC
i suppose i will buy it, if the price is right, and you have a feasible plan for transfer of all server assets
please send PM with your price, and how we will do the deal, and im sure can come to agreement, thanks.

Hi, when i want to send pm, system say "Buying a Copper membership may increase your limit."

but i can't find something for buy this. have you any link about this ?
Post
Topic
Board Gambling
Re: BGame.io [ 0% House Edge ] - Supports 26 Currencies - 12 Popular Games 🔴🟠🟡🟢
by
amoonaser
on 12/11/2020, 21:04:18 UTC
yes sometimes you can see very strange things, beta version and can fix as soon ✅

Do not be too hard  Grin

Because people here are allergic with claims that are not true. They can easily spot which one is legit or not. In your case, you should have mentioned that this is still in beta but you waited some users to point that out for you. So I don't know if you have other intentions here. But don't expect that you will get players from the forum if you started this with malicious intentions.

You are really right.

Let me be clear.
I thought and realized that I could not do well to manage a site. And I never get bored of answering others for big or small things. I hope you understand me.

That's why I changed my mind once and now I am ready to sell this system to someone if he is a buyer.

thanks