ANNOUNCEMENT:
Source code updated to v1.1. https://github.com/creamcoin/CREAM-cryptocurrency
It's mandatory update, please everybody update.
changelog:
-fix sync connection and sync issue
-changed Ports !!
p2p=36066
rpc=37077
Windows and Linux wallet updated as well, please update, it's mandatory.
Find them on the first page of this thread or, on the cream websites.
If you get "time wrong" error, backup wallet.dat with your coins, remove it from your roaming/Cream directory, start wallet, and let it sync to the end for 20 min, then just replace your wallet dat and restart it.
I just tested, and i've got "time wrong" error few times, that's i am writing this. If it's issue that makes probems, will be fixed in the next update.
____________________________________________________________________________
Linux compiling help for Cream:
Update, upgrade Ubuntu, and install dependencies. Copy paste the command below and enter “Y” where applicable:
1:
sudo apt-get update
2:
sudo apt-get upgrade
3:
sudo apt-get install build-essential libssl-dev libboost-all-dev git libdb5.1++-dev libminiupnpc-dev screen
4:
Git clone cream
git clone https://github.com/creamcoin/CREAM-cryptocurrency
5: Fix build detect platform error
cd cream | cd src | cd leveldb
then chmod +x build_detect_platform
6: compile creamd
cd ..
make -f makefile.unix
--
**(in case error: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory)**
mkdir obj/crypto
chmod +x leveldb/build_detect_platform
make -f makefile.unix USE_UPNP=-
I still get the "time wrong" error after following these steps. Can you confirm the error will not cause problems for staking coins in the wallet? Thanks