Pages:
Author

Topic: [ANN] MemoryCoin | CPU Coin | Paid Dev Team | Limited Supply [MMC] - page 29. (Read 281382 times)

newbie
Activity: 20
Merit: 0
I was investigating where my MMC from xram went.  I started this post asking about the pool, but have done some research.  I'd like anyone's thoughts on this matter.

 
I understand http://mmc.xpool.xram.co/individual?address=MN6awVmoLj2HbdRHnEAr17e2a3byPPK2V9 has paid out some coins but I don't see them.

This here appears to be my payout but it does not appear in my wallet ? 

http://www.chainbrowser.com/memorycoin/address/MN6awVmoLj2HbdRHnEAr17e2a3byPPK2V9/

My wallet never appears to completely finish synching.  It currently says ~2300/2900 blocks, but last block receive was generated 0 hours ago.  So do I just have huge holes in my blockchain?  Are blocks not downloaded sequentially?  Bug?

Have you already tried deleting all the files except wallet.dat in your .memorycoin (that's for linux, with windows it's somewhere in appdata - just search for wallet.dat) directory?
And check if you have the latest build because with the version 0.8.55 the sync time and reindex time is now really fast Smiley
newbie
Activity: 57
Merit: 0
I was investigating where my MMC from xram went.  I started this post asking about the pool, but have done some research.  I'd like anyone's thoughts on this matter.

 
I understand http://mmc.xpool.xram.co/individual?address=MN6awVmoLj2HbdRHnEAr17e2a3byPPK2V9 has paid out some coins but I don't see them.

This here appears to be my payout but it does not appear in my wallet ? 

http://www.chainbrowser.com/memorycoin/address/MN6awVmoLj2HbdRHnEAr17e2a3byPPK2V9/

My wallet never appears to completely finish synching.  It currently says ~2300/2900 blocks, but last block receive was generated 0 hours ago.  So do I just have huge holes in my blockchain?  Are blocks not downloaded sequentially?  Bug?

Have you already tried deleting all the files except wallet.dat in your .memorycoin (that's for linux, with windows it's somewhere in appdata - just search for wallet.dat) directory?
sr. member
Activity: 405
Merit: 250
I was investigating where my MMC from xram went.  I started this post asking about the pool, but have done some research.  I'd like anyone's thoughts on this matter.

 
I understand http://mmc.xpool.xram.co/individual?address=MN6awVmoLj2HbdRHnEAr17e2a3byPPK2V9 has paid out some coins but I don't see them.

This here appears to be my payout but it does not appear in my wallet ? 

http://www.chainbrowser.com/memorycoin/address/MN6awVmoLj2HbdRHnEAr17e2a3byPPK2V9/

My wallet never appears to completely finish synching.  It currently says ~2300/2900 blocks, but last block receive was generated 0 hours ago.  So do I just have huge holes in my blockchain?  Are blocks not downloaded sequentially?  Bug?
sr. member
Activity: 292
Merit: 250
I upgraded to v8.55 wallet on my linux pc. Now keep getting this error after about 20mins of mining.

Error Message
------------------
terminate called after throwing an instance of 'boost::exception_detail::clone_impl >'
  what():  boost: mutex lock failed in pthread_mutex_lock: Invalid argument

I haven't had this problem with v8.54. So what's wrong?
Would you please try changing 128 in init.cpp line 541 to 1024, recompiling and running once more? (I am the one to blame for this crash)

Ok so I'm still getting the same error after making the mentioned changes. What now?
Would you please tell if your system has number of cores not power of 2 and what it your usual hpm there?

My cpu is i7-2600k running on all 8 threads. Approx. 4.12 hpm.

Thank you, my theory was that the bug was caused by uneven distribution of thread time on slow machines with real number of threads > number of cores. Seems like it did not stand. Nevertheless, would you please try latest commit on your hardware (just make sure to backup your wallet.dat before that)?

Currently running the latest commit. Been over an hour seems fine so far.
sr. member
Activity: 462
Merit: 250
I upgraded to v8.55 wallet on my linux pc. Now keep getting this error after about 20mins of mining.

Error Message
------------------
terminate called after throwing an instance of 'boost::exception_detail::clone_impl >'
  what():  boost: mutex lock failed in pthread_mutex_lock: Invalid argument

I haven't had this problem with v8.54. So what's wrong?
Would you please try changing 128 in init.cpp line 541 to 1024, recompiling and running once more? (I am the one to blame for this crash)

Ok so I'm still getting the same error after making the mentioned changes. What now?
Would you please tell if your system has number of cores not power of 2 and what it your usual hpm there?

My cpu is i7-2600k running on all 8 threads. Approx. 4.12 hpm.

Thank you, my theory was that the bug was caused by uneven distribution of thread time on slow machines with real number of threads > number of cores. Seems like it did not stand. Nevertheless, would you please try latest commit on your hardware (just make sure to backup your wallet.dat before that)?
member
Activity: 106
Merit: 10
Hi, sorry if this has been answered, but i couldnt see it.

I'm using my desktop pc, hashing at approximately 11.8 hash/min... i have entered my wallet address, using the pool mmcpool.com, when/ how do i cash out these coins? (i have just started) ... is there a payout threshold?

thanks!

From http://mmcpool.com:
"Payouts are made automatically when reaching 1 MMC"

You can check your earnings by entering your wallet address at http://mmcpool.com (top right side - under 'CHECK YOUR EARNINGS').

BTW, can you share your CPU details?

Great, thank you Wink

Yeah, sure! It's a PC which is for sale Wink 2x Xeon E5-2687W, 64Gb DDR3 ECC RAM and a Supermicro X9DR3-f motherboard. (Also 4x 2Tb Seagate Constellation disks in a RAID0 array)... Honestly, it plays Minesweeper like you have never seen Wink hahahaha!

My i7 3770 is hasing away at 3.3 though which I didn't think was too bad at all!

JT
hero member
Activity: 781
Merit: 501
both mmcpool and xram pool resolve block 2916?  Shocked
legendary
Activity: 1386
Merit: 1045
When will MemoryCoin 2.0 be added to Cryptsy?

Please support MMC to be added on cryptsy https://bitsharestalk.org/index.php?topic=1603.0

Meanwhile you can trade on bter http://bter.com/trade/mmc_btc
Does anyone know if the exchanges honor the ProtoShares to MemoryCoin conversion for the ProtoShares held with them, or are they just going to claim those for themselves and not give anything to the people it belongs to? Neither Cryptsy nor Bter has replied to this query.

I'm guessing they're just going to keep them.
Damn it! Should have withdrawn all of them to my personal wallet
sr. member
Activity: 292
Merit: 250
I upgraded to v8.55 wallet on my linux pc. Now keep getting this error after about 20mins of mining.

Error Message
------------------
terminate called after throwing an instance of 'boost::exception_detail::clone_impl >'
  what():  boost: mutex lock failed in pthread_mutex_lock: Invalid argument

I haven't had this problem with v8.54. So what's wrong?
Would you please try changing 128 in init.cpp line 541 to 1024, recompiling and running once more? (I am the one to blame for this crash)

Ok so I'm still getting the same error after making the mentioned changes. What now?
Would you please tell if your system has number of cores not power of 2 and what it your usual hpm there?

My cpu is i7-2600k running on all 8 threads. Approx. 4.12 hpm.
sr. member
Activity: 308
Merit: 250
Vod is a liar
When will MemoryCoin 2.0 be added to Cryptsy?

Please support MMC to be added on cryptsy https://bitsharestalk.org/index.php?topic=1603.0

Meanwhile you can trade on bter http://bter.com/trade/mmc_btc
Does anyone know if the exchanges honor the ProtoShares to MemoryCoin conversion for the ProtoShares held with them, or are they just going to claim those for themselves and not give anything to the people it belongs to? Neither Cryptsy nor Bter has replied to this query.

I'm guessing they're just going to keep them.
legendary
Activity: 1386
Merit: 1045
When will MemoryCoin 2.0 be added to Cryptsy?

Please support MMC to be added on cryptsy https://bitsharestalk.org/index.php?topic=1603.0

Meanwhile you can trade on bter http://bter.com/trade/mmc_btc
Does anyone know if the exchanges honor the ProtoShares to MemoryCoin conversion for the ProtoShares held with them, or are they just going to claim those for themselves and not give anything to the people it belongs to? Neither Cryptsy nor Bter has replied to this query.
sr. member
Activity: 301
Merit: 250
still can't change my profile pic
When will MemoryCoin 2.0 be added to Cryptsy?

Please support MMC to be added on cryptsy https://bitsharestalk.org/index.php?topic=1603.0

Meanwhile you can trade on bter http://bter.com/trade/mmc_btc
sr. member
Activity: 420
Merit: 250
Bayern
When will MemoryCoin 2.0 be added to Cryptsy?
sr. member
Activity: 383
Merit: 250
Hi, sorry if this has been answered, but i couldnt see it.

I'm using my desktop pc, hashing at approximately 11.8 hash/min...

11.8? darn, what you have at home, HAL?  Grin
sr. member
Activity: 1274
Merit: 250
PredX - AI-Powered Prediction Market
Hi, sorry if this has been answered, but i couldnt see it.

I'm using my desktop pc, hashing at approximately 11.8 hash/min... i have entered my wallet address, using the pool mmcpool.com, when/ how do i cash out these coins? (i have just started) ... is there a payout threshold?

thanks!

From http://mmcpool.com:
"Payouts are made automatically when reaching 1 MMC"

You can check your earnings by entering your wallet address at http://mmcpool.com (top right side - under 'CHECK YOUR EARNINGS').

BTW, can you share your CPU details?
member
Activity: 106
Merit: 10
Hi, sorry if this has been answered, but i couldnt see it.

I'm using my desktop pc, hashing at approximately 11.8 hash/min... i have entered my wallet address, using the pool mmcpool.com, when/ how do i cash out these coins? (i have just started) ... is there a payout threshold?

thanks!
hero member
Activity: 504
Merit: 500
Bitcoin is getting bigcoin
great work , MMC2 pool works fine for me , i'll have 0.36 hash/min and i am very happy with it , welldone
sr. member
Activity: 462
Merit: 250
I upgraded to v8.55 wallet on my linux pc. Now keep getting this error after about 20mins of mining.

Error Message
------------------
terminate called after throwing an instance of 'boost::exception_detail::clone_impl >'
  what():  boost: mutex lock failed in pthread_mutex_lock: Invalid argument

I haven't had this problem with v8.54. So what's wrong?
Would you please try changing 128 in init.cpp line 541 to 1024, recompiling and running once more? (I am the one to blame for this crash)

Ok so I'm still getting the same error after making the mentioned changes. What now?
Would you please tell if your system has number of cores not power of 2 and what it your usual hpm there?
hero member
Activity: 616
Merit: 500
picked up a xeon e3-1230v3..

[21:41:31] Found solution - 3289 / 1968 / 1783699767
[21:41:36] Found solution - 1803 / 1968 / 1500435605
[21:41:38] Found share ...035e98ad74c0c02a: submitting
[21:41:38] Stats: 3.396 hash/min
[21:41:38] PROOF OF WORK RESULT: Accepted
[21:41:45] Found solution - 10887 / 1968 / 1485444160
[21:41:56] Found share ...8289a7b2b075d316: submitting
[21:41:56] Stats: 3.398 hash/min
sr. member
Activity: 462
Merit: 250
I upgraded to v8.55 wallet on my linux pc. Now keep getting this error after about 20mins of mining.

Error Message
------------------
terminate called after throwing an instance of 'boost::exception_detail::clone_impl >'
  what():  boost: mutex lock failed in pthread_mutex_lock: Invalid argument

I haven't had this problem with v8.54. So what's wrong?
Would you please try changing 128 in init.cpp line 541 to 1024, recompiling and running once more? (I am the one to blame for this crash)

Ok so I'm still getting the same error after making the mentioned changes. What now?
Please roll back to 8.54 then (git reset --hard 99a56961630f88cb0764912ecfe0b115c97f8f08 in memorycoin dir).
Pages:
Jump to: