Pages:
Author

Topic: Cloud Mining Guide - MemoryCoin 2.0 (MMC) - Miners up in the cloud! [UPDATE!!!] - page 4. (Read 19272 times)

sr. member
Activity: 308
Merit: 250
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

its real. I got 2.5-2.6 ish hashespermin on my i7-3610QM Laptop(MSI GE60).

Can this be done in a windows environment?
sr. member
Activity: 476
Merit: 500
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

its real. I got 2.5-2.6 ish hashespermin on my i7-3610QM Laptop(MSI GE60).
full member
Activity: 140
Merit: 100
CEO/Founder AltSwap (Cryptocurrency Exchange)
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.
sr. member
Activity: 308
Merit: 250
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
sr. member
Activity: 310
Merit: 250
In Crypto I trust.
On my ubuntu droplet I ran: 'grep aes /proc/cpuinfo' and it returned nothing.  Can I get a droplet with the AES feature?
newbie
Activity: 51
Merit: 0
only options:
-more droplet
-more powerful droplet
sr. member
Activity: 308
Merit: 250
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?
newbie
Activity: 51
Merit: 0
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
member
Activity: 79
Merit: 10
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
sr. member
Activity: 308
Merit: 250
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?
newbie
Activity: 51
Merit: 0
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
sr. member
Activity: 308
Merit: 250
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" : "",
sr. member
Activity: 308
Merit: 250
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.
newbie
Activity: 51
Merit: 0
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'
full member
Activity: 140
Merit: 100
CEO/Founder AltSwap (Cryptocurrency Exchange)
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)
full member
Activity: 140
Merit: 100
CEO/Founder AltSwap (Cryptocurrency Exchange)
To answer...

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

This: watch './bitcoind getinfo && ./bitcoind getmininginfo' -- did not work
newbie
Activity: 51
Merit: 0
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'
member
Activity: 79
Merit: 10
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
sr. member
Activity: 308
Merit: 250
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

member
Activity: 79
Merit: 10
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

Pages:
Jump to: