bet icon indicating copy to clipboard operation
bet copied to clipboard

This repository holds the implementation code of Pangea Poker white paper: https://bit.ly/3bdCz0Z

Results 49 bet issues
Sort by recently updated
recently updated
newest added

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...

beta

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...

enhancement

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...

enhancement
alpha

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...

alpha

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...

enhancement
beta

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...

enhancement
alpha

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...

P2

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...

enhancement
P4
beta

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...

bug
alpha