Pages:
Author

Topic: [ANN] [SHA256]+[CPU] MediterraneanCoin (MED) - REUSE your ERUPTER!! - page 92. (Read 227779 times)

sr. member
Activity: 266
Merit: 250
Hi all!

Announcing: Second generation modified bfgminer (with integrated mcproxy functionalities, all in one i.e. you do not need a separate mcproxy instance).

1 - the source code is here, as usual: https://github.com/mrtexaznl/bfgminer, switch to branch "bfgminer".

2 - Linux users: git checkout from  https://github.com/mrtexaznl/bfgminer, switch to branch bfgminer and build as usual.
If you need help or want a binary for Ubuntu 12.04, drop a line in the forum.

3 - Windows usuers: you can download Windows binaries for second generation modified bfgminer (with integrated mcproxy functionalities), works with mining pools with stratum procotol.
https://github.com/mrtexaznl/bfgminer/releases/download/v3.9.0.3-med/win32-bfgminer-2.zip

Antivirus check of the win32 build:
https://www.virustotal.com/en/url/3222fd52016bba87bbf0e7ba028911e9c3fe6e58296ae8e5e3a5249d7b9b0d4b/analysis/1390989066/
https://www.virustotal.com/en/file/867e7d6ef3d7f53e6fbb259169348ee5f77c91c9c1b3b91dd60625ce45a135dd/analysis/1390989071/

You should use the new bfgminer with a mining pool supporting stratum protocol (will post later for the first mining pool....). The new bfgminer is reported to work ok for solo mining (i.e. bfgminer + wallet).

Notes: we have worked a lot to fine tune the modified mining pool software (source code: https://github.com/mrtexaznl/php-mpos) and will continue to work on it to improve!

also, the second gen modified bfgminer takes from the latest original bfgminer source code; as such, there can be some issues with some ASIC devices, depending mainly on the software support of such devices in the original bfgminer source code!

Said that, if you encounter difficulties/have questions, post in this forum!

Also do not throw away cgminer, mcproxy etc! We will continue to develop and support also that! There could be some cases where the couple cgminer + mcproxy works better then the other way (bfgminer with integrated funcionalities)!  Wink

newbie
Activity: 27
Merit: 0
We saw some posts back that MED is getting value, some users selling for BTC, this is the beginning of something big.
newbie
Activity: 33
Merit: 0
Sounds great, looking forward to it.  Like the idea of the coin and will mine away.
full member
Activity: 226
Merit: 100
Was thinking of picking up a used BFL Jally for mining these babies.  Found one from a friend that will let it go for a steal.  Just wondering how things are progressing with this coin.  I don't see much hype about it around.  Any news on getting it in any of the exchanges?

Hype coming soon....  Grin
When "low" hash asic  become obsolete...people will start to look around for a coin... and MED there will be ..

stay tuned!
newbie
Activity: 33
Merit: 0
Was thinking of picking up a used BFL Jally for mining these babies.  Found one from a friend that will let it go for a steal.  Just wondering how things are progressing with this coin.  I don't see much hype about it around.  Any news on getting it in any of the exchanges?
hero member
Activity: 651
Merit: 500
What is the status of the mining pool?

nearly finished Smiley
newbie
Activity: 33
Merit: 0
What is the status of the mining pool?
sr. member
Activity: 266
Merit: 250
Hi all,

wanna play Dice with yourMediterraneanCoins? then go here: 

http://med.altdice.net/

have fun!

sr. member
Activity: 266
Merit: 250
hi all,

we are working hard on the technical side, here are some configuration sets useful for who is managing mining pools (those based on php-mpos https://github.com/mrtexaznl/php-mpos; not for p2pool or solo mining)


from official bfgminer documentation: https://github.com/mrtexaznl/bfgminer/blob/bfgminer/README

bfgminer shows this data in its user interface, it is very useful to understand its expected income:
The BFGMiner status line shows:
 ST:1  F:0  NB:1  AS:0  BW:[ 75/241 B/s]  E:2.42  I:12.99mBTC/hr  BS:2.71k

ST is STaged work items (ready to use).
F  is network Failure occasions (server down or slow to provide work)
NB is New Blocks detected on the network
AS is Active Submissions (shares in the process of submitting)
BW is BandWidth usage on the network (received/sent)
E  is Efficiency defined as number of shares accepted (multiplied by their
          difficulty) per 2 KB of bandwidth
I  is expected Income, calculated by actual shares submitted in 100% PPS value
          (assumes Bitcoin, does not account for altcoin conversions!)

BS is the all time Best Share difficulty you've found

The totals line shows the following:
 6/32   75.0C | 171.3/170.8/171.2Gh/s | A:729 R:8+0(.01%) HW:0/.81%


using a reference of i5 pc at 2.5 Ghz and 7 usb block erupters,
trying to maximize the expected Income for MediterraneanCoin (which has a completely different PoW algorithm than Bitcoin and most alcoins and thus a very different behaviour), here are the best configurations:



CONFIGURATION 1

what you get:
 ST:3  F:0  NB:44  AS:0  BW:[ 21/  3 B/s]  E:183.53  I:79.50 BTC/hr  BS:124
 7            |  1.87/ 2.20/ 1.88Gh/s | A:25 R:3+0( 16%) HW:9/1.5%

with this configuration:
(stratum-mining : conf/config.py)
# ******************** Pool Difficulty Settings *********************
VDIFF_X2_TYPE = False  # powers of 2 e.g. 2,4,8,16,32,64,128,256,512,1024
VDIFF_FLOAT = False    # Use float difficulty

# Pool Target (Base Difficulty)
POOL_TARGET = 256                        # Pool-wide difficulty target int >= 1

# Variable Difficulty Enable
VARIABLE_DIFF = True                # Master variable difficulty enable

# Variable diff tuning variables
#VARDIFF will start at the POOL_TARGET. It can go as low as the VDIFF_MIN and as high as min(VDIFF_MAX or Liteconin's difficulty)
USE_COINDAEMON_DIFF = True   # Set the maximum difficulty to the litecoin difficulty.
DIFF_UPDATE_FREQUENCY = 3600 # Update the litecoin difficulty once a day for the VARDIFF maximum
VDIFF_MIN_TARGET = 96                #  Minimum Target difficulty
VDIFF_MAX_TARGET = 1024000                # Maximum Target difficulty
VDIFF_TARGET_TIME = 30                # Target time per share (i.e. try to get 1 share per this many seconds)
VDIFF_RETARGET_TIME = 120                # Check to see if we should retarget this often
VDIFF_VARIANCE_PERCENT = 30        # Allow average time to very this % from target without retarget

(php-mpos: include/config/global.inc.php)
// Pool target difficulty as set in pushpoold configuration file
// Please also read this for stratum: https://github.com/TheSerapher/php-mpos/wiki/FAQ
$config['difficulty'] = 24;




CONFIGURATION 2

what you get:
 ST:3  F:0  NB:40  AS:0  BW:[ 25/  3 B/s]  E:163.70  I:80.49 BTC/hr BS:161
 7            |  1.95/ 2.18/ 2.29Gh/s | A:14 R:0+0(none) HW:3/.62%

with this configuration:
(stratum-mining)
# ******************** Pool Difficulty Settings *********************
VDIFF_X2_TYPE = False  # powers of 2 e.g. 2,4,8,16,32,64,128,256,512,1024
VDIFF_FLOAT = False    # Use float difficulty

# Pool Target (Base Difficulty)
POOL_TARGET = 256                        # Pool-wide difficulty target int >= 1

# Variable Difficulty Enable
VARIABLE_DIFF = True                # Master variable difficulty enable

# Variable diff tuning variables
#VARDIFF will start at the POOL_TARGET. It can go as low as the VDIFF_MIN and as high as min(VDIFF_MAX or Liteconin's difficulty)
USE_COINDAEMON_DIFF = True   # Set the maximum difficulty to the litecoin difficulty.
DIFF_UPDATE_FREQUENCY = 3600 # Update the litecoin difficulty once a day for the VARDIFF maximum
VDIFF_MIN_TARGET = 128                #  Minimum Target difficulty
VDIFF_MAX_TARGET = 1024000                # Maximum Target difficulty
VDIFF_TARGET_TIME = 30                # Target time per share (i.e. try to get 1 share per this many seconds)
VDIFF_RETARGET_TIME = 120                # Check to see if we should retarget this often
VDIFF_VARIANCE_PERCENT = 30        # Allow average time to very this % from target without retarget

(php-mpos)
// Pool target difficulty as set in pushpoold configuration file
// Please also read this for stratum: https://github.com/TheSerapher/php-mpos/wiki/FAQ
$config['difficulty'] = 24;

newbie
Activity: 26
Merit: 0
Buy 1000 MED for 0.01 BTC
full member
Activity: 226
Merit: 100
legendary
Activity: 1442
Merit: 1008
full member
Activity: 226
Merit: 100
legendary
Activity: 1442
Merit: 1008
any alt coins, if not will accept btc
full member
Activity: 226
Merit: 100
WTS 850 MED will trade for bitcoin and some alts
0,0085 btc ?
legendary
Activity: 1442
Merit: 1008
WTS 850 MED will trade for bitcoin and some alts
member
Activity: 66
Merit: 10
i have 1010 med to sell offers please
I offer you 0.012BTC for 1010 MED.Smiley
full member
Activity: 182
Merit: 100
i have 1010 med to sell offers please
full member
Activity: 226
Merit: 100
i have 100 med for sale for btc or ltc. pm if interested
i have 100 med for sale for btc or ltc. pm if interested

I offer you 0.001 BTC for 100 MED.  Cool
0.0011  Grin Grin Grin Grin Grin
Pages:
Jump to: