Bitcoin Forum
June 21, 2024, 06:30:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 [83] 84 85 86 87 88 89 90 91 92 93 94 95 96 97 »
  Print  
Author Topic: CREAMcoin [CRM] • 0.18.1.0 • Skein • POW  (Read 137488 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
April 02, 2018, 05:52:09 PM
 #1641

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.



Ok, you are right and I'm glad that was wrong, keep it going. Not having a right links there was nothing to compare.

Btw. some february commit says about more vps support "tested and adapted for Hetzner, DigitalOcean (IPv6) and Linode (IPv4 … " https://github.com/masternodes/vps/commit/f8e6b7c5fa7a612f18c6e1fc3893a827825b369d

Yup i think we have that: https://github.com/creamcoin/vps/blob/72ab1361fe836fffc915fd336ffa45ca3879a1f7/install.sh#L597

CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
April 02, 2018, 10:44:26 PM
 #1642

Simplified dummy guide to install multiple Creamcoin masternodes on one VPS server:



###all commands as root.
apt-get update
apt-get upgrade
apt-get install zip
apt-get install unzip
git clone https://github.com/creamcoin/vps.git && cd vps && ./install.sh -p cream -c 5
cd /usr/local/bin
strip creamd
cd /

###copy blockchain as zip file without "wallet.dat" to all mn folders and unzip each in corresponding directory:
cd /var/lib/masternodes
###upload zip file "cream.zip" to /var/lib/masternodes directory
cp cream.zip /var/lib/masternodes/cream1
cp cream.zip /var/lib/masternodes/cream2
cp cream.zip /var/lib/masternodes/cream3
cp cream.zip /var/lib/masternodes/cream4
cp cream.zip /var/lib/masternodes/cream5

###unzip
cd cream1
unzip cream.zip
cd ..
cd cream2
unzip cream.zip
cd ..
cd cream3
unzip cream.zip
cd ..
cd cream4
unzip cream.zip
cd ..
cd cream5
unzip cream.zip
cd /

###check "vps" folder in root, if doesn't exist run again:
git clone https://github.com/creamcoin/vps.git && cd vps && ./install.sh -p cream -c 5
###Open file on your VPS:
/tmp/cream_masternode.conf
###copy relevant content from there like IPV6 address and port in this format: [2001:19f0:5001:15a6:2033::1]:45066
###on your local controller-wallet create new masternodes with adding IPV6 address and port located in file /tmp/cream_masternode.conf
###Input masternodes private keys generated on your local wallet for each masternode in configuration files located at /etc/masternodes/.
### Run all masternodes:
cd /
/usr/local/bin/activate_masternodes_cream


###check masternodes daemons:
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n1.conf getinfo
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n2.conf getinfo
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n3.conf getinfo
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n4.conf getinfo
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n5.conf getinfo


###Send 100000 collateral CRM coins to each masternode CRM address (copy address from your local controller wallet)
###wait confirmations and click "Start all"






https://cream.technology/crypto-news/1185-setup-multiple-vps-masternodes-creamcoin

CryptoLuck07
Member
**
Offline Offline

Activity: 154
Merit: 10


View Profile
April 02, 2018, 10:49:04 PM
 #1643

so im not getting good results after switching to staking only, it appears my coins have matured but when ever i get a POS reward, its makes a large portion of my coins immature?
i just put my wallet.dat in a new wallet, is there something im missing?
CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
April 02, 2018, 11:29:16 PM
 #1644

so im not getting good results after switching to staking only, it appears my coins have matured but when ever i get a POS reward, its makes a large portion of my coins immature?
i just put my wallet.dat in a new wallet, is there something im missing?


Switching to staking only, does not have any different effect then full unlock of the wallet.
POS reward becomes lower because we had an update v1.2 that increased masternode reward to 95% of POS.
Which means with normal staking you are getting just 5% of POS. Solution is to make a masternode
That's why we posted this, to simplify install of masternodes for Creamcoin so loyal hodlers can earn more.


Simplified dummy guide to install multiple Creamcoin masternodes on one VPS server:



###all commands as root.
apt-get update
apt-get upgrade
apt-get install zip
apt-get install unzip
git clone https://github.com/creamcoin/vps.git && cd vps && ./install.sh -p cream -c 5
cd /usr/local/bin
strip creamd
cd /

###copy blockchain as zip file without "wallet.dat" to all mn folders and unzip each in corresponding directory:
cd /var/lib/masternodes
###upload zip file "cream.zip" to /var/lib/masternodes directory
cp cream.zip /var/lib/masternodes/cream1
cp cream.zip /var/lib/masternodes/cream2
cp cream.zip /var/lib/masternodes/cream3
cp cream.zip /var/lib/masternodes/cream4
cp cream.zip /var/lib/masternodes/cream5

###unzip
cd cream1
unzip cream.zip
cd ..
cd cream2
unzip cream.zip
cd ..
cd cream3
unzip cream.zip
cd ..
cd cream4
unzip cream.zip
cd ..
cd cream5
unzip cream.zip
cd /

###check "vps" folder in root, if doesn't exist run again:
git clone https://github.com/creamcoin/vps.git && cd vps && ./install.sh -p cream -c 5
###Open file on your VPS:
/tmp/cream_masternode.conf
###copy relevant content from there like IPV6 address and port in this format: [2001:19f0:5001:15a6:2033::1]:45066
###on your local controller-wallet create new masternodes with adding IPV6 address and port located in file /tmp/cream_masternode.conf
###Input masternodes private keys generated on your local wallet for each masternode in configuration files located at /etc/masternodes/.
### Run all masternodes:
cd /
/usr/local/bin/activate_masternodes_cream


###check masternodes daemons:
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n1.conf getinfo
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n2.conf getinfo
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n3.conf getinfo
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n4.conf getinfo
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n5.conf getinfo


###Send 100000 collateral CRM coins to each masternode CRM address (copy address from your local controller wallet)
###wait confirmations and click "Start all"




Read more:

https://cream.technology/crypto-news/1185-setup-multiple-vps-masternodes-creamcoin






CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
April 04, 2018, 12:10:29 AM
Last edit: April 05, 2018, 09:24:09 PM by CREAMteam
 #1645






Heads up about what cryptaldash exchange is! A bigger picture of WHERE Creamcoin will be listed in 2 weeks!
Claim free credit there by opening an account on time.



check the exchange in beta on video - explained:
https://youtu.be/IdTGUUiXpng

CryptalDash exchange soon online!
Trade across all major exchanges including Kraken, Poloniex and Binance, Bitfinex
Seamlessly trade across five mainstream markets - ETH, BTC, Dash, XEM and XRP
#CryptalDash #exchange $CryptalDash

https://www.cryptaldash.com

Retweet:
https://twitter.com/creamcoin/status/981319841784180737


MinermanNC
Legendary
*
Offline Offline

Activity: 2198
Merit: 1000



View Profile
April 04, 2018, 03:15:41 PM
 #1646

I like it  Wink

See how it works out soon lol

*BTC: 1DiR25SPo84sThzTATr27EZEQZLt6hv6tG
grantycoiner
Full Member
***
Offline Offline

Activity: 212
Merit: 100


Follow ME : @EllenDonley


View Profile
April 04, 2018, 11:29:34 PM
 #1647







Heads up about what cryptaldash exchange is! A bigger picture of WHERE Creamcoin will be listed in 2 weeks!
Claim free credit there by opening an account on time.



check the exchange in beta on video - explained:
https://youtu.be/IdTGUUiXpng

CryptalDash exchange soon online!
Trade across all major exchanges including Kraken, Poloniex and Binance, Bitfinex
Seamlessly trade across five mainstream markets - ETH, BTC, Dash, XEM and XRP
#CryptalDash #exchange $CryptalDash

https://www.cryptaldash.com

Retweet:
https://twitter.com/creamcoin/status/981319841784180737


WHY is cream DEV promote cryptaldash exchange !!

Looks very much like a scam ICO !!

Video is very BAD to much to say why   Shocked

Makes CREAMcoin look like a scam..

DEV please remove that SHIT video ..

I will then delete this post  Lips sealed

Good luck

   SEMUX   -   An innovative high-performance blockchain platform  
▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬
Github    -    Discord    -    Twitter    -    Telegram    -    Get Free Airdrop Now!
CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
April 04, 2018, 11:44:50 PM
 #1648

leave that post, does not bother me at all, and i even won't delete it, (yes it's moderated topic).
Thanks for quoting btw.

CreamDEV does not promote anything, because Creamdev is not here to promote something but to spread and develop the Creamcoin which is exactly what the CREAMteam is doing.
New exchange on the way guys, totally different then all others.
Trading on different exchanges, on the same platform is finally here. And creamcoin will be there at start!

wfjsdfjzcouuu
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
April 06, 2018, 02:51:18 PM
 #1649

seems nice to me, and will wait for any infor ,  hopefully this coin give us more money. Wink
ilcapitano
Member
**
Offline Offline

Activity: 462
Merit: 14


View Profile
April 06, 2018, 03:04:21 PM
 #1650

leave that post, does not bother me at all, and i even won't delete it, (yes it's moderated topic).
Thanks for quoting btw.

CreamDEV does not promote anything, because Creamdev is not here to promote something but to spread and develop the Creamcoin which is exactly what the CREAMteam is doing.
New exchange on the way guys, totally different then all others.
Trading on different exchanges, on the same platform is finally here. And creamcoin will be there at start!
Has CREAMcoin project had signature campaign? I saw you worn its signature, which is impressive. If the campaign under operations, I would like to join it and support CREAMcoin project. Moreover, are there significant progresses of the project in the last few weeks?
please let me know if you get interesting information about CREAMcoin project.
Thank you very much for all your helps.!

★★★ BitCloak Bitcoin Mixer |BTC & BCH| FAST MIX | API | PGP PROOF | ESCROW ★★★
★ Tor and Clearnet mirrors | Payouts Every 60 seconds | Cheap 2% Service Fee | The Most Advanced Mixer | Discuss More
CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
April 07, 2018, 05:19:12 PM
 #1651

Cream listed on investing.com !




https://www.investing.com/crypto/cream


BTC: https://www.investing.com/crypto/cream/crm-btc

indexes:

BTC: https://www.investing.com/indices/investing.com-crm-btc
USD: https://www.investing.com/indices/investing.com-crm-usd


phucngungoc
Member
**
Offline Offline

Activity: 294
Merit: 10


View Profile
April 07, 2018, 05:58:11 PM
 #1652

Cream Coin (CRM) listed on Investing.com

https://twitter.com/creamcoin/status/982668818974732288

https://www.investing.com/crypto/cream/crm-btc

Congratulation !

Wish you very happy trading !
MinermanNC
Legendary
*
Offline Offline

Activity: 2198
Merit: 1000



View Profile
April 09, 2018, 04:12:42 PM
 #1653

Quote
WHY is cream DEV promote cryptaldash exchange !!

Looks very much like a scam ICO !!

Video is very BAD to much to say why   Shocked

Makes CREAMcoin look like a scam..

DEV please remove that SHIT video ..

I will then delete this post  Lips sealed

Good luck

This is kind of an unnecessary post. Its for us users to decide, as with any exchange. You or no one knows how it will go with CrytalDash...... I'm suspicious of everything in Crypto land until I test it out lol

I in no way see how this implicates the Cream Dev for trying to get the coin listed as many places as possible  Smiley

But your free to speak your opinions even though I think its a bit early to try and judge.  Wink

*BTC: 1DiR25SPo84sThzTATr27EZEQZLt6hv6tG
CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
April 09, 2018, 08:33:22 PM
 #1654

There was voting for listing, Cream finished 2nd place. So they contacted us to arrange a Skype conference. So we did that.
People are dead serious about CryptalDash. Cream will be listed there.
You can check them here: https://www.youtube.com/channel/UCfFK9U_9HRW1GMu9nouZzPA

garmtennavent
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 10, 2018, 11:56:44 AM
 #1655


this project provides a very complete information, and made good progress, your development is very good, I am really want  to join this project, first I will bookmark, and learn more, I hope it will go very well.
CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
April 10, 2018, 06:42:05 PM
 #1656



Register to CryptalDash exchange today. It's not about Creamcoin here. It's about new exclusive exchange that will bring paralel trading on 6 other exchanges in the same time from the safety of your account.

There are many benefit of trading at CryptalDash. Worth to mention is that they also have a token, like Binance and there will be almost zero fees if you invest in their token. In general every good exchange that have own token, they make their own token always to rise in price gradually over months. Cryptopia have their own coin - DOT, that just a year ago, was 20 satoshis, now is 270 satoshis. Binance have their BNB token that initally been 0.00004000 BTC    now is stunishin 0.00176062 BTC. That is around 40 time higher. So if you if you register to CryptalDash you just can't loose. People are serious, and of course if they can't rise the price of their CRD token by 40 times, sure they can achieve 5 times right ? That's my opinion. Doesn't have to be accepted. They have a ready unique product. Check them, make your research.




As stated in Creamcoin roadmap and whitepaper :

"Cream coin project as a whole, will focus on helping, promoting and funding  crypto startups, inovations and entrepreneurs ideas, developing their own projects. In the same time we will offer to above mentioned individuals and companies to invest in their startups and ideas to help them pursue their goals."



Legal disclaimer: The insight, recommendations and analysis presented here are based on corporate filings, current events, interviews, corporate press releases, and what we've learned as financial journalists. They are presented for the purposes of general information only. You should not make any investment decision based solely on what you read here.

CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
April 10, 2018, 07:00:46 PM
 #1657

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

Join us: https://t.me/creamcryptocurrency

/s - CRM SUPPLY
/n - NET HASH
/m - MARKETCAP
/v - VOLUME 24h
/p - BTC PRICE
/t - TWITTER
/crm - NEWS

CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
April 13, 2018, 10:15:56 PM
 #1658

Hi Creamers, Creamcoin once again has been updated to the latest stable version v1.2.1 Stable.
Please update, thank you.

____________________________________________________________________________




Creamcoin updated (14.04.2018), Protocol updated, checkpoints added.

Masternode: 95%

New version is v1.2.1.0 Stable

Please update asap.
Refer to git:
https://github.com/creamcoin/CREAM-cryptocurrency

Download new wallets here or here.



CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
April 13, 2018, 10:31:42 PM
 #1659

Retweet:

https://twitter.com/creamcoin/status/984921286257336321
https://twitter.com/creamcoin/status/984919557818191873

thank you

CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
April 13, 2018, 10:39:10 PM
 #1660

Download full blockchain (174215 blocks, as of 14.04.2018): https://drive.google.com/open?id=1NJfg7f6Rrv47obLCKYonARTJukNM5xMO

Pages: « 1 ... 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 [83] 84 85 86 87 88 89 90 91 92 93 94 95 96 97 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!