Bitcoin Forum
March 29, 2024, 10:35:18 AM *
News: Latest Bitcoin Core release: 26.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 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 ... 165 »
  Print  
Author Topic: OLD: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB  (Read 1192930 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Cyberius Maximus
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
August 28, 2013, 06:11:01 PM
 #621

My BFL Little Single has been mining nicely on my laptop using BFGminer, but I can't get it to run on my spare PC running Windows XP (bfgminer 32-bit).  The port picks up fine, but when I run BFGminer, I get the "No device... bla bla bla... cannot mine" message.  I have triple check port names and everything else.  I find that if I replug the USB port and run bfgminer, it will freeze the first time and report the message each time after.  Any suggestions?
1711708518
Hero Member
*
Offline Offline

Posts: 1711708518

View Profile Personal Message (Offline)

Ignore
1711708518
Reply with quote  #2

1711708518
Report to moderator
1711708518
Hero Member
*
Offline Offline

Posts: 1711708518

View Profile Personal Message (Offline)

Ignore
1711708518
Reply with quote  #2

1711708518
Report to moderator
1711708518
Hero Member
*
Offline Offline

Posts: 1711708518

View Profile Personal Message (Offline)

Ignore
1711708518
Reply with quote  #2

1711708518
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
-Redacted-
Hero Member
*****
Offline Offline

Activity: 574
Merit: 501


View Profile
August 28, 2013, 09:12:44 PM
 #622

Check the USB device driver.   Should be Silicon Labs CP210x to UART bridge.  What's the COM port number in "devices and printers" - that will show you the device driver, too.
synf2n
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
August 29, 2013, 09:25:22 AM
 #623

sudo screen bash
launch cgminer
CTL-A D to disconnect
screen -r  to reconnect next time you log in

To do what you're attempting to do, you would need to run:

nohup <your_command_here> &


screen depends on X, does it not? I don't have X.
smscotten
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile WWW
August 29, 2013, 09:35:29 AM
 #624

screen depends on X, does it not? I don't have X.

Nope.

http://www.phacks.net/how-to-use-gnu-screen/

-Redacted-
Hero Member
*****
Offline Offline

Activity: 574
Merit: 501


View Profile
August 29, 2013, 12:20:32 PM
 #625


As he said - no - it's a console type utility that works great with SSH.  And I would think it's already installed in Debian.  If not, I guess
that something like "sudo apt-get install screen" would be all you would need to do if it's not already there.
pluMmet
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251



View Profile
August 29, 2013, 01:41:15 PM
 #626

I had BFGminer running my Erupters on my Ubuntu machine and I just switched to an OpenSuse machine and it's not working...

lsusb list all the erupters.

Any ideas?

Also I'm installing Bitcoin-Qt on the new machine now (takes a while) and the Ubuntu machine had it already. Is that necessary for it to run?

btw it opens BFGminer and tries to use the cpu's

I've tried all the variations of "./bfgminer -o http://api.bitcoin.cz:8332 -u XXXXXX -p XXXXXX -S All" ie. -S erupter:all and the timing settings and no go.
pluMmet
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251



View Profile
August 29, 2013, 02:27:27 PM
 #627

Okay I can see that the opensuse package download system d/l'd the 3.0 version and I had the 3.1.4 on Ubuntu..

I'm still new to Linux in Windows I would uninstall old version but Linux does not seem to go that way.

Do I just Manually install 3.1.4?
pluMmet
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251



View Profile
August 29, 2013, 02:47:27 PM
 #628

Okay I was able to test 3.1.4 out of the folder directly and it still just uses the cpu's

I tried all the -S arguments I could find and none of them worked....

Help Sad
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
August 29, 2013, 03:06:02 PM
 #629

I just don't know how to ensure that the bfgminer process won't be terminated when I logout my ssh session. I tried backgrounding the process which does background it, but still gets killed upon logout.

What does everyone else do?
I always run BFGMiner in a GNU Screen session.
BASH also lets you disown background programs.

waht is the json format for using the --scan-serial flag in a config file

would like to do -S OpenCL:noauto -S erupter:/dev/cu.SLAB_USBtoUART<#>
JSON array.
Code:
"scan-serial":["opencl:noauto", "erupter:/dev/cu.SLAB_USBtoUART<#>"]

Taugeran
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
August 29, 2013, 06:24:42 PM
 #630

Ty Luke

Bitfury HW & Habañero : 1.625Th/s
tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1
Come join Coinbase
synf2n
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
August 29, 2013, 10:21:50 PM
 #631


As he said - no - it's a console type utility that works great with SSH.  And I would think it's already installed in Debian.  If not, I guess
that something like "sudo apt-get install screen" would be all you would need to do if it's not already there.

Ok, great thanks to you both. I have never used that before.
It's not debian, but that shouldn't cause problems.
-Redacted-
Hero Member
*****
Offline Offline

Activity: 574
Merit: 501


View Profile
August 30, 2013, 12:06:11 AM
 #632

Raspian is just a Debian Wheezy port that uses hardware floating point instead of software floating point.  Don't know what you do if you're using Arch - some crazy pacman command with a dozen flags probably...
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
August 30, 2013, 01:48:47 AM
 #633

NEW VERSION 3.2.0, AUGUST 30 2013

This release is the first of a new stable-focused 3.2.x branch. Many new improvements have been added, plus a merge from cgminer 3.4.0. BFGMiner 3.1.x is now discontinued, but bugfixes have been backported to 3.0.7 and 2.10.13.

Human readable changelog:
  • modminer, x6500 & ztex: Completely removed bitstreams from BFGMiner distribution, and replaced with instructions on where to find them officially. OpenWrt users should note that the repositories still include packages, but under new names.
  • New embedded getwork server to drive Block Erupter Blades and similar devices off BFGMiner. Instructions in README.ASIC. Currently not included in OpenWrt or Windows binaries.
  • Fixed stratum pool-switch crash regressed in BFGMiner 3.1.0.
  • Added stratum support for --request-diff by attempting to send a mining.suggest_target notification to pools when connecting.
  • erupter & icarus: Various optimizations to catch racing nonces, and otherwise reduce hardware errors.
  • Enable simple notifications for idle/sick/dead devices via --cmd-idle, --cmd-sick and --cmd-dead options that execute commands when the events occur.
  • Support for probing/hotplugging new devices from the TUI ([M]anage, plus key).
  • Simple multicast RPC detection. cg
  • Imported Aaron D. Gifford's fast SHA256 implementation (used for share validation on CPU). cg
  • Due to random font issues, Unicode is disabled by default. Use --unicode to enable it.

Full changelog:
  • cpu: sse2_64: Rename sha256_init to sha256_init_sse2 to avoid conflict with new sha2.c
  • httpsrv: Some older versions of libmicrohttpd need stdint.h included first
  • make-release: Include libmicrohttpd-10.dll if it exists
  • Fixes column alignment in decimal fields. Workaround for printf rounding up when formatting decimals into limited width.
  • New hidden --unittest option. No longer runs unit tests at startup by default, for faster startup. Added unit test for width printing of decimal numbers.
  • Bugfix: configure: More fixing BSD sed syntax for curses header search
  • Bugfix: configure: More fixing BSD sed syntax for libusb header search
  • README: Update solo mining docs
  • erupter: Continue searching a job until the end, even if an earlier result is found
  • icarus: Do hwerror-triggered reopen before sending the next job the first time, to avoid having to resend it later
  • icarus: Avoid sending a new job if the nonce found was for one before the current job anyway
  • icarus: Double-buffer work to solve nonces found before work change takes effect
  • icarus: Abstract nonce processing
  • Bugfix: icarus: Avoid trying to submit 0 on comms error
  • icarus: Skip unnecessary nonce memcpy
  • icarus: Make state->last_work a pointer and store it on the heap
  • README.RPC: Remove usbstats mention
  • README: Add FAQ regarding cgminer messing up drivers
  • README.RPC: Fix miner name
  • README.RPC: Correct to mention other supported devices for pgaidentify
  • api.c fix mcast debug message bug
  • README.RPC: break all lines at most 80 characters
  • Update the API Multicast documentation
  • miner.php implement API Multicast handling to automatically find your local net miners
  • Bugfix: RPC: Fix log format types in io_flush
  • Set RT_LIBS correctly from autoconf detection
  • Explicitly check for clock_nanosleep and only use it when available
  • Further integrate cgsleep API into BFGMiner's timer system, so clock_nanosleep is only used on platforms with CLOCK_MONOTONIC
  • Convert cgtimer_t to struct timeval
  • Bugfix: Fix BSD sed syntax for curses header search
  • Bugfix: configure: Really fix BSD sed syntax for libusb header search
  • README.RPC: Mention multicast detection
  • README: Include --mcast-* options in usage
  • Use ccan's standard char* set/show functions for --api-mcast-{addr,code}
  • Bugfix: RPC: Use the same mcast code in reply, and log it correctly
  • API mcast only reply to remote IP's that are allowed access
  • Initial API Multicast response v0.1 to find cgminer APIs
  • Check for cnx_needed on each loop through wait_lp_current.
  • Return positive for cnx_needed when no_work is true.
  • Add no_work bool to set when we are in an underrun situation
  • Reorder support names alphabetically.
  • We don't want to continue into the hash_pop function if the getq is frozen.
  • Carve out the unused portions of sha2 implementation.
  • Import Aaron D. Gifford's fast sha256 implementation.
  • Use cloned work when finding avalon results since another thread can discard the work item while it's in use.
  • Provide a variant of find_work_bymidstate that returns a clone of the found work.
  • Use timespecs on windows as cgtimer_t to capitalise on the higher resolution clock changes.
  • Abstract out the conversion of system time to an lldiv_t in decimicroseconds.
  • Use our own gettimeofday implementation on windows for it to be consistent across ming builds and higher resolution.
  • Provide cgtimer_sub helper functions.
  • Provide cgtimer_to_ms helper functions.
  • Rename cgsleep_prepare_r as cgtimer_time to get time in cgtimer_t format and call cgsleep_prepare_r as a macro for cgtimer_time
  • TimeBeginPeriod and TimeEndPeriod do not add significant overhead when run the entire time for cgminer so avoid trying to maintain balanced numbers of them for specific time calls to simplify code.
  • Replace all references to the old n*sleep functions with the equivalent cgsleep_*s replacements.
  • timeGetTime uses huge resources on windows so revert to using timevals for its implementation of cgtimer_t
  • Quotient/remainder error in ms division.
  • Provide cgtimer_to_timeval helper functions.
  • Provide a timeval_to_cgtime helper function to reuse values.
  • Simplify cgsleep code for windows by using a typedef for cgtimer_t that resolves to clock resolution, using that internally.
  • On windows use the higher accuracy timegettime function to really get 1ms clock and timer accuracy.
  • Fix missed endtimeperiod in overrun timer on windows.
  • Make cgsleep_us_r take an int64_t for us.
  • Make the cgsleep functions build on windows.
  • Set high resolution timing on windows within the cgsleep functions.
  • Provide reentrant versions of cgsleep functions to allow start time to be set separately from the beginning of the actual sleep, allowing scheduling delays to be counted in the sleep.
  • Make the nmsleep and nusleep functions use the new cgsleep functions internally till functions are migrated to the new cgsleep API.
  • Add a ms_to_timespec helper function, and create a cgsleep_ms function that uses absolute timers with clock_nanosleep to avoid overruns.
  • Add rt lib linkage to enable use of clock_nanosleep functions with older glibc.
  • Add a timeraddspec helper function.
  • Provide a us_to_timespec helper function.
  • Provide a us_to_timeval helper function.
  • Add helper functions to convert timespec to timeval and vice versa.
  • Bugfix: SGW: Discard work from log only by expiry, so post-startup hardware errors are truly only hardware errors
  • bitforce: Make voltages available to RPC
  • bitforce: Save voltages as array of longs internally
  • Bugfix: Clear device bad nonces when zeroing stats
  • cpu & opencl: Defer RUNONCE to actual autodetection, so they can be added once after startup
  • Bugfix: Avoid crash activating [M]anage devices with no currently defined devices
  • TUI: Support for adding new devices using the plus key from [M]anage devices
  • Bugfix: Use add_serial function for scan_serial, so that "all" keyword works correctly
  • SGW: Add support for new X-Hashes-Done header to allow devices to more accurately report their work
  • SGW: Add X-Mining-Identifier header to inform devices what they are represented by in BFGMiner
  • SGW: Use JSON for 401 response; add Server HTTP header
  • AUTHORS: Add contributor Josh Lehan
  • Changed comparison constants to allow for floating-point rounding
  • Install README.ASIC for Block Erupter related drivers as well as Avalon
  • make-release: Windows users don't need README.Debian
  • README.OpenWrt: Import from BFGMiner downloads
  • Silence Windows warning about send data signedness
  • Fix block info
  • API/miner.php add some % fields
  • Don't yield on grabbing the read lock variant of cglocks.
  • util.c expand quit to show file/func/line
  • We should be using a cg_wlock initially in generating stratum work before downgrading the lock.
  • Add the ability to downgrade a write variant of the cglocks.
  • Yield after releasing a lock in case we are on a device with limited CPU resources.
  • Fix --scrypt being required before scrypt intensities on command line or not working at all via config files.
  • Limit intensity range according to whether scrypt is in use or not.
  • Do not allow benchmark mode to be used with scrypt.
  • miner.php format Best Share
  • README.ASIC block erupter USB brief
  • Check for negative wait time in socket_full.
  • Adjust socket wait timeout in recv_line according to how long we've already waited to avoid a 60 second wait dropping to 1 second due to a blocked socket.
  • force type checking on curses
  • logging - size check sprintf
  • Only use length-counted variants of format_unit and percentf
  • Implement snprintf-like versions of format_unit and percentf
  • miner - size check all sprintf
  • size check get_datestamp/get_timestamp and remove unused cgpu->init
  • make all statline overflow safe
  • Convert the decay_time function into one that truly creates an exponentially decaying average over opt_log_interval.
  • GPU fan rpm display 9999 when it overflows
  • Change mode on python file.
  • Only update hashmeter if we have done hashes or haven't updated longer than the log interval, fixing a us/ms error.
  • README.ASIC: Document usage with Block Erupter Blades
  • README: Add mention of libmicrohttpd to dependencies
  • SGW: Include hash1 in work
  • SGW: Include application/json Content-Type header
  • Fix build without libmicrohttpd
  • Allow startup to proceed with no devices, as long as RPC or HTTP are listening
  • SGW: Refuse to issue new work to disabled devices
  • SGW: Respond with stale rejection if share is known to be immediately stale
  • Expose HTTP getwork username in Manage TUI and devdetails RPC
  • Add --cmd-idle notification command for REST/WAIT conditions
  • bfgminer-rpc: Accept unlimited size replies
  • api-example.py: Accept unlimited size replies
  • RPC: Rewrite io_data to cleanly handle unlimited sized responses
  • Configure options to build --without-libmicrohttpd support
  • RPC: setconfig can now change http-port (enabling or disabling the http service included)
  • Embedded HTTP server to handle getwork-based mining devices
  • inc_hw_errors2 function can handle a bad nonce without a known work
  • Split up scan_serial function to enable internally adding ad-hoc cgpu
  • Helper functions bfg_json_obj_string and share __json_array_string
  • bytes_t: Add bytes_shift and bytes_nullterminate
  • Fix configure help for --without-sensors
  • README: Document --with-system-libblkmaker
  • Bugfix: Use BSD-friendly sed syntax for libusb header search
  • Bugfix: Handle bitstreams properly
  • Bugfix: Skip search for addwstr since it breaks --with-curses=preference
  • Bugfix: configure: Find correct curses include path without *-config
  • README.FPGA: Further clarify ZTEX setup
  • Display a friendly error directing to README.FPGA when bitstream cannot be loaded
  • Remove bitstreams from BFGMiner distribution entirely, and include pointers where to find them in README.FPGA
  • ztex: Use load_bitstream_bytes for .bin files
  • fpgautils: load_bitstream_bytes support for Intel HEX format (.ihx) files
  • Add missing 16-bit byteswap macros
  • fpgautils: load_bitstream_bytes function to load a bitstream into a bytes_t
  • bytes_t functions: bytes_init, bytes_append, bytes_reset
  • Look for bitstreams in /usr/share/bitstreams
  • Disable Unicode support by default (use --unicode to enable)
  • make-release: Skip stripping debug info from Windows EXEs, for now
  • Bugfix: Ensure work variable is assigned before checking its thr_id
  • Bugfix: notifier_init (Windows): setsockopt needs an int for SO_REUSEADDR
  • Bugfix: Avoid turning totals red just because a processor is idle
  • Enable notifications for sick/dead with --cmd-sick and --cmd-dead options that execute commands when the event occurs
  • RPC: Add cpu enable/disable/restart
  • windows-build: Update to use libpdcursesw.dll
  • Ensure socket error messages are used for socket errors on Windows
  • fpgautils: Attempt to use Linux advisory locks on serial devices
  • Bugfix: README: --temp-cutoff sets the maximum temperature before cutoff, not temperature that triggers cutoff
  • Bugfix: Avoid incrementing dev_thermal_cutoff_count when just updating timestamp on status
  • Detect curses support for wide characters during configure
  • configure: Check for more variants of curses library names
  • Bugfix: ztex: Avoid trying to format non-libusb error with libusb error name
  • Bugfix: Avoid trying to assign const use_unicode variable with --no-unicode option
  • Remove long-unused opt_time variable
  • RPC: Avoid exposing Coinbase-Sig when it isn't supported
  • Bugfix: Fix build with libblkmaker < 0.2
  • Attempt stratum mining.suggest_target before mining.subscribe, if --request-diff is used
  • Retry stratum if initiation fails for any reason after we have sent something (assuming there is more older variants we can try)
  • Bugfix: Restore delay for authorization on stratum mining.get_transactions
  • Bugfix: Fix TUI-only build
  • bitforce: Extend pgaset _cmd to variable-length commands
  • Bugfix: Use red for total processor count
  • bitforce: Undocumented _cmd1 pgaset for experimenting with firmware
  • Bugfix: curses: use_default_colors() when possible
  • Bugfix: Calculate scrolling range with new cursor lines
  • Bugfix: Ensure use_unicode and have_unicode_degrees constants are defined for curses-less builds
  • Bugfix: Replace block_timeval with (time_t) block_time
  • README: Update for --no-unicode option

jengert
Newbie
*
Offline Offline

Activity: 30
Merit: 0



View Profile WWW
August 30, 2013, 05:53:25 AM
 #634

gui interface here: https://bitcointalk.org/index.php?topic=268933.0
vulgartrendkill
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
August 30, 2013, 05:59:47 AM
 #635

Update appears to have significantly cut the hw error rates on my erupters Smiley thanks for your continued work on a great miner.
Krellan
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile
August 30, 2013, 07:54:36 AM
 #636

NEW VERSION 3.2.0, AUGUST 30 2013

Nice, up and running!  My Erupters are also much happier now, it seems.  Twinkling like fireflies in summertime.

  • AUTHORS: Add contributor Josh Lehan

Cool!!  Thanks for accepting my patches.

Josh

1JUZr4TZ5zuB4WdEv4mrhZMaM7yttpJvLG Smiley
HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
August 30, 2013, 01:04:26 PM
 #637

Weird, new version picks up 4 of my Block Erupters as BES and the other 7 as BEE.  Hashing seems unaffected.  Huh  Running with only -S erupter:all -G parameter.

Only thing I can think is different is there are 4 older ones (non-CE/ROHS marked) and the other 7 are only a few weeks old?
af_newbie
Legendary
*
Offline Offline

Activity: 2674
Merit: 1467



View Profile WWW
August 30, 2013, 04:07:09 PM
 #638

Is there a way to get the current share difficulty from the API?  Would be useful for some monitoring tools.

Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
August 30, 2013, 04:13:38 PM
 #639

Is there a way to get the current share difficulty from the API?  Would be useful for some monitoring tools.
The "pools" method has this info per-pool.
I guess someone should add a way to determine which pool(s) are actively in use?

gr0bi42
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
August 30, 2013, 04:24:25 PM
 #640

NEW VERSION 3.2.0, AUGUST 30 2013

This release is the first of a new stable-focused 3.2.x branch. Many new improvements have been added, plus a merge from cgminer 3.4.0. BFGMiner 3.1.x is now discontinued, but bugfixes have been backported to 3.0.7 and 2.10.13.
...

Does not compile Sad

My system: x86/Ubuntu/Linaro
./configure: all disabled except bitforce and ztex.

I'm using the source from the tgz in the first post.

First error:
Code:
  CC       bfgminer-httpsrv.o
In file included from httpsrv.c:16:0:
/usr/include/microhttpd.h:893:55: error: unknown type name ‘va_list’
make[2]: *** [bfgminer-httpsrv.o] Error 1

An #include <stdarg.h> is missing. Fixing this, I get the next error:
Code:
  CC       bfgminer-driver-getwork.o
driver-getwork.c: In function ‘getwork_gen_error’:
driver-getwork.c:109:9: warning: implicit declaration of function ‘MHD_create_response_from_buffer’ [-Wimplicit-function-declaration]
driver-getwork.c:109:85: error: ‘MHD_RESPMEM_MUST_FREE’ undeclared (first use in this function)
driver-getwork.c:109:85: note: each undeclared identifier is reported only once for each function it appears in
driver-getwork.c: In function ‘handle_getwork’:
driver-getwork.c:169:2: warning: implicit declaration of function ‘MHD_basic_auth_get_username_password’ [-Wimplicit-function-declaration]
driver-getwork.c:169:7: warning: assignment makes pointer from integer without a cast [enabled by default]
driver-getwork.c:173:3: warning: implicit declaration of function ‘MHD_queue_basic_auth_fail_response’ [-Wimplicit-function-declaration]
driver-getwork.c:252:58: error: ‘MHD_RESPMEM_MUST_FREE’ undeclared (first use in this function)
make[2]: *** [bfgminer-driver-getwork.o] Error 1

BTW: Do you have read my last error post: https://bitcointalk.org/index.php?topic=168174.msg3017263#msg3017263 ?

Will try sources from github now...

Donations are welcome: 1Btf3BqUegfe5iFdWsgfBf1Ew3YsAvsrLT
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 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 ... 165 »
  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!