Pages:
Author

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

legendary
Activity: 1442
Merit: 1008
newbie
Activity: 43
Merit: 0
i sent MED to another wallet, and got "0 confirm", it happened for a long time.

I deleted all files except wallet.bat, and reload blocks, but it still 0 confirm...

anyone can help me?
hero member
Activity: 1426
Merit: 506
Price going up, don't miss it.... Grin
Price? How do you know?
newbie
Activity: 42
Merit: 0
Price going up, don't miss it.... Grin
full member
Activity: 226
Merit: 100
Weekly HashRate Stats:
Screwed the threshold of 3TH/s  Grin

newbie
Activity: 33
Merit: 0
Nice, keep the development coming.
hero member
Activity: 651
Merit: 500
wow 1,057,250 coins are digged via ibipot.com pool Smiley

tech update: little load-balancer was added for miners to submit and process work faster.
hero member
Activity: 651
Merit: 500
This coin need more noise! Grin

yes it does.. I wonder what it takes to get a mentioning or an article on coindesk.com Smiley
hero member
Activity: 651
Merit: 500
Seems to work Smiley 2GH, taking 60% cpu divided between the 2 bfgminers lol,
Something feels wrong though - in the BTC bfgminer (3.10) it says "New block detected on network" around 10 times a second...
Plus - another issue i havent told you about yet (40+% HWs) is gone too, that's great Smiley too bad with the 70% cpu

"New block detected on network" - I don't know why is that.. but bottom line is it seems to work..

HW % will go down eventually, I have

BTC window:
Code:
 3            |  3.22/ 3.32/ 4.48Gh/s | A:25417 R:598+0(2.3%) HW:86/.33%
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 AMU 0:       |  1.12/ 1.11/ 1.49Gh/s | A: 8484 R:190+0(2.2%) HW:28/.32%
 AMU 1:       |  1.13/ 1.11/ 1.47Gh/s | A: 8367 R:214+0(2.5%) HW:25/.29%
 AMU 2:       |  1.15/ 1.10/ 1.51Gh/s | A: 8590 R:194+0(2.2%) HW:34/.39%

MED window:
Code:
 1            |  4.68/ 4.64/ 4.44Gh/s | A:295 R:11+0(4.3%) HW:4/.04%
--------------------------------------------------------------------------------
 PXY 0:       |  5.28/ 4.64/ 4.44Gh/s | A:295 R:11+0(4.3%) HW:4/.04%
newbie
Activity: 50
Merit: 0
This coin need more noise! Grin
member
Activity: 73
Merit: 10
Yes run both.

mining-proxy: ./mining_proxy.py -o med.mine.nu -p 3333 -gp 8082 -sp 3334 -v

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

Run BFGMiner and connect to localhost:8080 and then use your pool worker as login. Change med.mine.nu to your pool.

thanks Smiley,

i will try that

The bfgminer thinks the difficulty is () - and working on block "null", and every second shows Accepted 4/1, 8/1, ... etc
So my guess is something is wrong
I am using the mining_proxy.exe, not a .py

add -nm -rt  to mining_proxy.exe
ex.:
mining_proxy.exe  -o pooladdress -p 3333 -oh 127.0.0.1 -gp 3388 -sh 127.0.0.1 -sp 3377 -nm -rt

still the same issue...
here's my config (running in 3 different .bats)

mining_proxy.exe  -o ibipot.com -p 3333 -oh 127.0.0.1 -gp 3388 -sh 127.0.0.1 -sp 3377 -nm -rt
java -jar mcproxy3.jar -p 3388 -s localhost -a
bfgminer -o localhost:8080 -u user -p pass -S \\.\COM3 --set-device antminer:clock=x0781


I tried (not very correct solutions, but):
latest MED bfgminer: bfgminer --http-port 1234 -o ibipot.com:3333 -u user.worker -p 1
latest BTC bfgminer: bfgminer -o localhost:1234 -u user.worker -p 1 -S antminer:all

result:
BTC miner window:

Code:
 Connected to localhost diff 1 without LP as user eestimees.m
 Block: ...66111500e238eac3  Diff:39.5k (282.6Gh/s)  Started: [09:54:02]
 ST:0  F:0  NB:8049  AS:1  BW:[  3/  2kB/s]  E:0.37  I: 0.00 BTC/hr  BS:1.22k
 3            |  2.36/ 3.14/ 4.37Gh/s | A:1975 R:42+0(2.1%) HW:9/.44%
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 AMU 0:       |  1.08/ 1.05/ 1.48Gh/s | A: 670 R:13+0(1.9%) HW:2/.29%
 AMU 1:       |  1.09/ 1.05/ 1.47Gh/s | A: 665 R:14+0(2.1%) HW:3/.44%
 AMU 2:       |  1.08/ 1.03/ 1.43Gh/s | A: 646 R:15+0(2.3%) HW:4/.60%

MED: miner window:
Code:
 Connected to ibipot.com diff 128 with stratum as user eestimees.m
 Block: ...555fc7662a95880b  Diff:39.5k (282.6Gh/s)  Started: [09:54:15]
 ST:0  F:0  NB:11  AS:0  BW:[ 15/  6 B/s]  E:496.79  I:24.56 BTC/hr  BS:122
 1            |  4.79/ 4.74/ 4.74Gh/s | A:25 R:0+0(none) HW:1/.15%
--------------------------------------------------------------------------------
 PXY 0:       |  4.81/ 4.74/ 4.74Gh/s | A:25 R:0+0(none) HW:1/.15%
--------------------------------------------------------------------------------

Pool:

Code:
Worker	MHash/s	Difficulty
eestimees.m 5,345 256

So, at first it seems bit "slow" but MED hash is not actually same as bitcoin hash, but in the end it shows up to be even the same..

maybe this helps for now, before I find a better and more correct solution...

Seems to work Smiley 2GH, taking 60% cpu divided between the 2 bfgminers lol,
Something feels wrong though - in the BTC bfgminer (3.10) it says "New block detected on network" around 10 times a second...
Plus - another issue i havent told you about yet (40+% HWs) is gone too, that's great Smiley too bad with the 70% cpu
hero member
Activity: 651
Merit: 500
I've done some fine-tuning (to ibipot.com pool), please report if something does not seem right or something Smiley
hero member
Activity: 651
Merit: 500
Yes run both.

mining-proxy: ./mining_proxy.py -o med.mine.nu -p 3333 -gp 8082 -sp 3334 -v

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

Run BFGMiner and connect to localhost:8080 and then use your pool worker as login. Change med.mine.nu to your pool.

thanks Smiley,

i will try that

The bfgminer thinks the difficulty is () - and working on block "null", and every second shows Accepted 4/1, 8/1, ... etc
So my guess is something is wrong
I am using the mining_proxy.exe, not a .py

add -nm -rt  to mining_proxy.exe
ex.:
mining_proxy.exe  -o pooladdress -p 3333 -oh 127.0.0.1 -gp 3388 -sh 127.0.0.1 -sp 3377 -nm -rt

still the same issue...
here's my config (running in 3 different .bats)

mining_proxy.exe  -o ibipot.com -p 3333 -oh 127.0.0.1 -gp 3388 -sh 127.0.0.1 -sp 3377 -nm -rt
java -jar mcproxy3.jar -p 3388 -s localhost -a
bfgminer -o localhost:8080 -u user -p pass -S \\.\COM3 --set-device antminer:clock=x0781


I tried (not very correct solutions, but):
latest MED bfgminer: bfgminer --http-port 1234 -o ibipot.com:3333 -u user.worker -p 1
latest BTC bfgminer: bfgminer -o localhost:1234 -u user.worker -p 1 -S antminer:all

result:
BTC miner window:

Code:
 Connected to localhost diff 1 without LP as user eestimees.m
 Block: ...66111500e238eac3  Diff:39.5k (282.6Gh/s)  Started: [09:54:02]
 ST:0  F:0  NB:8049  AS:1  BW:[  3/  2kB/s]  E:0.37  I: 0.00 BTC/hr  BS:1.22k
 3            |  2.36/ 3.14/ 4.37Gh/s | A:1975 R:42+0(2.1%) HW:9/.44%
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 AMU 0:       |  1.08/ 1.05/ 1.48Gh/s | A: 670 R:13+0(1.9%) HW:2/.29%
 AMU 1:       |  1.09/ 1.05/ 1.47Gh/s | A: 665 R:14+0(2.1%) HW:3/.44%
 AMU 2:       |  1.08/ 1.03/ 1.43Gh/s | A: 646 R:15+0(2.3%) HW:4/.60%

MED: miner window:
Code:
 Connected to ibipot.com diff 128 with stratum as user eestimees.m
 Block: ...555fc7662a95880b  Diff:39.5k (282.6Gh/s)  Started: [09:54:15]
 ST:0  F:0  NB:11  AS:0  BW:[ 15/  6 B/s]  E:496.79  I:24.56 BTC/hr  BS:122
 1            |  4.79/ 4.74/ 4.74Gh/s | A:25 R:0+0(none) HW:1/.15%
--------------------------------------------------------------------------------
 PXY 0:       |  4.81/ 4.74/ 4.74Gh/s | A:25 R:0+0(none) HW:1/.15%
--------------------------------------------------------------------------------

Pool:

Code:
Worker	MHash/s	Difficulty
eestimees.m 5,345 256

So, at first it seems bit "slow" but MED hash is not actually same as bitcoin hash, but in the end it shows up to be even the same..

maybe this helps for now, before I find a better and more correct solution...
newbie
Activity: 43
Merit: 0
i sent MED to another wallet, and got "0 confirm", it happened for a long time.

I deleted all files except wallet.bat, and reload blocks, but it still 0 confirm...

anyone can help me?
member
Activity: 73
Merit: 10
Yes run both.

mining-proxy: ./mining_proxy.py -o med.mine.nu -p 3333 -gp 8082 -sp 3334 -v

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

Run BFGMiner and connect to localhost:8080 and then use your pool worker as login. Change med.mine.nu to your pool.

thanks Smiley,

i will try that

The bfgminer thinks the difficulty is () - and working on block "null", and every second shows Accepted 4/1, 8/1, ... etc
So my guess is something is wrong
I am using the mining_proxy.exe, not a .py

add -nm -rt  to mining_proxy.exe
ex.:
mining_proxy.exe  -o pooladdress -p 3333 -oh 127.0.0.1 -gp 3388 -sh 127.0.0.1 -sp 3377 -nm -rt

still the same issue...
here's my config (running in 3 different .bats)

mining_proxy.exe  -o ibipot.com -p 3333 -oh 127.0.0.1 -gp 3388 -sh 127.0.0.1 -sp 3377 -nm -rt
java -jar mcproxy3.jar -p 3388 -s localhost -a
bfgminer -o localhost:8080 -u user -p pass -S \\.\COM3 --set-device antminer:clock=x0781
newbie
Activity: 33
Merit: 0
It is an interesting coin which is why I've stuck around and bought more "useless" asics. Smiley
legendary
Activity: 2912
Merit: 6403
Blackjack.fun
One interesting approach for this coin , not your ordinary clone coin.
But seems like growth has stalled???
sr. member
Activity: 266
Merit: 250

Announcing Mcproxy4 with stratum protocol support! Release candidate 1.

With mcproxy4:
- mcproxy4 uses all the cpu cores for multi-threading
- implements stratum support for mining with stratum pools
- you do not need anymore stratum-mining-proxy
- better mining due to decreased latency and better multi-threading support
- it works with first generation modified miners only (cgminer and bfgminer)

mcproxy4 is quite a complex software, so it will need some testing and fine tuning, for this reason we are publishing a RC release now, in order to get feedback from users.

Download the binary from here: https://github.com/mrtexaznl/mcproxy/releases/download/v1.0.0.4-rc1-stratum/mcproxy4.zip
https://github.com/mrtexaznl/mcproxy/releases/tag/v1.0.0.4-rc1-stratum
Source code is here: https://github.com/mrtexaznl/mcproxy/tree/master/mcproxy4

You can use it to mine with pools supporting stratum protocol (i.e. php-mpos public and private pools).

example use:

java -jar dist/mcproxy4.jar -u yourWorkerName -P yourWorkerPassword -m 2 -M 8 -s ibipot.com -p 3333

this will start mcproxy4, connecting to stratum pool ibipot.com on port 3333,
and will listen on localhost (default tcp port: 8080) for incoming getwork requests from miners.
It is important that you specify your worker credentials with mcproxy4.


The credentials you specify with the miners are dummy.

./cgminer -o http://localhost:8080 -u test -p test -T --verbose

After a while, your miners will start showing Accepted shares:

[2014-02-17 01:48:52] AMU 1: Share above target                    
 [2014-02-17 01:48:57] AMU 2: Share above target                    
 [2014-02-17 01:49:01] AMU 1: Share above target                    
 [2014-02-17 01:49:04] New best share: 195                      
 [2014-02-17 01:49:05] AMU 2: Share above target                    
 [2014-02-17 01:49:06] Accepted 014fefd0 Diff 195/128 AMU 0                    
AMU0                | (5s):331.7M (avg):342.5Mh/s | A:128 R:0 HW:0 WU:6.7/m
 [2014-02-17 01:49:06] AMU0                | (5s):331.7M (avg):342.5Mh/s | A:128 R:0 HW:0 WU:6.7/m                    
 [2014-02-17 01:49:08] AMU 7: Share above target                    
 [2014-02-17 01:49:08] AMU 5: Share above target                    
 [2014-02-17 01:49:08] AMU 1: Share above target                    
 [2014-02-17 01:49:09] AMU 1: Share above target                    

Have fun mining with mcproxy4 and please report back in the forum!  Wink

full member
Activity: 226
Merit: 100
Yes run both.

mining-proxy: ./mining_proxy.py -o med.mine.nu -p 3333 -gp 8082 -sp 3334 -v

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

Run BFGMiner and connect to localhost:8080 and then use your pool worker as login. Change med.mine.nu to your pool.

thanks Smiley,

i will try that

The bfgminer thinks the difficulty is () - and working on block "null", and every second shows Accepted 4/1, 8/1, ... etc
So my guess is something is wrong
I am using the mining_proxy.exe, not a .py

add -nm -rt  to mining_proxy.exe
ex.:
mining_proxy.exe  -o pooladdress -p 3333 -oh 127.0.0.1 -gp 3388 -sh 127.0.0.1 -sp 3377 -nm -rt
member
Activity: 73
Merit: 10
Yes run both.

mining-proxy: ./mining_proxy.py -o med.mine.nu -p 3333 -gp 8082 -sp 3334 -v

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

Run BFGMiner and connect to localhost:8080 and then use your pool worker as login. Change med.mine.nu to your pool.

thanks Smiley,

i will try that

The bfgminer thinks the difficulty is () - and working on block "null", and every second shows Accepted 4/1, 8/1, ... etc
So my guess is something is wrong
I am using the mining_proxy.exe, not a .py
Pages:
Jump to: