Pages:
Author

Topic: [ANN] MemoryCoin - page 42. (Read 100338 times)

member
Activity: 105
Merit: 10
August 03, 2013, 10:42:58 PM
Since gethashespersec returns 0, is there a way to verify it's mining properly? (other than watch 'memorycoind listtransactions')
What's a typical blocks/hour expected with an 8core for the current diff of 0.00001525?
full member
Activity: 210
Merit: 100
I not use any kind of messenger beware of scammers
August 03, 2013, 10:39:06 PM
When I go to add the code to line 170, do I paste it above "obj/build.h: FORCE"?
yes. Make sure it is seperate (i.e. line below -include obj-test/*.P) and above obj/build.h
Also make the gcc line is tabbed in not spaces
member
Activity: 105
Merit: 10
August 03, 2013, 10:25:58 PM
Doing a getinfo or gegenerate takes 1-3 seconds to display the results. Event though it's pretty much idle on the cpu and not mining (gen=0, getgenerate returns false). I've got 106 blocks and timeoffset 0.
I don't recall seeing lag like this with any other coin. Wonder what that's about.
full member
Activity: 210
Merit: 100
I not use any kind of messenger beware of scammers
August 03, 2013, 10:14:18 PM
full member
Activity: 210
Merit: 100
I not use any kind of messenger beware of scammers
August 03, 2013, 10:12:52 PM
Thanks. So the .zip will compile with no problems then?
Yes. You will still need the scrypt-jane files and update makefile.unix with the other changes posted earlier in this thread https://bitcointalksearch.org/topic/m.2862284
member
Activity: 105
Merit: 10
August 03, 2013, 09:57:00 PM
#99
This should work also:

git clone -b mcinit https://github.com/memorycoin/memorycoin.git

Code:
In file included from key.h:13:0,
                 from alert.cpp:12:
hash.h:13:37: fatal error: scrypt-jane/scrypt-jane.h: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1

There is no folder scrypt-jane. Not in the mcinit branch nor the 0.8.3.july16 branch (as also seen here https://github.com/memorycoin/memorycoin/tree/mcinit/src). Also not in the direct downloaded zip from those branches like https://github.com/memorycoin/memorycoin/archive/mcinit.zip.
full member
Activity: 217
Merit: 100
August 03, 2013, 09:52:20 PM
#98
based on cointype it downloads from the correct chain, nodes etc.

Something is up with git (ddos messing with it?), download the zip version for now and you should be okay.

This should work also:

git clone -b mcinit https://github.com/memorycoin/memorycoin.git
full member
Activity: 210
Merit: 100
I not use any kind of messenger beware of scammers
August 03, 2013, 09:37:19 PM
#97
From the git page (Download ZIP button on right)
https://github.com/memorycoin/memorycoin/archive/mcinit.zip
full member
Activity: 210
Merit: 100
I not use any kind of messenger beware of scammers
August 03, 2013, 09:33:23 PM
#96
Okay I found the problem, though I am not sure what it is happening.

if you git clone the repository you get different code then what is actually listed. Namely chainparams.cpp

cloned version
Code:
class CMainParams : public CChainParams {
public:
    CMainParams() {
        // The message start string is designed to be unlikely to occur in normal data.
        // The characters are rarely used upper ASCII, not valid as UTF-8, and produce
        // a large 4-byte int at any alignment.
        pchMessageStart[0] = 0xf9;
        pchMessageStart[1] = 0xbe;
        pchMessageStart[2] = 0xb4;
        pchMessageStart[3] = 0xd9;
        vAlertPubKey = ParseHex("04fc9702847840aaf195de8442ebecedf5b095cdbb9bc716bda9110971b28a49e0ead8564ff0db22209e0374782c093bb899692d524e9d6a6956e7c5ecbcd68284");

...

direct download version
Code:
class CMainParams : public CChainParams {
public:
    CMainParams() {

         string cointype="memorycoin";
        //string cointype="bitcoin";

...

based on cointype it downloads from the correct chain, nodes etc.

Something is up with git (ddos messing with it?), download the zip version for now and you should be okay.
full member
Activity: 210
Merit: 100
I not use any kind of messenger beware of scammers
August 03, 2013, 09:01:00 PM
#95
Looks like I'm not working off the right tree. Trying once more.
Having the same issue (downloading bitcoin blocktree)

Odd thing is I compiled it for windows and it is fine, only my linux machine is doing this. Some #define somewhere is messing things up I think.
hero member
Activity: 874
Merit: 1000
August 03, 2013, 08:18:18 PM
#94
Cloning into 'mcinit'...
fatal: https://github.com/memorycoin/memorycoin/tree/mcinit/info/refs not found: did you run git update-server-info on the server?

Looks like the source *is not* available. Yet another one of the exclusive coins no one can access. Yay!

Ok finally got it to work - seems the DDOS died down (somewhat)
hero member
Activity: 874
Merit: 1000
August 03, 2013, 08:10:58 PM
#93
Cloning into 'mcinit'...
fatal: https://github.com/memorycoin/memorycoin/tree/mcinit/info/refs not found: did you run git update-server-info on the server?

Looks like the source *is not* available. Yet another one of the exclusive coins no one can access. Yay!
full member
Activity: 217
Merit: 100
August 03, 2013, 07:51:46 PM
#92
Built from github source.

First it tried to work in the .bitcoin directory, so I specified datadir=.memorycoin.

Now it appears to be downloading the bitcoin block chain.

Any suggestions?

Looks like I'm not working off the right tree. Trying once more.
hero member
Activity: 874
Merit: 1000
August 03, 2013, 07:51:30 PM
#91
freetrade - can you post the source somewhere else besides github?
legendary
Activity: 1428
Merit: 1030
August 03, 2013, 07:49:04 PM
#90
Questions about MVTE....

First, it appears you cannot send to ANY address until it matures...150 confirmations?  If so, it will hours before the first transfers and MVTE grants?


It's going to be a hundred blocks before the first coins mature. Send me your address and I'll send you some so you can play around with the voting (if I'm still awake). You can't vote with unmatured coins, but if you vote with matured coins at the same address, the weight of the unmatured coins will count towards your vote.


Second, When we create a Private Key \ MVTE address, what do we do with it?  I tried to import the private key, but get that it is invalid.

Thanks in advance.

I'm not sure what''s going on with that. It might be that I need to change the importprivkey routine in the client, or it might be I gave the wrong vanity gen command. I'll need to look at it tomorrow. It's late here.
hero member
Activity: 874
Merit: 1000
August 03, 2013, 07:48:00 PM
#89
dangit - anyone have another link for the source?
full member
Activity: 217
Merit: 100
August 03, 2013, 07:46:58 PM
#88
github not responding ?

Yeah, ongoing DDoS.
hero member
Activity: 874
Merit: 1000
August 03, 2013, 07:46:02 PM
#87
github not responding ?
full member
Activity: 217
Merit: 100
August 03, 2013, 07:42:13 PM
#86
Built from github source.

First it tried to work in the .bitcoin directory, so I specified datadir=.memorycoin.

Now it appears to be downloading the bitcoin block chain.

Any suggestions?
legendary
Activity: 1862
Merit: 1518
August 03, 2013, 07:21:36 PM
#85
I relly belive you need to get more of the cpu working.

only 16% cpu and 20% ram

hash per second showing as 0
Pages:
Jump to: