Bitcoin Forum
April 18, 2024, 09:10:14 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 [116] 117 118 119 120 121 122 123 124 125 126 127 128 129 »
  Print  
Author Topic: [ANN] MemoryCoin | CPU Coin | Paid Dev Team | Limited Supply [MMC]  (Read 281316 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
FiatKiller
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
February 06, 2014, 01:30:04 PM
 #2301

Hey Guys, I'd like to jump into this coin because I'm renting a server for another purpose already. I also have a used
XEON on the way that I bought.

What is the ideal mining program to use for a XEON E5-2560 2 GHZ, with 8GB RAM & Server 2008 R2 OS?

thanks much

LTC: LdxgJQLUdr8hZ79BV5AYbxkBUdaXctXAPi
MoonCoin Gambling: https://coin-horse.com/MON/
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713431414
Hero Member
*
Offline Offline

Posts: 1713431414

View Profile Personal Message (Offline)

Ignore
1713431414
Reply with quote  #2

1713431414
Report to moderator
1713431414
Hero Member
*
Offline Offline

Posts: 1713431414

View Profile Personal Message (Offline)

Ignore
1713431414
Reply with quote  #2

1713431414
Report to moderator
itsik78
Full Member
***
Offline Offline

Activity: 462
Merit: 100



View Profile
February 06, 2014, 01:55:28 PM
 #2302

Hey Guys, I'd like to jump into this coin because I'm renting a server for another purpose already. I also have a used
XEON on the way that I bought.

What is the ideal mining program to use for a XEON E5-2560 2 GHZ, with 8GB RAM & Server 2008 R2 OS?

thanks much
Hi,
I've created a thread with info.
https://bitcointalk.org/index.php?topic=439874
The ideal miner 99.9% of the time is Yam (current version: M7k)
Follow the instructions on option 2 to get it working.
ManeBjorn
Legendary
*
Offline Offline

Activity: 1288
Merit: 1004



View Profile
February 06, 2014, 01:57:51 PM
 #2303

Ah I see.
That is quite interesting.
Thanks.

So how do I we use this to mine MMC?
It looks very interesting. 

The Proof of Work is a modified Momentum based algorithm. It has a small SHA512 component, and a large AES component - chips with AES-NI instruction sets will fare *much* better. Each hash requires 1GB of Memory to perform and encrypts 50GB of data. By contrast, the verification only requires 128K and less than one 10th of a second.

Here's how Cuckoo Cycle at 2^{28} nodes compares:

It has the tiniest possible SHA256 component (one call), and a moderate siphash-2-4 component.
Each instance requires 1GB of memory to perform and hashes 1GB of data.
By contrast, the verification only requires 1/3 KB and takes less than one 10th of  a *micro* second.

Each instance has about a 5% probability of having a solution at the default setting.

Memory access in Cuckoo is maximally random, so it's constrained by memory latency
rather than bandwidth, and caches are irrelevant. The amount of computation is minimized
relative to memory access. See https://github.com/tromp/cuckoo for a paper and implementation.

I just design the PoW. It's up to other people to launch new coins that use it:-)

They should go with a relatively long block interval though (10min), so they can increase the
memory requirement to 4GB or more (where running a single instance takes over a minute).

I'm also a proponent of fixed rewards, since the rate of lost coins is a probably a few percent,
so even a fixed reward coin can't remain inflationary for long.

FiatKiller
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
February 06, 2014, 02:20:09 PM
 #2304

Hey Guys, I'd like to jump into this coin because I'm renting a server for another purpose already. I also have a used
XEON on the way that I bought.

What is the ideal mining program to use for a XEON E5-2560 2 GHZ, with 8GB RAM & Server 2008 R2 OS?

thanks much
Hi,
I've created a thread with info.
https://bitcointalk.org/index.php?topic=439874
The ideal miner 99.9% of the time is Yam (current version: M7k)
Follow the instructions on option 2 to get it working.


Thanks homey!

LTC: LdxgJQLUdr8hZ79BV5AYbxkBUdaXctXAPi
MoonCoin Gambling: https://coin-horse.com/MON/
FiatKiller
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
February 06, 2014, 04:07:55 PM
 #2305

I'm crashing with no errorcode right from the getgo on the XEON E5-2620 which is Sandy Bridge supposedly.
I have 8 GB of RAM avail. OS is Server 2008 R2.

threads = 1
mining-params = mmc:av=1&aesni=on&m=2048
mine = getwork://MEUKuddxchGRtPxJyTTd2dLcCrKTmCh5FW@work.mmcpool.com:80:8880:8881:8882:8883/mmc
mine = getwork://MEUKuddxchGRtPxJyTTd2dLcCrKTmCh5FW@mmcpool.1gh.com:8080:8081:8082:8083/mmc
mine = getwork://yvg1900.mmc_1:x@mmc.gpools.com:8080/mmc
#proxy = socks4a://127.0.0.1:9150
compact-stats = 0
print-timestamps = 1

I tried diff num of threads, mem, and aesni=off

??  lol

I don't have to register with the pool, correct?

LTC: LdxgJQLUdr8hZ79BV5AYbxkBUdaXctXAPi
MoonCoin Gambling: https://coin-horse.com/MON/
itsik78
Full Member
***
Offline Offline

Activity: 462
Merit: 100



View Profile
February 06, 2014, 04:25:53 PM
Last edit: April 28, 2018, 11:32:35 AM by itsik78
 #2306

I'm crashing with no errorcode right from the getgo on the XEON E5-2620 which is Sandy Bridge supposedly.
I have 8 GB of RAM avail. OS is Server 2008 R2.

threads = 1
mining-params = mmc:av=1&aesni=on&m=2048
compact-stats = 0
print-timestamps = 1

I tried diff num of threads, mem, and aesni=off

??  lol

I don't have to register with the pool, correct?
Replied on the other thread Smiley
https://bitcointalk.org/index.php?topic=439874.msg4975518#msg4975518
itsik78
Full Member
***
Offline Offline

Activity: 462
Merit: 100



View Profile
February 06, 2014, 05:03:42 PM
Last edit: February 06, 2014, 05:19:47 PM by itsik78
 #2307

Please vote for MemoryCoin to be added to a new exchange (allcrypt.com) here:
http://www.allcrypt.com/beta/voting.php

(Note: You can vote 10 times for the same coin...)

Thanks
ManeBjorn
Legendary
*
Offline Offline

Activity: 1288
Merit: 1004



View Profile
February 06, 2014, 09:17:57 PM
 #2308

Done.
I also hit up a few other threads and sites voting for MMC.
 Smiley
Please vote for MemoryCoin to be added to a new exchange (allcrypt.com) here:
http://www.allcrypt.com/beta/voting.php

(Note: You can vote 10 times for the same coin...)

Thanks


Nippel66
Full Member
***
Offline Offline

Activity: 258
Merit: 100


View Profile
February 07, 2014, 04:36:29 PM
 #2309



EARNINGS

    3.8710 MMC Paid
    0.1412 MMC Current balance
    2.1943 MMC Unconfirmed
LATEST PAYOUTS
ID    Date    Amount    TX ID
4654    4 hours ago    0.58248057    62987b61909a2ac949b6c8c15ce37d481b3a3cadbeb744ac0803cbe522910968
4642    12 hours ago    0.56662727    a73d2df9d612d5afc6365819bc458a89359e0e8162babcfe56576fc1ebe1a5a0
4630    a day ago    0.55510390    f13dce7d78ac30445f65877f7a87e78287e57b0710d60e0a7db88fe1a6841aec
4618    2 days ago    0.55896055    51e0f9b2d52c4eca4d18e0595c4612d5fa623acdcd370d9bcfb945adff8dcbfd
4608    2 days ago    0.54525234    966abbe035e040f597385b06cbb03dfde735b4e50b885a7b4b9364488c6ef19a
4596    2 days ago    0.51284346    45a39fb0e14aefb33169f14a8a8ab8073379fbb877ff4506c864cfd78a8bf0b6
4573    2 days ago    0.54973709    2dee05e88096170f64993977e270ddd1381424eb4561d1a2787b5f0c86418b75

Still nothing, in wallet. Where/When cant i expect to get payout?

seraphim_bts
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
February 07, 2014, 05:16:19 PM
 #2310

Everything under payouts should be in your wallet, it only takes a few seconds to minutes until it shows up there

Here's the address it was paid to:
http://www.mmc-chain.com/?engine=blockexplorer&address=ML4jJT2SjGcjC7MTnQx6Eg5GJsp9C7AfbJ

Is that your address? Is your wallet synced (we're at block 13085 currently)?
Nippel66
Full Member
***
Offline Offline

Activity: 258
Merit: 100


View Profile
February 07, 2014, 06:34:27 PM
 #2311

Everything under payouts should be in your wallet, it only takes a few seconds to minutes until it shows up there

Here's the address it was paid to:
http://www.mmc-chain.com/?engine=blockexplorer&address=ML4jJT2SjGcjC7MTnQx6Eg5GJsp9C7AfbJ

Is that your address? Is your wallet synced (we're at block 13085 currently)?

My wallet is ( ML4jJT2SjGcjC7MTnQx6Eg5GJsp9C7AfbJ ) So it is mine, jess full synced. Could it bee the pool mining, get the issue? I mine with wallet. And my ballance is 41.85453 MMC  Block 12573 o_0 Green V at full synced.

seraphim_bts
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
February 07, 2014, 06:43:28 PM
 #2312

Seems like the sync is stuck. Try restarting it, if you don't get to block 13093 close it again, go to %appdata%\MemoryCoin , delete everything (except wallet.dat!) and start it again. It will resync from the beginning then.
Nippel66
Full Member
***
Offline Offline

Activity: 258
Merit: 100


View Profile
February 07, 2014, 06:45:07 PM
 #2313

Seems like the sync is stuck. Try restarting it, if you don't get to block 13093 close it again, go to %appdata%\MemoryCoin , delete everything (except wallet.dat!) and start it again. It will resync from the beginning then.

Ok, i wil give you a sound Wink Tanx alot Smiley
Re index from harddrive now

Nippel66
Full Member
***
Offline Offline

Activity: 258
Merit: 100


View Profile
February 07, 2014, 06:48:35 PM
 #2314

13094 blocks now. Locks like the mining pool comand, block some tings.


Nippel66
Full Member
***
Offline Offline

Activity: 258
Merit: 100


View Profile
February 07, 2014, 07:04:44 PM
 #2315

46.36257598 MMC
Full synced

seraphim_bts
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
February 07, 2014, 07:05:52 PM
 #2316

Great Smiley

Got several reports about stuck sync already and asked freetrade to look into it. He confirmed but doesn't know what causes it yet :/
Nippel66
Full Member
***
Offline Offline

Activity: 258
Merit: 100


View Profile
February 07, 2014, 07:09:07 PM
 #2317

Great Smiley

Got several reports about stuck sync already and asked freetrade to look into it. He confirmed but doesn't know what causes it yet :/

Ok good.
Did they mine with wallet, since the issue? I think, it is the program, that mines, that sucks. all that computing craft to, mine, so the wallet cant sync it completley.
But its maby a guess?

seraphim_bts
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
February 07, 2014, 07:25:29 PM
 #2318

Yes, seems like it only happens while using the miner from the wallet.

On linux it doesn't happen with the same miner. But it's not integrated in the wallet there, it has to be started seperate.
If it really bothers you you could try that on windows too. See the second option here http://memorycoin.org/profitable-cpu-mining-with-memorycoin-mmc/ - can't guarantee that it won't happen then too, may be worth a try.

On the other hand, you can always check your balance on mmc-chain.com and don't need to care about what the wallet says (as long as you don't want to send something) - at least we know the reason now.

bobalo
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
February 07, 2014, 07:25:58 PM
 #2319

my wallet is stuck syncing at 12999 block... wtf is going on , same thing with MetisCoin

EDIT : Oh it came to it's senses now Cheesy

SlyWax
Sr. Member
****
Offline Offline

Activity: 248
Merit: 251



View Profile
February 08, 2014, 02:46:45 PM
 #2320

Please vote for MemoryCoin to be added to a new exchange (allcrypt.com) here:
http://www.allcrypt.com/beta/voting.php

(Note: You can vote 10 times for the same coin...)

Thanks


Voted 10 times Wink
Pages: « 1 ... 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 [116] 117 118 119 120 121 122 123 124 125 126 127 128 129 »
  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!