Bitcoin Forum
April 25, 2024, 06:49:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   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 24 25 26 27 28 29 30 31 32 33 34 35 36 »
  Print  
Author Topic: (OLD) BFGMiner: modular FPGA/GPU, GBT, Stratum, RPC, Avalon/Lnx/OpnWrt/PPA/W64  (Read 259842 times)
wildemagic
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
June 30, 2012, 07:06:13 AM
 #101

Yea I read through kano's comments before, I though I would just give things a try, guess this is another confirmation that BFG+icarus is not working in win32.

kind regards

.,-._|\     Offgrid 1.7kW Solar and 3G wireless internet powering my mining rig.
/ .Oz. \
\_,--.x/     [219.5btc of successful trades total] with : rastapool, miernik, flatronw & OneFixt
       o
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714070979
Hero Member
*
Offline Offline

Posts: 1714070979

View Profile Personal Message (Offline)

Ignore
1714070979
Reply with quote  #2

1714070979
Report to moderator
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
June 30, 2012, 11:55:35 AM
 #102

Here is what Kano had to say about the whole icarus code issue which is one of the issues that caused the fork in the first place:
https://bitcointalk.org/index.php?topic=28402.msg997424#msg997424
Reposting Kano's lies is not necessary.

Yea I read through kano's comments before, I though I would just give things a try, guess this is another confirmation that BFG+icarus is not working in win32.
Can you try running in a normal command prompt with -D -T added, and let me know what it prints before crashing?

wildemagic
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
June 30, 2012, 12:23:18 PM
 #103

A quick test with -D -T option enabled worked fine for a while, no crash.

-D option crashes instantly

Normal operation crashes after a few mins.

Seems to be a display issue, it doesnt like the ncurses formating perhaps.

kind regards

.,-._|\     Offgrid 1.7kW Solar and 3G wireless internet powering my mining rig.
/ .Oz. \
\_,--.x/     [219.5btc of successful trades total] with : rastapool, miernik, flatronw & OneFixt
       o
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
June 30, 2012, 12:50:37 PM
 #104

A quick test with -D -T option enabled worked fine for a while, no crash.

-D option crashes instantly

Normal operation crashes after a few mins.

Seems to be a display issue, it doesnt like the ncurses formating perhaps.

kind regards
Nothing ncurses-related has changed between CGMiner and BFGMiner. Please try with -D -T longer...

wildemagic
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
June 30, 2012, 02:13:09 PM
 #105

Please try with -D -T longer...

Tried it for much longer than it usually takes to crash.

As I previously reported, standard settings, crash within a few minutes
-D instant crash doesnt even start mining
-D -T mines fine no crash within 15 mins

kind regards

.,-._|\     Offgrid 1.7kW Solar and 3G wireless internet powering my mining rig.
/ .Oz. \
\_,--.x/     [219.5btc of successful trades total] with : rastapool, miernik, flatronw & OneFixt
       o
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
July 01, 2012, 07:32:43 AM
 #106

NEW VERSION - 2.4.4, JULY 1 2012

Mostly the same changes as CGMiner this time. Additionally, I fixed a crash in the Icarus driver; thanks to wildemagic for reporting it!

Still waiting on BFL to finish the revised Mini Rig protocol update code.

Improved compatibility with P4man's Puppet Master is planned for a future release too.

Human readable changelog:
  • Massive overhaul of the nrolltime mechanism now should cause a huge rise in efficiency on pools that support it. This allows much lower getwork bandwidth for much higher hashrates.
  • Support for the expire= feature. This works in concert with nrolltime when pools support it to allow more local generation of work.
  • Support for the x-mining-hashrate feature. I'm sure some pool somewhere cares about this, even though I'm not convinced, but it was trivial to add.
  • Better damping of GPU temperature changes should cause much less overshoot when temps rise or fall outside the optimal range in autofan mode.
  • Reinstated the application restart should adl fail - disabling this did not fix the crashes for those who had cgminer crash after 1 week of uptime in windows fail land when their ATI driver would fail, and disabled the advantage of it fixing the problem for those who simply lost their fanspeed.
  • API groups features - this is squarely aimed at grouping privileges for remote access for services like P4man's hopping puppetmaster service.
  • Support for unlimited devices
  • Support for unlimited pools
  • Massive fix for the "dynamic" feature for GPUs. Somehow in the many device abstractions it had gotten broken and wasn't really doing what it was intended. It should be much more dynamic now.
  • FPGA fixes.
  • Fixes for builds on other platforms.
  • Lots of other things under the hood.

Full changelog
  • Fix builds on non gnu platforms.
  • api.c ensure old mode is always available when not using --api-groups + quit() on param errors
  • Implement rudimentary X-Mining-Hashrate support.
  • Detect large swings in temperature when below the target temperature range and change fan by amounts dependant on the value of tdiff.
  • Adjust the fanspeed by the magnitude of the temperature difference when in the optimal range.
  • Revert "Restarting cgminer from within after ADL has been corrupted only leads to a crash. Display a warning only and disable fanspeed monitoring."
  • api.c fix json already closed
  • implement and document API option --api-groups
  • Put upper bounds to under 2 hours that work can be rolled into the future for bitcoind will deem it invalid beyond that.
  • define API option --api-groups
  • api.c allow unwell devices to be enabled so they can be cured
  • miner.php - fix/enable autorefresh for custom pages
  • miner.php allow custom summary pages - new 'Mobile' summary
  • Work around pools that advertise very low expire= time inappropriately as this leads to many false positives for stale shares detected.
  • Only show ztex board count if any exist.
  • There is no need for work to be a union in struct workio_cmd
  • fpgautils.c include a debug message for all unknown open errors
  • Don't keep rolling work right up to the expire= cut off. Use 2/3 of the time between the scantime and the expiry as cutoff for reusing work.
  • Log a specific error when serial opens fail due to lack of user permissions
  • Increase GPU timing resolution to microsecond and add sanity check to ensure times are positive.
  • Opencl code may start executing before the clfinish order is given to it so get the start timing used for dynamic intensity from before the kernel is queued.
  • fpgautils.c - set BAUD rate according to termio spec
  • fpgautils.c - linux ordering back to the correct way
  • miner.php remove unneeded '.'s
  • miner.php add auto refresh options
  • miner.php add 'restart' next to 'quit'
  • miner.php make fontname/size configurable with myminer.php
  • Make the pools array a dynamically allocated array to allow unlimited pools to be added.
  • Make the devices array a dynamically allocated array of pointers to allow unlimited devices.
  • Dynamic intensity for GPUs should be calculated on a per device basis. Clean up the code to only calculate it if required as well.
  • Bugfix: Provide alternative to JSON_ENCODE_ANY for Jansson 1.x
  • Use a queueing bool set under control_lock to prevent multiple calls to queue_request racing.
  • Use the work clone flag to determine if we should subtract it from the total queued variable and provide a subtract queued function to prevent looping over locked code.
  • Don't decrement staged extras count from longpoll work.
  • Count longpoll's contribution to the queue.
  • Increase queued count before pushing message.
  • Test we have enough work queued for pools with and without rolltime capability.
  • As work is sorted by age, we can discard the oldest work at regular intervals to keep only 1 of the newest work items per mining thread.
  • Roll work again after duplicating it to prevent duplicates on return to the clone function.
  • Abstract out work cloning and clone $mining_threads copies whenever a rollable work item is found and return a clone instead.
  • api.c display Pool Av in json
  • Take into account average getwork delay as a marker of pool communications when considering work stale.
  • Work out a rolling average getwork delay stored in pool_stats.
  • Getwork delay in stats should include retries for each getwork call.
  • Walk through the thread list instead of searching for them when disabling threads for dynamic mode.
  • Extend nrolltime to support the expiry= parameter. Do this by turning the rolltime bool into an integer set to the expiry time. If the pool supports rolltime but not expiry= then set the expiry time to the standard scantime.
  • When disabling fanspeed monitoring on adl failure, remove any twin GPU association. This could have been leading to hangs on machines with dual GPU cards when ADL failed.
  • modminer: Don't delay 2nd+ FPGAs during work restart
  • Disable OpenCL code when not available.
  • Fix openwrt crashing on regeneratehash() by making check_solve a noop.
  • FPGA - allow device detect override without an open failure
  • Fix sign warning.
  • Bugfix: icarus: properly store/restore info and work end times across longpoll restarts
  • Enable modminer for release builds

wildemagic
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
July 02, 2012, 04:44:29 PM
Last edit: July 03, 2012, 12:20:25 AM by wildemagic
 #107

NEW VERSION - 2.4.4, JULY 1 2012
I fixed a crash in the Icarus driver; thanks to wildemagic for reporting it!

Happy to help.  Also happy to report that its mining stable now.  Will report on performance after a decent time spread.

[update] : Performance seems the same as CGMiner 2.4.3 and 2.4.4.

kind regards

.,-._|\     Offgrid 1.7kW Solar and 3G wireless internet powering my mining rig.
/ .Oz. \
\_,--.x/     [219.5btc of successful trades total] with : rastapool, miernik, flatronw & OneFixt
       o
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
July 06, 2012, 05:36:20 PM
 #108

NEW VERSION 2.5.0, JULY 7 2012

Working on a big update to improve Mini Rig (and FPGA performance in general), but it's not quite done yet, so it'll need to wait for 2.6.0. Better Puppet Master integration is also still in the works.

In the meantime, I've incorporated most of the changes from CGMiner 2.5.0, except for Con's "workaround" which discards valid shares from BFL devices in order to avoid stales. On average, the shares discarded are about the same as the stales avoided, so the effective difference here is that CGMiner lies about them while BFGMiner reports them honestly. I'll publish some Utility comparison statistics between the two in a few days regardless of which performs better.

Human readable changelog:
  • Partial support for use of BFL Mini Rigs on p2pool through use of the --bfl-range option, provided you have a new enough minirig that supports the nonce-range feature. By default this feature is disabled because it costs ~1% in hashrate, but given the massive loss of hashes you would otherwise have mining on p2pool, this is worth using. Other miners should leave it disabled.
  • Huge update to other bitforce device. I've merged all of p_shep's changes into this code (thanks!). These can reenable devices, time out gracefully and mark them sick/overheated and so on.
  • Fixed the dynamic GPU intensity behaviour which was getting stuck at -10 on faster GPUs.
  • Updated API code with lots of changes under the hood courtesy of Kano, and updated miner.php.

Full changelog
  • Fix BitFORCE driver to not silenty discard valid shares (bug introduced by CGMiner merges)
  • Fix --benchmark not working since the dynamic addition of pools and pool stats.
  • Make disabling BFL nonce range support a warning since it has to be explicitly enabled on the command line now.
  • miner.php allow renaming table headers
  • Make bitforce nonce range support a command line option --bfl-range since enabling it decrease hashrate by 1%.
  • Add sanity checking to make sure we don't make sleep_ms less than 0 in bitforce.
  • The fastest minirig devices need a significantly smaller starting sleep time.
  • Use a much shorter initial sleep time to account for faster devices and nonce range working, and increase it if nonce range fails to work.
  • Use nmsleep instead of usleep in bitforce.
  • Provide a ms based sleep function that uses nanosleep to avoid the inaccuracy of usleep on SMP systems.
  • delay_time_ms is always set so need not be initialised in bitforce.
  • Increase bitforce timeout to 10 seconds.
  • Add more hysteresis and poll ~5 times to allow for timer delays in bitforce devices.
  • miner.php allow alternating line colours (off by default)
  • Display the actual duration of wait when it is greater than the cutoff.
  • Set nonce to maximum once we determine nonce range support is broken.
  • Initial wait time is always known so no need to zero it beforehand in bitforce.
  • No point counting wait time until the work is actually sent to bitforce devices.
  • Use string comparison functions instead of explicit comparisons.
  • Account for wait_ms time when nonce_range is in use on BFL.
  • Split nonces up into 1/5 chunks when nonce range is supported.
  • limit clear buffer iterations.
  • Ad fd check to clear buffer.
  • miner.php remove incorrect 'DATE' error message
  • miner.php allow summary header in custom pages
  • Disable nonce range support in BFL when broken support is detected.
  • Restart_wait is only called with a ms value so incorporate that into the function.
  • Only try to adjust dev width when curses is built in.
  • miner.php define custom sum fields as a simple array
  • Fix off-by-one error in nonce increment in bfl.
  • Use BE when setting nonce in bitforce nonce range work.
  • Enable nonce range in the normal init sequence for bfl.
  • Queue extra work at 2/3 differently depending on whether we're using nonce range or not.
  • Initially enable support for nonce range support on bfl, splitting nonces up into 3/4 size and only disable it if it fails on work submit.
  • Attempt to detect nonce range support in BFL by sending work requring its support.
  • Limit retrying on busy for up to BITFORCE_TIMEOUT_MS
  • Attempt to initialise while bitforce device returns BUSY.
  • Extend length of string that can be passed to BFL devices.
  • Fix signedness warning.
  • Adjust device width column to be consistent.
  • Use cgpu-> not gpus[] in watchdog thread.
  • Add api stats (sleep time)
  • Timing tweaks Added long and short timeouts, short for detecting throttling, long to give up totally. Reset sleep time when device re-initialised Still check results after timeout Back up a larger time if result on first poll.
  • Add API Notify counter 'Comms Error'
  • Style police on api.c
  • Do all logging outside of the bitforce mutex locking to avoid deadlocks.
  • Remove applog call from bfwrite to prevent grabbing nested mutexes.
  • Bitforce style changes.
  • Minor style changes.
  • Remove needless roundl define.
  • Made JSON error message verbose.
  • Fine-tune timing adjustment. Also remove old work_restart timing.
  • Check for gpu return times of >= 0, not just 0, to fix intensity dropping to -10.
  • Restart is zeroed in the mining thread so no need to do it inside the bitforce code.
  • More improvements to comms. BFL return nothing when throttling, so should not be considered an error. Instead repeat with a longer delay.
  • Polling every 10ms there's not much point checking the pthread_cond_timedwait as it just adds overhead. Simply check the value of work_restart in the bfl main polling loop.
  • Use a pthread conditional that is broadcast whenever work restarts are required. Create a generic wait function waiting a specified time on that conditional that returns if the condition is met or a specified time passed to it has elapsed. Use this to do smarter polling in bitforce to abort work, queue more work, and check for results to minimise time spent working needlessly.
  • Add busy time to wait time.
  • api.c put version up to 1.14
  • Add tiny delay after writing to BFL Change BFL errors to something more human readable Send work busy re-tries after 10ms delay
  • Fix race condition in thread creation that could under some conditions crash BFGMiner at startup

rjk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


1ngldh


View Profile
July 06, 2012, 05:38:30 PM
 #109

except for Con's "workaround" which discards valid shares from BFL devices in order to avoid stales.
It's a feature, not a bug, and it's been in the firmware of the Single right from the beginning. There's no reason to not use it, and you can't guarantee that a nonce was valid, especially after a longpoll.

Mining Rig Extraordinaire - the Trenton BPX6806 18-slot PCIe backplane [PICS] Dead project is dead, all hail the coming of the mighty ASIC!
P_Shep
Legendary
*
Offline Offline

Activity: 1795
Merit: 1198


This is not OK.


View Profile
July 06, 2012, 05:58:48 PM
 #110

except for Con's "workaround" which discards valid shares from BFL devices in order to avoid stales.
It's a feature, not a bug, and it's been in the firmware of the Single right from the beginning. There's no reason to not use it, and you can't guarantee that a nonce was valid, especially after a longpoll.

Lol. It still discards them Smiley

Re-check your code there Luke Wink
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
July 06, 2012, 06:11:45 PM
 #111

except for Con's "workaround" which discards valid shares from BFL devices in order to avoid stales.
It's a feature, not a bug, and it's been in the firmware of the Single right from the beginning. There's no reason to not use it, and you can't guarantee that a nonce was valid, especially after a longpoll.
It's a bug. There is nothing to gain (except false advertising of lower stales), and plenty to lose (valid shares discarded).

rjk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


1ngldh


View Profile
July 06, 2012, 06:16:44 PM
 #112

except for Con's "workaround" which discards valid shares from BFL devices in order to avoid stales.
It's a feature, not a bug, and it's been in the firmware of the Single right from the beginning. There's no reason to not use it, and you can't guarantee that a nonce was valid, especially after a longpoll.
It's a bug. There is nothing to gain (except false advertising of lower stales), and plenty to lose (valid shares discarded).
Fix your pool then, because a longpoll is only supposed to be sent when the current work has been invalidated. If you accept previous work as valid after a longpoll, you risk orphan blocks. Roll Eyes

Mining Rig Extraordinaire - the Trenton BPX6806 18-slot PCIe backplane [PICS] Dead project is dead, all hail the coming of the mighty ASIC!
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
July 06, 2012, 06:24:13 PM
 #113

except for Con's "workaround" which discards valid shares from BFL devices in order to avoid stales.
It's a feature, not a bug, and it's been in the firmware of the Single right from the beginning. There's no reason to not use it, and you can't guarantee that a nonce was valid, especially after a longpoll.
It's a bug. There is nothing to gain (except false advertising of lower stales), and plenty to lose (valid shares discarded).
Fix your pool then, because a longpoll is only supposed to be sent when the current work has been invalidated. If you accept previous work as valid after a longpoll, you risk orphan blocks. Roll Eyes
No, that is not correct. Longpolls can be sent for a variety of reasons, not all of which result in orphans.

Edit: And pools that don't longpoll outside of new blocks are either producing orphan-shares more often, or are harmful to the Bitcoin network.

Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
July 06, 2012, 06:38:41 PM
 #114

except for Con's "workaround" which discards valid shares from BFL devices in order to avoid stales.
Lol. It still discards them Smiley

Re-check your code there Luke Wink
Care to elaborate? I did another look over the code and seem to have properly handled every case that discards work.

kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
July 06, 2012, 11:00:50 PM
 #115

NEW VERSION 2.5.0, JULY 7 2012
...
Better Puppet Master integration is also still in the works.
...
Other than adding --api-puppet-master (which of course "I" would never add to cgminer), what is missing from --api-groups?

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
P_Shep
Legendary
*
Offline Offline

Activity: 1795
Merit: 1198


This is not OK.


View Profile
July 07, 2012, 07:01:19 PM
 #116

except for Con's "workaround" which discards valid shares from BFL devices in order to avoid stales.
Lol. It still discards them Smiley

Re-check your code there Luke Wink
Care to elaborate? I did another look over the code and seem to have properly handled every case that discards work.

OK, since you still haven't found it yet (I'm looking at git btw):

restart_cond
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
July 07, 2012, 09:42:50 PM
 #117

except for Con's "workaround" which discards valid shares from BFL devices in order to avoid stales.
Lol. It still discards them Smiley

Re-check your code there Luke Wink
Care to elaborate? I did another look over the code and seem to have properly handled every case that discards work.

OK, since you still haven't found it yet (I'm looking at git btw):

restart_cond
I don't see any case where that actually aborts the job, but you're right about it being a bug (which I suppose would make it start polling too early). Thanks.

Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
July 09, 2012, 06:09:48 PM
 #118

Looks like CGMiner broke other things in 2.5.0, killing performance on BFL Singles and declaring ModMiners sick. If you use either of these FPGAs or encounter other problems (please report them!), feel free to use 2.4.4 until I get them resolved:

filharvey
Hero Member
*****
Offline Offline

Activity: 866
Merit: 1001



View Profile
July 09, 2012, 10:24:41 PM
 #119

For some reason when I use 2.4.4 and save out the configuration file. When I restart it comes up with fatal JSON error.

And I have to enter all my pools again.

Phil

               ▄█▀ ▄▄▄▄ ▀▀▄▄
           ▄█▀ ▄▄█▀▀   ▀█▄▄▀▀█▄▄
          ▀▀  ▀▀          ▀▀█▄█▀
    ▄▄▀  ▄█▀▀                    ▄   ▄▄
  ▄█▀▄▄█▀           ▄▄           ▀▀█▄ ▀█
 ▄▀ █▀     ▄▄██▄▄   ██   ▄▄██▄▄      █▄ █
 █ ▀█   ▄▄█▀▀   ▀██▄▄█▄▄█▀▀  ▀▀██▄▄   █ █
 █     █▀ ▄▄█▀▀█▄▄ ▀██▀  ▄██▀█▄▄ ▀▀█  █ █
 █  ▄  █ ██▀ ▄▄▄ ▀█ ██ █▀▀ ▄▄▄ ▀██ █  █ █
 █ ██  ▀ ██ █▀▀▀█▄▄ ▀█ ▄▄█▀▀▀▀█ ██ ▀  █ █
   ██    █▀ ▄▄█▄  ▀▀███▀▀  ▄▄▄  ▀█    ▀ █
   ██    ▄▄██▀ ▄▄█▄ ██  █▄▄ ▀▀██▄▄      █
 █ ██    ▀▀ ▄▄█▀▀ ▄▄███▄ ▀▀██▄▄ ▀       █
 █  █      ▀▀▀ ▄██▀▀▄█ ▀██▄▄ ▀▀       █ █
 █  █         ▀▀▀   ██    ▀▀▀         █ █
 ▀█ ▀▄▄             ██              ▄█ ▄█
  ▀█▄ ▀▀▄▄          ██          ▄▄█▀ ▄█▀
     ▀█▄▄▀▀▀        ██       ▄▄ ▀▄▄█▀▀
        ▀▀█▄   ▄▄        ▄▄█▀▀   ▀
            ▀█▄▄▀▀█▄▄▄▄▄▀▀ ▄█▀
               ▀▀█▄▄▀▀ ▄▄█▀
 
E M I R E X
─── إمركس ───
   
...Whitepaper...
   
The Infrastructure for the
New Digital Economy
   
▄▄▄▄▄▄▄▄▄▄
▄▄██████████████▄▄
▄████████████████████▄
████████████████████████
▄█████████▀▀▀▀▀▀▀▀▀▀███████
████████▀           ████████
██████████████████████████████
█████████            █████████
█████████  ██████████████████▀
████████▄           ████████
▀█████████▄▄▄▄▄▄▄▄▄▄███████▀
▀████████████████████████▀
▀████████████████████▀
▀███████████████▀▀
▀▀██████▀▀▀
 
E M R X
 
─ Token ─
 
...LEARN MORE...
   
   
   
   
...Register...
[/cen
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
July 09, 2012, 10:26:18 PM
 #120

For some reason when I use 2.4.4 and save out the configuration file. When I restart it comes up with fatal JSON error.

And I have to enter all my pools again.

Phil
Can you PM me the config file it writes (with passwords X'd out)?

Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 »
  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!