Author

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

jr. member
Activity: 60
Merit: 1
"Runtime Error" on all my win 32 computer
How can I do with this?

me too

Any more info on that?

Might be because you're trying to mine before the blockchain is downloaded.

It says it's synced and current block count shows the same as on my 64 bit computer where mining works fine. But on 32 bit there is no chance to get it working. As soon as I either enter "setgenerate true" in debug console or choose one of the menu items for mining it crashes with a Visual C++ runtime error. The computer has about 3 GB of free memory and PTS mining works fine there (using the beeeer.org 32 bit client though).
sr. member
Activity: 322
Merit: 250
Please help me in going nuts. My wallet synced but im not seeing any MMC. Im mining with "Mine 4 Processes"


{
"blocks" : 44,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00000099,
"errors" : "",
"generate" : false,
"genproclimit" : 4,
"hashespermin" : 0.44342621,
"pooledtx" : 0,
"testnet" : false
}

Yet im not seeing any MMC in my wallet. Please tell me how do I get my MMC to appear in my wallet? How do I set the MMC to go to a certain address? Im doing something wrong?

My CPU is a i5-2410m 2,3ghz, do I have to enable anything in the bios or something?
PLEASE HELP
sr. member
Activity: 476
Merit: 500
intel i3  0.267 hpm, not getting any block ;(

MNoRbPui9MVpQ4Wry5jqpKujc8CqWwRk2o

It's okay...looks like it will take a while to find a block. We are 42 minutes in with 44 blocks found lol.

I've ran it since 2 UTC at 2.5 hashes/m and still haven't found any.
member
Activity: 84
Merit: 10
intel i3  0.267 hpm, not getting any block ;(

MNoRbPui9MVpQ4Wry5jqpKujc8CqWwRk2o
sr. member
Activity: 476
Merit: 500
As of right now I am still not getting any signal , I am still not connected to any blocks so far . I downloaded the wallet and waited to be connected to blockchain , is there something wrong? Should I do something other than this or should I just wait more? On the bottom right of the wallet its still blinking away 2 computer screens with one X sign and than it goes to 1 signal and come back to computer screens again. Is this a common thing? Waited for more than an hour and its still out of sync.

go to Help -> Debug Window. Then type in the box line by line

addnode 180.183.156.250:1968 add
addnode 90.231.187.171:50251 add
addnode 76.24.94.154:1968 add
addnode 70.112.30.253:26959 add
addnode 62.43.2.239:1968 add
addnode 82.52.177.81:1968 add
addnode 193.92.140.209:51570 add

Then just wait a couple minutes.
sr. member
Activity: 331
Merit: 250
main.cpp:5452:3: error: ‘mkdir’ was not declared in this scope

debian 7.2
legendary
Activity: 1120
Merit: 1000
Out of sync, No block source available. 1 hour behind. I added the nodes from someone's post. Nothing. What to do?
newbie
Activity: 18
Merit: 0
Me too

Linux - Ubuntu (64)
source from github

 
Code:
main.cpp: In function âbool getGrantAwardsFromDatabaseForBlock(int64)â:
main.cpp:5435:50: warning: format â%dâ expects argument of type âintâ, but argum   ent 2 has type âint64 {aka long long int}â [-Wformat]
main.cpp:5437:119: warning: format â%dâ expects argument of type âintâ, but argu   ment 2 has type âint64 {aka long long int}â [-Wformat]
main.cpp:5452:3: error: âmkdirâ was not declared in this scope
main.cpp: In function âstd::string electOrEliminate(int64, int)â:
main.cpp:5602:80: warning: comparison between signed and unsigned integer expres   sions [-Wsign-compare]
make: *** [obj/main.o] Error 1

jr. member
Activity: 60
Merit: 1
DO NOT COMPILE FROM SOURCE!

It uses bitcoind executable name and .protoshares database dir.  I can only imagine if you have PTS mining on the same machine you will have issues.

Waiti for updated source.

Okay - source now available.

I downloaded and compiled the source after that post but it still created a "bitcoind" executable. Isn't that name supposed to be changed?
hero member
Activity: 854
Merit: 539
how can we put more than 8 process on the setting menu there is no 16 or 32 button
full member
Activity: 182
Merit: 100
Cant cmpile on ubuntu:

main.cpp:5452:3: error: ‘mkdir’ was not declared in this scope


same error for me, a fix?
sr. member
Activity: 350
Merit: 250
 As of right now I am still not getting any signal , I am still not connected to any blocks so far . I downloaded the wallet and waited to be connected to blockchain , is there something wrong? Should I do something other than this or should I just wait more? On the bottom right of the wallet its still blinking away 2 computer screens with one X sign and than it goes to 1 signal and come back to computer screens again. Is this a common thing? Waited for more than an hour and its still out of sync.
full member
Activity: 164
Merit: 100
 Smiley cant even find a block
full member
Activity: 140
Merit: 100
Cant cmpile on ubuntu:

main.cpp:5452:3: error: ‘mkdir’ was not declared in this scope
legendary
Activity: 1428
Merit: 1030
It worked, it's downloading the block.
What about the .conf file? Why it isn't included by default? What should I put inside the memorycoin.conf file that I have to create anyway?

Also, how do I set that the mined coins go to a certain address? I dont want to be mining and find out they aren't getting into my address

I have the exact same question please !

Actually I've never used a .conf file

Mined rewards will go to your main wallet address.
legendary
Activity: 1094
Merit: 1006
Getting the error: "comparison between signed and unsigned integer expressions -wsign-comparebitcoin comparison between signed and unsigned integer expressions -wsign-compare" when trying to compile.
newbie
Activity: 42
Merit: 0
Only getting one node to connect and its slow downloading the blockchain, been about 15 minutes.   I added all the nodes posted in this forum suggested manually.  I will start up mining after and give it a whirl.

MJ8tdV2RP5jTcqM55XHR518Sd1Nyctfk81
member
Activity: 70
Merit: 10
For all Win32 users, might be this what is happening? Don't know too much about this, but i find this info on protoshares post

"Q:Why is my win32 client crashing?
This happens because too much memory is allocated. If you type 'set generate' or 'set generate -1', this is likely to run too many threads, try to allocate too much memory, and crash. Use the settings menu to start mining or type 'set generate 3' - where 3 is the maximum. To run more threads, you need to start another instance of the client."

setgenerate is working here in the same way?

No - the PoW is different.

It will require 1GB memory free - regardless of how many threads - but you should only use a power of 2 - 1,2,4,8,16,32 for the number of processes.

Me as well.
hero member
Activity: 854
Merit: 539
Core i7 3612QM and winows 7 64 bit

1.9 to 2.0 Hasrate

my MMC adress MTxecTRmb6Gs4wu4jsftJSHSuowiV3o6tF
legendary
Activity: 1428
Merit: 1030
For all Win32 users, might be this what is happening? Don't know too much about this, but i find this info on protoshares post

"Q:Why is my win32 client crashing?
This happens because too much memory is allocated. If you type 'set generate' or 'set generate -1', this is likely to run too many threads, try to allocate too much memory, and crash. Use the settings menu to start mining or type 'set generate 3' - where 3 is the maximum. To run more threads, you need to start another instance of the client."

setgenerate is working here in the same way?

No - the PoW is different.

It will require 1GB memory free - regardless of how many threads - but you should only use a power of 2 - 1,2,4,8,16,32 for the number of processes.
Jump to: