Pages:
Author

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

newbie
Activity: 14
Merit: 0
Man. Now I'm going to be at work all day wondering if the fork is out yet.

I don't mind, considering I wasted all day yesterday mining out of sync, but still.
legendary
Activity: 1428
Merit: 1030
Ok here my solution :

Ubuntu 12.04 / 12.10 / 13.04 / 13.10 fresh install.

Code:
sudo su -
apt-get update
apt-get upgrade
reboot

Code:
sudo su -
apt-get install -y git make g++ build-essential dos2unix
apt-get install -y autoconf automake libtool yasm m4
apt-get install -y libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev  libboost-all-dev
git clone https://github.com/memorycoin/memorycoin
cd memorycoin/src/
make -f makefile.unix USE_PNP=-
strip bitcoind
mv bitcoind /usr/local/bin/memorycoind
mkdir /root/.memorycoin
cd /root/.memorycoin/
vi memorycoin.conf

my memorycoin.conf :

Code:
server=1
daemon=1
rpcuser=youruser
rpcpassword=yourpass
rpcallowip=127.0.0.1
logtimestamps=1
gen=1
genproclimit=-1
addnode=69.30.254.58:1968


start with : memorycoind


FaSan


Thanks for helping to support linux users - where can I tip you some MC?
newbie
Activity: 11
Merit: 0
crash, crash, crash
  Unbuntu12
  centos 6.3
   Redhat6.3
all the system crash!!!!after 1-2 hours!!!!

 

Are you running multiple memorycoind clients on your network?  I had some hangs and crashes, but after configuring the "connect=IPADDRESS" in my network client's memoreycoin.conf to point to the one client running on the server that acts as the gateway the hangs and crashes went away.
hero member
Activity: 724
Merit: 500
i did a research and found some tool's to decrypt AES+IN, i read FPGA can do that prety fast ...Sad

Build-in Intel AES instructions are faster than FPGA. So you would need a lot of FPGAs to counter it.
sr. member
Activity: 569
Merit: 250
i tried to get my mmc for the 20 pts i have in my pts wallet, but i only got 0.1mmc.

shouldnt i be getting like 2mmc?
It's not how much PTS you currently have in your wallet, it's 10% of what you had at the relevant block (which was a few days ago).


yes i know that, and i havent touch thoose 20 pts in a couple of weeks. So im pretty shure they where in my wallet that day. I have also tried with all my addresses Sad
member
Activity: 96
Merit: 10
ImmVRse | Disrupting the VR industry
crash, crash, crash
  Unbuntu12
  centos 6.3
   Redhat6.3
all the system crash!!!!after 1-2 hours!!!!

 
full member
Activity: 140
Merit: 100
Doesn't look right. May be a bug in the browser. Looking into it.

Double spend?  Grin

No, prob a bug in my code.  Querying the daemon directly shows correct outputs.

Fixing.
newbie
Activity: 15
Merit: 0
i tried to get my mmc for the 20 pts i have in my pts wallet, but i only got 0.1mmc.

shouldnt i be getting like 2mmc?
It's not how much PTS you currently have in your wallet, it's 10% of what you had at the relevant block (which was a few days ago).
sr. member
Activity: 569
Merit: 250
i tried to get my mmc for the 20 pts i have in my pts wallet, but i only got 0.1mmc.

shouldnt i be getting like 2mmc?
hero member
Activity: 781
Merit: 501
already set procgenlimit to 32, but crash after exactly 1h, this's suck.
sr. member
Activity: 350
Merit: 250
Vires in Numeris
I keep having to rebuild the block database.
somethings not right. It doesn't seem to stay current.
full member
Activity: 238
Merit: 100
Block reward of 616.00 MMC? Is this a serious bug? Embarrassed

Block #380
http://www.chainbrowser.com/memorycoin/block/0000b7f077c2689dd9107cf31f20e31ff682d07dfb150e7ee387331f51c84545/

Transactions in the block says mined block reward of total: 1232.00040000 MMC, which breaks the rule I think.

Is this a problem?


Doesn't look right. May be a bug in the browser. Looking into it.

Double spend?  Grin
sr. member
Activity: 476
Merit: 250
short question, i always get a disconnect after 24 hours, but it reconnects itself..

does the mining continue too or do i have to stop and start it again?

i get hashes but i don't know if it fails or working correct

If you have a value after "hashespermin" : then you are mining correctly !
full member
Activity: 140
Merit: 100
Block reward of 616.00 MMC? Is this a serious bug? Embarrassed

Block #380
http://www.chainbrowser.com/memorycoin/block/0000b7f077c2689dd9107cf31f20e31ff682d07dfb150e7ee387331f51c84545/

Transactions in the block says mined block reward of total: 1232.00040000 MMC, which breaks the rule I think.

Is this a problem?


Doesn't look right. May be a bug in the browser. Looking into it.
full member
Activity: 238
Merit: 100
short question, i always get a disconnect after 24 hours, but it reconnects itself..

does the mining continue too or do i have to stop and start it again?

i get hashes but i don't know if it fails or working correct
member
Activity: 76
Merit: 10
crash in set generate mode.
./bitcoind setgenerate true 23

genproclimit valid values are 1, 2, 4, 8, 16, 32 etc
otherwise it will crash.
sr. member
Activity: 420
Merit: 250
Hi,FreeTrade!
any success in looking for someone to build a pool?

Stas
sr. member
Activity: 420
Merit: 250
Just dropping in to see if a pool has been posted yet? I don't fancy solo work on my CPU.

Add some coin to the bounty.
then, this future pool is without fee, isnt it?

That is not for us to decide.(few hundreds of MMC, that we don's have yet is not that big of reword)
For now we need a pool. (at least one)

Stas
but, how can we pay it if we havent got MMC now?

Some of us have
legendary
Activity: 1428
Merit: 1030
do you have find a way to have no 100% CPU  i have the same laptop and with 8 process its hard to do something other on the laptop at the same time


genproclimit=7

Better to use 4 or 8.

Not using a power of 2 may impact mining negatively
hero member
Activity: 658
Merit: 502
The main difference between what FaSan suggests and what I did is the addition of "USE_PNP=-"...
I hope this will fix the crashes !
Not help to me.

I buy new server with ubuntu 12.04 LTS, compile wallet by fasan instructions and have same problem that on ubuntu 13.10 Huh


have you do it step by step ? config file too ? CPU ? Xeon or AMD ? I have all Xeon.


I've install 4 server + 1 for test, one CentOS and three ubuntu X64 all the same without problems.



FaSan
Pages:
Jump to: