Bitcoin Forum
May 27, 2024, 10:42:20 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)
porkusCOLL
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 16, 2013, 12:04:49 AM
 #61

what do mean with "we still have 38 hours untill minin starts" ? o0  sorry dont get it  we're already mining ?! ^^

DOGE: DDvk8MVrj78ymkC9kfsn9K8ZJjQxBbieAv
GLD: E599JmQd5WirEJukVDkwtm3An77g61ffz2
COL: yZnQ7ZCKa4ZuvNuvN1XMGSwJ7ZEbsxtWd
FreePls
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
December 16, 2013, 12:43:53 AM
 #62

nah the first 48 hours is with reduced rewards

if you find a block yet you get 2 MMC

in 37 hours you will get the full reward of 280 MMC for a block

HPWolf
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
December 16, 2013, 01:03:28 AM
 #63

mind to share the solution ? im having the same problem ?

Could not get it to work with 1 core needed to use the 2 core as well as when running

apt-get update
apt-get install -y git make g++ build-essential dos2unix
apt-get install -y libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev  libboost-all-dev
git clone https://github.com/memorycoin/memorycoin && cd memorycoin/src && make -f makefile.unix

wasent running for me so i pasted each line seperatly


Earn Devcoins by Writing / DVC = 1EZJpi6p2eckikh84cWtLN1D2sqFbsNi2T
BTC = 13q8dXCqEeCcfXkktbYTorpvNP4B6Qowcz / http://bitcoinpyramid.com/r/7567
evoked22
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
December 16, 2013, 02:23:16 AM
 #64

Hi.

I started mining this pretty much as soon as it was posted following the instructions in an Windows environment running putty to access the server. The session closed and I had to close putty. I know it will continue to run in the background regardless of the interface connection though i am not sure how to get back to the screen to see the progress and status.

Can you please help me out when possible Smiley

Cheers


SnZN5o2ePUgtr9roQyavBC3r41vz7p63ne
HPWolf
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
December 16, 2013, 02:43:09 AM
 #65

Hi.

I started mining this pretty much as soon as it was posted following the instructions in an Windows environment running putty to access the server. The session closed and I had to close putty. I know it will continue to run in the background regardless of the interface connection though i am not sure how to get back to the screen to see the progress and status.

Can you please help me out when possible Smiley

Cheers



I would assume you can just run

cd memorycoin/src && ./bitcoind getinfo && ./bitcoind getmininginfo

Earn Devcoins by Writing / DVC = 1EZJpi6p2eckikh84cWtLN1D2sqFbsNi2T
BTC = 13q8dXCqEeCcfXkktbYTorpvNP4B6Qowcz / http://bitcoinpyramid.com/r/7567
atlocc
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
December 16, 2013, 02:48:04 AM
 #66

Hi.

I started mining this pretty much as soon as it was posted following the instructions in an Windows environment running putty to access the server. The session closed and I had to close putty. I know it will continue to run in the background regardless of the interface connection though i am not sure how to get back to the screen to see the progress and status.

Can you please help me out when possible Smiley

Cheers



I would assume you can just run

cd memorycoin/src && ./bitcoind getinfo && ./bitcoind getmininginfo

I'd say

Code:
watch './bitcoind getinfo && ./bitcoind getmininginfo'
iluveunc
Full Member
***
Offline Offline

Activity: 140
Merit: 100

CEO/Founder AltSwap (Cryptocurrency Exchange)


View Profile
December 16, 2013, 03:10:36 AM
 #67

To answer...

This: cd memorycoin/src && ./bitcoind getinfo && ./bitcoind getmininginfo -- worked

This: watch './bitcoind getinfo && ./bitcoind getmininginfo' -- did not work

Bitcoin address: 1Q6hPQfJANFzthXiCkedHk3S7ptAZVUZ5E

Earn Devcoins by Writing
iluveunc
Full Member
***
Offline Offline

Activity: 140
Merit: 100

CEO/Founder AltSwap (Cryptocurrency Exchange)


View Profile
December 16, 2013, 03:17:09 AM
 #68

Has anyone found better services than DigitalOcean? Better processor for the money?

Currently my stats:

8 CPU Plan
$0.238/hour
0.70990235 hashes/min

0 Blocks found (about 4 hours mining)

Bitcoin address: 1Q6hPQfJANFzthXiCkedHk3S7ptAZVUZ5E

Earn Devcoins by Writing
atlocc
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
December 16, 2013, 03:20:56 AM
 #69

To answer...

This: cd memorycoin/src && ./bitcoind getinfo && ./bitcoind getmininginfo -- worked

This: watch './bitcoind getinfo && ./bitcoind getmininginfo' -- did not work

I was assuming your were already in memorycoin/src

if you are in home folder, for realtime stats, is

Code:
cd memorycoin/src && watch './bitcoind getinfo && ./bitcoind getmininginfo'

If you rebooted your droplet

Code:
cd memorycoin/src && ./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'
evoked22
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
December 16, 2013, 03:28:39 AM
 #70

Hi.

I started mining this pretty much as soon as it was posted following the instructions in an Windows environment running putty to access the server. The session closed and I had to close putty. I know it will continue to run in the background regardless of the interface connection though i am not sure how to get back to the screen to see the progress and status.

Can you please help me out when possible Smiley

Cheers



I would assume you can just run

cd memorycoin/src && ./bitcoind getinfo && ./bitcoind getmininginfo

I'd say

Code:
watch './bitcoind getinfo && ./bitcoind getmininginfo'

They both worked Smiley

Cheers for your help.

SnZN5o2ePUgtr9roQyavBC3r41vz7p63ne
evoked22
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
December 16, 2013, 03:30:05 AM
 #71

These are my stats so far:

is it correct

 "version" : 85200,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 141,
    "timeoffset" : 0,
    "connections" : 44,
    "proxy" : "",
    "difficulty" : 0.00002063,
    "testnet" : false,
    "keypoololdest" : 1387126859,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}
{
    "blocks" : 141,
    "currentblocksize" : 2147,
    "currentblocktx" : 3,
    "difficulty" : 0.00002063,
    "errors" : "",

SnZN5o2ePUgtr9roQyavBC3r41vz7p63ne
atlocc
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
December 16, 2013, 03:34:17 AM
 #72

These are my stats so far:

is it correct

 "version" : 85200,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 141,
    "timeoffset" : 0,
    "connections" : 44,
    "proxy" : "",
    "difficulty" : 0.00002063,
    "testnet" : false,
    "keypoololdest" : 1387126859,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}
{
    "blocks" : 141,
    "currentblocksize" : 2147,
    "currentblocktx" : 3,
    "difficulty" : 0.00002063,
    "errors" : "",


expand your window to see "hashespermin" too
evoked22
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
December 16, 2013, 03:35:51 AM
 #73

lol...cheers for that

  "hashespermin" : 0.19719587,


Thats not very good is it?

and also with the amount of blocks it lists why is the balance still on zero?

SnZN5o2ePUgtr9roQyavBC3r41vz7p63ne
HPWolf
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
December 16, 2013, 03:38:09 AM
 #74

Mine kinda looks the same as yours

{
    "version" : 85200,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 141,
    "timeoffset" : -1,
    "connections" : 17,
    "proxy" : "",
    "difficulty" : 0.00002063,
    "testnet" : false,
    "keypoololdest" : 1387150695,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}
{
    "blocks" : 141,
    "currentblocksize" : 2147,
    "currentblocktx" : 3,
    "difficulty" : 0.00002063,
    "errors" : "",
    "genproclimit" : -1,
    "hashespermin" : 0.15386549,
    "pooledtx" : 3,
    "testnet" : false

Earn Devcoins by Writing / DVC = 1EZJpi6p2eckikh84cWtLN1D2sqFbsNi2T
BTC = 13q8dXCqEeCcfXkktbYTorpvNP4B6Qowcz / http://bitcoinpyramid.com/r/7567
atlocc
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
December 16, 2013, 03:39:08 AM
 #75

yeap, it's not so much, if difficult doesn't drop it'll worth nothing to you (you might also be very lucky, who knows Wink )
number of block says total blocks found, not those found by you
evoked22
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
December 16, 2013, 03:52:09 AM
 #76

How can i increase this. is there a better way to mine for this. I just pretty much followed the instructions on the first page though it doesnt seem very efficient.

Can you please recommend a different setup?

SnZN5o2ePUgtr9roQyavBC3r41vz7p63ne
atlocc
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
December 16, 2013, 03:56:22 AM
 #77

only options:
-more droplet
-more powerful droplet
Digicoiner
Sr. Member
****
Offline Offline

Activity: 310
Merit: 250


In Crypto I trust.


View Profile
December 16, 2013, 04:18:54 AM
 #78

On my ubuntu droplet I ran: 'grep aes /proc/cpuinfo' and it returned nothing.  Can I get a droplet with the AES feature?
evoked22
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
December 16, 2013, 04:26:28 AM
 #79

Upgraded the droplet but only getting
    "hashespermin" : 0.31899029,

How did someone get 2.8 with an i7?

seems alot more than this droplet i have created

SnZN5o2ePUgtr9roQyavBC3r41vz7p63ne
iluveunc
Full Member
***
Offline Offline

Activity: 140
Merit: 100

CEO/Founder AltSwap (Cryptocurrency Exchange)


View Profile
December 16, 2013, 05:03:35 AM
 #80

I doubt the numbers that user posted were real. Though I have no proof, I am getting only 0.7+ with an 8 core droplet. I am thinking about upgrading though if this actually proves to be useful.

Bitcoin address: 1Q6hPQfJANFzthXiCkedHk3S7ptAZVUZ5E

Earn Devcoins by Writing
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!