Author Topic: [MMC] Solo miner compilation guide  (Read 10998 times)

0 Members and 1 Guest are viewing this topic.

Offline freenix

  • Newbie
  • *
  • Posts: 1
    • View Profile
Hi h0g0f0g0,
I have multiple machines, and I want make one it as a mmc mining server for other machins.
what should I do? Can you give me a conf for it, thanks very much!

Offline Vanderi

  • Newbie
  • *
  • Posts: 10
    • View Profile
No love for the MS Win people:(

Offline n00b2013

  • Jr. Member
  • **
  • Posts: 31
    • View Profile
always feel lucky, id solo mine ltc if i had a bit more hash :D

Offline FreeTrade

  • Moderator
  • Hero Member
  • *****
  • Posts: 700
    • View Profile
anyone mining solo with 4hpm ? or could advise if its even worth it ?

At currently difficulty you'd expect one block every 26 days.

Depends how lucky you're feeling . . . .
“People should be more sophisticated? How are you gonna get that done?” - Jerry Seinfeld reply to Bill Maher

Offline n00b2013

  • Jr. Member
  • **
  • Posts: 31
    • View Profile
anyone mining solo with 4hpm ? or could advise if its even worth it ?

Offline seraphim

after you created the conf file, you created a script called run-memorycoind
you can check file permissions with ls -l | grep run-m
Meet you on STEEM

Offline SpecialFX

  • Newbie
  • *
  • Posts: 7
    • View Profile
./run-memorycoind
gives permission denied

Offline SpecialFX

  • Newbie
  • *
  • Posts: 7
    • View Profile
thanks :), what is the best node?

Offline seraphim

Code: [Select]
echo 'server=1
gen=1
logtimestamps=1
rpcallowip=127.0.0.1
rpcuser=memorycoinrpc
rpcpassword=SOME_SECURE_PASSWORD' > .memorycoin/memorycoin.conf

this creates a new memorycoin.conf with the lines before.
just put the addnodes in between somewhere
Meet you on STEEM

Offline SpecialFX

  • Newbie
  • *
  • Posts: 7
    • View Profile
on step 4 I am a bit unsure about this?

addnode=IP_ADDRESS

when do I type than it?

Offline SpecialFX

  • Newbie
  • *
  • Posts: 7
    • View Profile
nice, howd ya figure out all that?

is it ok to paste the multiline commans in terminal?

Offline n00b2013

  • Jr. Member
  • **
  • Posts: 31
    • View Profile
this is one impressive, detailed guide, nice work  !!!

Offline Chronos24

  • Newbie
  • *
  • Posts: 9
    • View Profile

Offline h0g0f0g0

  • Jr. Member
  • **
  • Posts: 48
    • View Profile
Make sure you are using the latest version of the miner and run

Code: [Select]
memorycoind -reindex &
Then a database will be reindexed and mining starts again. Best if you ran reindex with option "gen=0"in your config file.
Start mining with:

Code: [Select]
memorycoind setgenerate true

Offline brucemj

  • Newbie
  • *
  • Posts: 2
    • View Profile
memorycoind -daemon

 MemoryCoin server starting
: Error loading block database.
Do you want to rebuild the block database now?
memorycoind: db/version_set.cc:715: leveldb::VersionSet::~VersionSet(): Assertion `dummy_versions_.next_ == &dummy_versions_' failed.

can you help me ? thx