Bitcoin Forum
May 27, 2024, 01:57:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 »  All
  Print  
Author Topic: Cloud Mining Guide - MemoryCoin 2.0 (MMC) - Miners up in the cloud! [UPDATE!!!]  (Read 19212 times)
thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 19, 2013, 12:39:37 PM
 #121

Guys,

I mine on linux machine how can I check from terminal how much do I mine ?


./bitcoind getinfo
./bitcoind getmininginfo

thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 19, 2013, 12:41:00 PM
 #122

guys, i read the announcement that we need to update the client before block 750, but when I try to run the guide again, it say everything is the latest version, but the next line the makefile did not go through b/c there is memorycoin directory exists. what do I do? my first time doing console mining, any help will be appreciated.

if you have mined coins, transfer them, then:

reboot server, login again

cd ~
rm -rf memorycoin

and run the git command from the op
no need to setup the config again

drop me some coins if i've helped you  Wink

noname_
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
December 19, 2013, 01:04:39 PM
 #123

thanks!

Guys,

I mine on linux machine how can I check from terminal how much do I mine ?


./bitcoind getinfo
./bitcoind getmininginfo

badbonez
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 19, 2013, 03:55:34 PM
 #124

Having an issue with the final command:

Why doesn't the command work?  I just copied and pasted from the OP.

Cheers!

run the make command again, there is no binary in the directory:

"make -f makefile.unix"

Then run

./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'

I appreciate the help but when I typed that command I get:
Code:
root@MMC2:~# make -f makefile.unix
make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix'.  Stop.
root@MMC2:~#

I am using terminal on my macbook, if that matters.

Thanks!

MMC: MQ4EA85nnZwytrcqx9rJSpDWVTSXaxfqmc
EAC: eTGWiLDpSvZx6GXyMqbY61bTJd28chc9Rt
thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 19, 2013, 11:41:30 PM
 #125

Having an issue with the final command:

Why doesn't the command work?  I just copied and pasted from the OP.

Cheers!

run the make command again, there is no binary in the directory:

"make -f makefile.unix"

Then run

./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'

I appreciate the help but when I typed that command I get:
Code:
root@MMC2:~# make -f makefile.unix
make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix'.  Stop.
root@MMC2:~#

I am using terminal on my macbook, if that matters.

Thanks!


you are in your root (filesystem)

so do this:

cd ~
cd memorycoin/src && make -f makefile.unix
./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'

badbonez
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 20, 2013, 02:55:59 AM
 #126

Having an issue with the final command:

Why doesn't the command work?  I just copied and pasted from the OP.

Cheers!

run the make command again, there is no binary in the directory:

"make -f makefile.unix"

Then run

./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'

I appreciate the help but when I typed that command I get:
Code:
root@MMC2:~# make -f makefile.unix
make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix'.  Stop.
root@MMC2:~#

I am using terminal on my macbook, if that matters.

Thanks!


you are in your root (filesystem)

so do this:

cd ~
cd memorycoin/src && make -f makefile.unix
./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'

OK, I did that and now I get this error:

Code:
root@MMC2:~# cd ~
root@MMC2:~# cd memorycoin/src && make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/memorycoin/src -I/root/memorycoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/memorycoin/src/leveldb/include -I/root/memorycoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp: In member function ‘bool CBlock::ConnectBlock(CValidationState&, CBlockIndex*, CCoinsViewCache&, bool)’:
main.cpp:1899:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j = 0; j <vtx[0].vout.size(); j++){
                                       ^
main.cpp:1918:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if (awardFound != grantAwards.size()){
                                     ^
main.cpp: In function ‘void processNextBlockIntoGrantDatabase()’:
main.cpp:5369:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i <block.vtx.size(); i++){
                                    ^
main.cpp:5375:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j = 0; j <block.vtx[i].vout.size(); j++){
                                             ^
main.cpp:5394:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j = 0; j <block.vtx[i].vin.size(); j++){
                                            ^
main.cpp: In function ‘std::string electOrEliminate(int64, int)’:
main.cpp:5707:80: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if(topOfThePollAmount>=droopQuota || requiredCandidates>=preferenceCount.size()){
                                                                                ^

virtual memory exhausted: Cannot allocate memory
make: *** [obj/main.o] Error 1

I appreciate your help and will donate MMC for a successful install!


MMC: MQ4EA85nnZwytrcqx9rJSpDWVTSXaxfqmc
EAC: eTGWiLDpSvZx6GXyMqbY61bTJd28chc9Rt
thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 20, 2013, 08:55:50 AM
 #127

Having an issue with the final command:

Why doesn't the command work?  I just copied and pasted from the OP.

Cheers!

run the make command again, there is no binary in the directory:

"make -f makefile.unix"

Then run

./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'

I appreciate the help but when I typed that command I get:
Code:
root@MMC2:~# make -f makefile.unix
make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix'.  Stop.
root@MMC2:~#

I am using terminal on my macbook, if that matters.

Thanks!


you are in your root (filesystem)

so do this:

cd ~
cd memorycoin/src && make -f makefile.unix
./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'

OK, I did that and now I get this error:

Code:
root@MMC2:~# cd ~
root@MMC2:~# cd memorycoin/src && make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/memorycoin/src -I/root/memorycoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/memorycoin/src/leveldb/include -I/root/memorycoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp: In member function ‘bool CBlock::ConnectBlock(CValidationState&, CBlockIndex*, CCoinsViewCache&, bool)’:
main.cpp:1899:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j = 0; j <vtx[0].vout.size(); j++){
                                       ^
main.cpp:1918:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if (awardFound != grantAwards.size()){
                                     ^
main.cpp: In function ‘void processNextBlockIntoGrantDatabase()’:
main.cpp:5369:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i <block.vtx.size(); i++){
                                    ^
main.cpp:5375:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j = 0; j <block.vtx[i].vout.size(); j++){
                                             ^
main.cpp:5394:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j = 0; j <block.vtx[i].vin.size(); j++){
                                            ^
main.cpp: In function ‘std::string electOrEliminate(int64, int)’:
main.cpp:5707:80: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if(topOfThePollAmount>=droopQuota || requiredCandidates>=preferenceCount.size()){
                                                                                ^

virtual memory exhausted: Cannot allocate memory
make: *** [obj/main.o] Error 1

I appreciate your help and will donate MMC for a successful install!



You are on a 512 mb machine, the miner needs at least 1 gig of ram to work. As the OS needs ram too, its recommended to mine on a 2 gig ram machine. So the 2 cpu 2 gig ram option is the optimal choice!

ruxun
Full Member
***
Offline Offline

Activity: 266
Merit: 100


View Profile
December 20, 2013, 03:20:33 PM
 #128

i always have errors according to your guide.

thanks anyway

badbonez
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 21, 2013, 12:58:00 AM
 #129

Hi All,
We need to find cloud hosting companies that support AES-ni for a large increase in hashing power:
run this "grep aes /proc/cpuinfo"  in your virtual host to see if your cloud host supports hardware AES!


I did that in the HP Cloud server I am using (90 days free trial) and I get:

Code:
root@mmc2:/home/ubuntu/memorycoin/src# grep aes /proc/cpuinfo
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm

What does it mean?  I see 'aes' highlighted in red on my terminal.

Cheers

MMC: MQ4EA85nnZwytrcqx9rJSpDWVTSXaxfqmc
EAC: eTGWiLDpSvZx6GXyMqbY61bTJd28chc9Rt
belltown
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250

still can't change my profile pic


View Profile
December 21, 2013, 01:18:02 AM
 #130

Hey thejepper,

You need to remove watch command from your guide. See here https://bitsharestalk.org/index.php?topic=1449.msg16251#msg16251

How I've earned 0.088 BTC for making few forum posts on LetsTalkBitcoin
▄▄▄▄▄▄▄▄▄▄▄▄ https://bitcointalk.org/index.php?topic=707439.0 ▄▄▄▄▄▄▄▄▄▄▄▄
thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 21, 2013, 03:22:13 AM
 #131

Hi All,
We need to find cloud hosting companies that support AES-ni for a large increase in hashing power:
run this "grep aes /proc/cpuinfo"  in your virtual host to see if your cloud host supports hardware AES!


I did that in the HP Cloud server I am using (90 days free trial) and I get:

Code:
root@mmc2:/home/ubuntu/memorycoin/src# grep aes /proc/cpuinfo
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm

What does it mean?  I see 'aes' highlighted in red on my terminal.

Cheers


that means that the virtual server has aes acceleration, this means much much faster mining!

thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 21, 2013, 03:25:00 AM
 #132

Hey thejepper,

You need to remove watch command from your guide. See here https://bitsharestalk.org/index.php?topic=1449.msg16251#msg16251

That's interesting! I have not experienced any crashes myself though. It is possible there is a memory related bug in the getmininginfo code.
Will add a note to the OP as a warning, thanks!

badbonez
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 21, 2013, 03:51:19 AM
 #133

Hi All,
We need to find cloud hosting companies that support AES-ni for a large increase in hashing power:
run this "grep aes /proc/cpuinfo"  in your virtual host to see if your cloud host supports hardware AES!


I did that in the HP Cloud server I am using (90 days free trial) and I get:

Code:
root@mmc2:/home/ubuntu/memorycoin/src# grep aes /proc/cpuinfo
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm

What does it mean?  I see 'aes' highlighted in red on my terminal.

Cheers


that means that the virtual server has aes acceleration, this means much much faster mining!

If I can get it to work...  Roll Eyes

MMC: MQ4EA85nnZwytrcqx9rJSpDWVTSXaxfqmc
EAC: eTGWiLDpSvZx6GXyMqbY61bTJd28chc9Rt
thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 22, 2013, 11:13:17 PM
 #134

Hi All,
We need to find cloud hosting companies that support AES-ni for a large increase in hashing power:
run this "grep aes /proc/cpuinfo"  in your virtual host to see if your cloud host supports hardware AES!


I did that in the HP Cloud server I am using (90 days free trial) and I get:

Code:
root@mmc2:/home/ubuntu/memorycoin/src# grep aes /proc/cpuinfo
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm

What does it mean?  I see 'aes' highlighted in red on my terminal.

Cheers


that means that the virtual server has aes acceleration, this means much much faster mining!

If I can get it to work...  Roll Eyes

So what errors are you getting, maybe i can help Smiley

badbonez
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 23, 2013, 12:29:16 AM
 #135


So what errors are you getting, maybe i can help Smiley

I appreciate that, but I have it working now.  My problem was my linux inexperience.  Even though the HP cloud claims AES, I'm only getting .9 hpm from a 8core instance.

Joyent.com has a free trial offer (2 months, $65/month) and they support AES.  I'm getting ~2.1 hpm on an 8core instance.


MMC: MQ4EA85nnZwytrcqx9rJSpDWVTSXaxfqmc
EAC: eTGWiLDpSvZx6GXyMqbY61bTJd28chc9Rt
glorycoin
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
December 24, 2013, 08:32:13 AM
 #136

on aws but still get no connection as for the moment

Amazon AWS 8 cpu EC2 Unbuntu instance running daemon, but not maintaining connections to nodes.  Watch indicates 2 connections exist after starting daemon, but after approximately one minute 0 connections are indicated.

Seeded .conf with list of specific nodes outlined in first post of thread.

Any one having trouble running on AWS?
thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 28, 2013, 02:21:00 PM
 #137

on aws but still get no connection as for the moment

Amazon AWS 8 cpu EC2 Unbuntu instance running daemon, but not maintaining connections to nodes.  Watch indicates 2 connections exist after starting daemon, but after approximately one minute 0 connections are indicated.

Seeded .conf with list of specific nodes outlined in first post of thread.

Any one having trouble running on AWS?

give it some time, or ask in the memory coin thread for other nodes to bootstrap from

robonix
Jr. Member
*
Offline Offline

Activity: 53
Merit: 3


View Profile WWW
January 01, 2014, 04:31:39 PM
 #138

I seem to have installed everything properly on a digital ocean drop (I think because I didnt get any errors) using ubuntu and when I start the daemon:
Code:
cd memorycoin/src && ./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'
I get this error:
error: couldn't connect to server
but the daemon is clearly running (I think because I see the time refresh every 2 seconds) what could be going on here?
thanks to everybody in advance
robonix
Jr. Member
*
Offline Offline

Activity: 53
Merit: 3


View Profile WWW
January 01, 2014, 08:10:33 PM
 #139

I seem to have installed everything properly on a digital ocean drop (I think because I didnt get any errors) using ubuntu and when I start the daemon:
Code:
cd memorycoin/src && ./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'
I get this error:
error: couldn't connect to server
but the daemon is clearly running (I think because I see the time refresh every 2 seconds) what could be going on here?
thanks to everybody in advance
This is what i'm seeing:
Moody4L
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 07, 2014, 04:29:49 PM
 #140

try again with this for Ubuntu

sudo apt-get update
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev dos2unix libboost-all-dev autoconf libcurl4-openssl-dev
git clone https://github.com/glitchman/mmcminer
cd mmcminer
./autogen.sh
CFLAGS="-O3 -march=native -mtune=native" CXXFLAGS="-O3 -march=native -mtune=native" ./configure
./configure CFLAGS="-O3"
make
./minerd --url http://work.mmcpool.com --user 888888OWNADRESS8888888 --threads 16
Pages: « 1 2 3 4 5 6 [7] 8 »  All
  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!