Bitcoin Forum
May 08, 2024, 10:16:04 AM *
News: Latest Bitcoin Core release: 27.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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 111 »
  Print  
Author Topic: [ANN] [SHA256]+[CPU] MediterraneanCoin (MED) - REUSE your ERUPTER!!  (Read 227778 times)
fly757
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
February 08, 2014, 04:23:14 PM
 #621

ups , i don't try with 2 blades
but let try something
1-try to start one with this config
then
2-point and second to some ip and port where you start bfgminer

it's should work bfgminer is like stratum proxy Slush pool version you maybe use this one on other sha256 pools

let me know if work or not

sigh

doesnt work on my desktop,will try laptop later
return back to USB erupter

thankyou for your help
happymining

a lot of "staged work under run;increasing queue to#(from2,now is 12)

how to figure it out?

looks like problem of wait time or clock selected
1715163364
Hero Member
*
Offline Offline

Posts: 1715163364

View Profile Personal Message (Offline)

Ignore
1715163364
Reply with quote  #2

1715163364
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715163364
Hero Member
*
Offline Offline

Posts: 1715163364

View Profile Personal Message (Offline)

Ignore
1715163364
Reply with quote  #2

1715163364
Report to moderator
1715163364
Hero Member
*
Offline Offline

Posts: 1715163364

View Profile Personal Message (Offline)

Ignore
1715163364
Reply with quote  #2

1715163364
Report to moderator
1715163364
Hero Member
*
Offline Offline

Posts: 1715163364

View Profile Personal Message (Offline)

Ignore
1715163364
Reply with quote  #2

1715163364
Report to moderator
adnx2h
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
February 08, 2014, 04:28:51 PM
 #622

WTS 500 MED.
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
February 08, 2014, 10:53:15 PM
 #623

hey all,

if you want to support our push of MED on cryptsy, please post here:

https://cryptsy.freshdesk.com/support/discussions/topics/62907


also: we would like to hear from miners using p2pool, if they are using the new p2pool release!

P2POOL  - https://github.com/mrtexaznl/p2pool


and again for all the MED miners:

can you fill this form with your mining configurations? thanx!

https://docs.google.com/forms/d/1ofuIiPu5TIIfNBzCal7E9vGkQKn4ANAtRNc1fp1dEfo/viewform



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

Activity: 42
Merit: 0


View Profile
February 08, 2014, 10:56:14 PM
 #624

WARNING: THESE INSTRUCTIONS ARE FOR ADVANCED USERS.
P2POOL WORKS SUCCESSFULLY WITH BITCOIN, LITECOIN AND MANY OTHER ALTCOINS INCLUDING MEDITERRANEANCOIN BUT P2POOL IS NOT EASY TO USE. IF YOU NEED HELP, PLEASE POST IN THIS FORUM YOUR QUESTIONS, ALWAYS INCLUDING LOG OUTPUT AND MAXIMUM INFORMATION ABOUT ALL THE STEPS YOU HAVE PERFORMED AND WE WILL TRY TO HELP TO OUR BEST. THANK YOU AND HAVE FUN!!!



You are a Linux user, please refer also to the README here : https://github.com/mrtexaznl/p2pool



How to setup a MED p2pool on Ubuntu 12.04 running inside VirtualBox on Windows

P2Pool is a decentralized mining pool that works by creating a peer-to-peer network of miner nodes.

Download Virtual Box software - https://www.virtualbox.org/wiki/Downloads
Install on you Windows pc.

Download a premade Ubuntu 12.04 Virtual Box - http://virtualboxes.org/images/ubuntu/
http://sourceforge.net/projects/virtualboximage/files/Ubuntu%20Linux/12.04/ubuntu_12.04-x86.7z

Extract ubuntu_12.04-x86.7z

e.g C:\Program Files\Oracle\VMs\ubuntu_12.04

Run the VM

Navigate where you just extracted Ubuntu and double click on ubuntu_12.04.vbox or the .vdi


Change network adaptor to Bridged mode

When the VM gets to the Ubuntu splash screen, hover over the network adapter icon in the bottom right of the VM window and
right click and select 'Network Adapters' then change 'Attached to' to Bridged Mode.
Also change 'Promiscuous Mode' to Allow all and reboot the VM to get a local IP address you can forward ports to.

Log in to Ubuntu
(username/password): ubuntu/reverse

Modified code for p2pool can be found here - https://github.com/mrtexaznl/p2pool

Instructions for Ubuntu 12.04

in a terminal window type:

sudo apt-get update
sudo apt-get install python-software-properties screen git python-rrdtool python-pygame python-scipy
sudo apt-get install python-twisted python-twisted-web python-imaging build-essential libglib2.0-dev libglibmm-2.4-dev
sudo apt-get install python-dev libboost-all-dev libdb++-dev autoconf automake ncurses-dev
sudo apt-get install python-zope.interface python-twisted python-twisted-web

Install Mediterraneancoin Daemon:
wget http://www.mediterraneancoin.org/downloads/medcoin-linux-v0.8.5.2.tgz
mkdir mediterraneancoin
cd mediterraneancoin
tar -xvzf ../medcoin-linux-v0.8.5.2.tgz
cd ..
mkdir ~/.mediterraneancoin
nano -w ~/.mediterraneancoin/mediterraneancoin.conf

Add this text into ~/.mediterraneancoin/mediterraneancoin.conf

server=1
daemon=1
rpcuser=rpcadmin
rpcpassword=WRITE_A_LONG_RANDOM_PASSWORD
addnode=node1.mediterraneancoin.org
addnode=node2.mediterraneancoin.org
addnode=node3.mediterraneancoin.org
addnode=node4.mediterraneancoin.org


Fire Up mediterraneancoin daemon:

mediterraneancoin/32/mediterraneancoind

wait for mediterraneancoind to sync.
you can query the block at which it has synced in this way:
mediterraneancoin/32/mediterraneancoind getinfo

Get p2pool modified code for mediterraneancoin:


cd ~/ ; git clone https://github.com/mrtexaznl/p2pool

cd p2pool
cd medcoin_hybrid
sudo python setup.py install



Start up your P2pool for mediterraneancoin:

cd ~/p2pool

python run_p2pool.py --net mediterraneancoin -a YourMEDPayoutAddress


it will take time to refresh/load all the data!
you will see something like this:
 Loading shares...
     1000
     2000
     ....

it depends on the power of your pc; it may take even a few hours to sync! please wait.
also, if you restart p2pool, it will need to reload the shares and spend the same amount of time.



then, start mcproxy on your windows pc:

java -jar mcproxy.jar -p 9375 -a


start the modified cgminer under windows:

cgminer -o http://localhost:8080 -u test -p test -Q 0

or the modified bfgminer:

sudo ./bfgminer --submit-stale -o http://localhost:8080 -u test -p x -Q 0 -S all -T --verbose


as username and password you can leave test/test.




I get connect refused, how to make this work???
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
February 08, 2014, 11:02:40 PM
 #625

WARNING: THESE INSTRUCTIONS ARE FOR ADVANCED USERS.
P2POOL WORKS SUCCESSFULLY WITH BITCOIN, LITECOIN AND MANY OTHER ALTCOINS INCLUDING MEDITERRANEANCOIN BUT P2POOL IS NOT EASY TO USE. IF YOU NEED HELP, PLEASE POST IN THIS FORUM YOUR QUESTIONS, ALWAYS INCLUDING LOG OUTPUT AND MAXIMUM INFORMATION ABOUT ALL THE STEPS YOU HAVE PERFORMED AND WE WILL TRY TO HELP TO OUR BEST. THANK YOU AND HAVE FUN!!!



You are a Linux user, please refer also to the README here : https://github.com/mrtexaznl/p2pool



How to setup a MED p2pool on Ubuntu 12.04 running inside VirtualBox on Windows

P2Pool is a decentralized mining pool that works by creating a peer-to-peer network of miner nodes.

Download Virtual Box software - https://www.virtualbox.org/wiki/Downloads
Install on you Windows pc.

Download a premade Ubuntu 12.04 Virtual Box - http://virtualboxes.org/images/ubuntu/
http://sourceforge.net/projects/virtualboximage/files/Ubuntu%20Linux/12.04/ubuntu_12.04-x86.7z

Extract ubuntu_12.04-x86.7z

e.g C:\Program Files\Oracle\VMs\ubuntu_12.04

Run the VM

Navigate where you just extracted Ubuntu and double click on ubuntu_12.04.vbox or the .vdi


Change network adaptor to Bridged mode

When the VM gets to the Ubuntu splash screen, hover over the network adapter icon in the bottom right of the VM window and
right click and select 'Network Adapters' then change 'Attached to' to Bridged Mode.
Also change 'Promiscuous Mode' to Allow all and reboot the VM to get a local IP address you can forward ports to.

Log in to Ubuntu
(username/password): ubuntu/reverse

Modified code for p2pool can be found here - https://github.com/mrtexaznl/p2pool

Instructions for Ubuntu 12.04

in a terminal window type:

sudo apt-get update
sudo apt-get install python-software-properties screen git python-rrdtool python-pygame python-scipy
sudo apt-get install python-twisted python-twisted-web python-imaging build-essential libglib2.0-dev libglibmm-2.4-dev
sudo apt-get install python-dev libboost-all-dev libdb++-dev autoconf automake ncurses-dev
sudo apt-get install python-zope.interface python-twisted python-twisted-web

Install Mediterraneancoin Daemon:
wget http://www.mediterraneancoin.org/downloads/medcoin-linux-v0.8.5.2.tgz
mkdir mediterraneancoin
cd mediterraneancoin
tar -xvzf ../medcoin-linux-v0.8.5.2.tgz
cd ..
mkdir ~/.mediterraneancoin
nano -w ~/.mediterraneancoin/mediterraneancoin.conf

Add this text into ~/.mediterraneancoin/mediterraneancoin.conf

server=1
daemon=1
rpcuser=rpcadmin
rpcpassword=WRITE_A_LONG_RANDOM_PASSWORD
addnode=node1.mediterraneancoin.org
addnode=node2.mediterraneancoin.org
addnode=node3.mediterraneancoin.org
addnode=node4.mediterraneancoin.org


Fire Up mediterraneancoin daemon:

mediterraneancoin/32/mediterraneancoind

wait for mediterraneancoind to sync.
you can query the block at which it has synced in this way:
mediterraneancoin/32/mediterraneancoind getinfo

Get p2pool modified code for mediterraneancoin:


cd ~/ ; git clone https://github.com/mrtexaznl/p2pool

cd p2pool
cd medcoin_hybrid
sudo python setup.py install



Start up your P2pool for mediterraneancoin:

cd ~/p2pool

python run_p2pool.py --net mediterraneancoin -a YourMEDPayoutAddress


it will take time to refresh/load all the data!
you will see something like this:
 Loading shares...
     1000
     2000
     ....

it depends on the power of your pc; it may take even a few hours to sync! please wait.
also, if you restart p2pool, it will need to reload the shares and spend the same amount of time.



then, start mcproxy on your windows pc:

java -jar mcproxy.jar -p 9375 -a


start the modified cgminer under windows:

cgminer -o http://localhost:8080 -u test -p test -Q 0

or the modified bfgminer:

sudo ./bfgminer --submit-stale -o http://localhost:8080 -u test -p x -Q 0 -S all -T --verbose


as username and password you can leave test/test.




I get connect refused, how to make this work???

if you use second generation bfgminer, then use:

sudo ./bfgminer --submit-stale -o http://localhost:9375 -u test -p x -Q 0 -S all -T --verbose

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

Activity: 42
Merit: 0


View Profile
February 08, 2014, 11:32:29 PM
 #626

I cant not verify in Linux 127.0.0.1:9375 in the browser it said connecting...

Also were I need to run the bfgminer?
halabibk
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 08, 2014, 11:33:52 PM
 #627

See pool running...
But o don't know how to make work...

2014-02-08 19:15:24.981516     ...success!
2014-02-08 19:15:24.981737     Current block hash: 539989f14d0434f796250e63bda53f908ad9fdbf6987da0deae5d078b132f35
2014-02-08 19:15:24.981924     Current block height: 57788
2014-02-08 19:15:24.982133
2014-02-08 19:15:24.982333 Testing bitcoind P2P connection to '127.0.0.1:9373'...
2014-02-08 19:15:25.058777     ...success!
2014-02-08 19:15:25.058973
2014-02-08 19:15:25.059087 Determining payout address...
2014-02-08 19:15:25.059349     ...success! Payout address: MosE9qerq33PcWQivJP339vpUEjGECaxRs
2014-02-08 19:15:25.059588
2014-02-08 19:15:25.059700 Loading shares...
2014-02-08 19:15:27.017281     1000
2014-02-08 19:15:29.069729     2000
2014-02-08 19:15:31.129627     3000
2014-02-08 19:15:33.125740     4000
2014-02-08 19:15:35.084057     5000
2014-02-08 19:15:37.043570     6000
2014-02-08 19:15:38.773206     7000
2014-02-08 19:15:40.645298     8000
2014-02-08 19:15:42.652632     9000
2014-02-08 19:15:43.733400     ...done loading 9563 shares (922 verified)!
2014-02-08 19:15:43.733620
2014-02-08 19:15:43.733792 Initializing work...
2014-02-08 19:15:45.879512     ...success!
2014-02-08 19:15:45.879717
2014-02-08 19:15:45.879819 Joining p2pool network using port 9374...
2014-02-08 19:15:45.893117     ...success!
2014-02-08 19:15:45.893300
2014-02-08 19:15:45.893985 Listening for workers on '' port 9375...
2014-02-08 19:15:46.487713     ...success!
2014-02-08 19:15:46.487921
2014-02-08 19:15:46.488127 Started successfully!
2014-02-08 19:15:46.488331 Go to http://127.0.0.1:9375/ to view graphs and statistics!
2014-02-08 19:15:46.488546 Donating 0.0% of work towards P2Pool's development. Please donate to encourage further development of P2Pool!
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
February 08, 2014, 11:41:01 PM
 #628

I cant not verify in Linux 127.0.0.1:9375 in the browser it said connecting...

Also were I need to run the bfgminer?

use second generation bfgminer:

sudo ./bfgminer --submit-stale -o http://localhost:9375 -u MyourMEDaddress -p x -Q 0 -S all -T --verbose

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

Activity: 42
Merit: 0


View Profile
February 08, 2014, 11:41:57 PM
 #629

bfgminer in windows or in Ubuntu?Huh?
halabibk
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 08, 2014, 11:48:40 PM
 #630

where I can get binary for Linux BFGminer?
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
February 09, 2014, 12:03:32 AM
 #631

where I can get binary for Linux BFGminer?

here:

https://github.com/mrtexaznl/bfgminer/releases/download/v3.9.0.3-med/ubuntu12.04-bfgminer.tgz


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

Activity: 42
Merit: 0


View Profile
February 09, 2014, 12:17:13 AM
 #632

I give up with this Linux virtual...
battsali
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
February 09, 2014, 12:31:58 AM
 #633

./bfgminer: 1: ./bfgminer: Syntax error: "(" unexpected

i just check , it's for 32 or 64??
i try it on 32
halabibk
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 09, 2014, 12:33:02 AM
 #634

Same error for me....
battsali
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
February 09, 2014, 12:37:12 AM
 #635

I give up with this Linux virtual...

try to start on windows

bfgminer -o http://ubuntu_ip:9375 -u test -p x -Q 0 -S all   /  Virtual have different ip

and when start p2pool .,wait a litle bit
you will se GET BLOK FROM PEER pasing to .,.,., and when finish
you can connect to 127.1.1.0:9375
or from other pc UBUNTU_IP:9375
battsali
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
February 09, 2014, 12:42:31 AM
 #636

whit this Virtuals is not so good

if we find a enough stable relaise, i can provide a only windows instruction

and then more people can use p2pool  
battsali
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
February 09, 2014, 01:05:56 AM
 #637


this not work ./bfgminer: 1: ./bfgminer: Syntax error: "(" unexpected


and one more thing - are you sure sec gen bfgminer should work with p2pool Huh
kaja
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
February 09, 2014, 02:37:25 AM
 #638

so how many blocks per day will one 333MH/s block erupter find?
poplolnman
Legendary
*
Offline Offline

Activity: 1442
Merit: 1008



View Profile
February 09, 2014, 03:05:22 AM
 #639

so how many blocks per day will one 333MH/s block erupter find?

probably zero

I'm in 400,000 euros debt , dont help me , i rather die
trinsic
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
February 09, 2014, 03:46:18 AM
 #640

Yeah you're way too late to solo mine with low hashes.
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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 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!