Pages:
Author

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

sr. member
Activity: 266
Merit: 250
the dice game only sends my money back each time i send it to them... Angry

you mean http://med.altdice.net/?
there is a max bet limit for each address, max bets column.

if you send more then max bet you get your bet back as it is.
hero member
Activity: 651
Merit: 500
is MED on any exchanges, id like to buy some?

how many you'd like to buy?

what miners do you have for sale besides the BE's and Im in the US, does that affect shipment?

only those that are listen on pool webpage, sipping to US is not a problem.
newbie
Activity: 42
Merit: 0
the dice game only sends my money back each time i send it to them... Angry

Try this address for 50% dice game

MYhX7M221kD2tTRVSbScuj2pBGCf5vNd63

If work donate to:
MosE9qerq33PcWQivJP339vpUEjGECaxRs
newbie
Activity: 42
Merit: 0
Because you playing the top one, select 50%
legendary
Activity: 1442
Merit: 1008
the dice game only sends my money back each time i send it to them... Angry
legendary
Activity: 1442
Merit: 1008
is MED on any exchanges, id like to buy some?

how many you'd like to buy?

what miners do you have for sale besides the BE's and Im in the US, does that affect shipment?
hero member
Activity: 651
Merit: 500
is MED on any exchanges, id like to buy some?

how many you'd like to buy?
newbie
Activity: 83
Merit: 0
MYFo4XtG3gPgx5Wj1ahScj7CBYUk2gspWs

Obrigado
sr. member
Activity: 266
Merit: 250
I do not come to the coin. Version medcoin-win32-v0.8.5.2 wallet synchronized. What to do?

add the following lines to mediterraneancoin.conf:

addnode=node1.mediterraneancoin.org
addnode=node2.mediterraneancoin.org
addnode=node3.mediterraneancoin.org
addnode=node4.mediterraneancoin.org
sr. member
Activity: 386
Merit: 250
I do not come to the coin. Version medcoin-win32-v0.8.5.2 wallet synchronized. What to do?

Take your MED address from wallet and go to Klondike -> http://ibipot.com/     Grin

if you have some problem , please be more objective

synchronization is slow
newbie
Activity: 26
Merit: 0
I do not come to the coin. Version medcoin-win32-v0.8.5.2 wallet synchronized. What to do?
sr. member
Activity: 386
Merit: 250
hi to everyone, i need help to setup proxy for cgminer to mine on ibipot pool, so i could increase pool hash power.

Now on pool i'm using 2 Asicminer Blade, on two differents pc.

I'm mining with your modified bfgminer with mcproxy integrated.

Settings are this

bfgminer --http-port 8080 -o http://ibipot.com:3333 -u ********** -p *************

Be sure that you have configured in your blade port 8080, server is your ipaddress user a password it's not important because it's used in bfgminer.

thanks in advance

try this, if you want to use only bfgminer

bfgminer -o http://ibipot.com:3333 -u xxx  -p xxx --http-port 8332

there 8332 is port in config page on blade

for this use latest bfgminer version 3.9.0.3
__bfgminer v3.9.0.3
https://github.com/mrtexaznl/bfgminer/releases/download/v3.9.0.3-med/win32-bfgminer-2.zip


if you want to use proxy , you must use bfgminer version 3.9.0.1, mcproxy and stratum mining proxy

__bfgminer v3.9.0.1
https://github.com/mrtexaznl/bfgminer/releases/download/v3.9.0.1-med/win32-bfgminer-1.zip

__mcproxy
https://github.com/mrtexaznl/mcproxy/archive/master.zip

__stratum mining proxy
https://github.com/mrtexaznl/stratum-mining-proxy/releases/download/v1.0.0/stratum-mining-proxy.zip


for bfgminer

bfgminer -o http://localhost:8080 -u xxx  -p xxx --http-port 8332

for mcproxy

java -jar mcproxy.jar -p 8082 -s localhost -a

and for stratum mining proxy

mining_proxy.exe -o ibipot.com -p 3333 -gp 8082 -sp 3334

 
start stratum mining proxy
start mcproxy
start bfgminer


try and choise best for you  Wink
 

and about cgminer and blade  .,.,,. forgot about it
hero member
Activity: 651
Merit: 500
i don't understand point 1...
how to start mining proxy? from CMD?or something else?

have you done that:

hi all,
as requested, we provide a win32 installer for medcoin_hybrid (python module for HybridScryptHash256):


https://github.com/mrtexaznl/medcoin_hybrid/releases/tag/v1.0.0


a win32 installer for stratum:

https://github.com/mrtexaznl/stratum/releases/tag/v1.0.0

and win32 installer for stratum-mining-proxy:

https://github.com/mrtexaznl/stratum-mining-proxy/releases/tag/v1.0.0

you need to install medcoin_hybrid, stratum and then stratum-mining-proxy.


but please remember that first you should install python 2.7 for windows:

http://www.python.org/download/releases/2.7.6/


everything has been checked with virustotal antiviruses. click on links for antivirus result details.


have fun!  Wink

hero member
Activity: 651
Merit: 500
i don't understand point 1...
how to start mining proxy? from CMD?or something else?

yes, open CMD, go to directory where you saved mining-proxy.exe (eg: CD \Users\me\Desktop\MED\)

I'll try to make and .bat file example
member
Activity: 103
Merit: 10
i don't understand point 1...
how to start mining proxy? from CMD?or something else?
hero member
Activity: 651
Merit: 500
hi to everyone, i need help to setup proxy for cgminer to mine on ibipot pool, so i could increase pool hash power.

Now on pool i'm using 2 Asicminer Blade, on two differents pc.

I'm mining with your modified bfgminer with mcproxy integrated.

Settings are this

bfgminer --http-port 8080 -o http://ibipot.com:3333 -u ********** -p *************

Be sure that you have configured in your blade port 8080, server is your ipaddress user a password it's not important because it's used in bfgminer.

thanks in advance

Thanks for sharing!

for cgminer you need:

1) mining-proxy from (look above smallplatf post)
start: mining-proxy -o ibipot.com -p 3333 -gp 8082 -sp 3334

2) MCProxy.jar
start: java -jar mcproxy.jar -p 8082 -s localhost -a   (if mining-proxy is on another PC then uset that IP instead of localhost)

3) modified cgminer for MED mining
start: cgminer -o http://localhost:8080 -u username.worker -p 123 (if mcproxy on on another PC then use that IP instead of localhost)

I think it should work like that
member
Activity: 103
Merit: 10
hi to everyone, i need help to setup proxy for cgminer to mine on ibipot pool, so i could increase pool hash power.

Now on pool i'm using 2 Asicminer Blade, on two differents pc.

I'm mining with your modified bfgminer with mcproxy integrated.

Settings are this

bfgminer --http-port 8080 -o http://ibipot.com:3333 -u ********** -p *************

Be sure that you have configured in your blade port 8080, server is your ipaddress user a password it's not important because it's used in bfgminer.

thanks in advance
newbie
Activity: 43
Merit: 0
MaNvmL4arEMVxqS3KF4aw5N7qeSPGmfs94

thx!!
full member
Activity: 184
Merit: 100
This is what I get when start the new miner, it can not connect to the wallet.
If I run the runmcproxy jar it will connect to the wallet but submit no shares.
Anyway, I stick with the old one for now.


This is the message when using the new miner without runmcproxy jar.

[2014-01-29 19:11:34] Pool 0 slow/down or URL or credentials invalid
 [2014-01-29 19:11:34] No servers were found that could be used to get work from
.
 [2014-01-29 19:11:34] Please check the details from the list below of the serve
rs you have input
 [2014-01-29 19:11:34] Most likely you have input the wrong URL, forgotten to ad
d a port, or have not set up workers
 [2014-01-29 19:11:34] Pool: 0  URL: http://localhost:8080  User: user  Password
: user5
 [2014-01-29 19:11:34] Press any key to exit, or BFGMiner will try again in 15s.



if you solo mine with second gen bfgminer + wallet, you should invoke bfgminer with -o http://localhost:9372; also check username and password (should be the same of your mediterranean.conf file).

Oops!
I forgot to change the port to 9372 on my bat file to match the config file. It is working now. Thank you very much. Smiley
newbie
Activity: 42
Merit: 0
1 MED =     0.01 BTC
1 BTC  = 800.00 US$
1 MED =     8.00 US$

What you Think? Cool
Pages:
Jump to: