Bitcoin Forum
May 14, 2024, 10:19:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 [109] 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 ... 180 »
  Print  
Author Topic: [ANN][YAC] YACoin ongoing development  (Read 379839 times)
Joe_Bauers
Hero Member
*****
Offline Offline

Activity: 802
Merit: 1003


GCVMMWH


View Profile
May 28, 2014, 04:11:39 PM
 #2161

fwiw, maxpower has updated the mac client of yacoin.
https://bitcointalk.org/index.php?topic=216672.0;all

Yacoin, one of the few truly undervalued altcoins.

Keep up the great work, dev—it's not going unnoticed.

Great news thanks!  Can someone verify that everything works as expected, and post the sha1sum of the version you used? 

Has anyone been able to verify/test the Mac wallet?
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Thirtybird
Hero Member
*****
Offline Offline

Activity: 693
Merit: 500



View Profile
May 29, 2014, 03:28:49 AM
 #2162

fwiw, maxpower has updated the mac client of yacoin.
https://bitcointalk.org/index.php?topic=216672.0;all

Yacoin, one of the few truly undervalued altcoins.

Keep up the great work, dev—it's not going unnoticed.

Great news thanks!  Can someone verify that everything works as expected, and post the sha1sum of the version you used? 

Has anyone been able to verify/test the Mac wallet?

I know one person with a Mac, my retired father - I can't picture that ending well... I was honestly happy the day he got a Mac - it meant an end to being tech support for him!

YACMiner: https://github.com/Thirtybird/YACMiner  N-Factor information : https://docs.google.com/spreadsheet/ccc?key=0Aj3vcsuY-JFNdC1ITWJrSG9VeWp6QXppbVgxcm0tbGc&usp=drive_web#gid=0
BTC: 183eSsaxG9y6m2ZhrDhHueoKnZWmbm6jfC  YAC: Y4FKiwKKYGQzcqn3M3u6mJoded6ri1UWHa
old c coder
Sr. Member
****
Offline Offline

Activity: 260
Merit: 250



View Profile WWW
May 29, 2014, 05:21:40 AM
 #2163

fwiw, maxpower has updated the mac client of yacoin.
https://bitcointalk.org/index.php?topic=216672.0;all
Yacoin, one of the few truly undervalued altcoins.
Keep up the great work, dev—it's not going unnoticed.
Great news thanks!  Can someone verify that everything works as expected, and post the sha1sum of the version you used? 
Has anyone been able to verify/test the Mac wallet?
I know one person with a Mac, my retired father - I can't picture that ending well... I was honestly happy the day he got a Mac - it meant an end to being tech support for him!
+1,  (lol)

but on another note, I have some additions to the UI experience, not the underlying workings of YACoin.  It is too late ATM tonight to do battle with GitHub, but here are some of the additions I have done and tested on the Windows (gcc and MSVC++) builds of YACoind and the gcc YACoin-qt.

http://youtu.be/C8GvHpjbAnM
YACoin is also mentioned in the end of the last of the short video series I did on building static libraries for MSVS, Bitcoin and YACoin and others, see (from message # 2119)
https://www.youtube.com/playlist?list=PLFnWb0ttBBMLyUuniLp3PJ5Mn4tVUlliZ

What's not shown is one more addition to the code, to enable wallet.dat to change its name, to anything!  And to be anywhere on your computer.  I don't have a video, but it would cover something like this:

In YACoin.conf (or on the command line) for Windows (#ifdef WIN32) versions of YACoind (MS), YACoind (gcc) & YACoin-qt (gcc) there is a new optional walletpath argument.  I don't have Linux or a Mac, so I can't test it on other OS's.  That is why I "guarded" it with the WIN32 test, but it should work with any OS.

walletpath can take a full or partial path (or just a filename) to an existing 'wallet.dat' file or a non-existing name to create a new wallet with that new name.  If it's a partial path or just a name, the code 'falls back' to using 'datadir' to compose the full path, which is what the normal code does anyway.

The 'wallet.dat' name can be any legal filename!

One thing one can do with this capability is run the wallet off of a USB memory drive and never have it on the hard drive of the computer!

Change wallets by editing a line in YACoin.conf, without losing the other wallet, which is the same as running the same blockchain with different wallets.

Perhaps an odd use of running the same wallet on different blockchains?

All one needs to know is how the BerkeleyDB code is written in Bitcoin/YACoin, etc.

In YACoin, the wallet code expects a blkindex.dat and (possibly) a  database/log.0000000nnn file in the directory with the wallet file, 'wallet.dat' or whatever you want to rename it!

The blockchain, I think, is in the 'datadir' directory, wherever that is on your computer, and it expects to find a blk0001.dat and perhaps a peers.dat and the ability to have a .lock file.

There is some connection, I believe, but again there is no documentation, on the relationship between the 'datadir'/blk001.dat file and the blkindex.dat and (possibly) a database/log.0000000nnn files in the walletpath which now can be a separate directory!

Perhaps YACoin can soon (?) have multiple wallets on one block chain?  Built in!  Without an RPC connection?  Or with one?  Can you see an "exchange" kind of application?  Or other possibilities?

Is there any interest in these additions?  I have found it very useful for testing as a developer and as a user, and have been using this code on my Bitcoin MSVC++ and gcc versions for some time Smiley

Ron

YAC: Y3ZggXDvnRJaRwtVGyGJwt6DMLN3EPQpQf


LTC: LUYiMVsrFQewUSPDasSKGzhyTPAkiTeSov BTC: 1DPvP6WoZzaNQ9Nxzd64hjYad1kyQzTTbx YAC: Y3ZggXDvnRJaRwtVGyGJwt6DMLN3EPQpQf 
The day is coming when a single carrot, freshly observed, will set off a revolution.  Paul Cezanne
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
May 29, 2014, 08:41:48 AM
 #2164

Those are really useful features no one focuses on...they just assume bitcoind works 100%.
Thanks and props!
old c coder
Sr. Member
****
Offline Offline

Activity: 260
Merit: 250



View Profile WWW
May 29, 2014, 02:59:50 PM
 #2165

 Wink
so, i'm writing the electrum-based block explorer myself now, mostly out of boredom (and also due to lack of volunteers).
the code is a major mess and still WIP (eg. no search box and no address handling so far), so consider this an early alpha preview.

http://yacoin.unsha.net/

PS: i know that i suck hard at writing javascript

That looks real nice! I throw my hat into the battle of the block explorers with my brand new super fast address balance
look up with transactions:

http://explore.grokonet.com
Hi Groko

It's nice to see someone who can still write HTML Wink  One can easily add a "smidge" of Javascript to that html that would "ask" for a new block every ~30 seconds or ~minute or what ever time period you like.  It could even be "done with AJAX". 

Where is the server getting its data from, might I ask?  Is it an "ABE" YACoin talking to a yacoin daemon on the server?

Ron


LTC: LUYiMVsrFQewUSPDasSKGzhyTPAkiTeSov BTC: 1DPvP6WoZzaNQ9Nxzd64hjYad1kyQzTTbx YAC: Y3ZggXDvnRJaRwtVGyGJwt6DMLN3EPQpQf 
The day is coming when a single carrot, freshly observed, will set off a revolution.  Paul Cezanne
sairon
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


One does not simply mine Bitcoins


View Profile
May 29, 2014, 08:48:58 PM
 #2166

Wink
so, i'm writing the electrum-based block explorer myself now, mostly out of boredom (and also due to lack of volunteers).
the code is a major mess and still WIP (eg. no search box and no address handling so far), so consider this an early alpha preview.

http://yacoin.unsha.net/

PS: i know that i suck hard at writing javascript

That looks real nice! I throw my hat into the battle of the block explorers with my brand new super fast address balance
look up with transactions:

http://explore.grokonet.com
Hi Groko

It's nice to see someone who can still write HTML Wink  One can easily add a "smidge" of Javascript to that html that would "ask" for a new block every ~30 seconds or ~minute or what ever time period you like.  It could even be "done with AJAX". 

Where is the server getting its data from, might I ask?  Is it an "ABE" YACoin talking to a yacoin daemon on the server?

Ron
I've done something similar with my prototype explorer, though it's using websockets instead of polling the server every x seconds, which is imo cool. The browser support still sucks, however (and my html&js skills, too, for that matter Grin - guess i'll just focus on finishing the damn electrum client finally in my next coding session).

just a reminder: i'm still looking for buzzword javascript web dev to do a simple front-end for a block explorer. (jquery, angular.js, twitter bootstrap or whatever you prefer; websockets required)

and there i was hoping it would be up & running by the end of the month, silly me Undecided

have you looked into the insight block explorer's
https://github.com/bitpay/insight
it sure looks nice, but adapting it for yac seems kinda challenging given most things are hardcoded in multiple places. also, i don't like the prospect of running Yet Another leveldb alongside the electrum's with essentially the same data. (and neither do i like node.js Tongue)

GPG key ID: 5E4F108A || BTC: 1hoardyponb9AMWhyA28DZb5n5g2bRY8v
old c coder
Sr. Member
****
Offline Offline

Activity: 260
Merit: 250



View Profile WWW
May 30, 2014, 02:26:47 AM
 #2167

it sure looks nice, but adapting it for yac seems kinda challenging given most things are hardcoded in multiple places. also, i don't like the prospect of running Yet Another leveldb alongside the electrum's with essentially the same data. (and neither do i like node.js Tongue)
Hi Sairon

levelDB shouldn't phase you.  Have you seen my video on building a static leveldb library, at
https://www.youtube.com/watch?v=x1U1cBx6Ub0? Grin  Should be easy to port back to gcc.  Bitcoin has been doing it since ~0.8.0  YACoins data only seems to be about 300MB / year?

And do you know what a famous pundit said about scriptaculous & other javascript "frameworks"?  I was at a NFJS conference and the (anonymous speaker) said they appear to him to be a "steaming pile of code" Shocked Grin

Ron



LTC: LUYiMVsrFQewUSPDasSKGzhyTPAkiTeSov BTC: 1DPvP6WoZzaNQ9Nxzd64hjYad1kyQzTTbx YAC: Y3ZggXDvnRJaRwtVGyGJwt6DMLN3EPQpQf 
The day is coming when a single carrot, freshly observed, will set off a revolution.  Paul Cezanne
sairon
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


One does not simply mine Bitcoins


View Profile
May 30, 2014, 04:05:20 PM
 #2168

it sure looks nice, but adapting it for yac seems kinda challenging given most things are hardcoded in multiple places. also, i don't like the prospect of running Yet Another leveldb alongside the electrum's with essentially the same data. (and neither do i like node.js Tongue)
Hi Sairon

levelDB shouldn't phase you.  Have you seen my video on building a static leveldb library, at
https://www.youtube.com/watch?v=x1U1cBx6Ub0? Grin  Should be easy to port back to gcc.  Bitcoin has been doing it since ~0.8.0  YACoins data only seems to be about 300MB / year?

And do you know what a famous pundit said about scriptaculous & other javascript "frameworks"?  I was at a NFJS conference and the (anonymous speaker) said they appear to him to be a "steaming pile of code" Shocked Grin

Ron
nah, leveldb is cool, the problem is it just seems wrong to store the same data twice. either way, i use it from python, not c/c++ Tongue

but did the speaker survive?

GPG key ID: 5E4F108A || BTC: 1hoardyponb9AMWhyA28DZb5n5g2bRY8v
Groko
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 30, 2014, 10:58:03 PM
 #2169

Wink
so, i'm writing the electrum-based block explorer myself now, mostly out of boredom (and also due to lack of volunteers).
the code is a major mess and still WIP (eg. no search box and no address handling so far), so consider this an early alpha preview.

http://yacoin.unsha.net/

PS: i know that i suck hard at writing javascript

That looks real nice! I throw my hat into the battle of the block explorers with my brand new super fast address balance
look up with transactions:

http://explore.grokonet.com
Hi Groko

It's nice to see someone who can still write HTML Wink  One can easily add a "smidge" of Javascript to that html that would "ask" for a new block every ~30 seconds or ~minute or what ever time period you like.  It could even be "done with AJAX". 

Where is the server getting its data from, might I ask?  Is it an "ABE" YACoin talking to a yacoin daemon on the server?

Ron
Thanks Ron! I'm glad you appreciate my simple HTML approach. My web page design skills
are a bit for wanting that is for sure. And I have never attempted to do anything using
JavaScript. But I'm planning on skipping that skill-set with Ruby Rails. My yacoin forum is
a Ruby Rails application.

As far as my data goes, it looks like you guessed it. My data is coming from a live
yacoind executable in server mode that I query using a yacoind executable in client mode
doing RPC calls to the server. It's pretty simple really. But g-damn it's fast. I added
address balance tracking that keeps up to the minute with every new block and responds to
a block chain reorganize. I have a new top 1000 list of addresses that is also kept up to
date on the fly. Check it out here: http://explore.grokonet.com/?top1000=1
aso118
Legendary
*
Offline Offline

Activity: 1918
Merit: 1012


★Nitrogensports.eu★


View Profile
May 31, 2014, 02:02:33 AM
 #2170

As far as my data goes, it looks like you guessed it. My data is coming from a live
yacoind executable in server mode that I query using a yacoind executable in client mode
doing RPC calls to the server. It's pretty simple really. But g-damn it's fast. I added
address balance tracking that keeps up to the minute with every new block and responds to
a block chain reorganize. I have a new top 1000 list of addresses that is also kept up to
date on the fly. Check it out here: http://explore.grokonet.com/?top1000=1

I just check this out.  It is really fast.  It's even quicker then trying to find a transaction through my YAC qt wallet!


           █████████████████     ████████
          █████████████████     ████████
         █████████████████     ████████
        █████████████████     ████████
       ████████              ████████
      ████████              ████████
     ████████     ███████  ████████     ████████
    ████████     █████████████████     ████████
   ████████     █████████████████     ████████
  ████████     █████████████████     ████████
 ████████     █████████████████     ████████
████████     ████████  ███████     ████████
            ████████              ████████
           ████████              ████████
          ████████     █████████████████
         ████████     █████████████████
        ████████     █████████████████
       ████████     █████████████████
▄▄
██
██
██
██
██
██
██
██
██
██     
██
██
▬▬ THE LARGEST & MOST TRUSTED ▬▬
      BITCOIN SPORTSBOOK     
   ▄▄
██
██
██
██
██
██
██
██
██
██     
██
██
             ▄▄▄▄▀▀▀▀▄
     ▄▄▄▄▀▀▀▀        ▀▄▄▄▄           
▄▀▀▀▀                 █   ▀▀▀▀▀▀▀▄▄
█                    ▀▄          █
 █   ▀▌     ██▄        █          █               
 ▀▄        ▐████▄       █        █
  █        ███████▄     ▀▄       █
   █      ▐████▄█████████████████████▄
   ▀▄     ███████▀                  ▀██
    █      ▀█████    ▄▄        ▄▄    ██
     █       ▀███   ████      ████   ██
     ▀▄        ██    ▀▀        ▀▀    ██
      █        ██        ▄██▄        ██
       █       ██        ▀██▀        ██
       ▀▄      ██    ▄▄        ▄▄    ██
        █      ██   ████      ████   ██
         █▄▄▄▄▀██    ▀▀        ▀▀    ██
               ██▄                  ▄██
                ▀████████████████████▀




  CASINO  ●  DICE  ●  POKER   
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
   24 hour Customer Support   

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
senj
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
May 31, 2014, 10:55:34 AM
 #2171

As far as my data goes, it looks like you guessed it. My data is coming from a live
yacoind executable in server mode that I query using a yacoind executable in client mode
doing RPC calls to the server. It's pretty simple really. But g-damn it's fast. I added
address balance tracking that keeps up to the minute with every new block and responds to
a block chain reorganize. I have a new top 1000 list of addresses that is also kept up to
date on the fly. Check it out here: http://explore.grokonet.com/?top1000=1

I just check this out.  It is really fast.  It's even quicker then trying to find a transaction through my YAC qt wallet!

That is really fast. I wasn't aware about this explorer. Tnx.
Besides I have been getting a lot of errors lately with explorer.yacoin.org (python script, class 'psycopg2.DataError...).
Thirtybird
Hero Member
*****
Offline Offline

Activity: 693
Merit: 500



View Profile
May 31, 2014, 01:42:05 PM
Last edit: May 31, 2014, 02:15:03 PM by Thirtybird
 #2172

Just a little over 30 minutes before NFactor of 15 becomes our new life for the next few months!

Who's as excited as I am?  Cool

EDIT: Woohoo, it's here!  Miners adapted and no hiccups Smiley

YACMiner: https://github.com/Thirtybird/YACMiner  N-Factor information : https://docs.google.com/spreadsheet/ccc?key=0Aj3vcsuY-JFNdC1ITWJrSG9VeWp6QXppbVgxcm0tbGc&usp=drive_web#gid=0
BTC: 183eSsaxG9y6m2ZhrDhHueoKnZWmbm6jfC  YAC: Y4FKiwKKYGQzcqn3M3u6mJoded6ri1UWHa
Groko
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 31, 2014, 03:10:27 PM
 #2173

Just a little over 30 minutes before NFactor of 15 becomes our new life for the next few months!

Who's as excited as I am?  Cool

EDIT: Woohoo, it's here!  Miners adapted and no hiccups Smiley

The difficulty is too damn high! At least the pump and dumpers will leave us for a while.
dyos
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 31, 2014, 03:48:17 PM
 #2174

Any idea for the new config for 750ti using cudaminer for the new nfactor?

would be nice to know thanks!
Beave162
Hero Member
*****
Offline Offline

Activity: 809
Merit: 501



View Profile
May 31, 2014, 03:49:49 PM
 #2175

As far as my data goes, it looks like you guessed it. My data is coming from a live
yacoind executable in server mode that I query using a yacoind executable in client mode
doing RPC calls to the server. It's pretty simple really. But g-damn it's fast. I added
address balance tracking that keeps up to the minute with every new block and responds to
a block chain reorganize. I have a new top 1000 list of addresses that is also kept up to
date on the fly. Check it out here: http://explore.grokonet.com/?top1000=1

I just check this out.  It is really fast.  It's even quicker then trying to find a transaction through my YAC qt wallet!

That is really fast. I wasn't aware about this explorer. Tnx.
Besides I have been getting a lot of errors lately with explorer.yacoin.org (python script, class 'psycopg2.DataError...).

WindMaster needs to update the OP! Add the cryptoaltex and groko's block explorer.

YaCoin: YL5kf54wPPXKsXd5T18xCaNkyUsS1DgY7z 
BitCoin: 14PFbLyUdTyxZg3V8hnvj5VXkx3dhthmDj
fredeq
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
May 31, 2014, 03:56:12 PM
 #2176

Any api on that explorer? Official one is giving me errors.

https://whattomine.com - Check what to mine Smiley
Beave162
Hero Member
*****
Offline Offline

Activity: 809
Merit: 501



View Profile
May 31, 2014, 03:58:58 PM
 #2177

Any idea for the new config for 750ti using cudaminer for the new nfactor?

would be nice to know thanks!

ivanlabrie is the man for this! He may be sleeping right now though.

YaCoin: YL5kf54wPPXKsXd5T18xCaNkyUsS1DgY7z 
BitCoin: 14PFbLyUdTyxZg3V8hnvj5VXkx3dhthmDj
hoper
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
May 31, 2014, 04:07:37 PM
 #2178

Any idea for the new config for 750ti using cudaminer for the new nfactor?

would be nice to know thanks!

Try same settings, but lookup-gap x2 bigger
mhps
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500


CAT.EX Exchange


View Profile
May 31, 2014, 04:46:49 PM
 #2179

Network difficulty is still set to the old N (0.017). According to coinmine.pl there will be 24hours before the difficulty drop (to 0.01).

I notice that after N change the CPU miner (minerd-yacoin-stratum on 5 Xeon cores) isn't getting much slower in term of hash rate but my laptop GPU (GT640M running on cudaminer) gets to 1/3 of N14 hash rate. Now these CPU and GPU miners run at about the same hash rate. YAC is a CPU coin again  Wink
I have to stop my bigger NVdia GPU because it's getting 90C ! Probably due to summer, not the new N.




|(
▄▄██████████▄▄
▄██████████████████▄
▄█████▀ ▀█████▀ ▀██████▄
██████ ███ ▀▀▀ ███ ███████
██████▀▄███████████▄▀███████
███████ █████████████ ████████
███████ █████████████ ████████
████████▄▀█████████▀▄█████████
██████████▄ █████ ▄█▀▄▄▄▀█████
██████████ ████▌▐█ █▀▄█ ████
████████▌▐█████ █▌▐█▄▄████
▀█████▀ ██████▄ ▀ █████▀
▀██████████████████▀
▀▀██████████▀▀
)(.
)
▌   ANNOUNCE THREAD   ▌▐   BOUNTY   ▐
TWITTER  |  FACEBOOK  |  TELEGRAM  |  DISCORD
(((((((   MOBILE APP [ ANDROID / IOS ]   )))))))
)
aso118
Legendary
*
Offline Offline

Activity: 1918
Merit: 1012


★Nitrogensports.eu★


View Profile
May 31, 2014, 05:23:33 PM
 #2180

Just a little over 30 minutes before NFactor of 15 becomes our new life for the next few months!

Who's as excited as I am?  Cool

EDIT: Woohoo, it's here!  Miners adapted and no hiccups Smiley


I'm seeing about half of my regular mining speed on my CPU miners.  Are you getting about half of your N = 14 hashrate with your GPUs?


           █████████████████     ████████
          █████████████████     ████████
         █████████████████     ████████
        █████████████████     ████████
       ████████              ████████
      ████████              ████████
     ████████     ███████  ████████     ████████
    ████████     █████████████████     ████████
   ████████     █████████████████     ████████
  ████████     █████████████████     ████████
 ████████     █████████████████     ████████
████████     ████████  ███████     ████████
            ████████              ████████
           ████████              ████████
          ████████     █████████████████
         ████████     █████████████████
        ████████     █████████████████
       ████████     █████████████████
▄▄
██
██
██
██
██
██
██
██
██
██     
██
██
▬▬ THE LARGEST & MOST TRUSTED ▬▬
      BITCOIN SPORTSBOOK     
   ▄▄
██
██
██
██
██
██
██
██
██
██     
██
██
             ▄▄▄▄▀▀▀▀▄
     ▄▄▄▄▀▀▀▀        ▀▄▄▄▄           
▄▀▀▀▀                 █   ▀▀▀▀▀▀▀▄▄
█                    ▀▄          █
 █   ▀▌     ██▄        █          █               
 ▀▄        ▐████▄       █        █
  █        ███████▄     ▀▄       █
   █      ▐████▄█████████████████████▄
   ▀▄     ███████▀                  ▀██
    █      ▀█████    ▄▄        ▄▄    ██
     █       ▀███   ████      ████   ██
     ▀▄        ██    ▀▀        ▀▀    ██
      █        ██        ▄██▄        ██
       █       ██        ▀██▀        ██
       ▀▄      ██    ▄▄        ▄▄    ██
        █      ██   ████      ████   ██
         █▄▄▄▄▀██    ▀▀        ▀▀    ██
               ██▄                  ▄██
                ▀████████████████████▀




  CASINO  ●  DICE  ●  POKER   
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
   24 hour Customer Support   

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Pages: « 1 ... 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 [109] 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 ... 180 »
  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!