Pages:
Author

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

legendary
Activity: 1876
Merit: 1000
August 03, 2013, 07:08:24 PM
#84
no rpcport?

Okay, as you might have gathered, network ports are not my strong suit. But I think 8554 is what you're looking for.

you sure?  Huh
sr. member
Activity: 280
Merit: 250
August 03, 2013, 07:03:21 PM
#83
How to compile in Linux?
Huh


I got the daemon built and running with avx doing the following:

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

unzip that archive into the src folder

change makefile.unix with the following

line 18. change
DEFS += $(addprefix -I,$(CURDIR) $(CURDIR)/obj $(BOOST_INCLUDE_PATH) $(BDB_INCLUDE_PATH) $(OPENSSL_INCLUDE_PATH)) -DSCRYPT_CHACHA -DSCRYPT_KECCAK512

line 138. add
obj/scrypt.o

line 170. add
obj/scrypt.o: scrypt-jane/scrypt-jane.c
  gcc -c $(xCXXFLAGS) $(DEFS) -o $@ $^ -MMD -MF obj/scrypt.P

then make -f makefile.unix will produce bitcoind

YMMV, but works for me with march=native, mining with this last hour no blocks tho, also changed nthreads from hardcoded 1 too 4 (nthreads variable on it's own keept crashing)

Edit: for QT build comment theses out of bitcoin-qt.pro
#BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_54
#BOOST_INCLUDE_PATH=C:\deps\boost_1_54_0
#BOOST_LIB_PATH=C:\deps\boost_1_54_0\stage\lib
#BDB_INCLUDE_PATH=C:\deps\db-4.8.30.NC\build_unix
#BDB_LIB_PATH=C:\deps\db-4.8.30.NC\build_unix
#OPENSSL_INCLUDE_PATH=C:\deps\openssl-1.0.1e\include
#OPENSSL_LIB_PATH=C:\deps\openssl-1.0.1e
sr. member
Activity: 252
Merit: 250
August 03, 2013, 06:58:31 PM
#82
what's the difficulty adjust system?
legendary
Activity: 1876
Merit: 1000
August 03, 2013, 06:40:24 PM
#81
Seems the pre-announcement and the launch of the beta both occured overnight for me in Aus  Angry
block 81, i dont think you missed much.

 Grin

Yes and its just a beta.

But for future reference, so many coins do it and then call it a 'fair' launch.
sr. member
Activity: 280
Merit: 250
August 03, 2013, 06:25:33 PM
#80
Seems the pre-announcement and the launch of the beta both occured overnight for me in Aus  Angry
block 81, i dont think you missed much.
legendary
Activity: 1876
Merit: 1000
August 03, 2013, 06:21:28 PM
#79
Seems the pre-announcement and the launch of the beta both occured overnight for me in Aus  Angry
sr. member
Activity: 252
Merit: 250
August 03, 2013, 05:40:51 PM
#78
1 hash a second? damn no wonder the diff is so low
legendary
Activity: 1428
Merit: 1030
August 03, 2013, 05:34:46 PM
#77
Is it normal that hashpersec is 0?

Yes - not implemented. Anyway, you'd be shocked how low your hashpersec is. Have a look at the memory usage in your task manager, it should look like a little wave as memory is allocated and deallocated (another optimization available right there) . . time between crests is time per hash.

sr. member
Activity: 252
Merit: 250
August 03, 2013, 05:28:42 PM
#76
found a block when starting the client but by the time it synced it was orphaned .

client shouldn't start mining when i have it set not to by default

is this designed to be a low resource coin? i see you cant set more than 1 core to hash
if want more core to use
main.cpp
change line 4959
Code:
for (int i = 0; i < 1; i++)
to
Code:
for (int i = 0; i < nThreads; i++)

ah so its one for the compilers instead of the masses

sr. member
Activity: 743
Merit: 250
August 03, 2013, 05:27:10 PM
#75
Is it normal that hashpersec is 0?

{
"blocks" : 73,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00001070,
"errors" : "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}

The program seems to be using processor speed, i.e. about 15% - one thread out 8 on my i7.
legendary
Activity: 1428
Merit: 1030
August 03, 2013, 05:24:40 PM
#74
is this designed to be a low resource coin? i see you cant set more than 1 core to hash
if want more core to use
main.cpp
change line 4959
Code:
for (int i = 0; i < 1; i++)
to
Code:
for (int i = 0; i < nThreads; i++)


Yes - this will work, but it will crash occassionally. Usually when it reaches a grant allocation block. Wait for the grant allocation block to pass before restarting.
legendary
Activity: 1246
Merit: 1000
August 03, 2013, 05:22:20 PM
#73
is this designed to be a low resource coin? i see you cant set more than 1 core to hash
if want more core to use
main.cpp
change line 4959
Code:
for (int i = 0; i < 1; i++)
to
Code:
for (int i = 0; i < nThreads; i++)
legendary
Activity: 1428
Merit: 1030
August 03, 2013, 05:15:23 PM
#72
To:

ig0tik3d, dellstreakone, captainfuture, 8bits, dzhan, BloodOnSunday, jdebunt, Stinky_Pete, CoinBuzz, auctioneeeeer, taturii, Shadey, gica_contra, A L I E N, albon, r3animation, Oldminer

Thanks for taking part in the launch today. Thanks too for reporting the problems you had with connecting - your feedback was very helpful in identifying and resolving the problem. The problem was that I hadn't opened the port on my router or used uPnP. It was a schoolboy error and my bad. Sorry.

The problem caused an instamine of about 40 blocks which was unfair. I'd like to offer you each a block reward (24 MEGs) in compensation for the problematic start and as a thank you. Please priv message me your Memorycoin address within the next 48hrs to accept.

*Note: It'll be a few hours before I can send, the blocks are taking 6 hours to mature.

sr. member
Activity: 252
Merit: 250
August 03, 2013, 05:05:57 PM
#71
180.183.205.59 just went offline, no other nodes available
addnode 71.187.248.95 add
addnode 97.89.174.206 add
addnode 211.75.183.176 add
addnode 209.190.27.90 add
addnode 46.229.50.42 add
thanks, synced now
legendary
Activity: 1008
Merit: 1000
August 03, 2013, 05:04:01 PM
#70
not connecting
sr. member
Activity: 252
Merit: 250
August 03, 2013, 04:59:12 PM
#69
180.183.205.59 just went offline, no other nodes available
legendary
Activity: 1428
Merit: 1030
August 03, 2013, 04:54:08 PM
#68
is this designed to be a low resource coin? i see you cant set more than 1 core to hash

The code is not thread safe, so it only uses one core at the moment. That would be a good optimization to make to the source, but I'm not in a particular hurry to do it, as it evens the field a little.


theres really only 1 block every 6mins? what is it doing the rest of the time?

"This is a pre-release test build - use at your own risk - do not use for mining or merchant"

this isnt the final build for mining?

It's hashing the whole time - just on one core.

There's a disclaimer on it - this is very experimental. I don't know where it's going to go yet.
legendary
Activity: 1428
Merit: 1030
August 03, 2013, 04:51:29 PM
#67
Okay - source now available

Github source here - currently in a tree mcinit
https://github.com/memorycoin/memorycoin/tree/mcinit
Broken, missing scrypt files.

The scrypt files should be present, but the makefile for bitcoind.exe probably needs the references added. I've only compiled the QT client.

I'll look at this tomorrow.
sr. member
Activity: 252
Merit: 250
August 03, 2013, 04:49:50 PM
#66
is this designed to be a low resource coin? i see you cant set more than 1 core to hash
theres really only 1 block every 6mins? what is it doing the rest of the time?

"This is a pre-release test build - use at your own risk - do not use for mining or merchant"

this isnt the final build for mining?
sr. member
Activity: 462
Merit: 250
August 03, 2013, 04:49:08 PM
#65
no blocksource... add nodes!
Pages:
Jump to: