Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MutualCoin - 10,000% & 5000% Stake (POS / POW), (Scrypt Algo)
by
MutualCoin
on 17/11/2017, 11:56:23 UTC
Quote
I experienced that error too. it seems your virtual machine has low amount of rams. But you can fix it. See below
Code:
free
dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
mkswap /var/swap.img
swapon /var/swap.img
free
make -f makefile.unix USE_UPNP=- all

thanks @Bgn91
I did what you said before, but when i run ./mutualcoind i see this error:
Code:
MutualCoin: Unable to bind to 0.0.0.0:25731 on this computer. MutualCoin is probably already running.
MutualCoin: Failed to listen on any port. Use -listen=0 if you want this.


Try adding this in your mutualcoin.conf text file:
Code:
rpcallowip=127.0.0.1
rpcport=25732
port=25731
daemon=1
server=1
listen=1
addnode=45.77.140.69
addnode=45.77.63.142
And, run the daemon again with ./mutualcoind