Bitcoin Forum
May 07, 2024, 04:24:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 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 ... 158 »
  Print  
Author Topic: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid 925+ BTC  (Read 217619 times)
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
June 02, 2016, 04:37:44 AM
 #1541

wow, my machine has really begin to flood the server with benchmarks XD   Its that algo switching I guess.

Did you ever have plans to graph or group the results in some ways?


hey JK - have you updated your latest multi-algo scripts for your 980?
I want to stretch my 980Ti soon. Thanks

Yeah.

I'm running everything that's worth running except myr-gr.

When I get back home I'll paste the batch code.

The only miner app I'm presently using is the above linked cuda 8.0 ccminer.  Some algos aren't optimized, but I can live with it.

It's an Asus GTX 980 4Gb.   The scalar between algos should be pretty close between the 980 and TI.

I also modified the batch to launch each miner instance in a separate process all at once;  then the server only responds to the port it wants.   With this method you don't have to wait for it to cycle through each damned algo every time Smiley

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
1715055890
Hero Member
*
Offline Offline

Posts: 1715055890

View Profile Personal Message (Offline)

Ignore
1715055890
Reply with quote  #2

1715055890
Report to moderator
1715055890
Hero Member
*
Offline Offline

Posts: 1715055890

View Profile Personal Message (Offline)

Ignore
1715055890
Reply with quote  #2

1715055890
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
June 02, 2016, 06:19:26 AM
 #1542

wow, my machine has really begin to flood the server with benchmarks XD   Its that algo switching I guess.

Did you ever have plans to graph or group the results in some ways?


hey JK - have you updated your latest multi-algo scripts for your 980?
I want to stretch my 980Ti soon. Thanks

Yeah.

I'm running everything that's worth running except myr-gr.

When I get back home I'll paste the batch code.

The only miner app I'm presently using is the above linked cuda 8.0 ccminer.  Some algos aren't optimized, but I can live with it.

It's an Asus GTX 980 4Gb.   The scalar between algos should be pretty close between the 980 and TI.

I also modified the batch to launch each miner instance in a separate process all at once;  then the server only responds to the port it wants.   With this method you don't have to wait for it to cycle through each damned algo every time Smiley
That's what minercontrol does... goes straight to the next algo. No delay.  Smiley
But from the profits show on it I should be making much more .. but he splits our hashs to 3 different coins at the same time sometimes.
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
June 02, 2016, 07:01:06 AM
 #1543

My whole perspective is to remove all middle steps.  Be as close to system level and thus be the least buggy.

Simple batch logic trumps all if you are only using zpool.   I personally wasn't wowed by miner control.

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
June 02, 2016, 09:15:38 AM
 #1544

My whole perspective is to remove all middle steps.  Be as close to system level and thus be the least buggy.

Simple batch logic trumps all if you are only using zpool.   I personally wasn't wowed by miner control.
Yes JK minercontrol ... to start... the conf file list had errors.
And one has to think what works with mc.
And the most important is the dynamic switching ...to get that correct ..which is fantastic to me.
Because if a algo goes up in value a little it will switch in the time one puts in to switch lets say 15 minutes allowing for spin up.
But if an algo goes very high then dynamic switching will down the switch over time from like 15 minutes to 1 minute.
One must use Kboma 1.6.5.1 upgrade not the original.
If I had only the original then I would have given it up. Big difference between the two.
One day I'm going to make a bat file up with the same algo's as mc and see if there is a difference because if not setup correctly one could actually loose profits.
Kboma says, I talk to him through Skype, he may make a new upgrade with alot of extra features.
I wish I knew how to see a cmd window like you see when mining instead of mc window ... I don't know how to do that because mc monitoring window sucks.

Ps I'm still waiting for my legendary to pop up on my name. Grin
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
June 02, 2016, 10:09:18 AM
Last edit: June 03, 2016, 12:20:32 AM by JaredKaragen
 #1545

Ok;  I stayed out later than expected (3:00Am here)

Code:
@echo off
SETLOCAL EnableExtensions
:start
cls
start /min ccminer176.exe -r 0 -a x13 -i 17.5 -o stratum+tcp://mine.zpool.ca:3633 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p p690gtx980-

1,c=BTC,d=0.004,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.5,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats
start /min ccminer176.exe -r 0 -a x11 -i 17.5 -o stratum+tcp://mine.zpool.ca:3533 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p p690gtx980-

1,c=BTC,d=0.001,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.5,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats
start /min ccminer176.exe -r 0 -a qubit -i 17.2 -o stratum+tcp://mine.zpool.ca:4733 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p p690gtx980-

1,c=BTC,d=0.004,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.5,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats
start /min ccminer176.exe -r 0 -a x15 -i 17.5 -o stratum+tcp://mine.zpool.ca:3733 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p p690gtx980-

1,c=BTC,d=0.01,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.5,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats
start /min ccminer176.exe -r 0 -a lyra2v2 -i 17.2 -o stratum+tcp://mine.zpool.ca:4533 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p p690gtx980-

1,c=BTC,d=1,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.5,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats
start /min ccminer176.exe -r 0 -a neoscrypt -i 17 -o stratum+tcp://mine.zpool.ca:4233 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p p690gtx980-

1,c=BTC,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.5,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats
start /min ccminer176.exe -r 0 -a decred -o stratum+tcp://mine.zpool.ca:5744 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p p690gtx980-

1,c=BTC,d=0.5,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.5,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats
start /min ccminer176.exe -r 0 -a blakecoin -o stratum+tcp://mine.zpool.ca:5743 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p p690gtx980-

1,c=BTC,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.5,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats
start /min ccminer176.exe -r 0 -a c11 -o stratum+tcp://mine.zpool.ca:3573 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p p690gtx980-

1,c=BTC,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.5,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats
start /min ccminer176.exe -r 0 -a quark -i 17.5 -o stratum+tcp://mine.zpool.ca:4033 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p p690gtx980-

1,c=BTC,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.5,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats
start /min ccminer176.exe -r 0 -a groestl -o stratum+tcp://mine.zpool.ca:5333 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p p690gtx980-

1,c=BTC,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.5,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats
start /min ccminer176.exe -r 0 -a blake2s -o stratum+tcp://mine.zpool.ca:5766 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p p690gtx980-

1,c=BTC,d=0.4,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.5,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats
start /min ccminer176.exe -r 0 -a x14 -o stratum+tcp://mine.zpool.ca:3933 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p p690gtx980-

1,c=BTC,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.5,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats
start /min ccminer176.exe -r 0 -a x17 -o stratum+tcp://mine.zpool.ca:3737 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p p690gtx980-

1,c=BTC,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.5,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats
:wait1
set EXE=ccminer176.exe
FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto FOUND
goto FIN1
:FOUND
echo %EXE% still running.
goto wait1
:FIN1
goto start

You will have to make a loop for "SET EXE" to the multiple variants of the miner apps that you run.  but for simplicity sake in what im doing, I am just trying to stick with one miner app to keep upgraded;  I don't mind not using optimized and algo specific versions anymore.  too much mess in the end.

Be sure to use the version that is quoted a few posts above.  It has support for the extended password length.  If you don't have a miner app that can take the long password, you will notice multiple ports/algos will remain connected at the same time.  So just download the Cuda 8.0 optimized version.  For you AMD folks;  sorry;  I haven't stepped into that world quite yet.

In Win10, I can also make live edits to the batch file and not have to close and restart anything... at the worst close the current running algo and watch em all reset.  But just edit/save in notepad and its updated live (test this by editing the still running message if you really don't believe me).

Before starting minimized, it was funny watching the batch poop out that many windows all at once.

Be sure to have thread capability.... I am running a dual Xeon SLAED machine with 26Gb ram, so it has no issues.

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
JarBinks
Full Member
***
Offline Offline

Activity: 144
Merit: 100



View Profile
June 02, 2016, 03:33:23 PM
 #1546

Can you use the /min parm?
  I have had mixed results with it in the past.

https://technet.microsoft.com/en-us/library/cc770297(v=ws.11).aspx


Mario241077
Legendary
*
Offline Offline

Activity: 1302
Merit: 1000

ORB has a good chance to grow.


View Profile
June 02, 2016, 04:57:42 PM
 #1547

Probably maintenance on one of the coin boxes.

yup, updates and tuning changes.

when do you cover my ORB's ?
you sold to much on exchange

http://www.zpool.ca/?address=oejwt9ucaRveTSHZ3R65ovEkFscFyku32P

Are you a part of the ORB Community or want to be it, then gives your vote! here!! One of the first 30 currencys in the World is Orbitcoin DEV Forum - don't forget free ORB's are here ORB Faucet, tell your friend's - With PoW (without Asic's)/PoS Hybrid-System everyone can mine ORB with general purpose pc-hardware. The PoS (Proof of Stake) generation features very low energy consumption. Green Stake over PoS
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
June 02, 2016, 05:02:36 PM
 #1548

Probably maintenance on one of the coin boxes.

yup, updates and tuning changes.

when do you cover my ORB's ?
you sold to much on exchange

http://www.zpool.ca/?address=oejwt9ucaRveTSHZ3R65ovEkFscFyku32P

When more blocks are found. Same as I've mentioned before.

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
Mario241077
Legendary
*
Offline Offline

Activity: 1302
Merit: 1000

ORB has a good chance to grow.


View Profile
June 02, 2016, 06:18:42 PM
 #1549

Probably maintenance on one of the coin boxes.

yup, updates and tuning changes.

when do you cover my ORB's ?
you sold to much on exchange

http://www.zpool.ca/?address=oejwt9ucaRveTSHZ3R65ovEkFscFyku32P

When more blocks are found. Same as I've mentioned before.

but why you exchange more ORB than you have

Are you a part of the ORB Community or want to be it, then gives your vote! here!! One of the first 30 currencys in the World is Orbitcoin DEV Forum - don't forget free ORB's are here ORB Faucet, tell your friend's - With PoW (without Asic's)/PoS Hybrid-System everyone can mine ORB with general purpose pc-hardware. The PoS (Proof of Stake) generation features very low energy consumption. Green Stake over PoS
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
June 02, 2016, 06:24:09 PM
 #1550

Probably maintenance on one of the coin boxes.

yup, updates and tuning changes.

when do you cover my ORB's ?
you sold to much on exchange

http://www.zpool.ca/?address=oejwt9ucaRveTSHZ3R65ovEkFscFyku32P

When more blocks are found. Same as I've mentioned before.

but why you exchange more ORB than you have

Not possible. I can't exchange what I don't have.

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
June 02, 2016, 09:36:53 PM
 #1551

Can you use the /min parm?
  I have had mixed results with it in the past.

https://technet.microsoft.com/en-us/library/cc770297(v=ws.11).aspx




Worked.  Thanks Jar!

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
Mario241077
Legendary
*
Offline Offline

Activity: 1302
Merit: 1000

ORB has a good chance to grow.


View Profile
June 02, 2016, 09:59:22 PM
 #1552

Probably maintenance on one of the coin boxes.

yup, updates and tuning changes.

when do you cover my ORB's ?
you sold to much on exchange

http://www.zpool.ca/?address=oejwt9ucaRveTSHZ3R65ovEkFscFyku32P

When more blocks are found. Same as I've mentioned before.

but why you exchange more ORB than you have

Not possible. I can't exchange what I don't have.

well this is not correct, you are short in ORB but you have doubt against me..

Are you a part of the ORB Community or want to be it, then gives your vote! here!! One of the first 30 currencys in the World is Orbitcoin DEV Forum - don't forget free ORB's are here ORB Faucet, tell your friend's - With PoW (without Asic's)/PoS Hybrid-System everyone can mine ORB with general purpose pc-hardware. The PoS (Proof of Stake) generation features very low energy consumption. Green Stake over PoS
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
June 02, 2016, 11:56:30 PM
 #1553

Probably maintenance on one of the coin boxes.

yup, updates and tuning changes.

when do you cover my ORB's ?
you sold to much on exchange

http://www.zpool.ca/?address=oejwt9ucaRveTSHZ3R65ovEkFscFyku32P

When more blocks are found. Same as I've mentioned before.

but why you exchange more ORB than you have

Not possible. I can't exchange what I don't have.

well this is not correct, you are short in ORB but you have doubt against me..

It is.

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
June 03, 2016, 12:26:35 AM
 #1554

well this is not correct, you are short in ORB but you have doubt against me..

Hes correct Mario;  The pool only pays out in coins mined, unless you are getting payed in BTC which is the default exchange payment type for the pools account.  so you only get paid in BTC, or the coins mined, as they are mined.   No other way around it.

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
JarBinks
Full Member
***
Offline Offline

Activity: 144
Merit: 100



View Profile
June 03, 2016, 01:19:06 AM
 #1555

Can you use the /min parm?
  I have had mixed results with it in the past.

https://technet.microsoft.com/en-us/library/cc770297(v=ws.11).aspx




Worked.  Thanks Jar!

Sweet!!!
I was also thinking since you are repeating the username and password you could make them variables so they only need to be in there once.
  Might be easier to maintain.
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
June 03, 2016, 01:29:30 AM
 #1556

yeah;  Ill do that eventually... maybe.... lol

I dont think the few kb of ram is going to hurt much in the end, but eventually ill make that edit =)

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
JarBinks
Full Member
***
Offline Offline

Activity: 144
Merit: 100



View Profile
June 03, 2016, 03:59:42 AM
 #1557

yeah;  Ill do that eventually... maybe.... lol

I dont think the few kb of ram is going to hurt much in the end, but eventually ill make that edit =)

Yeah, I was in code review mode, sorry
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
June 03, 2016, 06:02:23 PM
 #1558

After the recent updates and tuning changes it looks like stability has improved quite a bit. Still seeing some stratum resets, but I guesstimate it's reduced 60-70%!

Still keeping an eye on it and making adjustsments so some of the resets have been intentional the past couple days.

Cheers


ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
June 03, 2016, 06:19:35 PM
Last edit: June 03, 2016, 06:53:20 PM by JaredKaragen
 #1559

After the recent updates and tuning changes it looks like stability has improved quite a bit. Still seeing some stratum resets, but I guesstimate it's reduced 60-70%!

Still keeping an eye on it and making adjustsments so some of the resets have been intentional the past couple days.

Cheers



Ill point my S7 back at it and report back in a few days =)  Thanks for the update!
*edit:  Also doing a 10Th rental for 24 hours to see how it compared to my older tests.   I think at my rental price ill break even or loose 1-2 Mbtc... no sweat.

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
June 04, 2016, 03:32:50 AM
 #1560

had to hard reset my S7 a few min ago.  But so far, pretty solid.

also, you can see how much nicehash gets rejected by the pool.  The extra rewards is what's offsetting it I think.

Against my initial assumption I am still just about breaking even; and have generated as much as I have spent thus far. (NH fee included and considered covered first)

Hope it helps.  Looks like that rental will push on for another day or two...... I may top it off a little if I feel like pushing it further.


Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
Pages: « 1 ... 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 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 ... 158 »
  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!