Bitcoin Forum
September 17, 2024, 10:56:54 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 [654] 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 »
  Print  
Author Topic: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer  (Read 1232608 times)
Pansyfaust
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
December 12, 2014, 11:04:33 PM
 #13061

guys, I even cannot start the sgminer. what am I doing wrong? I have two AMD 280X cards and I would like to test and configure my rig for lyra2re.

sgminer.exe --kernel lyra2re -o stratum+tcp://ca.simplemulti.com:3374 -u username -p password --lookup-gap 2 --thread-concurrency 8192 --shaders 2048 -I 13 -w 256 --gpu-dyninterval 7 --gpu-threads 2 --expiry 28 --scan-time 30 --queue 3 --gpu-memclock 1500 --gpu-powertune -20 --gpu-engine 1000 --gpu-fan 100 --gpu-vddc 1.100



Started sgminer 5.1.0
* using Jansson 2.7
clDevicesNum returned error, no GPUs usable
All devices disabled, cannot mine!



thank you Smiley

try this

{
"pools" : [
   {
      "url" : "stratum+tcp://pool.verters.com:4444",
      "user" : "xxxx.xxx",
      "pass" : "x"
   }
]
,
"xintensity" : "3",
"worksize" : "256",
"kernel" : "Lyra2RE",
"algorithm" : "Lyra2RE",
"shaders" : "0",
"gpu-threads" : "2",
"gpu-fan" : "100",
"gpu-memclock" : "1500",
"gpu-engine" : "1000",
"gpu-powertune" : "20",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "60",
"failover-switch-delay" : "60",
"gpu-platform" : "0",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30"
}

it did not work. I still have the error - "clDevicesNum returned error, no GPUs usable" Sad

gpu platform , try make it : 1
randywald
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500


View Profile
December 12, 2014, 11:15:33 PM
 #13062

Make sure you did a proper uninstall of the previous driver version before installing the current one and do a reboot of your system.

"xintensity" : "3"
this is: 2^x=3*2048
log2(6144)=12,58 so this is equal to intensity 12,58

If you want to have intensity 13:
2^13=8192
8192/2048=4 -> xintensity 4

I=17: 2^17=131072
131072=64

I=18: 2^18=262144
262144/2048=128

I=18,5: 2^18,5=370727,6001
370727,6001/2048=181

I=19: 2^19=524588
524588/2048=256

geenius
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
December 12, 2014, 11:24:38 PM
 #13063

guys, I even cannot start the sgminer. what am I doing wrong? I have two AMD 280X cards and I would like to test and configure my rig for lyra2re.

sgminer.exe --kernel lyra2re -o stratum+tcp://ca.simplemulti.com:3374 -u username -p password --lookup-gap 2 --thread-concurrency 8192 --shaders 2048 -I 13 -w 256 --gpu-dyninterval 7 --gpu-threads 2 --expiry 28 --scan-time 30 --queue 3 --gpu-memclock 1500 --gpu-powertune -20 --gpu-engine 1000 --gpu-fan 100 --gpu-vddc 1.100



Started sgminer 5.1.0
* using Jansson 2.7
clDevicesNum returned error, no GPUs usable
All devices disabled, cannot mine!



thank you Smiley

try this

{
"pools" : [
   {
      "url" : "stratum+tcp://pool.verters.com:4444",
      "user" : "xxxx.xxx",
      "pass" : "x"
   }
]
,
"xintensity" : "3",
"worksize" : "256",
"kernel" : "Lyra2RE",
"algorithm" : "Lyra2RE",
"shaders" : "0",
"gpu-threads" : "2",
"gpu-fan" : "100",
"gpu-memclock" : "1500",
"gpu-engine" : "1000",
"gpu-powertune" : "20",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "60",
"failover-switch-delay" : "60",
"gpu-platform" : "0",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30"
}

it did not work. I still have the error - "clDevicesNum returned error, no GPUs usable" Sad

gpu platform , try make it : 1

great thank you Smiley
geenius
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
December 12, 2014, 11:34:59 PM
 #13064

Make sure you did a proper uninstall of the previous driver version before installing the current one and do a reboot of your system.

"xintensity" : "3"
this is: 2^x=3*2048
log2(6144)=12,58 so this is equal to intensity 12,58

If you want to have intensity 13:
2^13=8192
8192/2048=4 -> xintensity 4

I=17: 2^17=131072
131072=64

I=18: 2^18=262144
262144/2048=128

I=18,5: 2^18,5=370727,6001
370727,6001/2048=181

I=19: 2^19=524588
524588/2048=256

thank you for explanation Smiley do you have any recommended config for 280X? Smiley
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
December 12, 2014, 11:39:57 PM
 #13065

So, will Monocle still be merge mine-able with Vert or will it stay with Scrypt-N? What is everyone getting on average hashrate on the new algo with an AMD 280x or Nvidia GTX 750ti?

Awesome that in about 9~10 hours the new algo will be online..... Cool

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
geenius
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
December 12, 2014, 11:43:40 PM
 #13066

So, will Monocle still be merge mine-able with Vert or will it stay with Scrypt-N? What is everyone getting on average hashrate on the new algo with an AMD 280x or Nvidia GTX 750ti?

Awesome that in about 9~10 hours the new algo will be online..... Cool

I am getting 616khs with Nvidia750Ti and 840khs with a single 280X but this I thing could be much more.


the algo will be sooner. look here
http://give-me-coins.com/pool/vtc-fork-countdown
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
December 12, 2014, 11:46:57 PM
Last edit: December 12, 2014, 11:59:50 PM by SpeedDemon13
 #13067

So, will Monocle still be merge mine-able with Vert or will it stay with Scrypt-N? What is everyone getting on average hashrate on the new algo with an AMD 280x or Nvidia GTX 750ti?

Awesome that in about 9~10 hours the new algo will be online..... Cool

I am getting 616khs with Nvidia750Ti and 840khs with a single 280X but this I thing could be much more.


the algo will be sooner. look here
http://give-me-coins.com/pool/vtc-fork-countdown


Oh yea, I calculated it wrong and it should be about 5 to 6 hours, ie. approximately 24 block per hour....lol

Cool, because those are the only cards I have to mine with...lol

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
geenius
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
December 12, 2014, 11:51:21 PM
 #13068

So, will Monocle still be merge mine-able with Vert or will it stay with Scrypt-N? What is everyone getting on average hashrate on the new algo with an AMD 280x or Nvidia GTX 750ti?

Awesome that in about 9~10 hours the new algo will be online..... Cool

I am getting 616khs with Nvidia750Ti and 840khs with a single 280X but this I thing could be much more.


the algo will be sooner. look here
http://give-me-coins.com/pool/vtc-fork-countdown


Oh yea, I calculated it wrong and it should be about 5 to 6 hours, ie. approximately 24 block per hour....lol

Cool, because those are the only card I have to mine with...lol

I also have 2x 6990. anyone tryied 6990 with lyra2re?
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
December 13, 2014, 12:02:55 AM
 #13069

So, will Monocle still be merge mine-able with Vert or will it stay with Scrypt-N? What is everyone getting on average hashrate on the new algo with an AMD 280x or Nvidia GTX 750ti?

Awesome that in about 9~10 hours the new algo will be online..... Cool

I am getting 616khs with Nvidia750Ti and 840khs with a single 280X but this I thing could be much more.


the algo will be sooner. look here
http://give-me-coins.com/pool/vtc-fork-countdown


Oh yea, I calculated it wrong and it should be about 5 to 6 hours, ie. approximately 24 block per hour....lol

Cool, because those are the only card I have to mine with...lol

I also have 2x 6990. anyone tryied 6990 with lyra2re?

I have 2x 6950 2GB and 1x 6970, but I would think it wouldn't be very efficient to mine with in the long term. I haven't tried with those cards yet, if the new algo works with them.

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
randywald
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500


View Profile
December 13, 2014, 12:07:55 AM
 #13070

SpeedDemon13 ,

i made some tests and it showed that a old 5870 is almost as efficient as R9 270 (200 KH/s scrypt-n). Lyra 2 uses half the power of n scrypt, so i think it doesn't matter if old or new gpu is used.

But yes, i forgot -> whe don't know the hashrate this cards do on lyra2re.

-----

All,

I get ~1.15 MH/s on Sapphire R9 290 Tri-X OC.

There also was a guy who did 1.1 MH/s on R9 280X i remember...


SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
December 13, 2014, 12:16:15 AM
 #13071

SpeedDemon13 ,

i made some tests and it showed that a old 5870 is almost as efficient as R9 270 (200 KH/s scrypt-n). Lyra 2 uses half the power of n scrypt, so i think it doesn't matter if old or new gpu is used.

But yes, i forgot -> whe don't know the hashrate this cards do on lyra2re.

-----

All,

I get ~1.15 MH/s on Sapphire R9 290 Tri-X OC.

There also was a guy who did 1.1 MH/s on R9 280X i remember...



He must have oc'd the 280x 1150 or higher on the core and 1500 on mem at least, maybe.

Scyrpt-N is really power hungry type of algo because the huge memory requirements. Have anyone did a power efficient test yet, ie. kill-a-watt meter?

Cool, guess a 6950 will do about the same as a 5870 and a 6970 will do a little bit higher than a 5870.

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
wgd
Legendary
*
Offline Offline

Activity: 1815
Merit: 1005


View Profile
December 13, 2014, 12:18:41 AM
 #13072

Gentlemens, if we lost asic?

Price did not move


            ▄██▄▄
        ▄▄█████████▄
    ▄▄████████████████▄▄
 ▄▄██████████████████████▄▄
 ▀█████████▀▀   ▀▀████████▀▀
█▄▄ ▀▀█▀▀           ▀▀█▀ ▄▄██
█████▄     ▄▄███▄▄     ██████
██████    ▄▀▀███▀▀▄    ██████
██████    ███▄ ▄███    ██████
██████    ████ ████    ██████
██████     ▀▀█ █▀▀     ██████
███████▄▄              ██████
██████████▄▄    ▄▄     ██████
 ▀▀██████████▄▄███     ███▀▀
     ▀████████████     ▀
        ▀█████████
           ▀▀██▀
 
qortal

Decentralized Internet
Infrastructure of the Future
 
████████████
           ▄▄██████▄▄                       ▄▄█████▄▄
     ▄▄█████████████▄▄                ▄▄█████████████▄▄
   ██████████▀▀█████████▄          ▄██████████████▀▀▀████▄
   ████▀▀         ▀▀ ████          █████████▀▀▀     ▄█████
   ███               ▀███          ████▀▀          ▄██████
   ██▀   ▄███  ███    ███          █████▄▄         ███████
   ██    ▀██▀  ▀█▀    ▀██          █████████▄     ████████
   ██  ▀▄▄       ▄▄█▀ ▄██          ██████████▄   █████████
   ▀███▄▄██████████▄▄███▀   ▄▄▄▄   ▀███████████▄▄████████▀

██▄▄  ▀█████████████▀▀  ▄▄████████▄▄  ▀▀█████████████▀▀  ▄▄███
█████▄▄   ▀█████▀▀   ▄▄███████████████▄   ▀▀█████▀▀   ▄███████
▀████████▄▄  ▀   ▄▄████████▀▀  ▀▀████████▄▄   ▀   ▄▄████████▀▀
   ▀▀████████▄▄████████▀▀  ▄▄██▄▄  ▀▀████████▄▄▄█████████▀
       ▀▀██████████▀▀  ▄▄██████████▄▄  ▀▀████████████▀▀
           ▀▀██▀▀  ▄▄███████████▀▀▀████▄▄ ▀▀█████▀▀
                   ████▀▀█████▀      ▀███
                   ████▄  ▀▀▀█      ▄████
                   ████  ▀          █████
                   █████▄          ▄█████
                   ██████▄        ▄██████
                   ████▀        ▄████████
                    ▀▀████▄▄▄█████████▀▀
                         ▀▀██████▀▀
 
████████████
 
     ▄▄▄██▄▄▄
▄▄██████████████▄▄▄
▀▀████████████████▀
   ▄ ▀▀████▀▀ ▄ ██
   ██▄▄    ▄▄██ ██
   ████████████ ██
    ██████████  ▀▀
     ▀▀▀▀▀▀▀▀
 
QORTAL PROJECT WIKI

   
██▀▀▀█▀▀▀█▀▀▀█▀▀▀▀▀▀▀▀█▀▀▀█▀▀▀█▀▀▀█
█ █▀▀▀█   █▀ ▄██████▄ ▀█   █▀▀▀█▄ █
██▄   █▀▀  ██▀  █   ▀██ ▀▀██   ██▀█
█ █████   ██    █     ██   █████  █
██▀   █▄▄ █   ▄███▄    █ ▄██   ██▄█
█▀█▄▄▄█   █   ▀███▀    █   █▄▄▄█▀ █
█ █  ▀█▄▄ ██    █      █  ▄█▀▀▀█▄ █
███  ▄█▀▀  ▀██▄ █ ▄▄   █ ▀▀█   ██▀█
█ █▀▀██   █▄  ▀███▀█   █   ██▀▀█  █
███   █████    ▄▄  █  ▄█ ███   ████
█ █▄▄██   ██▄▄█▀   █▄██▀   █▄▄▄█  █
██▄▄▄▄█▄▄▄█▄▄▄▄█▄▄█▄▄▄▄▄▄▄▄█▄▄▄█▄▄█
 
QORTECTOR

Obtain a QORTector Device...
Enjoy Free Internet... eventually.
  ....JOIN....
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
December 13, 2014, 12:24:07 AM
 #13073

Gentlemens, if we lost asic?

Price did not move

Price change/movement probably will happen a couple days after everyone start mining with the new algo. I would give it a week or so for this to happen, may it be negative, positive or neutral movement. At least, VTC will be not ASIC mine-able for a while or until they need to change the algo again.... Smiley

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
randywald
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500


View Profile
December 13, 2014, 12:24:39 AM
 #13074

http://www.reddit.com/r/vertcoin/comments/2opa2y/lyra2re_power_consumption/

https://www.youtube.com/watch?v=uCB3dBnHlVU

This user used 750 Ti. On a regular R9 280x i think it will pull only 50% of what i would pull at n-scrypt.

hammer24p
Jr. Member
*
Offline Offline

Activity: 63
Merit: 4


View Profile
December 13, 2014, 12:29:28 AM
 #13075

miner dont find any pools in conf file,works on test net
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
December 13, 2014, 12:31:28 AM
 #13076

http://www.reddit.com/r/vertcoin/comments/2opa2y/lyra2re_power_consumption/

https://www.youtube.com/watch?v=uCB3dBnHlVU

This user used 750 Ti. On a regular R9 280x i think it will pull only 50% of what i would pull at n-scrypt.

Cool, so about ~85% power consumption of x11. How much does one of those energymeter's run for? That looks way better than a kill-a-watt meter...lol

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
randywald
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500


View Profile
December 13, 2014, 12:40:28 AM
 #13077

http://www.reddit.com/r/vertcoin/comments/2opa2y/lyra2re_power_consumption/

https://www.youtube.com/watch?v=uCB3dBnHlVU

This user used 750 Ti. On a regular R9 280x i think it will pull only 50% of what i would pull at n-scrypt.

Cool, so about ~85% power consumption of x11. How much does one of those energymeter's run for? That looks way better than a kill-a-watt meter...lol

Don't know what type this is, but in germany such equipment costs 15 €:
http://www.voelkner.de/products/173294/Brennenstuhl-Energiekosten-Messgeraet-Em235.html?ref=43&products_model=Q53128&gclid=CM3sn97jwcICFSSWtAodfXMA7Q

Edit: Seems in the video it actually is the same type, brennenstuhl.

randywald
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500


View Profile
December 13, 2014, 12:43:51 AM
 #13078

miner dont find any pools in conf file,works on test net

Try https://pool.verters.com/

This pool already accepts shares.

SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
December 13, 2014, 12:55:35 AM
 #13079

http://www.reddit.com/r/vertcoin/comments/2opa2y/lyra2re_power_consumption/

https://www.youtube.com/watch?v=uCB3dBnHlVU

This user used 750 Ti. On a regular R9 280x i think it will pull only 50% of what i would pull at n-scrypt.

Cool, so about ~85% power consumption of x11. How much does one of those energymeter's run for? That looks way better than a kill-a-watt meter...lol

Don't know what type this is, but in germany such equipment costs 15 €:
http://www.voelkner.de/products/173294/Brennenstuhl-Energiekosten-Messgeraet-Em235.html?ref=43&products_model=Q53128&gclid=CM3sn97jwcICFSSWtAodfXMA7Q

Edit: Seems in the video it actually is the same type, brennenstuhl.

I guess I have to see if they have a North American version.

miner dont find any pools in conf file,works on test net

Try https://pool.verters.com/

This pool already accepts shares.

Think that still on the testnet, because the port is 3333 and the hard fork port for the pool is 4444.

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
volyova
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
December 13, 2014, 12:58:19 AM
 #13080

Good luck, Vertans! See you on the other side.. Cool
Pages: « 1 ... 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 [654] 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 »
  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!