Bitcoin Forum
June 17, 2024, 05:56:35 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »  All
  Print  
Author Topic: [ANN][CHIPS] KMD platform's LN app with realtime betting+decentralized shuffling  (Read 44543 times)
KomodoPlatform
Sr. Member
****
Offline Offline

Activity: 784
Merit: 253


Set Your Ideas Free


View Profile WWW
August 12, 2017, 08:30:33 PM
 #21


◈▣ KOMODO ● Set Your Ideas Free ▣◈
.......AECOSYSTEFONATIVE BLOCKCHAINS.......
Blockchain Generator | Atomic Swaps | Decentralized Exchange | UTXO Contracts | Community-Led | Open Source | Scalable Ecosystem
Metaphilibert
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
August 12, 2017, 11:23:57 PM
 #22

Wow, just read it fast, this is purely amazing!
Pangea finally living! A true decentralized poker (betting) platform! A dream is becoming true.
Among many other amazing Komodo features, i'm very glad to see this (part of) 'old' vision taking shape in the komodo ecosystem (and expand it at the same time)!
will run a node Smiley
jl777B (OP)
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
August 13, 2017, 10:03:45 AM
 #23

Wow, just read it fast, this is purely amazing!
Pangea finally living! A true decentralized poker (betting) platform! A dream is becoming true.
Among many other amazing Komodo features, i'm very glad to see this (part of) 'old' vision taking shape in the komodo ecosystem (and expand it at the same time)!
will run a node Smiley

dont get too excited yet.

I abstracted out the card shuffling/dealing and generalized it into the privatebet (BET) platform. I will be adding the CHIPS betting into that.

Once that is stable, then the PANGEA (and many other) game statemachine can be added on top of it. This isolates the gameplay for each game from the decentralized shuffling/dealing and betting.

Due to some practical limitations, I will start by using various oracle type of services so we can get something working, sooner rather than later
Birka
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
August 13, 2017, 11:32:44 AM
 #24

This can get more attention with couple of pools set up.
jl777B (OP)
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
August 13, 2017, 01:41:58 PM
 #25

It was quite painful, but I finally got the privatebet code to be able to issue a LN RPC call. it uses unix pipes and I had to link it into a subset of the LN codebase

at least they are now coexisting and I can expose a normal port base RPC
jl777B (OP)
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
August 13, 2017, 02:04:32 PM
 #26

It was quite painful, but I finally got the privatebet code to be able to issue a LN RPC call. it uses unix pipes and I had to link it into a subset of the LN codebase

at least they are now coexisting and I can expose a normal port base RPC

the chipsln project has a privatebet dir. from there run ./m_bet
then either ./host or ./client after there is a host running

for now it connects to localhost and just generates endless random setting games

however, it also publishes port 7797 where you can POST JSON requests with "agent":"chipsln" added to the various RPC that LN has intrinsically:

https://github.com/ElementsProject/lightning/blob/master/doc/lightning-invoice.7.txt
etc.

I have only tested getinfo, not sure about the RPC with params yet
jl777B (OP)
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
August 13, 2017, 08:12:06 PM
Last edit: August 13, 2017, 08:27:07 PM by jl777B
 #27

blockrate is now 22 seconds per block with 16 peers over last day
  "blocks": 7119,

but it is 12 seconds/block in the recent hour
coiner21
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
August 13, 2017, 10:24:18 PM
 #28

Any guide to mining this anywhere? been watching these threads and it seems like an awesome idea and that you guys know what youre doing. Would love to be a part of it helping you create it but im technologically challenged.
jl777B (OP)
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
August 17, 2017, 09:50:20 AM
 #29

updated to new version with much larger OP_RETURN space
until an OP_RETURN that is bigger than 80 bytes is issued the network wont fork, as soon as there is, it will.

I dont expect to be testing the larger OP_RETURN until next week
milonite
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
August 17, 2017, 09:37:10 PM
 #30

Any guide to mining this anywhere? been watching these threads and it seems like an awesome idea and that you guys know what youre doing. Would love to be a part of it helping you create it but im technologically challenged.

~ # cat mine.sh
while true
do
chips-cli generatetoaddress 1 <address>
#./chips-cli generate 100000
chips-cli getinfo
done


the mining is cpu?
jl777B (OP)
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
August 18, 2017, 06:32:15 AM
 #31

Any guide to mining this anywhere? been watching these threads and it seems like an awesome idea and that you guys know what youre doing. Would love to be a part of it helping you create it but im technologically challenged.

~ # cat mine.sh
while true
do
chips-cli generatetoaddress 1 <address>
#./chips-cli generate 100000
chips-cli getinfo
done


the mining is cpu?
mining is SHA256
currently it does not have much hashrate at all
Metaphilibert
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
August 19, 2017, 11:07:46 AM
 #32

Wow, just read it fast, this is purely amazing!
Pangea finally living! A true decentralized poker (betting) platform! A dream is becoming true.
Among many other amazing Komodo features, i'm very glad to see this (part of) 'old' vision taking shape in the komodo ecosystem (and expand it at the same time)!
will run a node Smiley

dont get too excited yet.

I abstracted out the card shuffling/dealing and generalized it into the privatebet (BET) platform. I will be adding the CHIPS betting into that.

Once that is stable, then the PANGEA (and many other) game statemachine can be added on top of it. This isolates the gameplay for each game from the decentralized shuffling/dealing and betting.

Due to some practical limitations, I will start by using various oracle type of services so we can get something working, sooner rather than later

Yeah i should have said "Finally first step for pangea" and yes i am excited. because CHIPS is exciting.
Anyway i managed to run a node with chipsd and LN daemon (149.202.49.218) with ubuntu 16.04 without any problem.
I also have 5 nodes on debian but only managed to build chipsd and chips-cli (and mining Wink). But i have problems to build the LN part, still trying. If someone could figure it out how to build it on debian 8 it could be cool.

shogun47
Hero Member
*****
Offline Offline

Activity: 1806
Merit: 555



View Profile
August 20, 2017, 04:56:04 PM
 #33

Any guide to mining this anywhere? been watching these threads and it seems like an awesome idea and that you guys know what youre doing. Would love to be a part of it helping you create it but im technologically challenged.

~ # cat mine.sh
while true
do
chips-cli generatetoaddress 1 <address>
#./chips-cli generate 100000
chips-cli getinfo
done


the mining is cpu?
mining is SHA256
currently it does not have much hashrate at all

Is there any pool available or is only solo mining possible?

▄▄███████████████████▄▄
▄█████████▀█████████████▄
███████████▄▐▀▄██████████
███████▀▀███████▀▀███████
██████▀███▄▄████████████
█████████▐█████████▐█████
█████████▐█████████▐█████
██████████▀███▀███▄██████
████████████████▄▄███████
███████████▄▄▄███████████
█████████████████████████
▀█████▄▄████████████████▀
▀▀███████████████████▀▀
Peach
BTC bitcoin
Buy and Sell
Bitcoin P2P
.
.
▄▄███████▄▄
▄████████
██████▄
▄██
█████████████████▄
▄███████
██████████████▄
███████████████████████
█████████████████████████
████████████████████████
█████████████████████████
▀███████████████████████▀
▀█████████████████████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀

▀▀▀▀███▀▀▀▀
EUROPE | AFRICA
LATIN AMERICA
▄▀▀▀











▀▄▄▄


███████▄█
███████▀
██▄▄▄▄▄░▄▄▄▄▄
████████████▀
▐███████████▌
▐███████████▌
████████████▄
██████████████
███▀███▀▀███▀
.
Download on the
App Store
▀▀▀▄











▄▄▄▀
▄▀▀▀











▀▄▄▄


▄██▄
██████▄
█████████▄
████████████▄
███████████████
████████████▀
█████████▀
██████▀
▀██▀
.
GET IT ON
Google Play
▀▀▀▄











▄▄▄▀
jl777B (OP)
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
August 20, 2017, 05:35:52 PM
 #34

Any guide to mining this anywhere? been watching these threads and it seems like an awesome idea and that you guys know what youre doing. Would love to be a part of it helping you create it but im technologically challenged.

~ # cat mine.sh
while true
do
chips-cli generatetoaddress 1 <address>
#./chips-cli generate 100000
chips-cli getinfo
done


the mining is cpu?
mining is SHA256
currently it does not have much hashrate at all

Is there any pool available or is only solo mining possible?
no pool yet, but solo mining is possible
jl777B (OP)
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
August 20, 2017, 05:58:06 PM
 #35

It seems CHIPS is one of the few coins with a movie of the same name: http://www.imdb.com/title/tt0493405/
JohnnyBTCSeed
Hero Member
*****
Offline Offline

Activity: 882
Merit: 1000



View Profile
August 21, 2017, 08:47:05 PM
 #36

It's all about the merchandising.






Vintage jl777 action figure
shogun47
Hero Member
*****
Offline Offline

Activity: 1806
Merit: 555



View Profile
August 23, 2017, 04:11:18 AM
 #37

Looks good would like to mine it too ,but can not solo mine.Dev pool please.

Is a pool in the making for this coin? Would like to participate then, too.

▄▄███████████████████▄▄
▄█████████▀█████████████▄
███████████▄▐▀▄██████████
███████▀▀███████▀▀███████
██████▀███▄▄████████████
█████████▐█████████▐█████
█████████▐█████████▐█████
██████████▀███▀███▄██████
████████████████▄▄███████
███████████▄▄▄███████████
█████████████████████████
▀█████▄▄████████████████▀
▀▀███████████████████▀▀
Peach
BTC bitcoin
Buy and Sell
Bitcoin P2P
.
.
▄▄███████▄▄
▄████████
██████▄
▄██
█████████████████▄
▄███████
██████████████▄
███████████████████████
█████████████████████████
████████████████████████
█████████████████████████
▀███████████████████████▀
▀█████████████████████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀

▀▀▀▀███▀▀▀▀
EUROPE | AFRICA
LATIN AMERICA
▄▀▀▀











▀▄▄▄


███████▄█
███████▀
██▄▄▄▄▄░▄▄▄▄▄
████████████▀
▐███████████▌
▐███████████▌
████████████▄
██████████████
███▀███▀▀███▀
.
Download on the
App Store
▀▀▀▄











▄▄▄▀
▄▀▀▀











▀▄▄▄


▄██▄
██████▄
█████████▄
████████████▄
███████████████
████████████▀
█████████▀
██████▀
▀██▀
.
GET IT ON
Google Play
▀▀▀▄











▄▄▄▀
jl777B (OP)
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
August 23, 2017, 08:56:53 AM
 #38

considering CHIPS has had no marketing, nor much of any discussion, it is quite interesting that the hashrate has doubled in recent days

"blocks": 69872,
  "timeoffset": -4,
  "connections": 30,
  "difficulty": 0.01348656036015197,
 

that is double from the floor value, which we were only about halfway toward meeting, so it is more like a 4x increase in hashrate.

I continue to find bugs and issues with the c-lightning https://github.com/ElementsProject/lightning/issues

however, the issues I am seeing are expected for being the first one to really push it to its limits. So far I am quite pleased with how quickly the lightning devs actually respond and fix the bugs I am reporting.

Dealing with the lightning channels is quite a bit different than the normal API expected for payments, however it has quite a lot of similar aspects to barterDEX. The version 1 of Lightning wont support MofN approvals for payouts, which means that table stakes needs to be controlled by a dealer.

There are two ways around this, the first is to have the dealers deposit a performance bond and in the event of non-compliance to have a claim process using the signed game state transitions as proof of who should win the bet. The second is to have the blockchain process the signed data and allow spending of the performance bond if it is a valid claim.

Needless to say, the former is much easier to do and is a necessary first step for getting the full blockchain enforcement done.

Practically speaking, this means that if you go allin with more chips than the dealer's performance bond, you would be at risk, but for a first out release, this seems acceptable.

On the gameplay side, I got a 10 player roundrobin playing a meaningless game with no gameplay, but using encrypted deck, MofN card dealing, at about 1 second per game. Certainly an actual game state machine is needed, but I dont see many issues in that area once I get the gaming platform supporting betting, cashier and arbitrary gameplay strings.

Clearly, any blockchain enforcing of game claims will require a hardfork, but I am leaning toward doing that after the initial official release, so it will be a planned hardfork. It is getting more and more likely  that the current CHIPS chain will be the mainnet.
jl777B (OP)
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
August 23, 2017, 09:03:45 AM
 #39

blocktimes are now very close to 10 seconds
jl777B (OP)
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
August 23, 2017, 08:20:26 PM
 #40

Now that CHIPS is becoming more and more real, it is time to recruit some mining pools and exchanges.

I am too busy for such things, but if you are able to, then please proactively push CHIPS forward. With the 10 second block rate, it is being mined at over 400,000 CHIPS/day

To get a listing, we need a graphical OP and a block explorer. If there are people here that can help with that, then I can pay for an exchange listing.



Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!