Bitcoin Forum
May 27, 2024, 09:09:47 AM *
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 15, 2013, 05:25:01 PM
 #21

try yum install boost and try it again Smiley

coininaction
Member
**
Offline Offline

Activity: 103
Merit: 10



View Profile
December 15, 2013, 05:32:18 PM
 #22

Quote
=> transfer out funds by commandline transfer or copying the wallet.dat

can you pls describe a little bit more .. who to fint my address then?
Great question!

You mined a block? Congratulations!

Transfer by typing:
./bitcoind sendtoaddress <memorycoinaddress> <amount> [comment] [comment-to]
where memorycoinaddress is your desktop memorry coin wallet adress

or copy the wallet.dat over to your pc using ftp or email from cd ~ && cd .memorycoin and import it into the desktop client!

thx man for this info

thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 15, 2013, 05:34:22 PM
 #23

Quote
=> transfer out funds by commandline transfer or copying the wallet.dat

can you pls describe a little bit more .. who to fint my address then?
Great question!

You mined a block? Congratulations!

Transfer by typing:
./bitcoind sendtoaddress <memorycoinaddress> <amount> [comment] [comment-to]
where memorycoinaddress is your desktop memorry coin wallet adress

or copy the wallet.dat over to your pc using ftp or email from cd ~ && cd .memorycoin and import it into the desktop client!

thx man for this info

You can always donate to the dev's or trow some small btc my way!
Adress is in the sig!

kaene
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1005


View Profile
December 15, 2013, 05:51:12 PM
 #24

I compiled it under Centos by using make -f makefile.unix BOOST_LIB_SUFFIX=-mt  but when I start it I get:

EXCEPTION: 9key_error
CKey::CKey() : EC_KEY_new_by_curve_name failed
memorycoin in AppInit()



Any idea? I think it might be something related to the SSL library
kaene
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1005


View Profile
December 15, 2013, 05:59:08 PM
 #25

I compiled it under Centos by using make -f makefile.unix BOOST_LIB_SUFFIX=-mt  but when I start it I get:

EXCEPTION: 9key_error
CKey::CKey() : EC_KEY_new_by_curve_name failed
memorycoin in AppInit()

I suggest you to use the latest Ubuntu and it works out of the box, no need to fiddle

Code:
{
    "blocks" : 59,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.00001525,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "hashespermin" : 0.92943275,
    "pooledtx" : 0,
    "testnet" : false
}


Thanks, if I could use Ubuntu I wouldn't ask Tongue (I have some servers with Centos and I can't change them to Ubuntu easily)
coininaction
Member
**
Offline Offline

Activity: 103
Merit: 10



View Profile
December 15, 2013, 05:59:56 PM
 #26

@podohost: yes you'Re mining now

thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 15, 2013, 06:00:27 PM
 #27

I have something like this:

Does it mean I am mining?

I used winscp to manually creae .conf file inside of "memorycoin" folder.

yes you are mining!

thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 15, 2013, 06:03:59 PM
 #28

I compiled it under Centos by using make -f makefile.unix BOOST_LIB_SUFFIX=-mt  but when I start it I get:

EXCEPTION: 9key_error
CKey::CKey() : EC_KEY_new_by_curve_name failed
memorycoin in AppInit()



Any idea? I think it might be something related to the SSL library

why the suffix? it should work with the packages out of the box
give: yum boost-devel  a try!

deathmul
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250



View Profile
December 15, 2013, 06:10:45 PM
 #29

How to check how many coins I mined?

coininaction
Member
**
Offline Offline

Activity: 103
Merit: 10



View Profile
December 15, 2013, 06:16:10 PM
 #30

How to check how many coins I mined?

{
    "version" : 85200,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 60,
    "timeoffset" : -1,
    "connections" : 16,
    "proxy" : "",
    "difficulty" : 0.00001140,
    "testnet" : false,
    "keypoololdest" : 1387129937,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

there on balance

tyler27
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
December 15, 2013, 06:31:05 PM
 #31

"version" : 85200,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 60,
    "timeoffset" : 18,
    "connections" : 14,
    "proxy" : "",
    "difficulty" : 0.00001140,
    "testnet" : false,
    "keypoololdest" : 1387131193,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}
{
    "blocks" : 60,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.00001140,



Why do I not see my mining speed? Any suggestions?
thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 15, 2013, 06:35:44 PM
 #32


Why do I not see my mining speed? Any suggestions?

make your window larger Smiley

deodecagone
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
December 15, 2013, 06:39:04 PM
 #33

useful howto. Don't make it too easy Cheesy

Next step is a small sh that creates the droplet through the api, scp the dl/compiler sh Cheesy
But note that you will get questionned about how to ssh still

Depsite that I don't see the interest in cloud mining now as :

"
Block target: 6 minutes
target Block reward: 280 MMC, 5% reduction every 1680 blocks
"

Any single block mined today won't breakeven to my opinion





tyler27
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
December 15, 2013, 06:47:43 PM
 #34


Why do I not see my mining speed? Any suggestions?

make your window larger Smiley

Thank you, I actually inverted the watch command to: watch './bitcoind getmininginfo && ./bitcoind getinfo && ./bitcoind listtransactions'
thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 15, 2013, 06:49:55 PM
 #35


Why do I not see my mining speed? Any suggestions?

make your window larger Smiley

Thank you, I actually inverted the watch command to: watch './bitcoind getmininginfo && ./bitcoind getinfo && ./bitcoind listtransactions'

Good one! love the command line.
Next tip is to use screen for ssh settings!

deathmul
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250



View Profile
December 15, 2013, 06:57:56 PM
 #36

I mine 50 minutes on 4 machnines and my balance is still 0 on each machine.
Did you mined some Memorycoins ?

thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 15, 2013, 07:08:54 PM
 #37

I mine 50 minutes on 4 machnines and my balance is still 0 on each machine.
Did you mined some Memorycoins ?

yes i found one block. There are quite a few people mining and the difficulty is very high.
Either take a chance and mine longer or wait 2 days when the return increases Smiley

Trokhon
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
December 15, 2013, 07:25:40 PM
 #38

Where can we trade this coins?
thejepper (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 15, 2013, 07:34:39 PM
 #39

Where can we trade this coins?

no exchanges yet!

coininaction
Member
**
Offline Offline

Activity: 103
Merit: 10



View Profile
December 15, 2013, 07:37:04 PM
 #40

a pool setup would be quite nice then till tuesday when official mining starts -- perhaps the ypool guys!?

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!