Bitcoin Forum
May 03, 2024, 11:37:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 [632] 633 634 635 636 637 638 639 640 641 642 643 644 645 646 »
  Print  
Author Topic: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners  (Read 701013 times)
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
January 11, 2023, 10:17:15 AM
 #12621

Patrike, can you explain how to calculate average block time for custom coin NEXA?
Over pool API i recive this data:

"NEXA": {
    "algo": "nexapow",
    "name": "nexa",
    "height": 177135,
    "workers": 15606,
    "shares": 0,
    "hashrate": 1183854779601,
    "24h_blocks": 923,
    "24h_btc": 0,
    "lastblock": 177134,
    "timesincelast": 256,
    "reward": 10000027.41,
    "difficulty": 27373.14858957,
    "network_hashrate": 1267235451673,
    "minimumPayment": 10000,
    "fee": 1,
    "fee_solo": 2,
    "hashrate_solo": 40792440948,
    "workers_solo": 235,
    "workers_shared": 15371,
    "lastblock_solo": 177134,
    "timesincelast_shares": 0,
    "timesincelast_solo": 256
  }

With Math expression wich user can use in coin dynamic update, this calculation is imposible. Formula is very simple: secondsOfDay / "24h_blocks"
Maybe its a time to improve math expressions? Different services offer different sets of json params. Expressions must be more flexible.
Regards
I might have found a workaround for you. Please use the following Arithmetic expression:
* 0 + 86400 / jVal.Value<double>()
The JSON property expression should point to the 24h block value you want to use.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
1714779438
Hero Member
*
Offline Offline

Posts: 1714779438

View Profile Personal Message (Offline)

Ignore
1714779438
Reply with quote  #2

1714779438
Report to moderator
1714779438
Hero Member
*
Offline Offline

Posts: 1714779438

View Profile Personal Message (Offline)

Ignore
1714779438
Reply with quote  #2

1714779438
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714779438
Hero Member
*
Offline Offline

Posts: 1714779438

View Profile Personal Message (Offline)

Ignore
1714779438
Reply with quote  #2

1714779438
Report to moderator
1714779438
Hero Member
*
Offline Offline

Posts: 1714779438

View Profile Personal Message (Offline)

Ignore
1714779438
Reply with quote  #2

1714779438
Report to moderator
narousberg
Legendary
*
Offline Offline

Activity: 1749
Merit: 1007



View Profile
January 12, 2023, 09:05:34 PM
 #12622

Patrike, can you explain how to calculate average block time for custom coin NEXA?
Over pool API i recive this data:

"NEXA": {
    "algo": "nexapow",
    "name": "nexa",
    "height": 177135,
    "workers": 15606,
    "shares": 0,
    "hashrate": 1183854779601,
    "24h_blocks": 923,
    "24h_btc": 0,
    "lastblock": 177134,
    "timesincelast": 256,
    "reward": 10000027.41,
    "difficulty": 27373.14858957,
    "network_hashrate": 1267235451673,
    "minimumPayment": 10000,
    "fee": 1,
    "fee_solo": 2,
    "hashrate_solo": 40792440948,
    "workers_solo": 235,
    "workers_shared": 15371,
    "lastblock_solo": 177134,
    "timesincelast_shares": 0,
    "timesincelast_solo": 256
  }

With Math expression wich user can use in coin dynamic update, this calculation is imposible. Formula is very simple: secondsOfDay / "24h_blocks"
Maybe its a time to improve math expressions? Different services offer different sets of json params. Expressions must be more flexible.
Regards
I might have found a workaround for you. Please use the following Arithmetic expression:
* 0 + 86400 / jVal.Value<double>()
The JSON property expression should point to the 24h block value you want to use.
Big thanks Patrik, its work. But who can know this function call?))) Maybe you can give a link to open functions docs? Or simple add a note to dynamic update dialog, where user can see what a function can be called to recive internal saved value?
Btw. I found a issue of stucking BTC price update. In my case was choosen Binance as rate provider. Changed to Coinbase and all updated smoothy now. Maybe Binance has changed something in API calls?
Regards.

I AM NOT SELL MY BITCOINTALK ACCOUNT !!!
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
January 15, 2023, 05:59:16 PM
 #12623

Patrike, can you explain how to calculate average block time for custom coin NEXA?
Over pool API i recive this data:

"NEXA": {
    "algo": "nexapow",
    "name": "nexa",
    "height": 177135,
    "workers": 15606,
    "shares": 0,
    "hashrate": 1183854779601,
    "24h_blocks": 923,
    "24h_btc": 0,
    "lastblock": 177134,
    "timesincelast": 256,
    "reward": 10000027.41,
    "difficulty": 27373.14858957,
    "network_hashrate": 1267235451673,
    "minimumPayment": 10000,
    "fee": 1,
    "fee_solo": 2,
    "hashrate_solo": 40792440948,
    "workers_solo": 235,
    "workers_shared": 15371,
    "lastblock_solo": 177134,
    "timesincelast_shares": 0,
    "timesincelast_solo": 256
  }

With Math expression wich user can use in coin dynamic update, this calculation is imposible. Formula is very simple: secondsOfDay / "24h_blocks"
Maybe its a time to improve math expressions? Different services offer different sets of json params. Expressions must be more flexible.
Regards
I might have found a workaround for you. Please use the following Arithmetic expression:
* 0 + 86400 / jVal.Value<double>()
The JSON property expression should point to the 24h block value you want to use.
Big thanks Patrik, its work. But who can know this function call?))) Maybe you can give a link to open functions docs? Or simple add a note to dynamic update dialog, where user can see what a function can be called to recive internal saved value?
Btw. I found a issue of stucking BTC price update. In my case was choosen Binance as rate provider. Changed to Coinbase and all updated smoothy now. Maybe Binance has changed something in API calls?
Regards.
Great that the expression was working. The expressions were not really intended to be used this way and the workaround I provided was a bit complex. Typically this is what is being executed
jVal.Value<double>() ArithmeticExpression

If Arithmetic expression is empty, the result will simpyl be "jVal.Value<double>()", which is the internal representation of the selected JSON value. The Arithmetic expression is typically something like * 1.1, so:
jVal.Value<double>() * 1.1

Your case was special as you wanted to divide with the actual value. With the Arithmetic expression I sent you the result would be:
jVal.Value<double>() * 0 + 86400 / jVal.Value<double>()

Which is the same as:
86400 / jVal.Value<double>()

Thanks for pointing out the issue related to Binance. It's corrected in our cloud so Awesome Miner should display the correct values now.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
January 15, 2023, 06:16:39 PM
 #12624

Awesome Miner version 9.8.2

 ASIC mining
  - Added support for Hammer D10+
  - Antminer S19 (Bitmain firmware) power mode configuration
  - Improved compatibility with recent Whatsminer firmware versions
 Changes
  - Minimum time for automatic miner discovery can be configured to 1 minute (previously 2 minutes)
 Mining software
  - Gminer 3.26
 Corrections
  - Correction to the fan speed readings for Antminers running BraiinsOS firmware
  - Correction to display of IP address the first time an auto discovered miner is added

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
yrk1957
Member
**
Offline Offline

Activity: 529
Merit: 29


View Profile
January 17, 2023, 05:05:01 AM
 #12625

Awesome Miner version 9.8.2

 ASIC mining
  - Added support for Hammer D10+
  - Antminer S19 (Bitmain firmware) power mode configuration
  - Improved compatibility with recent Whatsminer firmware versions
 Changes
  - Minimum time for automatic miner discovery can be configured to 1 minute (previously 2 minutes)
 Mining software
  - Gminer 3.26
 Corrections
  - Correction to the fan speed readings for Antminers running BraiinsOS firmware
  - Correction to display of IP address the first time an auto discovered miner is added

This update does not start, keeps crashing:

Sig[0].Name=Problem Signature 01
Sig[0].Value=AwesomeMiner.exe
Sig[1].Name=Problem Signature 02
Sig[1].Value=9.8.2.0
Sig[2].Name=Problem Signature 03
Sig[2].Value=63c43879
Sig[3].Name=Problem Signature 04
Sig[3].Value=PE.Infrastructure.Windows
Sig[4].Name=Problem Signature 05
Sig[4].Value=9.8.2.0
Sig[5].Name=Problem Signature 06
Sig[5].Value=63c436fa
Sig[6].Name=Problem Signature 07
Sig[6].Value=8a
Sig[7].Name=Problem Signature 08
Sig[7].Value=1c
Sig[8].Name=Problem Signature 09
Sig[8].Value=System.IO.FileLoadException
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=10.0.19045.2.0.0.256.48
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=1033
DynamicSig[22].Name=Additional Information 1
DynamicSig[22].Value=d2ba
DynamicSig[23].Name=Additional Information 2
DynamicSig[23].Value=d2ba8f4078b945f13111ecb796426048
DynamicSig[24].Name=Additional Information 3
DynamicSig[24].Value=4471
DynamicSig[25].Name=Additional Information 4
DynamicSig[25].Value=4471395962dd5976a5061d3c1b0f2125
UI[2]=C:\Program Files (x86)\Awesome Miner\AwesomeMiner.exe
LoadedModule[0]=C:\Program Files (x86)\Awesome Miner\AwesomeMiner.exe
yrk1957
Member
**
Offline Offline

Activity: 529
Merit: 29


View Profile
January 17, 2023, 05:14:30 AM
 #12626



Where do I get older 9.8.1 version from?
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
January 19, 2023, 07:24:13 PM
 #12627

Awesome Miner version 9.8.2

 ASIC mining
  - Added support for Hammer D10+
  - Antminer S19 (Bitmain firmware) power mode configuration
  - Improved compatibility with recent Whatsminer firmware versions
 Changes
  - Minimum time for automatic miner discovery can be configured to 1 minute (previously 2 minutes)
 Mining software
  - Gminer 3.26
 Corrections
  - Correction to the fan speed readings for Antminers running BraiinsOS firmware
  - Correction to display of IP address the first time an auto discovered miner is added

This update does not start, keeps crashing:

Sig[0].Name=Problem Signature 01
Sig[0].Value=AwesomeMiner.exe
Sig[1].Name=Problem Signature 02
Sig[1].Value=9.8.2.0
Sig[2].Name=Problem Signature 03
Sig[2].Value=63c43879
Sig[3].Name=Problem Signature 04
Sig[3].Value=PE.Infrastructure.Windows
Sig[4].Name=Problem Signature 05
Sig[4].Value=9.8.2.0
Sig[5].Name=Problem Signature 06
Sig[5].Value=63c436fa
Sig[6].Name=Problem Signature 07
Sig[6].Value=8a
Sig[7].Name=Problem Signature 08
Sig[7].Value=1c
Sig[8].Name=Problem Signature 09
Sig[8].Value=System.IO.FileLoadException
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=10.0.19045.2.0.0.256.48
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=1033
DynamicSig[22].Name=Additional Information 1
DynamicSig[22].Value=d2ba
DynamicSig[23].Name=Additional Information 2
DynamicSig[23].Value=d2ba8f4078b945f13111ecb796426048
DynamicSig[24].Name=Additional Information 3
DynamicSig[24].Value=4471
DynamicSig[25].Name=Additional Information 4
DynamicSig[25].Value=4471395962dd5976a5061d3c1b0f2125
UI[2]=C:\Program Files (x86)\Awesome Miner\AwesomeMiner.exe
LoadedModule[0]=C:\Program Files (x86)\Awesome Miner\AwesomeMiner.exe
This is likely a file on disk that has been corrupted or some security software blocking the execution. I don't think this is a general problem with the latest version as we have not received any other reports about it.

Have you tried to completely uninstalled Awesome Miner, verified that no files are left in the folder, then re-installed by downloading the latest version from our web site?

Please send me a private message in case you still need the older version to try with.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
January 21, 2023, 05:26:28 AM
Last edit: January 21, 2023, 03:24:19 PM by bensam1231
 #12628

Could we get some Home Assistant or other smart home integration? Rules need to be able to pull a trigger in from a outside source, thanks!

Would also be useful if you could pull information out of emails or use a email as a trigger. You can send emails with rules, but not receive them.

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
narousberg
Legendary
*
Offline Offline

Activity: 1749
Merit: 1007



View Profile
January 24, 2023, 08:46:35 PM
 #12629

Patrike, please integrate a Rigel miner in AM. https://github.com/rigelminer/rigel

I AM NOT SELL MY BITCOINTALK ACCOUNT !!!
nordmann666
Member
**
Offline Offline

Activity: 361
Merit: 16


View Profile
January 25, 2023, 04:29:36 AM
 #12630

request:

can u integrate a API request for servioces like miningrigrantals to have better profit overview?
if i rent my miners for 10% more of recent profit calculation it should show me this

thanks
STSMiner
Full Member
***
Offline Offline

Activity: 269
Merit: 115



View Profile
January 26, 2023, 10:38:42 PM
 #12631

@patrike

Bug report

NBMiner - when using a wallet address for an alt-coin and setting the password - ie  c=RVN

Password is not passed to the miner.

See images below.

Password does not work.


Work around works, but not ideal.


Look forward to a fix.

Thanks.
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
January 27, 2023, 10:01:25 AM
 #12632

Could we get some Home Assistant or other smart home integration? Rules need to be able to pull a trigger in from a outside source, thanks!

Would also be useful if you could pull information out of emails or use a email as a trigger. You can send emails with rules, but not receive them.
Thanks for the suggestions.

Today the integration concept requires you to do your own integration and then make a calls to the Awesome Miner HTTP API to run rules or to perform operations. This makes it possible to integrate Awesome Miner with almost anything but it will of course not be built-in with Awesome Miner and requires some effort.

I'm not really familiar with how the smart home integrations could look like but this could be something to investigate in the future.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
January 27, 2023, 10:02:13 AM
 #12633

Patrike, please integrate a Rigel miner in AM. https://github.com/rigelminer/rigel
This will likely happen very soon as I've received a number of requests about this mining software.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
January 27, 2023, 10:09:58 AM
 #12634

request:

can u integrate a API request for servioces like miningrigrantals to have better profit overview?
if i rent my miners for 10% more of recent profit calculation it should show me this

thanks
Thanks for your request. I know this is a feature requested from time to time. It's noted and it will be considered for future releases.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
January 27, 2023, 11:46:14 AM
 #12635

@patrike

Bug report

NBMiner - when using a wallet address for an alt-coin and setting the password - ie  c=RVN

Password is not passed to the miner.

See images below.

Look forward to a fix.

Thanks.
Thanks for your report. Can you please try setting this one more time to see if it was a temporary issue that caused this property to not be sent out correctly to the miner? I was not able to reproduce this issue.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
sxemini
Member
**
Offline Offline

Activity: 1558
Merit: 69


View Profile
January 27, 2023, 12:19:45 PM
 #12636

@patrike

Bug report

NBMiner - when using a wallet address for an alt-coin and setting the password - ie  c=RVN

Password is not passed to the miner.

See images below.

Look forward to a fix.

Thanks.
Thanks for your report. Can you please try setting this one more time to see if it was a temporary issue that caused this property to not be sent out correctly to the miner? I was not able to reproduce this issue.

Hey Patrike, the password feature is working flawless for me for years now. I use it with profitswitching.

@STSMiner
can you show us the commandline that AM provide to the rig?
And by the way - don´t use nbminer for kawpow - nearly all other miners are better in case of pool hashrate. Nbminer inflates the hashrate a lot.
STSMiner
Full Member
***
Offline Offline

Activity: 269
Merit: 115



View Profile
January 27, 2023, 06:59:48 PM
Last edit: January 27, 2023, 10:27:52 PM by STSMiner
 #12637

@Patrike @sxemini

Password does not reach the pool (zpool.ca) when using the password box.

We have a miner that is using Awesome Miner that has this issue with NBMiner, I can reproduce the issue on my system here, this is why I reported it as a bug.



If I set it the other way (2nd image in my other post above) and remove the c=RVN from the password box it works (note c=BTC gets put on the end of the command line).





Update

Same issue when using a BTC wallet address with the default settings within Awesome Miner, password is not being sent to the pool when NBMiner is used.



BTW....  Tested with a bat file and it works for the password without any problems.





patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
January 31, 2023, 12:52:58 PM
 #12638

@Patrike @sxemini

Password does not reach the pool (zpool.ca) when using the password box.

We have a miner that is using Awesome Miner that has this issue with NBMiner, I can reproduce the issue on my system here, this is why I reported it as a bug.

If I set it the other way (2nd image in my other post above) and remove the c=RVN from the password box it works (note c=BTC gets put on the end of the command line).

Update

Same issue when using a BTC wallet address with the default settings within Awesome Miner, password is not being sent to the pool when NBMiner is used.


BTW....  Tested with a bat file and it works for the password without any problems.
Thanks for all details.

It seems like NbMiner must have the password parameter specified using "-p c=BTC" to be able to pass the correct details to zpool. The classic way that NbMiner supported this by specifying the password right after the username (and this is the way Awesome Miner do the setup) is no longer working. I will update Awesome Miner for this in the next release.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
joseph32
Member
**
Offline Offline

Activity: 413
Merit: 21


View Profile
February 05, 2023, 09:13:49 PM
 #12639

Hi Patrik,

can you please add NEXA (NexaPow)? lolMiner 1.66 and BzMiner supporting this coin now.

Tried to do some workaround in AM, but couldn't get it to work  Sad

Thanks!
sxemini
Member
**
Offline Offline

Activity: 1558
Merit: 69


View Profile
February 06, 2023, 10:58:05 AM
 #12640

Hi Patrik,

can you please add NEXA (NexaPow)? lolMiner 1.66 and BzMiner supporting this coin now.

Tried to do some workaround in AM, but couldn't get it to work  Sad

Thanks!

NexaPow is always added to AM (i use AM version 9.8.1). Nexa as a coin not, but it is not needed to mine it. And by the way, you can add algos, coins and so on by yourself.

@Patrike @sxemini

Password does not reach the pool (zpool.ca) when using the password box.

We have a miner that is using Awesome Miner that has this issue with NBMiner, I can reproduce the issue on my system here, this is why I reported it as a bug.



If I set it the other way (2nd image in my other post above) and remove the c=RVN from the password box it works (note c=BTC gets put on the end of the command line).



Update

Same issue when using a BTC wallet address with the default settings within Awesome Miner, password is not being sent to the pool when NBMiner is used.



BTW....  Tested with a bat file and it works for the password without any problems.


Hmm ok it seems a NBminer specific problem - but i say it again - don´t use NBminer - this miner is slow, they inflates the hashrate a lot, it is outdated, no support anymore.
Pages: « 1 ... 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 [632] 633 634 635 636 637 638 639 640 641 642 643 644 645 646 »
  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!