Bitcoin Forum
May 06, 2024, 11:12:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 [165] 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 »
  Print  
Author Topic: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency  (Read 687910 times)
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
November 06, 2013, 09:08:48 PM
 #3281

Ok, rolled back to the primecoin client found at primecoin.org (not the high perf one) and erased all blocks and stuff but not my dat.
Got a new payment in, but the aforementioned stuck deposit is still stuck at 0 confirmations.
Here's the txid: 368f08fc87b8712432be07549201de515122345f26583ba4409bc42f6e78d618-000

Any clues?

Looks like that transaction never made it to the network. Unsent transactions are stored in the wallet.dat file. If you keep the wallet running, it should eventually resend that transaction. Did you check whether the date and time were correct?

If you want to get rid of the unconfirmed transaction, you can use -salvagewallet which will extract only the private keys from your wallet and ignores the transactions. As always, it's best to make a copy of your wallet.dat before doing this.

I didn't send any $$ from my wallet...I think it's an inbound transaction, a pool payment (probably).
1715037158
Hero Member
*
Offline Offline

Posts: 1715037158

View Profile Personal Message (Offline)

Ignore
1715037158
Reply with quote  #2

1715037158
Report to moderator
1715037158
Hero Member
*
Offline Offline

Posts: 1715037158

View Profile Personal Message (Offline)

Ignore
1715037158
Reply with quote  #2

1715037158
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.
Supercomputing
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


View Profile
November 06, 2013, 11:14:34 PM
 #3282

Sunny King
Primecoin Mining Research
http://www.peercointalk.org/index.php?topic=813


I am not sure if the Primecoin forum is very active, therefore I am posting my response to the posting above here also.

@Sunny
I am new to Primecoin but by no means new to Number Theory. I briefly looked at the source code of the latest version of mikaelh2's enhancements and I did not see much room for improvement. Using GMP for the modular exponentiation seems to be the biggest improvement. You can use the mod 60 wheel (sieve of Atkin) for the sieving step but I do not see that improving the overall run-time by any significant amount. The bottle neck is with the modular exponentiation of large numbers and Montgomery multiplication can be used to reduce multiplication time. But off course, Montgomery multiplication has its drawbacks, you are working with many different residue classes.

So now, there are two possible directions for the research of finding longer chains faster. The first direction is to continue making incremental improvements to the sieving and modular exponentiation arithmetic (brute force). And the second direction (which I prefer) is to analyze all of the data collected so far and come up with better arithmetic for finding longer chains. I assume that this was the reason that made Primecoin unique, otherwise it is no different from Bitcoin mining.

Unfortunately, carrying out the research to analyze collected data will require funding. I have been running "Primecoin version v0.1.2.0xpm-hp11-unk-beta" for 4 days now on a 32/64 core/thread server and I have only mined a block (primemeter  43807850 prime/h 663367364 test/h  180 7-chains/h 8.075400 chain/d). I just cannot see how anyone, other that people who have access to botnets, can be profitable at mining Primecoin.

Also, I am currently working on a GPU (Nvidia CUDA/PTX) off-load engine for the modular exponentiation (Montgomery) for the Primecoin miner. A GTX 580 should have the same throughput as all 32 cores/64 threads combined when performing Montgomery modular exponentiation. The sieve (of Atkin) will remain on the CPU to maximize performance.

@All
You can donate to the address below if you will like to see this research progress.
ALAxNNtF2hBPUpXFdN8Xexp1HbKwh4JeEK (Primecoin)
1MCqoWLA3eyqovRXKCydoDSfNN8C28y3k2 (Bitcoin)

Electrical Engineering & Computer Science
http://www.eecs.mit.edu/
satriani
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
November 06, 2013, 11:46:39 PM
 #3283

Supercomputing: can you tell us if GPU could mine 10x faster then CPU in the nearest future ? Is it possible? Or other FGPA/ASIC stuff could be used to mine PrimeCoin?
Supercomputing
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


View Profile
November 07, 2013, 12:10:33 AM
 #3284

Supercomputing: can you tell us if GPU could mine 10x faster then CPU in the nearest future ? Is it possible? Or other FGPA/ASIC stuff could be used to mine PrimeCoin?

Montgomery multiplication - Coarsely integrated operand scanning (CIOS) @ 256-bit
An Nvidia GTX 580 (reference design ) is about 7x faster than an AMD Phenom II X6 1100T using all six cores

Montgomery multiplication for GPU - must use hand optimized PTX (unrolled)
Montgomery multiplication for CPU - must use hand optimized x64 assembly (unrolled)

I would put the GPU at about 7x that of the CPU since modular multiplication is the bottle neck and not sieving.


FPGA's will only be useful for primorial searching, they are not cost effective for modular multiplication.

Electrical Engineering & Computer Science
http://www.eecs.mit.edu/
Trillium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
November 07, 2013, 03:27:05 AM
 #3285

Quote
Unfortunately, carrying out the research to analyze collected data will require funding. I have been running "Primecoin version v0.1.2.0xpm-hp11-unk-beta" for 4 days now on a 32/64 core/thread server and I have only mined a block (primemeter  43807850 prime/h 663367364 test/h  180 7-chains/h 8.075400 chain/d). I just cannot see how anyone, other that people who have access to botnets, can be profitable at mining Primecoin.

8.0754 * 0.8 * 0.04 = 0.26 blocks per day (no variance) = those results are completely as expected = deal with it!

Edit: Apparently this old method of estimating blocks/day is outdated: ref: https://bitcointalk.org/index.php?topic=255782.msg3487226#msg3487226

BTC:1AaaAAAAaAAE2L1PXM1x9VDNqvcrfa9He6
satriani
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
November 07, 2013, 10:41:48 PM
 #3286

Supercomputing: can you tell us if GPU could mine 10x faster then CPU in the nearest future ? Is it possible? Or other FGPA/ASIC stuff could be used to mine PrimeCoin?

Montgomery multiplication - Coarsely integrated operand scanning (CIOS) @ 256-bit
An Nvidia GTX 580 (reference design ) is about 7x faster than an AMD Phenom II X6 1100T using all six cores

Montgomery multiplication for GPU - must use hand optimized PTX (unrolled)
Montgomery multiplication for CPU - must use hand optimized x64 assembly (unrolled)

I would put the GPU at about 7x that of the CPU since modular multiplication is the bottle neck and not sieving.


FPGA's will only be useful for primorial searching, they are not cost effective for modular multiplication.

you are saying that you (or someone else) can create GPU miner which is 7x faster then CPU (for the same price) ? how long could it take?
Stinky_Pete
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
November 08, 2013, 01:00:48 AM
Last edit: November 08, 2013, 01:13:36 AM by Stinky_Pete
 #3287

Supercomputing: can you tell us if GPU could mine 10x faster then CPU in the nearest future ? Is it possible? Or other FGPA/ASIC stuff could be used to mine PrimeCoin?

Montgomery multiplication - Coarsely integrated operand scanning (CIOS) @ 256-bit
An Nvidia GTX 580 (reference design ) is about 7x faster than an AMD Phenom II X6 1100T using all six cores

Montgomery multiplication for GPU - must use hand optimized PTX (unrolled)
Montgomery multiplication for CPU - must use hand optimized x64 assembly (unrolled)

I would put the GPU at about 7x that of the CPU since modular multiplication is the bottle neck and not sieving.


FPGA's will only be useful for primorial searching, they are not cost effective for modular multiplication.

you are saying that you (or someone else) can create GPU miner which is 7x faster then CPU (for the same price) ? how long could it take?
No, he is saying that the current bottleneck can be made 7x faster. This is only one part of a more complicated pathway, so one might expect a fresh bottleneck to become apparent. For example
The sieve (of Atkin) will remain on the CPU to maximize performance.
If you have a slow CPU this may become the next bottleneck. If you have a powerful, many cored processor, the next bottleneck may be in another part of the calculation. How would we tell, since collecting all the required data on miners' hardware and software environments is next to impossible?

So now, there are two possible directions for the research of finding longer chains faster. The first direction is to continue making incremental improvements to the sieving and modular exponentiation arithmetic (brute force). And the second direction (which I prefer) is to analyze all of the data collected so far and come up with better arithmetic for finding longer chains. I assume that this was the reason that made Primecoin unique, otherwise it is no different from Bitcoin mining.

Unfortunately, carrying out the research to analyze collected data will require funding.

ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
November 08, 2013, 01:07:12 AM
 #3288

Really interesting...Primecoin is doing alright, all things considered.
I'm in for the long haul.
Supercomputing
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


View Profile
November 08, 2013, 07:25:00 AM
 #3289

Quote
Unfortunately, carrying out the research to analyze collected data will require funding. I have been running "Primecoin version v0.1.2.0xpm-hp11-unk-beta" for 4 days now on a 32/64 core/thread server and I have only mined a block (primemeter  43807850 prime/h 663367364 test/h  180 7-chains/h 8.075400 chain/d). I just cannot see how anyone, other that people who have access to botnets, can be profitable at mining Primecoin.

8.0754 * 0.8 * 0.04 = 0.26 blocks per day (no variance) = those results are completely as expected = deal with it!

Edit: Apparently this old method of estimating blocks/day is outdated: ref: https://bitcointalk.org/index.php?topic=255782.msg3487226#msg3487226

My GTX 580 disagrees with that mathematical formula and it did not even enroll in any engineering classes at MIT. You need to actually count the number of 9-chains at a fixed precision for a given amount of time before you can estimate your probability of finding a chain that meets the requirement.

Electrical Engineering & Computer Science
http://www.eecs.mit.edu/
Supercomputing
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


View Profile
November 08, 2013, 08:12:14 AM
 #3290

Supercomputing: can you tell us if GPU could mine 10x faster then CPU in the nearest future ? Is it possible? Or other FGPA/ASIC stuff could be used to mine PrimeCoin?

Montgomery multiplication - Coarsely integrated operand scanning (CIOS) @ 256-bit
An Nvidia GTX 580 (reference design ) is about 7x faster than an AMD Phenom II X6 1100T using all six cores

Montgomery multiplication for GPU - must use hand optimized PTX (unrolled)
Montgomery multiplication for CPU - must use hand optimized x64 assembly (unrolled)

I would put the GPU at about 7x that of the CPU since modular multiplication is the bottle neck and not sieving.


FPGA's will only be useful for primorial searching, they are not cost effective for modular multiplication.

you are saying that you (or someone else) can create GPU miner which is 7x faster then CPU (for the same price) ? how long could it take?

Yes, that is correct when using the GPU and CPU below for the baseline.

For most desktop CPUs, it will be more than 7x faster. Also, the AMD Bulldozer and the Nvidia GTX 6xx series took a step backwards when it comes to integer arithmetic throughput (for multiplication). Intel's Sandy Bridge, Ivy Bridge, and Haswell processors are also very good. However, AMD's K10 series is still king for the CPUs, and the GTX Titan is still king for the GPUs.

For me, I am still at the proof of concept stage and it is looking very good. I found 5 blocks (9-chain) in the last 4 hours while off-loading the Fermat tests to the GPU (single GTX 580). There is still a lot of work left to do before reaching the point where a single GTX 580 can aid in finding 3 blocks (10-chains) within 24 hours. The primorial search needs to be off-loaded to a second GPU, it is just as important as sieving for aiding in the search for 10-chains faster at 320-bit. I would estimate somewhere between 15-20 hours of work, but finding the free time for me at this time of the year is more difficult than doing the actual work. Early next year I will have time and the botnets can enjoy Primcoin mining for a couple of months longer before the knockout punch comes to them.

Baseline GPU: Nvidia GTX 580  (utilizing all 16 processors 512 ALUs)
Baseline CPU: AMD Phenom II X6 1100T (utilizing all 6 cores SIMD)


Primecoin Miner off-load GPU (must follow these rules for multiprecision arithmetic implementation):
Minimize thread divergence.
Global memory access must be coalesced.
Use shared memory for data exchange.
Precision must be fixed at compile time: e.g. 320-bit.
Use Montgomery Reduction (CIOS).
Must use unrolled PTX coding for Montgomery Reduction (madc, mad.cc, addc, add.cc, etc).
Compile and bechmark with different values for maxrregcount.
Compile and bechmark with different grids, blocks, and threads organization.
Compile to .cubin format and profile the code.
Optimize the code using the profiling data.

If the above guideline is not followed, an x64 CPU will most likely outperform the GPU.

Electrical Engineering & Computer Science
http://www.eecs.mit.edu/
satriani
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
November 08, 2013, 08:44:27 AM
 #3291

im sure that if you invent something that really work you could be a millionaire. Invent GPU miner could couse drop reward very quickly and make the price higher. this is the race - so move on. you can find some funds - just try to find a investor on your area.

if you really don't have time/energy to do this - maybe you can give some tips to another devs on public forum
nwfella
Legendary
*
Offline Offline

Activity: 1582
Merit: 1000

Well hello there!


View Profile
November 08, 2013, 08:49:09 AM
 #3292

Hey fellas. Just downloaded 1.2-beta win32 client from sourceforge and trying to get it up and running but seemingly not finding any peers. Anybody else having this problem? Is the preferred scenario setting up a linux box and compiling from source?

¯¯̿̿¯̿̿'̿̿̿̿̿̿̿'̿̿'̿̿̿̿̿'̿̿̿)͇̿̿)̿̿̿̿ '̿̿̿̿̿̿\̵͇̿̿\=(•̪̀●́)=o/̵͇̿̿/'̿̿ ̿ ̿̿

Gimme the crypto!!
bitmania
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
November 08, 2013, 04:03:25 PM
 #3293

Hey fellas. Just downloaded 1.2-beta win32 client from sourceforge and trying to get it up and running but seemingly not finding any peers. Anybody else having this problem? Is the preferred scenario setting up a linux box and compiling from source?
Same problem here. The advice from page 172 helped me; I did the following steps, and after a few minutes was synchronizing blocks with the network:

  • closed primecoin-qt
  • deleted peers.dat from %AppData%\Primecoin
  • created primecoin.conf in that folder, and put this line in it: seednode=primeseed.muuttuja.org
  • loaded primecoin-qt, and after a few moments the Help->Debug Window showed an increasing block count and date

HTH
nwfella
Legendary
*
Offline Offline

Activity: 1582
Merit: 1000

Well hello there!


View Profile
November 08, 2013, 08:41:32 PM
 #3294

Hey fellas. Just downloaded 1.2-beta win32 client from sourceforge and trying to get it up and running but seemingly not finding any peers. Anybody else having this problem? Is the preferred scenario setting up a linux box and compiling from source?
Same problem here. The advice from page 172 helped me; I did the following steps, and after a few minutes was synchronizing blocks with the network:

  • closed primecoin-qt
  • deleted peers.dat from %AppData%\Primecoin
  • created primecoin.conf in that folder, and put this line in it: seednode=primeseed.muuttuja.org
  • loaded primecoin-qt, and after a few moments the Help->Debug Window showed an increasing block count and date

HTH


It appears as though it just took it several hours to find a peer. Looks like i've got it now. Next step, try to make a coin or two Smiley

Thanks for the reply

¯¯̿̿¯̿̿'̿̿̿̿̿̿̿'̿̿'̿̿̿̿̿'̿̿̿)͇̿̿)̿̿̿̿ '̿̿̿̿̿̿\̵͇̿̿\=(•̪̀●́)=o/̵͇̿̿/'̿̿ ̿ ̿̿

Gimme the crypto!!
Supercomputing
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


View Profile
November 08, 2013, 11:23:59 PM
 #3295

im sure that if you invent something that really work you could be a millionaire. Invent GPU miner could couse drop reward very quickly and make the price higher. this is the race - so move on. you can find some funds - just try to find a investor on your area.

if you really don't have time/energy to do this - maybe you can give some tips to another devs on public forum

At this stage, funding is no longer necessary for the research from the general public, it is optional. I have five (5) GTX 580's Hydro Copper collecting dust and one (1) in my development PC. Sometime within the next couple of weeks, I will use all six (6) for Primecoin mining and let them run for about two months.

(30 blocks/day) x (60 days) x (10 XPMs) x (6 GTX 580 Hydro's) x (1.17 speed-up over stock ) = 126k XPMs
Early next year I will offer XPM/BTC to those mathematicians who are interested in helping out with the research; and knowledge gained from the research will be made publically available.

I am shell shocked about two things that I did not know just a couple of days ago:
1) Primecoin mining is currently more profitable than Bitcoin mining for the same amount of expenses (GTX 580 vs ASIC pricing).
2) An optimized sieve of Eratosthenes on the GPU makes enough of a difference to increase your probability of finding a valid block.

Here is a link to the CUDA implementation of the sieve that I based mine on. My code is a little bit more optimized, but it is a good start for those who are interested:
https://sites.google.com/site/bbuhrow/home/cuda-sieve-of-eratosthenes

Here is good guide for implementing your own modular arithmetic on the GTX 580:
http://infoscience.epfl.ch/record/180450/files/jb_lowlatency.pdf

I am not an expert Nvidia GPU programmer by any means, but I am an FPGA and x64 assembly guy. So I am left with a couple of theories:
1) Nobody who knows about Primecoin mining took the time to implement an optimized modular multiplication and prime sieving on the GPU (very hard to believe).
2) Somebody out there already has an efficient implementation for the GPU and is keeping it to themselves (very easy to believe).

Electrical Engineering & Computer Science
http://www.eecs.mit.edu/
mhps
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500


CAT.EX Exchange


View Profile
November 09, 2013, 01:29:48 AM
 #3296

I would estimate somewhere between 15-20 hours of work, but finding the free time for me at this time of the year is more difficult than doing the actual work. Early next year I will have time and the botnets can enjoy Primcoin mining for a couple of months longer before the knockout punch comes to them.

Despite this https://bitcointalk.org/index.php?topic=273637.0 many may want to donate/invest again if you lay your case down clearly -- it's been good so far.




|(
▄▄██████████▄▄
▄██████████████████▄
▄█████▀ ▀█████▀ ▀██████▄
██████ ███ ▀▀▀ ███ ███████
██████▀▄███████████▄▀███████
███████ █████████████ ████████
███████ █████████████ ████████
████████▄▀█████████▀▄█████████
██████████▄ █████ ▄█▀▄▄▄▀█████
██████████ ████▌▐█ █▀▄█ ████
████████▌▐█████ █▌▐█▄▄████
▀█████▀ ██████▄ ▀ █████▀
▀██████████████████▀
▀▀██████████▀▀
)(.
)
▌   ANNOUNCE THREAD   ▌▐   BOUNTY   ▐
TWITTER  |  FACEBOOK  |  TELEGRAM  |  DISCORD
(((((((   MOBILE APP [ ANDROID / IOS ]   )))))))
)
belltown
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250

still can't change my profile pic


View Profile
November 09, 2013, 01:42:11 AM
 #3297

(30 blocks/day) x (60 days) x (10 XPMs) x (6 GTX 580 Hydro's) x (1.17 speed-up over stock ) = 126k XPMs

Single GPU will be finding 30 blocks/day!!!!!!!!!!???

There are must be something wrong with your assumption. Previously you used numbers like: "3 blocks/day", "7x faster then CPU". How did you come from that to 30 blocks/day now?

How I've earned 0.088 BTC for making few forum posts on LetsTalkBitcoin
▄▄▄▄▄▄▄▄▄▄▄▄ https://bitcointalk.org/index.php?topic=707439.0 ▄▄▄▄▄▄▄▄▄▄▄▄
masterOfDisaster
Sr. Member
****
Offline Offline

Activity: 321
Merit: 250


View Profile
November 09, 2013, 01:52:24 AM
 #3298

I have five (5) GTX 580's Hydro Copper collecting dust and one (1) in my development PC. Sometime within the next couple of weeks, I will use all six (6) for Primecoin mining and let them run for about two months.
(30 blocks/day) x (60 days) x (10 XPMs) x (6 GTX 580 Hydro's) x (1.17 speed-up over stock ) = 126k XPMs

Single GPU will be finding 30 blocks/day!!!!!!!!!!???

There are must be something wrong with your assumption. Previously you used numbers like: "3 blocks/day", "7x faster then CPU". How did you come from that to 30 blocks/day now?

You forgot to quote the base for the calculation. I fixed that for you (and even highlited the important parts Wink
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
November 09, 2013, 03:52:05 AM
 #3299

(30 blocks/day) x (60 days) x (10 XPMs) x (6 GTX 580 Hydro's) x (1.17 speed-up over stock ) = 126k XPMs

Single GPU will be finding 30 blocks/day!!!!!!!!!!???

There are must be something wrong with your assumption. Previously you used numbers like: "3 blocks/day", "7x faster then CPU". How did you come from that to 30 blocks/day now?

He said he got five blocks in four hours using one GPU. If that can be done consistently it would be 30 blocks per GPU per day.

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
Trillium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
November 09, 2013, 05:40:00 AM
 #3300

Quote
Unfortunately, carrying out the research to analyze collected data will require funding. I have been running "Primecoin version v0.1.2.0xpm-hp11-unk-beta" for 4 days now on a 32/64 core/thread server and I have only mined a block (primemeter  43807850 prime/h 663367364 test/h  180 7-chains/h 8.075400 chain/d). I just cannot see how anyone, other that people who have access to botnets, can be profitable at mining Primecoin.

8.0754 * 0.8 * 0.04 = 0.26 blocks per day (no variance) = those results are completely as expected = deal with it!

Edit: Apparently this old method of estimating blocks/day is outdated: ref: https://bitcointalk.org/index.php?topic=255782.msg3487226#msg3487226

My GTX 580 disagrees with that mathematical formula and it did not even enroll in any engineering classes at MIT. You need to actually count the number of 9-chains at a fixed precision for a given amount of time before you can estimate your probability of finding a chain that meets the requirement.

My comment above has nothing to do with the discussion about GPU. You are confusing two different discussions going on in this thread simultaneously. The formula I provided is one determined by the work of mikaelh, who is the author of the HP series of miners. I realize you are fairly new and may not have read all 170+ pages of this thread, you would've come across it many times if you had. The formula provides an accurate representation of the mining reward when using CPU and when assuming zero variance, eg. an average over a long period of time.



Quote
(30 blocks/day) x (60 days) x (10 XPMs) x (6 GTX 580 Hydro's) x (1.17 speed-up over stock ) = 126k XPMs

I suspect you are in fact trying to subtly manipulate the markets by stirring up the "IMPENDING GPU MINER" hysteria (again) that serves to create sillyness in the altcoin exchange trollboxes and market instability in general.

I am putting this down to another piss-poor attempt at market manipulation until some code is released and verified as working by other miners.

BTC:1AaaAAAAaAAE2L1PXM1x9VDNqvcrfa9He6
Pages: « 1 ... 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 [165] 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 »
  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!