bet
bet copied to clipboard
This repository holds the implementation code of Pangea Poker white paper: https://bit.ly/3bdCz0Z
The incentives that dealer, BVV and dev community receive at every hand is as follows: 1. Dealer - 0.25% of pot(the commission for the dealer is adjustable and the dealer...
I respectfully request that a minimum balance of CHIPS be required to operate a DCV or BVV. An example: For the DCV at least a 1-1 requirement of CHIPS held...
The Dispute Resolution Protocol(DRP) can be able to display the successful, failed games info along with the ability to resolve the disputes. The idea is to add the timestamp for...
At the moment, after every hand the table id is getting reset and new table id is getting generated at the start of each hand. Ideally it would be nice...
Right now, once the player joins the table there isn't any option exist for the player to sit out for some time and watch the game. So basically the dealer...
Currently `bet` code is using CLI commands such as `lightning-cli` and `chips-cli` to execute and get outputs to proceed with further code logic. Using API calls instead of CLI commands...
Right now `bet` is just run in a `tmux` session to make sure it is always running in the backend. Or there is a [method](https://github.com/chips-blockchain/bet#command-to-run-cashier) to run `bet` command via...
Every time a player sends `player_join` for the next hand, we receive back `balance: 200`. I suppose it's because joining the table is exactly the same as getting to the...
Are you able to add a "Private" or "Public" option when dealers start tables (along with all the other options). This way, if it is public, the IP will be...
LN channels are used to make the real time betting transactions, there exists a scenario where an LN channel run out of funds, during this scenario the way the LN...