Bitcoin Forum
June 16, 2024, 08:19:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 [540] 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 ... 878 »
  Print  
Author Topic: [ANN][KMD][dPoW] Komodo - An Open, Composable Smart Chain Platform, Secured by B  (Read 1191717 times)
PROZSA
Full Member
***
Offline Offline

Activity: 251
Merit: 100



View Profile
August 11, 2017, 01:44:05 PM
 #10781

Hey Guys,

I sent some komodo to the agama wallet and I am totally unable to send them back.
It keeps processing the payment forever, even when I click on the other sending methods.

Don't know if the thread has been handled already, but any tips?

Thanks

jl777B
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
August 11, 2017, 01:53:08 PM
 #10782

what is Pangea?

It's a project that was started in November 2014........still awaiting completion....don't hold your breath waiting for completion.....there are plenty of online poker sites that work already

Cheers Jon  Shocked
Pangea was started by a different team, but they ran into some technical issues and during the bear market disbanded.

I agreed to take over the development under the condition that it not impact the other things I needed to get done. It did have a GUI and a working alpha release about 2 years ago, but then the NXT thing happened, and KMD dPoW, notary nodes, pax, 5% APR, hacker attacks, LP nodes, barterDEX and a few other things intervened.

Anyway, I have generalized the decentralized card shuffling/dealing to handle any number (up to 255) and many more players (32 to 64) than needed for normal poker. The generalized gaming platform will be under privatebet (BET assetchain), which is 60% owned by JUMBLR. So this rather directly relates at this point.

I am still in the process of finalizing the low level protocol, but the test programs are creating random sized decks with random number of players and shuffling/dealing faceup/facedown pretty well. The protocol has an externally generated encrypted deck that is combined with a deterministic shuffle based on every player's shuffling (with a commitment step to prevent there being any "last player" to shuffle).

What this means is that prior to the revealing of the player's shuffle after the commitment step, nobody will know the ordering of the cards. Afterwards, all players will know the order in the encrypted deck. But it is encrypted. To decrypt (and to solve any player disconnect issues), when dealing each card the MofN shards (using shamirs secret sharing) are sent to the destination player by the other players, so only the player who gets the card can see it. If it is a faceup card, it is just decrypted by all players and it is possible to verify that each card is valid and the entire deck has a checksum to make sure each card is actually in the deck.

At this point the low level protocol is sufficient for most use cases, especially ones without any facedown cards, like roulette, slot machines, craps and most casino games. For high stakes poker, the small attack vector of the external deck creator colluding with a player exists. Even in this case, all it would allow is for the colluding player to see the face down cards, but that is quite an advantage in some cases. I have a way of making it so that even with collusion no player or even deck creator would know what the cards are, but it will be quite a bit of work to do that and also allow recovery from player disconnects, so I wanted to solve other parts first.

Still a matter to integrate generalized game play state machines on top of this, but that is a matter to create a complete list of events possible for each game and a game evaluator based on these events. Easier said than done, but conceptually just a lot of tedious work so I am not worried about that part.

What I am dealing with now is how to deal with the betting. I was surprised at how fast poker players play online poker. Coin confirmations are just too slow to keep up, not to mention a lot of blockchain bloat. While investigating various possibilities, I looked into LN and so far it is very promising. To experiment with this, I need a recent bitcoin fork that ideally I can make any required changes to. So I made CHIPS. I also forked the Elements C based LN node and got it working with CHIPS. At least it is talking to it, but no peer to peer transactions yet.

The difficult issue is that players need to commit funds to an unknown outcome while the current hand is being played. Who controls those funds? If it is a multisig, then what happens if N-M players disconnect? When players lose, they lose financial incentive to even stay connected. One possibility is to create ever smaller MofN destinations as each player leaves the game, but all of that is more latency and lots of complication.

Once the LN code is integrated into the privatebet platform, that will allow instant bet processing and combined with a cashier functionality, I think it can be leveraged to work in all the barterDEX currencies. The one big question is whether LN directly supports MofN owned addresses. Based on my current understanding of the LN architecture I dont see any reason it cant, but I highly doubt the early implementations already have this working, so I will likely have to add such functionality into LN. An alternate method that uses the existing LN functionality would be to have a "dealer" node that safekeeps the tablestakes and have a way for the players to sign off on a game's result. In this case, the conversion of CHIPS back to whatever original currency would be contingent on MofN signoff or some other dispute resolution. Definitely some issues left to be solved.

For now I just need to get more familiar with what exactly LN can and cannot do and at that point finalize the method for integrating CHIPS into privatebet. One interesting idea is to allow purchase of CHIPS by different currencies at marketprices and allow redeem into various currencies. Then you can end up trading coins by playing games.

For those who are saying why am I working on "new" stuff while the ICO site is down, well, I did help as I could with the ICO site and I did get an iOs breadwallet to work with Komodo during the last week as I was doing the above, so I think that is pretty good progress.


This is insanely exciting. A decentralized poker platform is something I have been waiting for² ages now. Glad you are working on it.
Haven't checked this thread in a while. Maybe you can create an external thread with updates on Pangea or is there a blog etc. to get informed about its current status?
https://bitcointalk.org/index.php?topic=2078449.msg20771074#msg20771074 is the thread for privatebet/pangea/CHIPS

currently I am setting up a 10 node CHIPS/chipsln network so we can get realtime betting working using lightning network (which is really quite cool)
ptytrader
Sr. Member
****
Offline Offline

Activity: 466
Merit: 253


Imagine a world without banks.......


View Profile WWW
August 11, 2017, 02:21:35 PM
 #10783

Hey Guys,

I sent some komodo to the agama wallet and I am totally unable to send them back.
It keeps processing the payment forever, even when I click on the other sending methods.

Don't know if the thread has been handled already, but any tips?

Thanks
Please join our slack and add @ptytrader on the #support channel. I will troubleshoot it and solve the issue

|
   

              ▄
              █
             ▐█
            ▄██
 █▌          ▐█
 ██       █████
 ▐██▌      ████
  █████    ████
▐██████▌   ████
  ██████▌ █████
  █████████████
   ████████████
  ▐████████████
   ▐███████████
   ▐███████████
    ███████████
      █████████
       ████████
         ██████
           ▀███
             ▀▀
 

█▄▄              █▄▄
█████▄▄         ██████▄▄
████████       ████████ █
████████ ██   ████████ ██
████████ ███ ████████ ███
████████ ████ ██████ ████
████████ █████ ████ █████
████████ ▀█████ ██ ██████
████████    ▀▀██  ███████
▀███████         ▀███████
   ▀▀███            ▀▀███
       ▀                ▀
 
in
 

             █▀▀▀▄▄▄██▄
             █     ▀██▀
            █
         ▄▄▄█▄▄▄
 ████▄▄███████████▄▄████
▐██████▀▀███████▀▀██████▌
 ▀████    █████    ████▀
  ████▄  ▄█████▄  ▄████
  ▀███████████████████▀
   ▀████▄▀█████▀▄████▀
     ▀▀███▄▄▄▄▄███▀▀
         ▀▀▀▀▀▀▀


             ▄████▄▄   ▄
█▄          ██████████▀▄
███        ███████████▀
▐████▄     ██████████▌
▄▄██████▄▄▄▄█████████▌
▀████████████████████
  ▀█████████████████
  ▄▄███████████████
   ▀█████████████▀
    ▄▄█████████▀
▀▀██████████▀
    ▀▀▀▀▀
 

     ▄▄█▀▀ ▄▄▄▄▄▄▄▄ ▀▀█▄▄
   ▐██▄▄██████████████▄▄██▌
   ████████████████████████
  ▐████████████████████████▌
  ███████▀▀▀██████▀▀▀███████
 ▐██████     ████     ██████▌
 ███████     ████     ███████
▐████████▄▄▄██████▄▄▄████████▌
▐████████████████████████████▌
 █████▄▄▀▀▀▀██████▀▀▀▀▄▄█████
  ▀▀██████          ██████▀▀
      ▀▀▀            ▀▀▀
 

                   ▄▄████
              ▄▄████████▌
         ▄▄█████████▀███
    ▄▄██████████▀▀ ▄███▌
▄████████████▀▀  ▄█████
▀▀▀███████▀   ▄███████▌
      ██    ▄█████████
       █  ▄██████████▌
       █  ███████████
       █ ██▀ ▀██████▌
       ██▀     ▀████
                 ▀█▌
 
BTC




█▌
█▌          ▐█
█████       ██
████      ▐██▌
████    █████
████   ▐██████▌
█████ ▐██████
█████████████
████████████
████████████▌
███████████▌
███████████▌
███████████
█████████
████████
██████
███▀
▀▀
Nicolas Tesla
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
August 11, 2017, 05:03:12 PM
 #10784

Any news why the ICO platform server is dead ?

I had about 8000 KMD out there I asked withdraw 2 months ago never saw anything in my KMD adress...

Does this project turn out to be a scam too ? Embarrassed


Why don't you give this thread your fine details  as to why  didn't you withdraw your KMD asap when the ICO site was still online until June? You have mentioned in KMD right ? So it is to my understanding that it was from bounty, contributions, or already been swapped from BTCD.

Why I should give a reason ? That I withdraw now or later change nothing that I have KMD stuck there...

Patronizing me won't change that fact and won't solve the problem...
Nicolas Tesla
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
August 11, 2017, 05:07:29 PM
 #10785

Any news why the ICO platform server is dead ?

I had about 8000 KMD out there I asked withdraw 2 months ago never saw anything in my KMD adress...

Does this project turn out to be a scam too ? Embarrassed

Give us break from the "scam" bullshit ok? Not everything is a scam. This project is run by one the best known developers in crypto with a large team of professionals. As far as I know, the problem with the ICO site is that it was contracted. That can cause problems later on when you want to make significant changes. Like I said, that's my take on it, could be totally off base but, JL777 might have other reasons for rebuilding it as well.

Patience is a virtue, just wait till this is settled...




No need to be turned on like that, keep civil please thanks.

I will wait a while BUT it's never pleasant when you can't withdraw your coins be it just a technical problem or a plain scam. I am pragmatical: I consider funds lost when I can't access them in due time and easily.
wildbud
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250



View Profile
August 11, 2017, 05:18:35 PM
 #10786

what is Pangea?

Pangea Poker is a decentralized application that we will develop to showcase our platform's potential. Anyone could use our platform to develop similar DAPPs.

Which lowest level dev must have to develop some app on your DAPP?
ptytrader
Sr. Member
****
Offline Offline

Activity: 466
Merit: 253


Imagine a world without banks.......


View Profile WWW
August 11, 2017, 05:58:40 PM
 #10787

what is Pangea?

Pangea Poker is a decentralized application that we will develop to showcase our platform's potential. Anyone could use our platform to develop similar DAPPs.

Which lowest level dev must have to develop some app on your DAPP?
It depends on the app and the front end your will be using. At minimum the dev should be a full stack dev with experience in blockchain.

|
   

              ▄
              █
             ▐█
            ▄██
 █▌          ▐█
 ██       █████
 ▐██▌      ████
  █████    ████
▐██████▌   ████
  ██████▌ █████
  █████████████
   ████████████
  ▐████████████
   ▐███████████
   ▐███████████
    ███████████
      █████████
       ████████
         ██████
           ▀███
             ▀▀
 

█▄▄              █▄▄
█████▄▄         ██████▄▄
████████       ████████ █
████████ ██   ████████ ██
████████ ███ ████████ ███
████████ ████ ██████ ████
████████ █████ ████ █████
████████ ▀█████ ██ ██████
████████    ▀▀██  ███████
▀███████         ▀███████
   ▀▀███            ▀▀███
       ▀                ▀
 
in
 

             █▀▀▀▄▄▄██▄
             █     ▀██▀
            █
         ▄▄▄█▄▄▄
 ████▄▄███████████▄▄████
▐██████▀▀███████▀▀██████▌
 ▀████    █████    ████▀
  ████▄  ▄█████▄  ▄████
  ▀███████████████████▀
   ▀████▄▀█████▀▄████▀
     ▀▀███▄▄▄▄▄███▀▀
         ▀▀▀▀▀▀▀


             ▄████▄▄   ▄
█▄          ██████████▀▄
███        ███████████▀
▐████▄     ██████████▌
▄▄██████▄▄▄▄█████████▌
▀████████████████████
  ▀█████████████████
  ▄▄███████████████
   ▀█████████████▀
    ▄▄█████████▀
▀▀██████████▀
    ▀▀▀▀▀
 

     ▄▄█▀▀ ▄▄▄▄▄▄▄▄ ▀▀█▄▄
   ▐██▄▄██████████████▄▄██▌
   ████████████████████████
  ▐████████████████████████▌
  ███████▀▀▀██████▀▀▀███████
 ▐██████     ████     ██████▌
 ███████     ████     ███████
▐████████▄▄▄██████▄▄▄████████▌
▐████████████████████████████▌
 █████▄▄▀▀▀▀██████▀▀▀▀▄▄█████
  ▀▀██████          ██████▀▀
      ▀▀▀            ▀▀▀
 

                   ▄▄████
              ▄▄████████▌
         ▄▄█████████▀███
    ▄▄██████████▀▀ ▄███▌
▄████████████▀▀  ▄█████
▀▀▀███████▀   ▄███████▌
      ██    ▄█████████
       █  ▄██████████▌
       █  ███████████
       █ ██▀ ▀██████▌
       ██▀     ▀████
                 ▀█▌
 
BTC




█▌
█▌          ▐█
█████       ██
████      ▐██▌
████    █████
████   ▐██████▌
█████ ▐██████
█████████████
████████████
████████████▌
███████████▌
███████████▌
███████████
█████████
████████
██████
███▀
▀▀
ka82
Full Member
***
Offline Offline

Activity: 183
Merit: 100


View Profile
August 11, 2017, 07:21:30 PM
 #10788

I'm really confused about this project...it talks about decentralized exchange and now decentralized poker!! Can we just focus on "one" thing, finish it before starting the next? Seems like you're trying to lift too much weight all at once!
john yuan
Full Member
***
Offline Offline

Activity: 154
Merit: 100


0x3a730F3323481De284C92Ad82764D095f188B41b


View Profile
August 11, 2017, 07:25:58 PM
 #10789

Let KMD wait to create a new peak
Has been stable forward, to conquer the seat of the peak.
jl777B
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
August 11, 2017, 07:29:36 PM
 #10790

I'm really confused about this project...it talks about decentralized exchange and now decentralized poker!! Can we just focus on "one" thing, finish it before starting the next? Seems like you're trying to lift too much weight all at once!

GUI takes a lot longer than it takes for me to do the core code.

So that means I can keep half a dozen GUI projects busy.

Or just do one and only work 20% of the time and have the core take 5 times longer to complete

If you are not experienced with parallel processing, it might appear confusing to have multiple things progressing at the same time.

A -> B -> C -> D -> E -> F

vs

A
B
C
D
E
F
all in parallel
VirtualCloudMining
Full Member
***
Offline Offline

Activity: 221
Merit: 102



View Profile
August 11, 2017, 07:47:07 PM
 #10791

Would it be possible to do the BTCD to KMD swap manually instead of using the automatics of the ICO site? Most of the BTCD have already been swapped and there aren't much BTCD left on Poloniex.
Toni-7-
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
August 11, 2017, 09:16:23 PM
 #10792

Hurray! The ICO site works again. I needed that as a reassurance. Now I can continue buying KMD and BTCD. Good Job!
yassin54
Legendary
*
Offline Offline

Activity: 1540
Merit: 1000


View Profile
August 11, 2017, 10:10:06 PM
 #10793


DAVETUN
Full Member
***
Offline Offline

Activity: 728
Merit: 101

Bitcoin is the currency of this age


View Profile
August 11, 2017, 10:21:00 PM
 #10794

All project raising ICO always have one challenge or the other, no perfect sysytem anywhere, but we just have to ensure we think ahead of scammers and hackers,out to defraud and destroy our investment and project.With the team of professional and there experience ,sure all the challenges will be overcome soon.
ptytrader
Sr. Member
****
Offline Offline

Activity: 466
Merit: 253


Imagine a world without banks.......


View Profile WWW
August 11, 2017, 10:31:34 PM
 #10795

All project raising ICO always have one challenge or the other, no perfect sysytem anywhere, but we just have to ensure we think ahead of scammers and hackers,out to defraud and destroy our investment and project.With the team of professional and there experience ,sure all the challenges will be overcome soon.
Our ICO was completed a while back. The website also hosts the BTCD/KMD swap. That's why we announced it's back online.

|
   

              ▄
              █
             ▐█
            ▄██
 █▌          ▐█
 ██       █████
 ▐██▌      ████
  █████    ████
▐██████▌   ████
  ██████▌ █████
  █████████████
   ████████████
  ▐████████████
   ▐███████████
   ▐███████████
    ███████████
      █████████
       ████████
         ██████
           ▀███
             ▀▀
 

█▄▄              █▄▄
█████▄▄         ██████▄▄
████████       ████████ █
████████ ██   ████████ ██
████████ ███ ████████ ███
████████ ████ ██████ ████
████████ █████ ████ █████
████████ ▀█████ ██ ██████
████████    ▀▀██  ███████
▀███████         ▀███████
   ▀▀███            ▀▀███
       ▀                ▀
 
in
 

             █▀▀▀▄▄▄██▄
             █     ▀██▀
            █
         ▄▄▄█▄▄▄
 ████▄▄███████████▄▄████
▐██████▀▀███████▀▀██████▌
 ▀████    █████    ████▀
  ████▄  ▄█████▄  ▄████
  ▀███████████████████▀
   ▀████▄▀█████▀▄████▀
     ▀▀███▄▄▄▄▄███▀▀
         ▀▀▀▀▀▀▀


             ▄████▄▄   ▄
█▄          ██████████▀▄
███        ███████████▀
▐████▄     ██████████▌
▄▄██████▄▄▄▄█████████▌
▀████████████████████
  ▀█████████████████
  ▄▄███████████████
   ▀█████████████▀
    ▄▄█████████▀
▀▀██████████▀
    ▀▀▀▀▀
 

     ▄▄█▀▀ ▄▄▄▄▄▄▄▄ ▀▀█▄▄
   ▐██▄▄██████████████▄▄██▌
   ████████████████████████
  ▐████████████████████████▌
  ███████▀▀▀██████▀▀▀███████
 ▐██████     ████     ██████▌
 ███████     ████     ███████
▐████████▄▄▄██████▄▄▄████████▌
▐████████████████████████████▌
 █████▄▄▀▀▀▀██████▀▀▀▀▄▄█████
  ▀▀██████          ██████▀▀
      ▀▀▀            ▀▀▀
 

                   ▄▄████
              ▄▄████████▌
         ▄▄█████████▀███
    ▄▄██████████▀▀ ▄███▌
▄████████████▀▀  ▄█████
▀▀▀███████▀   ▄███████▌
      ██    ▄█████████
       █  ▄██████████▌
       █  ███████████
       █ ██▀ ▀██████▌
       ██▀     ▀████
                 ▀█▌
 
BTC




█▌
█▌          ▐█
█████       ██
████      ▐██▌
████    █████
████   ▐██████▌
█████ ▐██████
█████████████
████████████
████████████▌
███████████▌
███████████▌
███████████
█████████
████████
██████
███▀
▀▀
jwiz168
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
August 11, 2017, 10:49:57 PM
 #10796

To those who wants their BTCD get swapped, this is your chance. Don't waste time and later on you'll have a piece of Jumblr . Hurry or you will surely miss the snapshot.
Zeehenk
Sr. Member
****
Offline Offline

Activity: 399
Merit: 251


View Profile
August 11, 2017, 10:52:56 PM
 #10797

Really great news about the ICO website. Great step forward Smiley

Bigbobbasher
Full Member
***
Offline Offline

Activity: 238
Merit: 101

Crypto connoisseur.


View Profile
August 11, 2017, 11:18:42 PM
 #10798

So happy for whole komodo team!! Now what are people going to complain about though! 😀
ptytrader
Sr. Member
****
Offline Offline

Activity: 466
Merit: 253


Imagine a world without banks.......


View Profile WWW
August 12, 2017, 02:58:33 AM
 #10799

So happy for whole komodo team!! Now what are people going to complain about though! 😀
Thank you! Hopefully they won't be complaining much since we have BarterDEX, Agama update, and Jumblr coming up.

Soon we will be releasing the atomic swap videos too Wink

|
   

              ▄
              █
             ▐█
            ▄██
 █▌          ▐█
 ██       █████
 ▐██▌      ████
  █████    ████
▐██████▌   ████
  ██████▌ █████
  █████████████
   ████████████
  ▐████████████
   ▐███████████
   ▐███████████
    ███████████
      █████████
       ████████
         ██████
           ▀███
             ▀▀
 

█▄▄              █▄▄
█████▄▄         ██████▄▄
████████       ████████ █
████████ ██   ████████ ██
████████ ███ ████████ ███
████████ ████ ██████ ████
████████ █████ ████ █████
████████ ▀█████ ██ ██████
████████    ▀▀██  ███████
▀███████         ▀███████
   ▀▀███            ▀▀███
       ▀                ▀
 
in
 

             █▀▀▀▄▄▄██▄
             █     ▀██▀
            █
         ▄▄▄█▄▄▄
 ████▄▄███████████▄▄████
▐██████▀▀███████▀▀██████▌
 ▀████    █████    ████▀
  ████▄  ▄█████▄  ▄████
  ▀███████████████████▀
   ▀████▄▀█████▀▄████▀
     ▀▀███▄▄▄▄▄███▀▀
         ▀▀▀▀▀▀▀


             ▄████▄▄   ▄
█▄          ██████████▀▄
███        ███████████▀
▐████▄     ██████████▌
▄▄██████▄▄▄▄█████████▌
▀████████████████████
  ▀█████████████████
  ▄▄███████████████
   ▀█████████████▀
    ▄▄█████████▀
▀▀██████████▀
    ▀▀▀▀▀
 

     ▄▄█▀▀ ▄▄▄▄▄▄▄▄ ▀▀█▄▄
   ▐██▄▄██████████████▄▄██▌
   ████████████████████████
  ▐████████████████████████▌
  ███████▀▀▀██████▀▀▀███████
 ▐██████     ████     ██████▌
 ███████     ████     ███████
▐████████▄▄▄██████▄▄▄████████▌
▐████████████████████████████▌
 █████▄▄▀▀▀▀██████▀▀▀▀▄▄█████
  ▀▀██████          ██████▀▀
      ▀▀▀            ▀▀▀
 

                   ▄▄████
              ▄▄████████▌
         ▄▄█████████▀███
    ▄▄██████████▀▀ ▄███▌
▄████████████▀▀  ▄█████
▀▀▀███████▀   ▄███████▌
      ██    ▄█████████
       █  ▄██████████▌
       █  ███████████
       █ ██▀ ▀██████▌
       ██▀     ▀████
                 ▀█▌
 
BTC




█▌
█▌          ▐█
█████       ██
████      ▐██▌
████    █████
████   ▐██████▌
█████ ▐██████
█████████████
████████████
████████████▌
███████████▌
███████████▌
███████████
█████████
████████
██████
███▀
▀▀
indeed
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
August 12, 2017, 03:03:06 AM
 #10800

So happy for whole komodo team!! Now what are people going to complain about though! 😀

It's time for KMD to blossom. Beautiful news!
Pages: « 1 ... 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 [540] 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 ... 878 »
  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!