Pages:
Author

Topic: CREAMcoin [CRM] • 0.18.1.0 • Skein • POW - page 16. (Read 137530 times)

sr. member
Activity: 473
Merit: 250
https://creamcoin.com
ehhh why just not use https://github.com/masternodes/vps ?

Lack of cooperation in crypto world is just amazing.

You r wrong because of your lack of research.
As you can see we forked that repository and made changes to suit our needs.
https://github.com/creamcoin?tab=repositories

Guide is published: https://github.com/creamcoin/vps
It's tested just on Vultr VPS.

member
Activity: 158
Merit: 10
Website design is concise and orderly, and good design. I hope it is a solid and worthwhile investment project. I wish you success.
sr. member
Activity: 260
Merit: 250
ehhh why just not use https://github.com/masternodes/vps ?

Lack of cooperation in crypto world is just amazing.
sr. member
Activity: 473
Merit: 250
https://creamcoin.com

Hi i like the idea of this project, looking foward to this project to evolve and improve much more in the near future and i wish this project a big success.


Thank you!

Cream currently is on 5 exchanges:
BTC pairs:
https://www.cryptopia.co.nz/Exchange/?market=CRM_BTC
https://yobit.net/en/trade/CRM/BTC
https://novaexchange.com/market/BTC_CRM
https://cryptohub.online/market/CRM/
https://coinhouse.eu/markets/crmbtc

Next exchanges that will list CRM should be https://www.cryptaldash.com/new-coin-listing where we scheduled conference call on Tuesday April 3rd
and https://exenium.io/ which we already met at blockchain summit.



Overall in just month or two, Cream will have 7 exchanges.
--
I am working on solution that will make your MN life easier.
-Install the Cream daemon automatically will all dependencies needed to run
-Install multiple masternodes on single VPS with just few clicks.
Solution is almost ready and it is in beta testing. The beauty is that all your collateral coins will enjoy safe security of your locked wallet on your computer, while all your masternodes attached on vps will running and earning reward.

Whoever wants to be a tester  just email to: [email protected] and wait for reply with guide.
Support on Telegram https://t.me/creamcryptocurrency


sr. member
Activity: 473
Merit: 250
https://creamcoin.com

Hello Dev! Tell  please, what you wanna do with funds received from ICO?


Nothing, you want them ?

See you next week CRM DEV on  Necker Island .

Me and Richard will be waiting... LOL...  Wink

Too expensive for us, btw they don't accept CRM which is all we have.
full member
Activity: 212
Merit: 100
Follow ME : @EllenDonley

Hello Dev! Tell  please, what you wanna do with funds received from ICO?


Nothing, you want them ?

See you next week CRM DEV on  Necker Island .

Me and Richard will be waiting... LOL...  Wink
sr. member
Activity: 473
Merit: 250
https://creamcoin.com



Thanks to community help it seems that Creamcoin will be listed on cryptaldash.com , please vote for cream, Voting is free. You can even invest in their exchange token to get more votes.
First 25 coins will be listed on cryptaldash exchange.


https://www.cryptaldash.com/new-coin-listing
sr. member
Activity: 473
Merit: 250
https://creamcoin.com

Hello Dev! Tell  please, what you wanna do with funds received from ICO?


Nothing, you want them ?
sr. member
Activity: 473
Merit: 250
https://creamcoin.com
Hi, cream needs community help to spread out, please vote for cream, Voting is free. You can even invest in exchange token to get more votes.
First 25 coins will be listed on cryptaldash exchange.


https://www.cryptaldash.com/new-coin-listing

sr. member
Activity: 1414
Merit: 252
Keep it Simple guys :)
RT: https://twitter.com/creamcoin/status/978787000886136832

Creamcoin BOT developed for Creamcoin

"Creambot" gives you useful basic info about creamcoin on telegram

https://t.me/creamcryptocurrency


/s - CRM SUPPLY
/n - NET HASH
/m - MARKETCAP
/v - VOLUME 24h
/p - BTC PRICE
/t - twitter link: https://twitter.com/creamcoin
/crm - link to: https://cream.technology/

Try it! ==>>> https://t.me/creamcryptocurrency



nice updates dev,,
i'm happy to see the price of creamcoin growing today, and touch about 50% in Bitcoin terms
regards
sr. member
Activity: 473
Merit: 250
https://creamcoin.com
sr. member
Activity: 473
Merit: 250
https://creamcoin.com
RT: https://twitter.com/creamcoin/status/978787000886136832

Creamcoin BOT developed for Creamcoin

"Creambot" gives you useful basic info about creamcoin on telegram

https://t.me/creamcryptocurrency


/s - CRM SUPPLY
/n - NET HASH
/m - MARKETCAP
/v - VOLUME 24h
/p - BTC PRICE
/t - twitter link: https://twitter.com/creamcoin
/crm - link to: https://cream.technology/

Try it! ==>>> https://t.me/creamcryptocurrency

full member
Activity: 212
Merit: 100
Follow ME : @EllenDonley
Would be good to see CREAMcoin on more exchanges...

@ The DEVS...
legendary
Activity: 1513
Merit: 1040
I love to see that there are still news and updates. There are so many MN scam coins out there, good to see a coin with a real developer beyond.
I think it was a good decision to rise the MN rewards.
newbie
Activity: 24
Merit: 0

Dear Dev,

would love to run the Cream wallet on Ubuntu 16.04, but i just got the error message:
./Cream-qt: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

Is there any how-to?

Would appreciate your help. Thanks


Try this: 

Code:
sudo apt-get install build-essential libssl-dev libboost-all-dev git libdb5.3++-dev libminiupnpc-dev

it's published here:

https://github.com/creamcoin/CREAM-cryptocurrency#install


Thanks, i followed the description, but the compilation still does not work.
The failure is:

bignum.h: In function ‘bool operator>(const CBigNum&, const CBigNum&)’:
bignum.h:720:83: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM* {aka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BIGNUM*, const BIGNUM*)’
 operator>(const CBigNum& a, const CBigNum& b)  { return (BN_cmp(&a, &b) > 0); }
                                                                       ^
makefile.unix:217: die Regel für Ziel „obj/alert.o“ scheiterte
make: *** [obj/alert.o] Fehler 1


Could anybody please advice what to do? Or maybe there is somewhere a binary which run on Ubuntu 16.04, Intel, 64 Bit
Thanks.

problem appears to system with openssl version >=1.1.0 due to changes in BIGNUM function.

solved this by installing these packages:

libssl1.0-dev
libssl1.0.2

or as workaround add the following to /etc/apt/sources.list

# jessie-backports, from stretch-level but with no dependencies
deb http://httpredir.debian.org/debian/ jessie-backports main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie-backports main contrib non-free

Then run sudo apt-get update and sudo apt-get remove libssl-dev and then sudo apt-get install -t jessie-backports libssl-dev to get the version expected until we upgrade the code.



or try to run this binary: https://drive.google.com/open?id=1jK2j88yY2MvXQ89EIcqY8HvxSezd_otR


Thanks for your response.
I tried the 3 possible solutions:

- the binary does not work, i get the following errors:
./creamd: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory

-installing the libs libssl1.0-dev and libssl1.0.2
I did not succeed to install them. What would be the correct apt-get install command?

- modifying /etc/apt/sources.list
I performed your steps and then re-compiled, but get the same error:

bignum.h: In function ‘bool operator>(const CBigNum&, const CBigNum&)’:
bignum.h:720:83: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM* {aka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BIGNUM*, const BIGNUM*)’
 inline bool operator>(const CBigNum& a, const CBigNum& b)  { return (BN_cmp(&a, &b) > 0); }
                                                                                   ^
makefile.unix:217: die Regel für Ziel „obj/alert.o“ scheiterte
make: *** [obj/alert.o] Fehler 1


Do you have any idea of what to do? Would love to have Crean Wallet on Ubuntu. Best solution would be a fix in the code, in oder to be able to compile.
Thanks for your afford
full member
Activity: 212
Merit: 100
Follow ME : @EllenDonley
I am interested this coin. I think it is a good coin and interesting project. Do you have new roadmap for Creamcoin, Dev?

Why whats wrong with the original road map for CREAM..!
newbie
Activity: 51
Merit: 0
How does PoS and PoW together pan out for your project?
member
Activity: 112
Merit: 11
I am interested this coin. I think it is a good coin and interesting project. Do you have new roadmap for Creamcoin, Dev?
sr. member
Activity: 473
Merit: 250
https://creamcoin.com
Dear Dev,

would love to run the Cream wallet on Ubuntu 16.04, but i just got the error message:
./Cream-qt: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

Is there any how-to?

Would appreciate your help. Thanks


Try this: 

Code:
sudo apt-get install build-essential libssl-dev libboost-all-dev git libdb5.3++-dev libminiupnpc-dev

it's published here:

https://github.com/creamcoin/CREAM-cryptocurrency#install


Thanks, i followed the description, but the compilation still does not work.
The failure is:

bignum.h: In function ‘bool operator>(const CBigNum&, const CBigNum&)’:
bignum.h:720:83: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM* {aka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BIGNUM*, const BIGNUM*)’
 operator>(const CBigNum& a, const CBigNum& b)  { return (BN_cmp(&a, &b) > 0); }
                                                                       ^
makefile.unix:217: die Regel für Ziel „obj/alert.o“ scheiterte
make: *** [obj/alert.o] Fehler 1


Could anybody please advice what to do? Or maybe there is somewhere a binary which run on Ubuntu 16.04, Intel, 64 Bit
Thanks.

problem appears to system with openssl version >=1.1.0 due to changes in BIGNUM function.

solved this by installing these packages:

libssl1.0-dev
libssl1.0.2

or as workaround add the following to /etc/apt/sources.list

# jessie-backports, from stretch-level but with no dependencies
deb http://httpredir.debian.org/debian/ jessie-backports main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie-backports main contrib non-free

Then run sudo apt-get update and sudo apt-get remove libssl-dev and then sudo apt-get install -t jessie-backports libssl-dev to get the version expected until we upgrade the code.



or try to run this binary: https://drive.google.com/open?id=1jK2j88yY2MvXQ89EIcqY8HvxSezd_otR
Pages:
Jump to: