Bitcoin Forum
April 16, 2024, 11:23:17 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 111 »
  Print  
Author Topic: [ANN] [SHA256]+[CPU] MediterraneanCoin (MED) - REUSE your ERUPTER!!  (Read 227776 times)
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 03, 2014, 11:33:11 PM
Last edit: August 19, 2014, 02:23:08 PM by smallplatf
 #1

Updated Windows build of MediterraneanCoin wallet and daemon which use OpenSSL version 1.0.1g, not affected by the heartbleed (http://heartbleed.com/) OpenSSL bug:
https://github.com/mrtexaznl/mediterraneancoin/releases/download/v0.8.6.3-mark3-1/medcoin-win32-v0.8.6.3-mark3-1.zip

Linux build (as before, not affected by heartbleed OpenSSL bug):
https://github.com/mrtexaznl/mediterraneancoin/releases/download/v0.8.6.3-mark3-1/medcoin-linux-v0.8.6.3-mark3-1.tgz




Mediterraneancoin (MED) is a derivative of Bitcoin/Litecoin using a new proof-of-work algorithm called HybridScryptHash256.
The new Proof of Work algorithm HybridScryptHash256 is described in detail here: http://www.mediterraneancoin.org/hybridscrypthash256.pdf

HybridScryptHash256 integrates the best of Hash256 and Scrypt algorithms, allowing the reuse of the less powerful ASIC Block Erupter devices.

Complete source code and binaries, documentation, tutorials etc:


Do you want some free Mediterraneancoin ?
1 - follow @MEDTipBot on Twitter
2 - post the following status on Twitter: #MediterraneanCoin showbalance
3 - see you balance in the message you receive from MEDTipBot!


More instructions here: https://bitcointalk.org/index.php?topic=649374.0


You know that you can send SMS (GSM Text Messages) using MediterraneanCoin? 50 MED for each SMS, worldwide!
See here how: https://bitcointalk.org/index.php?topic=658014.0


HybridScryptHash256 allows all the users of erupters and similar small ASIC devices to mine an altcoin without having "whales" coming and disrupt mining.

Download latest Linux binaries for wallet/daemon from here:
http://www.mediterraneancoin.org/downloads/medcoin-linux-v0.8.5.2.tgz

Download latest Windows binaries for wallet/daemon from here:
http://www.mediterraneancoin.org/downloads/build-mediterraneancoin-win32-0.8.5.2.zip

Download latest Linux binaries for modified cgminer from here:
http://www.mediterraneancoin.org/downloads/linux64-cgminer-mediterraneancoin.tgz

Download latest Windows binaries for modified cgminer from here:
http://www.mediterraneancoin.org/downloads/win32-cgminer-mediterraneancoin.zip

Download latest Windows binaries for modified bfgminer from here:
https://github.com/mrtexaznl/bfgminer/releases/download/v3.9.0.1-med/win32-bfgminer-1.zip

Download single-file exe for stratum-mining-proxy (plus a dll it needs) for windows:
https://github.com/mrtexaznl/stratum-mining-proxy/releases/download/v1.0.0/stratum-mining-proxy.zip


Second generation modified bfgminer (with integrated mcproxy functionalities, all in one)

Source code for second generation modified bfgminer: https://github.com/mrtexaznl/bfgminer,

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.

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





New mcproxy (called mcproxy3) with improved multithreading support

mcproxy3 is needed with first generation of bfgminer/cgminer, which you can find here:
http://www.mediterraneancoin.org/downloads/win32-cgminer-mediterraneancoin.zip
https://github.com/mrtexaznl/bfgminer/releases/download/v3.9.0.1-med/win32-bfgminer-1.zip

Source code: https://github.com/mrtexaznl/mcproxy/tree/master/mcproxy3, you can find it in the same repo of mcproxy (https://github.com/mrtexaznl/mcproxy)

direct link for downloading the binaries: http://www.mediterraneancoin.org/downloads/mcproxy3-dist.zip

Use in this way (if you stay in the same directory containing mcproxy3.jar: )
java -jar mcproxy3.jar

additional parameters:
-t: min delta time is the starting value for the mininum time distance between two successive getwork requests to the wallet.

-m: mininum queue length is the minimum number of getworks, elaborated with stage 1 of PoW, which mcproxy tries to keep in the queue, so that they are ready to be sent to the miners requesting them.




The tutorial for solo mining Mediterraneancoin on Windows is here!




IMPORTANT NOTE: when mining (solo or pool), you will need:
1 - the wallet (or daemon)
2 - mcproxy (an intermediate application which implements a part of the PoW algorithm) [mcproxy in included in the wallet binaries archives]
3 - the modified miner (cgminer or bfgminer)


see the tutorial here http://www.mediterraneancoin.org/#tutorial and/or post on the forum for support!

Download source code from here:

MediterraneanCoin wallet: https://github.com/mrtexaznl/mediterraneancoin
MediterraneanCoin mcproxy: https://github.com/mrtexaznl/mcproxy
modified cgminer: https://github.com/mrtexaznl/cgminer
modified bfgminer: https://github.com/mrtexaznl/bfgminer

***

addnode

add the following lines to mediterraneancoin.conf:

addnode=node1.mediterraneancoin.org
addnode=node2.mediterraneancoin.org
addnode=node3.mediterraneancoin.org
addnode=node4.mediterraneancoin.org
addnode=node5.mediterraneancoin.org

***

Download of a snapshot of the blockchain (2014-02-19):

www.mediterraneancoin.org/downloads/med-blockchain-20140219.tgz 33 MB

ATTENTION: when restarted, the daemon will do a rescan of the blockchain, which might take a few hours on slower machines.
Add a "rescan=0" option to your mediterraneancoin.conf configuration file to skip rescan.


instructions:
1 - stop the wallet (or the daemon) if is not running
2 - backup your wallet.dat file [this operation will not touch wallet.dat but it is always safe to make a backup of your wallet]
3 - inside .mediterraneancoin directory remove the previous blocks and chainstate directories
4 - uncompress the content of the archive inside .mediterraneancoin directory
5 - restart the wallet (or the daemon)
6 - wait for the wallet/daemon to complete the block rescan (might take hours!)

***


EXCHANGES

https://www.atomic-trade.com

http://www.btc38.com

https://www.cryptsy.com/



BET ON SPORTING EVENTS

http://www.betbycoin.com/



DICE GAME

http://med.altdice.net/
 

MINING POOLS

http://ibipot.com

http://med.mine.nu/

http://med.szbpool.net/index.php



Wordpress plugin

https://github.com/mrtexaznl/wordpress-mediterraneancoin-shortcode




FAUCETS

http://faucet.mediterraneancoin.org:8080
 


Block explorer


http://explorer.mediterraneancoin.org:2750/chain/Mediterraneancoin
 (based on Abe)


Premine note

2341 blocks have been premined (a total of 119925 MED) for giveaways, faucet, dice games, marketing, developments etc.

MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
1713266597
Hero Member
*
Offline Offline

Posts: 1713266597

View Profile Personal Message (Offline)

Ignore
1713266597
Reply with quote  #2

1713266597
Report to moderator
1713266597
Hero Member
*
Offline Offline

Posts: 1713266597

View Profile Personal Message (Offline)

Ignore
1713266597
Reply with quote  #2

1713266597
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713266597
Hero Member
*
Offline Offline

Posts: 1713266597

View Profile Personal Message (Offline)

Ignore
1713266597
Reply with quote  #2

1713266597
Report to moderator
1713266597
Hero Member
*
Offline Offline

Posts: 1713266597

View Profile Personal Message (Offline)

Ignore
1713266597
Reply with quote  #2

1713266597
Report to moderator
1713266597
Hero Member
*
Offline Offline

Posts: 1713266597

View Profile Personal Message (Offline)

Ignore
1713266597
Reply with quote  #2

1713266597
Report to moderator
virtualdn
Legendary
*
Offline Offline

Activity: 1358
Merit: 1093


View Profile
January 03, 2014, 11:45:40 PM
 #2

is this launched?

1 BTC = 1 BTC
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 03, 2014, 11:48:06 PM
 #3

yes, it is launched!

MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
FreePls
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 03, 2014, 11:53:55 PM
 #4

nice site, really full of detail and good explained, and great idea

too bad i don't have any asci erupter Sad

virtualdn
Legendary
*
Offline Offline

Activity: 1358
Merit: 1093


View Profile
January 03, 2014, 11:54:29 PM
 #5

does it work with cpu mining as well?

1 BTC = 1 BTC
minerva
Full Member
***
Offline Offline

Activity: 120
Merit: 100


View Profile
January 03, 2014, 11:55:41 PM
 #6

looks legit

Tip-Jar: 15NN2YwMGAntKopJgAsFBJvfuCARkV62xo
shai_
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
January 03, 2014, 11:59:00 PM
 #7

looks legit

java?
cshelswell
Hero Member
*****
Offline Offline

Activity: 615
Merit: 500


View Profile WWW
January 03, 2014, 11:59:13 PM
 #8

interesting - might give this a go Smiley

smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 03, 2014, 11:59:46 PM
 #9

the idea is to use ASIC erupter (or similar small device) + CPU.

thus, CPU only is possible in theory but in practice not.


it would be possible to use a GPU + CPU, for that we need to patch bfgminer (which still supports GPU), while cgminer does not not support GPU anymore.

But still, an ASIC erupter is more convenient than a GPU.

MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
pmm123
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 03, 2014, 11:59:59 PM
 #10

No nodes i don't sync the wallet nice name, im from bcn and i like medditerranean

||||||| ★ CATALONIACOIN |||||||

||||||| OFFICIAL THREAD★ |||||||
virtualdn
Legendary
*
Offline Offline

Activity: 1358
Merit: 1093


View Profile
January 04, 2014, 12:00:52 AM
 #11

the idea is to use ASIC erupter (or similar small device) + CPU.

thus, CPU only is possible in theory but in practice not.


it would be possible to use a GPU + CPU, for that we need to patch bfgminer (which still supports GPU), while cgminer does not not support GPU anymore.

But still, an ASIC erupter is more convenient than a GPU.

great idea, wish i had one

1 BTC = 1 BTC
pmm123
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 04, 2014, 12:05:58 AM
 #12

the idea is to use ASIC erupter (or similar small device) + CPU.

thus, CPU only is possible in theory but in practice not.


it would be possible to use a GPU + CPU, for that we need to patch bfgminer (which still supports GPU), while cgminer does not not support GPU anymore.

But still, an ASIC erupter is more convenient than a GPU.

need nodes to sync wallet and solo mining..

||||||| ★ CATALONIACOIN |||||||

||||||| OFFICIAL THREAD★ |||||||
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 04, 2014, 12:07:31 AM
 #13

the idea is to use ASIC erupter (or similar small device) + CPU.

thus, CPU only is possible in theory but in practice not.


it would be possible to use a GPU + CPU, for that we need to patch bfgminer (which still supports GPU), while cgminer does not not support GPU anymore.

But still, an ASIC erupter is more convenient than a GPU.

great idea, wish i had one

you can find cheap ASIC erupters on ebay. they cost 20-30$

MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
Mrjitter
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


View Profile
January 04, 2014, 12:10:41 AM
 #14



difficulty" : 0.01562500  ......... LOL  Roll Eyes

pmm123
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 04, 2014, 12:12:09 AM
 #15

Sorry im noob i don't understand who mine solo with my cpu or gpu if the wallet dosen't sync.. using windows

||||||| ★ CATALONIACOIN |||||||

||||||| OFFICIAL THREAD★ |||||||
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 04, 2014, 12:26:04 AM
 #16

the idea is to use ASIC erupter (or similar small device) + CPU.

thus, CPU only is possible in theory but in practice not.


it would be possible to use a GPU + CPU, for that we need to patch bfgminer (which still supports GPU), while cgminer does not not support GPU anymore.

But still, an ASIC erupter is more convenient than a GPU.

need nodes to sync wallet and solo mining..

there are currently a few active nodes, but several people are syncing their block chains right now, so it could take a few minutes for a new wallet to be ready for mining.


MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
pmm123
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 04, 2014, 12:28:50 AM
 #17

the idea is to use ASIC erupter (or similar small device) + CPU.

thus, CPU only is possible in theory but in practice not.


it would be possible to use a GPU + CPU, for that we need to patch bfgminer (which still supports GPU), while cgminer does not not support GPU anymore.

But still, an ASIC erupter is more convenient than a GPU.

need nodes to sync wallet and solo mining..

there are currently a few active nodes, but several people are syncing their block chains right now, so it could take a few minutes for a new wallet to be ready for mining.


don't sync im waiting 30 minutes the wallet says 2 weeks agoo

||||||| ★ CATALONIACOIN |||||||

||||||| OFFICIAL THREAD★ |||||||
Kenshin
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
January 04, 2014, 12:50:00 AM
 #18

Does BlueFury work for mining this coin? Or I need to use Erupter?
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 04, 2014, 12:50:57 AM
 #19

Does BlueFury work for mining this coin? Or I need to use Erupter?

yes, BlueFury should work as well; but you need the modified cgminer.

MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
Mrjitter
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


View Profile
January 04, 2014, 12:54:05 AM
 #20

when the currency will be ready to play ? not nodes , not working for now



Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 111 »
  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!