Bitcoin Forum
April 18, 2024, 09:48:52 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 ... 159 »
  Print  
Author Topic: Slimcoin | First Proof of Burn currency | Decentralized Web  (Read 136736 times)
d5000
Legendary
*
Offline Offline

Activity: 3892
Merit: 5984


Decentralization Maximalist


View Profile
September 15, 2015, 07:38:47 PM
 #61

Hey any chance you can do a write up on how to compile the slimcoin source code?
I need it to be able to solo mine.

Basically, the Slimcoin source code can be compiled the same way as Bitcoin's source code, at least using Linux. The dependencies are the same. I have compiled several Linux command line versions without problems and the process is straightforward (make -f makefile.unix / make install). So you can use anyone of the available Bitcoin compilation tutorials, or look for a Peercoin tutorial as PPC is the direct predecessor of SLM.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Slimcoin Community (OP)
Jr. Member
*
Offline Offline

Activity: 37
Merit: 2

First Proof of Burn currency / Community account


View Profile
September 15, 2015, 07:53:12 PM
 #62

The Slimminer link in the OP is updated now to Kryptoslab's version (from October 2014). I can also include johnnylatte's version, if it works as expected.
jonnylatte
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
September 15, 2015, 08:46:03 PM
Last edit: September 16, 2015, 05:22:31 AM by jonnylatte
 #63

The build instructions are in the README file:

Dependencies:
   libcurl-*-dev      http://curl.haxx.se/libcurl/
   libjansson         http://www.digip.org/jansson/
      autoconf              https://www.gnu.org/software/autoconf/
      (jansson is included in-tree)

Basic *nix build instructions:
   ./autogen.sh   # only needed if building from git repo
   ./nomacro.pl   # only needed if building on Mac OS X or with Clang
   ./configure CFLAGS="-O3"
   make

BitcoinFX also posted a guide that got me started on windows.
 
https://bitcointalk.org/index.php?topic=613213.msg7090075#msg7090075

As for whether my version should be official I would say once a few people verify it finds them blocks as it does for me. I would also point out that when you massively increase the mumber of threads the hashrate calculation is way off. At first I assumed this was because the program spends most of its time waiting for the network or for threads to start so I moved the timing code to include the time taken to fetch blocks and then all of the time not calculating the time passed (ie get the start time just after the interval is calculated). That made it more accurate but its still way off. Its still make way more blocks when the thread count is pushed up although I have not tested this objectively. This is the main problem that stops me from recommending it as a default cpu miner option. 
jonnylatte
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
September 16, 2015, 09:49:07 AM
Last edit: September 16, 2015, 01:43:04 PM by jonnylatte
 #64

Ok so I completely changed the timing code. The original code had each thread calculating its own hashrate as a double and storing that in an array with one thread when called adding together all the hashrates and displaying that sum. For some reason this fails pretty badly with highly optimized versions of dcrypt. To fix this instead of each thread calculating its hashrate it simply adds how many hashes it has done to an array then one thread every couple of seconds calculates its hashrate and the total hashrate from the time elapsed in one thread as opposed to calculating the hashrate based on each threads time elapse. This is the more objective way to do it I was looking for and solves the problem. As a bonus thread hashrates are now shown in order of thread from 0 to thread n followed by the total hashrate. I also added another command line option "--hashrates" so that you can combine it with "--quiet" to show just the total hashrates without the hashrate for each thread (how I like it)

TL;DR: new version of slimminer shows correct hashrate for highly optimized version of dcrypt CPU mining

https://github.com/JonnyLatte/slimminer

If anyone is curious I'm CPU mining at 40kh/s with my AMD FX-8370 Eight-Core Processor

EDIT: pre-calculating dcrypt internal hashes up to depth 5 added set with command line argument --hashtable=N. If memory cannot be allocated the program should fail gracefully.

This optimization brings the hashrate on my machine from 40kh/s to 60kh/s but requires significant amounts of RAM. (special achievement here with this improvement the CPU miner is mining faster than the GPU miner was when I tested it on windows)
d5000
Legendary
*
Offline Offline

Activity: 3892
Merit: 5984


Decentralization Maximalist


View Profile
September 20, 2015, 07:37:25 PM
 #65

@johnnylatte: I have now added your version of slimminer to the OP, marked as experimental. Thanks for your work!

I have still not minted anything with the client 0.4.1, so it's pretty probable that there is a bug somewhere. Has someone minted a block with PoB or PoS with the experimental 0.4.1 version or are all getting the errors johnnylatte has reported?

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
forevernoob
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500



View Profile
September 22, 2015, 05:34:34 PM
 #66

I'm having some trouble solomining.
It seems to connect OK to slimcoind but it fails when it finds a hash.

Code:
[2015-09-22 19:23:20] hash found: 9ae084c898add6cff8d7bcb5fff8c1dfabc2d9398d933110adbd7afd48000000
[2015-09-22 19:23:20] HTTP request failed: The requested URL returned error: 500 Internal Server Error
[2015-09-22 19:23:20] submit_upstream_work json_rpc_call failed
[2015-09-22 19:23:20] ...retry after 30 seconds

jonnylatte
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
September 23, 2015, 10:17:16 AM
 #67

I'm guessing you are using version 0.4.1 slimcoin client. Try 3.2.1
forevernoob
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500



View Profile
September 23, 2015, 04:03:44 PM
 #68

I'm guessing you are using version 0.4.1 slimcoin client. Try 3.2.1

How do I get 3.2.1?

I compiled from source from this git: https://github.com/slimcoin-project/slimcoin

I tried to compile kryptoslab's version but it just fails with:
Code:
In file included from src/qt/bitcoin.cpp:7:0:
src/qt/walletmodel.h:6:47: fatal error: allocators.h: No such file or directory
 #include "allocators.h" /* for SecureString */
                                               ^
compilation terminated.
Makefile:771: recipe for target 'build/bitcoin.o' failed
make: *** [build/bitcoin.o] Error 1

Soruce used:
git clone https://github.com/kryptoslab/slimcoin



gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
September 24, 2015, 02:50:44 AM
 #69

I tried to compile kryptoslab's version but it just fails with:

The Qt config file for that repos has been edited to be Windows-specific and INCLUDEPATH needs changing for Linux compilation:

Code:
diff --git a/slimcoin-qt.pro b/slimcoin-qt.pro
index b81e0a6..bc21800 100644
--- a/slimcoin-qt.pro
+++ b/slimcoin-qt.pro
@@ -5,17 +5,17 @@ DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
 CONFIG += no_include_pwd
 CONFIG += static
 
-BOOST_LIB_SUFFIX=-mgw49-mt-s-1_55
-BOOST_INCLUDE_PATH=C:/deps/boost_1_55_0
-BOOST_LIB_PATH=C:/deps/boost_1_55_0/stage/lib
-BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
-BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
-OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1i/include
-OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1i
-MINIUPNPC_INCLUDE_PATH=C:/deps/
-MINIUPNPC_LIB_PATH=C:/deps/miniupnpc
-QRENCODE_INCLUDE_PATH=C:/deps/qrencode-3.4.4
-QRENCODE_LIB_PATH=C:/deps/qrencode-3.4.4/.libs
+# BOOST_LIB_SUFFIX=-mgw49-mt-s-1_55
+# BOOST_INCLUDE_PATH=C:/deps/boost_1_55_0
+# BOOST_LIB_PATH=C:/deps/boost_1_55_0/stage/lib
+# BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
+# BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
+# OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1i/include
+# OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1i
+# MINIUPNPC_INCLUDE_PATH=C:/deps/
+# MINIUPNPC_LIB_PATH=C:/deps/miniupnpc
+# QRENCODE_INCLUDE_PATH=C:/deps/qrencode-3.4.4
+# QRENCODE_LIB_PATH=C:/deps/qrencode-3.4.4/.libs
 
 
 # for boost 1.37, add -mt to the boost libraries
@@ -359,7 +359,7 @@ macx:ICON = src/qt/res/icons/slimcoin.icns
 macx:TARGET = "Slimcoin-Qt"
 
 # Set libraries and includes at end, to use platform-defined defaults if not overridden
-INCLUDEPATH += $$BOOST_INCLUDE_PATH $$BDB_INCLUDE_PATH $$OPENSSL_INCLUDE_PATH $$QRENCODE_INCLUDE_PATH C:\slimcoin\slimcoin-master\src C:\slimcoin\slimcoin-master\src\qt C:\Qt\4.8.6\include C:\Qt\4.8.6\include\QtGui
+INCLUDEPATH += $$BOOST_INCLUDE_PATH $$BDB_INCLUDE_PATH $$OPENSSL_INCLUDE_PATH $$QRENCODE_INCLUDE_PATH src src/qt
 LIBS += $$join(BOOST_LIB_PATH,,-L,) $$join(BDB_LIB_PATH,,-L,) $$join(OPENSSL_LIB_PATH,,-L,) $$join(QRENCODE_LIB_PATH,,-L,)
 LIBS += -lssl -lcrypto -ldb_cxx$$BDB_LIB_SUFFIX
 # -lgdi32 has to happen after -lcrypto (see  #681)

HTH

Cheers

Graham
d5000
Legendary
*
Offline Offline

Activity: 3892
Merit: 5984


Decentralization Maximalist


View Profile
September 27, 2015, 05:35:55 PM
 #70

@gjhiggins: Do you remember which of your commits is the last usable 0.3.2 version? It would be good to link to it directly in the OP.

I have still not found any PoB blocks with the 0.4.1 wallet. So I changed back to 0.3.2, for now. Johnnylatte has posted the bug at Reddit, I will now start a Github issue item for it.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
gavrilo77
Hero Member
*****
Offline Offline

Activity: 819
Merit: 502



View Profile
October 01, 2015, 06:24:19 PM
Last edit: October 03, 2015, 06:13:08 PM by gavrilo77
 #71

Here is the JonnyLatte minerd compiled in MinGW64.

.bat
minerd.exe -a dcrypt -o 127.0.0.1:41684 -O user:password -t 2 --hashtable=4

With hashtable 5 my minerd crash. With 4 works very nice.

https://mega.nz/#!KttQjaRK!RCO2NeGe8U5fIgdm0i3Lp6I-FVYjSmqPXDntgI7z1yM. I have core2duo. Hashrate is up to 10 khash/s, depend if i am using PC or not.

Cheers

edit: I am testing a few days already. On laptop, windows 7 32x, cpu i5, 4 GB RAM, compiled with cygwin, i am getting the best 19 khash/s. Number of threads 3, hash table 5. Same compiled with cygwin on my desktop, windows 10, 8GB RAM core2duo, i am getting 13 khash/s. Little strange i was expecting i will get quite better result with i5 than dual core. Anyhow work is very stabile, but if you have some parallel work which use CPU, hash rate is decreasing. I am mining solo on the wallet 3.2.1. Found plenty of blocks.

I have noticed that my i5 CPU is busy only 30 %. Is there a way to increase usage of CPU by miner. I guess hash rate should be better than.
jonnylatte
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
October 07, 2015, 07:41:23 PM
Last edit: October 09, 2015, 11:14:33 AM by jonnylatte
 #72

gavrilo77, one thing you might try is setting the scan time (-s N) to something a little higher than the default 5 seconds, for me 30 seconds gets me a much higher hash rate without a significant number of stale blocks. I think the reason for this is that less time is spent fetching new work which is time that the threads are idle. I dont think this would be a problem with a pool/stratum though.

EDIT: What I just stated should not work. If you increase the scan time it should not have a significant effect on the hashrate. This has been bugging me since I wrote it and I have figured out what the bug is behind this behaviour: the way this version of slimminer optimizes its dcrypt function is to simply skip over any value that takes too long to hash, it effectively only hashes about 1 in 256 values. The effective hashrate that is displayed only includes completed hashes as it should however what I did not count on was that when work is divided up for each thread the miner doesn’t just split up the ranges of nonce values and pass them to each thread but instead it estimates how much each thread can process for the amount of time it will be running. Since the stored values for the hashrate are used in this calculation those values are 1/256 times what is needed for the right amount of work to be passed to each thread. So increasing the scan time only worked to increase the hash rate because of this bug. 

Anyway I have fixed this problem by recording the number of hashes skipped over and then recalculating the hashrate to include them after the effective hashrate is displayed. This hash brought the hashrate back up to the right level even with the short and appropriate scan time since threads are not starved for work and constantly asking for more.

TL;DR: updated version of  https://github.com/JonnyLatte/slimminer fixes problem that results from the optimized version of dcrypt having a low effective hashrate but needing to think it has a higher hashrate in order for enough work to be allocated to its threads. This improves the hashrate and lowers the time spent asking for more work.

EDIT2: ok found a block with it and noticed a miner aesthetic glitch, when a block is reported to be found it displayed the hashrate but since I changed the internal hashrates to include the skipped hashes it is displaying this increased hashrate at this point. That does not really effect anything but I'll get rid of it in another commit.

EDIT3: hashrate displayed correctly when block found, hashrate and effective hashrate now stored separately. Another thing I noticed is that the hashrate fluctuates quite a bit so I have changed the code to make the new hashrate calculation a weighted average of the previous hashrate so that the hashrate does not fluctuate so much and in turn the work supplied to each thread does not fluctuate much.

Edit4: latest version compiled for windows 32 bit using cygwin: https://github.com/JonnyLatte/slimminer/releases/tag/v0.2

I think I'm pretty much done making modifications to it at this point.
zodiac3011
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
October 09, 2015, 03:13:49 PM
 #73

I have followed this coin since its launch. However I have stopped for a while due to no dev, I hope that this coin will improve and I will be back on it as soon as possible  Grin
hankrules
Hero Member
*****
Offline Offline

Activity: 673
Merit: 500


View Profile
October 12, 2015, 02:21:33 AM
 #74

Does the brain wallet on slimcoin.club work?

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses .100% original codebase.
  Superfast with .30 seconds instant finality.
  Tested .5000 tx per block. on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
enerbyte
Hero Member
*****
Offline Offline

Activity: 556
Merit: 501


View Profile
November 01, 2015, 11:02:44 PM
 #75

There are future plans for slimcoin?
d5000
Legendary
*
Offline Offline

Activity: 3892
Merit: 5984


Decentralization Maximalist


View Profile
November 03, 2015, 04:10:56 PM
 #76

There are future plans for slimcoin?
This is not a "we will do 99999+ super improvements .... and then cash out" coin. People should look at it as a financial experiment.

Slimcoin has already a working Proof of Burn system. That is a major innovation. Really. And it works fine so far.

The problem is that some client versions have glitches (Windows QT client) and that the code is now pretty old. There was some work in August by gjhiggins on a newer codebase for SLM but since then I haven't seen new commits.

I am currently thinking about a more attractive bounty system, so wealthy slimcoiners can sponsor development more easily. Slimcoin has currently no own crowdfunding mechanism. Perhaps we can use NXT (they have done a similar thing with the Tennesee project) or Counterparty for this purpose.

I would like to remember all devs reading here Wink that there are two bounties currently:

- 20.000 SLM for fixing the Windows wallet.
- 20.000 SLM for a "electrum-like" light wallet.

It's true, regarding the actual price that are not big bounties, but if we can fix the wallet, the major problem for a more massive adoption would have been solved.

@hankrules: I'll try out the brain wallet to see if it's working.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
ArchitektoR
Full Member
***
Offline Offline

Activity: 215
Merit: 102


View Profile
November 15, 2015, 12:18:27 AM
 #77

What is the current stable Linux wallet? - Now moving PoS/Depo VM from WinXP to Debian - and SlimCoin is the last one. And how about stability - does the block stuck problem solved?

And yes - can add some bounty in SLM. For fixing Windows wallet when solomining at least. Maybe - for a working pool solution.
GrinZ
Legendary
*
Offline Offline

Activity: 1572
Merit: 1002


View Profile
November 17, 2015, 11:27:42 AM
 #78

Slimcoin wll be delisted from multifaucet.tk
Reason - too many problem with this daemon.
d5000
Legendary
*
Offline Offline

Activity: 3892
Merit: 5984


Decentralization Maximalist


View Profile
November 18, 2015, 12:21:17 AM
 #79

What is the current stable Linux wallet? - Now moving PoS/Depo VM from WinXP to Debian - and SlimCoin is the last one. And how about stability - does the block stuck problem solved?

I am using tbartlett0's version (0.3.2.3-alpha) https://github.com/tbartlett0/slimcoin but there should be a newer one from the 0.3 series in the official repository (https://github.com/slimcoin-project/Slimcoin). The 0.4 version is too buggy still, it seems it has problems when solo mining / minting.

Unfortunately, the "stuck block" bug is still not fixed. You'll have to let catch up the Windows client (under Windows or Wine).

Quote
And yes - can add some bounty in SLM. For fixing Windows wallet when solomining at least. Maybe - for a working pool solution.

That would be great. Do you have a number I can add to the OP? 20.000 SLM for the Windows wallet were already announced.

@GrinZ: Sad. There is a new version (0.4) in development, but it has still bugs. Unfortunately, I have no information about when development will continue. I think bounties are the way to go.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
GrinZ
Legendary
*
Offline Offline

Activity: 1572
Merit: 1002


View Profile
November 18, 2015, 06:09:39 AM
 #80

For me, the biggest problem - the wallet daemon stops responding and starts to eat memory and swap. This will continue until there are no more resources.
PM me please, if it released a new version of wallet
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 ... 159 »
  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!