Bitcoin Forum
May 21, 2024, 06:45:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 [111] 112 113 114 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 ... 229 »
2201  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 19, 2018, 04:12:25 PM
@Patrike

Looks like miningpool hub online services using algo V7 and now profit profile switching to MPH XMR and resulting in rejected shares.
Thanks for letting me know, I will update this. There are many moving targets when a major coin like Monero is changing algorithm.
2202  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 19, 2018, 12:17:21 PM
hi patrike
cryptonightv8 miner for nvidia ?

i use awesome miner free version . i have 2 rig
can i set 1 rig mine x17 algo and another mine x16r from 2 custom pool ?
Most CNv8 miners are for AMD. I just looked at XMRig and it should be able to do CNv8 mining although the documentation isn't very clear on the exact parameter configuration for it.

Awesome Miner is not automatically setting the command line parameters for using XMRig nVidia with CNv8, but it looks like it works f you add "--variant 2" (compared to "--variant 1" with CNv7). I will add this to the next release of Awesome Miner.

If anyone else has more insight, please let me know.
thanks

about i use awesome miner free version . i have 2 rig
can i set 1 rig mine x17 algo and another mine x16r from 2 custom pool ?
how can do it ?

and this work for nvidia :
https://coinguides.org/ccminer-cryptonight-v3-v7-v8/
If you want to select the pools and mining software manually, you can create two Managed Miners:
https://support.awesomeminer.com/support/solutions/articles/35000085995-add-managed-miners-using-the-wizard

If you want Awesome Miner to do the profit switching, you can create two Managed Profit Miners. In this case you can also configure custom pools to use for the profit switcher in the Options dialog, Profit switching section, "Custom pools":
https://support.awesomeminer.com/support/solutions/articles/35000086086-profit-switching-for-gpu-and-cpu-mining#profitsingle

You can also mix these concepts. You can add one Managed Miner miner for your custom X16r pools and then have one Managed Profit Miner working on the most profitable X17 pool.
2203  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 19, 2018, 12:14:40 PM
Awesome Miner version 5.7.2

 
  - Dialog to define pool coin improved to allow selecting if the coin list should be filtered based on the algorithm selection of the miner or if it should include all

Hi patrike,

I don´t understand this....

Well, only when the algo does not mactch the coin Huh?

I've had a number of support cases where an External Miner was configured with some algorithm, for example X11 for an Antminer D3, and then user user changed IP of the miner to point to an Antminer L3 (Scrypt). That works fine even if the algorithm happen to be set to X11 (this setting isn't that important), but later on when you are about to use Define Pool Coin you cannot find Litecoin because of the algorithm filter.

With this change, you can find Litecoin and select it even if your miner had another algorithm set. So it's a way to make it easier for users to make the configuration they want right away.
2204  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 19, 2018, 08:09:40 AM
We have over 100 miners at our location. I want to create a rule so I get a single notification if 10 or more miners are offline all at the same time. How do I do that?

Thanks
Hi again,

You can create a trigger of the type "C# script" and use the script below to detect if the number of miners offline is 10 or more. You can then add any action you want for this rule, for example a Notification.

Code:
public class TriggerScript
{
private ContextProvider Context = ScriptManager.Context;

public List<IMinerBase> Check(List<IMinerBase> minerList)
{
const int TriggerIfNumberOffline = 10;
List<IMinerBase> triggerList = new List<IMinerBase>();
foreach (IMinerBase miner in minerList)
{
if (miner.IsRunningState == false)
triggerList.Add(miner);
}
if (triggerList.Count >= TriggerIfNumberOffline)
return triggerList;
return null;
}
}
2205  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 19, 2018, 07:57:04 AM
hi patrike
cryptonightv8 miner for nvidia ?

i use awesome miner free version . i have 2 rig
can i set 1 rig mine x17 algo and another mine x16r from 2 custom pool ?
Most CNv8 miners are for AMD. I just looked at XMRig and it should be able to do CNv8 mining although the documentation isn't very clear on the exact parameter configuration for it.

Awesome Miner is not automatically setting the command line parameters for using XMRig nVidia with CNv8, but it looks like it works f you add "--variant 2" (compared to "--variant 1" with CNv7). I will add this to the next release of Awesome Miner.

If anyone else has more insight, please let me know.
2206  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner - Optimized Win/Linux AMD GPU Miner for lyra2z and phi2 on: October 19, 2018, 07:40:15 AM
Awesome Miner v5.7.2 was just released where TeamRedMiner is supported in the list of mining software. Can you please upgrade to the latest version of Awesome Miner and give it a try?

Wow, that was quick! May I ask if you had any issues or if you could reuse your sgminer api impl as-is? We’ve been testing against Awesome Miner and it’s been working fine, I’m curious why lexx_kz couldn’t get it working.
It worked fine out-of-the-box. I didn't have to make any API changes for TeamRedMiner to work as it uses the Sgminer API implementation already included in Awesome Miner. What I implemented was the basic features like automatic download and automatic configuration of command line parameters for pools and to enable API access. So it's much easier to get started with TeamRedMiner now.

I think lexx_kz was adding it as a custom mining software in Awesome Miner, where Awesome Miner is responsible for launching the mining process and set all command line parameters. Before the latest Awesome Miner version, you had to manually setup the API port command line parameters for TeamRedMiner to make this work.
2207  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 19, 2018, 07:27:35 AM
So i switched a miner from profit switch but when I try to mine it says could not not reslove host 
any ideas can you try this IP

stratum+tcp://67.40.164.169::12345
In the URL you pasted here you have two ':', which might be the reason why some mining software are unable to establish the connection.
2208  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 19, 2018, 07:26:24 AM

Anyonne notices Afterburner remote server stopped working after 5.7.1 upgrade ?? or just coincidence..

I've not received any other reports on this. Is it the Afterburner Remote Server itself that isn't starting/running correctly?
2209  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 19, 2018, 07:25:45 AM
Hey, just to let you know.

Awesome Miner has now started coming up as Malware on Avast Anti-Virus.

someone may have an issue with AM and added it to the naughty list.

And i don't mean the mining apps it runs, but AM itself.

you might need to contact them and find out why and have it removed. for now, i have just added it to the exclusion list.

*[edit] posted before scrolling back. i now see you have this under control.*

for Avast they do because of phones/tablets being infected with malicious xmr miners the hog up their resources... so they will block everything mining related
Although I already reported this to Avast, I still always recommend users of Awesome Miner that run into these anti-virus software warnings to report it as a false positive to the anti-virus software vendor to make them more aware of the issue:
https://www.avast.com/false-positive-file-form.php
2210  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 18, 2018, 05:40:49 PM
I think 5.7.2 broke the ability to communicate to the Linux client.

Code:
wget http://www.awesomeminer.com/download/setup/awesomeminer-remoteagent.tar.xz
tar xvJf awesomeminer-remoteagent.tar.xz
cd awesomeminer-remoteagent
./AwesomeMiner.RemoteAgent.Linux


10/18/18 6:02:49 PM.717 [001] [S]Loading configuration from: /root/.config/AwesomeMinerService/ServiceData.xml
10/18/18 6:02:50 PM.033 [001] [S]Configuration file created: 10/18/18 3:59:33 PM
10/18/18 6:02:50 PM.049 [001] [S]Starting Awesome Miner Service 5.7.2
10/18/18 6:02:50 PM.049 [001] [S]Branding: False,
10/18/18 6:02:50 PM.049 [001] [S]MSI-Installer filename: AwesomeMinerRemoteService.msi
10/18/18 6:02:50 PM.051 [001] [S]Loading service config from: /root/awesomeminer-remoteagent
Initialize log: /root/.local/share/AwesomeMinerService/AwesomeMinerService.log
10/18/18 6:02:50 PM.070 [001] [S]Log Initiated
10/18/18 6:02:50 PM.072 [001] [S]Process: 6077, Computer name: simpleminer, 64-bit OS: True, OS version: Unix 4.11.0.1, Is Admin: False
10/18/18 6:02:50 PM.072 [001] [S]Service Port: 9630
10/18/18 6:02:50 PM.104 [001] [S]Starting service
10/18/18 6:02:50 PM.113 [003] [S]Data Path: /root/.config/AwesomeMinerService
10/18/18 6:02:50 PM.113 [003] [S]Log Path: /root/.local/share/AwesomeMinerService
10/18/18 6:02:50 PM.124 [003] [S]Updating settings
10/18/18 6:02:50 PM.124 [003] [W]Warning - Settings is null
10/18/18 6:02:50 PM.125 [003] [S]Current list of Active Miners:

10/18/18 6:02:50 PM.126 [003] [S]Saving configuration to: /root/.config/AwesomeMinerService/ServiceData.xml.tmp
10/18/18 6:02:50 PM.142 [003] [S]--> /root/.config/AwesomeMinerService/ServiceData.xml
10/18/18 6:02:50 PM.145 [003] [S]Starting Service Manager...
10/18/18 6:02:50 PM.156 [003] [S]IntelliServer::Start - Will listen on Port: 9630
10/18/18 6:02:50 PM.180 [003] [E]ChannelHandler::ReadAsync - Channel: 1 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:02:50 PM.192 [003] [S]Setting callback channel
10/18/18 6:02:51 PM.664 [011] [E]ChannelHandler::ReadAsync - Channel: 2 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:02:51 PM.665 [011] [S]Setting callback channel
10/18/18 6:02:51 PM.667 [011] [E]ChannelHandler::ReadAsync - Channel: 3 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:02:51 PM.667 [011] [S]Setting callback channel
10/18/18 6:02:53 PM.658 [011] [E]ChannelHandler::ReadAsync - Channel: 5 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:02:53 PM.658 [011] [S]Setting callback channel
10/18/18 6:02:53 PM.669 [011] [E]ChannelHandler::ReadAsync - Channel: 6 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:02:53 PM.669 [011] [S]Setting callback channel
10/18/18 6:02:55 PM.655 [011] [E]ChannelHandler::ReadAsync - Channel: 7 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:02:55 PM.655 [011] [S]Setting callback channel
10/18/18 6:02:55 PM.661 [011] [E]ChannelHandler::ReadAsync - Channel: 8 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:02:55 PM.663 [011] [S]Setting callback channel
10/18/18 6:02:57 PM.656 [011] [E]ChannelHandler::ReadAsync - Channel: 9 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:02:57 PM.656 [011] [S]Setting callback channel
10/18/18 6:02:57 PM.658 [011] [E]ChannelHandler::ReadAsync - Channel: 10 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:02:57 PM.658 [011] [S]Setting callback channel
10/18/18 6:02:59 PM.655 [011] [E]ChannelHandler::ReadAsync - Channel: 11 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:02:59 PM.655 [011] [S]Setting callback channel
10/18/18 6:02:59 PM.658 [011] [E]ChannelHandler::ReadAsync - Channel: 12 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:02:59 PM.658 [011] [S]Setting callback channel
10/18/18 6:03:01 PM.658 [011] [E]ChannelHandler::ReadAsync - Channel: 13 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:03:01 PM.658 [011] [S]Setting callback channel
10/18/18 6:03:01 PM.660 [011] [E]ChannelHandler::ReadAsync - Channel: 14 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:03:01 PM.660 [011] [S]Setting callback channel
10/18/18 6:03:03 PM.657 [011] [E]ChannelHandler::ReadAsync - Channel: 15 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:03:03 PM.658 [011] [S]Setting callback channel
10/18/18 6:03:03 PM.660 [011] [E]ChannelHandler::ReadAsync - Channel: 16 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:03:03 PM.660 [011] [S]Setting callback channel
10/18/18 6:03:05 PM.656 [011] [E]ChannelHandler::ReadAsync - Channel: 17 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:03:05 PM.656 [011] [S]Setting callback channel
10/18/18 6:03:05 PM.658 [011] [E]ChannelHandler::ReadAsync - Channel: 18 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:03:05 PM.658 [011] [S]Setting callback channel
10/18/18 6:03:07 PM.660 [011] [E]ChannelHandler::ReadAsync - Channel: 19 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:03:07 PM.660 [011] [S]Setting callback channel
10/18/18 6:03:07 PM.663 [011] [E]ChannelHandler::ReadAsync - Channel: 20 failed
 IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length
10/18/18 6:03:07 PM.663 [011] [S]Setting callback channel
^C10/18/18 6:03:08 PM.283 [013] [S]Cancel key pressed
10/18/18 6:03:08 PM.283 [013] [S]ServiceContext.Shutdown
10/18/18 6:03:08 PM.284 [013] [S]Stopping service...
10/18/18 6:03:08 PM.285 [013] [S]Stopping client connections...
10/18/18 6:03:08 PM.293 [013] [S]Closing log



I'm not able to reproduce this - but let's investigate.

The error "IntelliBreeze.IntelliCom.Exceptions.ProtocolException: Too large Header/Content length" indicates a communication error and will typically happen if you connect a Managed Host (Options dialog, Managed Hosts) to Remote Agent on Linux, without checking the "Linux" box on the host. Right now the communication protocol is different if you connect Awesome Miner to a Remote Agent on Linux compared to Windows. Please also verify that you don't have any other host configured to connect to this Remote Agent on Linux.
2211  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 18, 2018, 05:38:13 PM
Avast Web Filter blocked it, sorry to bother you with my mistake.  Roll Eyes

My update is failing as well.  I am running Avast too but updates have never failed like this.  Turning off Avast's Web Shield let it succeed.

I found out yesterday that Avast is flagging Awesome Miner as a threat, and that was on the previous version already. I've already filed a "false positive" report to them about it (https://www.avast.com/false-positive-file-form.php) so hopefully they will resolve it soon.

When you download the new version it was probably blocked for this reason.
2212  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 18, 2018, 03:10:04 PM
Unable to download it from website and AM app.   Huh  Perhaps i'm too quick  Grin
I wasn't able to reproduce that issue - it works fine when I try to download the MSI setup. Do you get any specific error when you download from the web site? Maybe you would try a reboot as well because if you have pending Windows updates it can prevent applications from being installed.

Anyone else run into this problem?
2213  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner - Optimized Win/Linux AMD GPU Miner for lyra2z and phi2 on: October 18, 2018, 02:10:11 PM
Hello, What about support "Awesome Miner"? compatible software "API Sgminer" is not working
Awesome Miner v5.7.2 was just released where TeamRedMiner is supported in the list of mining software. Can you please upgrade to the latest version of Awesome Miner and give it a try?
2214  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 18, 2018, 02:04:46 PM
Awesome Miner version 5.7.2

 ASIC mining
  - Avalon miners are now supported with two temperature readings (Standard temperature and Chip temperature). The list of miners can be configured to display one of these (see Options dialog, General section). Please review any temperature rules for Avalon miners after the upgrade.
 GPU mining
  - Added a new setting to enable linear scaling of power usages (and power cost) for Profit Profiles. The power usage can be assumed to follow changes to the current hashrate of a miner.
  - Added Nicehash CryptoNightV8 pool
  - List Monero as CryptoNightV8
  - Added algorithm Equihash 210,9
 Configuration
  - A new setting in the Properties for Profit Profiles to enable linear scaling for power usage, to adjust power usage (and power cost) based on the current hashrate compared to the profile hashrate.
 User interface
  - Display of exchange name and exchange volume in the Coins tab
  - Dialog to define pool coin improved to allow selecting if the coin list should be filtered based on the algorithm selection of the miner or if it should include all coins
  - Rename the setting for chip temperature display in the Options dialog, General section, to indiacte that it isn't only for Antminers but also for Avalon miners
 Mining software
  - Added mining software: TeamRedMiner 0.3.3 beta for AMD GPU
  - Bminer 10.5
  - XMRig miner 2.8.1 for AMD, nVidia and CPU
  - JCE CPU miner 0.33a
  - SrbMiner 1.6.8 (updated)
 Corrections
  - Correction to benchmark scenario where batch commands are defined for a profit profile
  - Minor corrections
2215  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 18, 2018, 01:48:30 PM
Since Coinbase just added 0x (ZRX), how about Awesome Miner supporting that?

I have only found four pools for it so far:
Mike.rs Mining Pool
Token Mining Pool
tosti.ro
Wutime's 0xBitcoin Mining Pool

Awesome Miner includes all coins listed on WhatToMine.com or CoinCalculators.io. Once it's listed with statistics on any of those sites, it will automatically show up in Awesome Miner as well.
2216  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 18, 2018, 01:47:41 PM
CN V2 or V8 has forked. XMR listed as CN7 please update.

@Patrike

Also I think the SRB you have on auto download is not the most recent version of 1.6.8. When you download the recent version its to large to upload to remote miner(larger than 100mb)  so has to be done on remote miner.

Just an FYI
The new version of Awesome Miner that is about to be release includes this updated version of SrbMiner 1.6.8. XMR will also be listed as CN8 by default.
2217  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 18, 2018, 01:44:53 PM
Can someone help me to setup Linux to run Awesome miner remote agent? What do I need to run it on Ubuntu 16.04, except GPU drivers? I have a bunch of AMD rigs currently running under simplemining but really want to migrate to AM.
Remote Agent for Linux itself doesn't have any specific requirements except bash and screen. The GPU mining software will of course require GPU drivers like you point out.
See also:
https://support.awesomeminer.com/support/solutions/articles/35000086210-remote-agent-for-linux
2218  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 18, 2018, 07:11:50 AM
Hi,

Teamredminer (phi2, lyra2z) with api support.

https://bitcointalk.org/index.php?topic=5027811.0

Thanks
Thanks for letting me know. I've had many requests about adding support for this software so it's high on the todo-list right now.
2219  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 18, 2018, 07:10:25 AM
For those mining Monero:

JCE Cryptonote CPU Miner Update to version 0.33 or later before the V8 fork of 18-October-2018.

Also update to Cast XMR Version 1.5.0. Support for the Monero V8 Network Upgrade which introduces a new CryptoNight variant CryptoNightV8 aka CNv2. The Monero V8 update is scheduled for 18th

JCE and CastXMR will be part of the next Awesome Miner release that soon will be made available.
2220  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: October 18, 2018, 07:09:46 AM
Hi Patrike

I think you removed XMR-STAK from AM a few months back, but they continued to develop it, I would to know if it's possible to you to add it again in AM, I saw improvements around 20% more hashrate with this miner using Cryptonight algos compared to XMRIG.

https://github.com/fireice-uk/xmr-stak/releases

Thanks in advance! And continue your great work!
Thanks!

XMR-Stak has only been supported as an External Miner. Earlier it was too complex to setup the configuration for Awesome Miner for this mining software, which is the reason it wasn't supported as a Managed Miner. It might be possible to support in the future.
Pages: « 1 ... 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 [111] 112 113 114 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 ... 229 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!