Bitcoin Forum
March 28, 2024, 04:29:13 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 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 137466 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.
spinnycat
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
October 20, 2017, 11:01:25 AM
 #1261

10 days till the announcement...oh no now alot closer, until the Cream announcement! Excited. And terribly impatient  Grin

go Cream go!

Be proud Istri, I'm trying Wink

Btc: 16P9EwMg6TZmpPDNUvuViMEZfE9f3fpAbV
1711643353
Hero Member
*
Offline Offline

Posts: 1711643353

View Profile Personal Message (Offline)

Ignore
1711643353
Reply with quote  #2

1711643353
Report to moderator
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711643353
Hero Member
*
Offline Offline

Posts: 1711643353

View Profile Personal Message (Offline)

Ignore
1711643353
Reply with quote  #2

1711643353
Report to moderator
1711643353
Hero Member
*
Offline Offline

Posts: 1711643353

View Profile Personal Message (Offline)

Ignore
1711643353
Reply with quote  #2

1711643353
Report to moderator
1711643353
Hero Member
*
Offline Offline

Posts: 1711643353

View Profile Personal Message (Offline)

Ignore
1711643353
Reply with quote  #2

1711643353
Report to moderator
pshemek
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
October 20, 2017, 01:07:06 PM
 #1262

announcement hmm i must have missed something here, but anyway looking forward to hear what it is.


 
                  ▄▄████████▄▄▄
              ▄███████████████▄
          ▄███████████░░▀█████▄
        ██████████████░░░███████
      ▐█████████████░░░██████▌
      █████████▀▀▀▀▀▀░░░████████
      ██████░░░░░░░░░░███████
      ██████░░░▄███▄░░░████████
      ▐██████░░░▀████░░░███████
        ███████░░░░░░░▀░░███████
          ▀██████▄▄▄▄▄▄▄░░█████▀
              ▀████████████████▀
                  ▀▀▀██████▀▀▀
DSTRA  F R O M   C O M M U N I T Y,
  C   O  M  E  S      U   N   I  T   Y    
[
               █████████
             ███░░░░░███
             ███░░░░░███
        ▄██████████████▄
        ████████████████
        ████████████████
        ████████████████
        ████████████████
        ████████████████
        ▀██████████████▀

 
PRIVACY

                  ▄▄███████▄▄
              ▄█████▌░▐█████▄
            ▄█████░░░░░▐████▄
           █████▌░▐▌░█░▐█████
          ███████░░░▐████████
         ▐████████░░░▐██████▌
           █████▌░█▌▐▌░▐█████
            ▀█████░░░░░▐████▀
                ▀████▌░▐█████▀
                   ▀▀██████▀▀

 
  LOW FEES

                ▄▄███████▄▄
            ▄█████████████▄
          ▄███░░▐██░░█████▄
         ██████░░▐██░░█████
        ████████░░▐██░░████
       ▐██████░░▐██░░█████▌
         ████▌░░██▌░░██████
          ▀███████████████▀
             ▀████████████▀
                 ▀▀██████▀▀

 
     FAST
]▬▬▬  BTC ANN  ▬▬▬
WEBSITE    TWITTER
FACEBOOK DISCORD
Vitala
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
October 20, 2017, 09:04:59 PM
 #1263

https://drive.google.com/open?id=0B4KANlluFwTtTnN1NVJPT1lOLWs

you might want to fix some permissions just in case: go to [cd CREAM-v1.1.1.2-test | cd src | cd leveldb]
run: chmod +x build_detect_platform

Compile:
make -f makefile.unix

I tried to compile it, but I took this error:
Code:
darksend.cpp: In member function ‘bool CDarkSendPool::IsCollateralValid(const CTransaction&)
darksend.cpp:978:29: error: cannot convert ‘bool’ to ‘bool*’ in initialization
     bool* pfMissingInputs = false;

I found the same error with a solve, made the same (changed ‘bool*’ to ‘bool’ in 2 files), and then I received this message:

Code:
darksend.cpp: In member function ‘bool CDarkSendPool::IsCollateralValid(const CTransaction&)
darksend.cpp:977:71: error: cannot convert ‘bool’ to ‘bool*’ for argument '4' to 'bool AcceptableInputs(CTxMemPool&, const CTransaction&, bool, bool*)'
   if(!AcceptableInputs(mempool,txCollateral, false, pfMissingInputs )){
Should I continue changing ‘bool*’ to ‘bool’ or is it wrong way?
CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
October 20, 2017, 10:42:03 PM
 #1264

https://drive.google.com/open?id=0B4KANlluFwTtTnN1NVJPT1lOLWs

you might want to fix some permissions just in case: go to [cd CREAM-v1.1.1.2-test | cd src | cd leveldb]
run: chmod +x build_detect_platform

Compile:
make -f makefile.unix

I tried to compile it, but I took this error:
Code:
darksend.cpp: In member function ‘bool CDarkSendPool::IsCollateralValid(const CTransaction&)
darksend.cpp:978:29: error: cannot convert ‘bool’ to ‘bool*’ in initialization
     bool* pfMissingInputs = false;

I found the same error with a solve, made the same (changed ‘bool*’ to ‘bool’ in 2 files), and then I received this message:

Code:
darksend.cpp: In member function ‘bool CDarkSendPool::IsCollateralValid(const CTransaction&)
darksend.cpp:977:71: error: cannot convert ‘bool’ to ‘bool*’ for argument '4' to 'bool AcceptableInputs(CTxMemPool&, const CTransaction&, bool, bool*)'
   if(!AcceptableInputs(mempool,txCollateral, false, pfMissingInputs )){
Should I continue changing ‘bool*’ to ‘bool’ or is it wrong way?

Try with this another test2 version: https://drive.google.com/open?id=0B4KANlluFwTta3poenV0ejllNjg

chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
October 21, 2017, 05:33:22 AM
 #1265

https://drive.google.com/open?id=0B4KANlluFwTtTnN1NVJPT1lOLWs

you might want to fix some permissions just in case: go to [cd CREAM-v1.1.1.2-test | cd src | cd leveldb]
run: chmod +x build_detect_platform

Compile:
make -f makefile.unix

I tried to compile it, but I took this error:
Code:
darksend.cpp: In member function ‘bool CDarkSendPool::IsCollateralValid(const CTransaction&)
darksend.cpp:978:29: error: cannot convert ‘bool’ to ‘bool*’ in initialization
     bool* pfMissingInputs = false;

I found the same error with a solve, made the same (changed ‘bool*’ to ‘bool’ in 2 files), and then I received this message:

Code:
darksend.cpp: In member function ‘bool CDarkSendPool::IsCollateralValid(const CTransaction&)
darksend.cpp:977:71: error: cannot convert ‘bool’ to ‘bool*’ for argument '4' to 'bool AcceptableInputs(CTxMemPool&, const CTransaction&, bool, bool*)'
   if(!AcceptableInputs(mempool,txCollateral, false, pfMissingInputs )){
Should I continue changing ‘bool*’ to ‘bool’ or is it wrong way?

Try with this another test2 version: https://drive.google.com/open?id=0B4KANlluFwTta3poenV0ejllNjg

hehehe ...

this looks like you are using an os ( like we are ) that uses gcc6x or gcc7x - which uses different syntax to compile ...

#crysx

jota17
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
October 21, 2017, 11:08:44 PM
 #1266

10 days till the announcement...oh no now alot closer, until the Cream announcement! Excited. And terribly impatient  Grin

go Cream go!

What announcement?
spinnycat
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
October 21, 2017, 11:22:42 PM
 #1267

10 days till the announcement...oh no now alot closer, until the Cream announcement! Excited. And terribly impatient  Grin

go Cream go!

What announcement?


hi jota17, thats just it, I dont know. The dev posted previously about an announcement that would occur after the bitcoin fork regarding I believe (tell me if im wrong dev!) their blackjack room and also the partnership they have with the technology firm and cream products. The dev's post if you click back, is in this thread.

Be proud Istri, I'm trying Wink

Btc: 16P9EwMg6TZmpPDNUvuViMEZfE9f3fpAbV
allthebitandbobs
Sr. Member
****
Offline Offline

Activity: 1162
Merit: 252


View Profile
October 22, 2017, 12:23:02 PM
 #1268

sold all my cream coin for a profit whoop whoop .Good buy to shitty staking Grin
Vitala
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
October 22, 2017, 02:30:39 PM
 #1269

In this version I receive errors like
Code:
/usr/bin/ld: librevolvercoin_common.a(librevolvercoin_common_a-blake.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
I tried to write string
Code:
HARDENING+=-fPIC
in makefile.unix , but it didn't help, error is the same
CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
October 22, 2017, 11:19:07 PM
 #1270

In this version I receive errors like
Code:
/usr/bin/ld: librevolvercoin_common.a(librevolvercoin_common_a-blake.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
I tried to write string
Code:
HARDENING+=-fPIC
in makefile.unix , but it didn't help, error is the same

This looks like cross-compiling problem. It seems it can't compile on 64bit machine that runs ubuntu.
However, you can try to change makefile.unix file - line 99 to:
Code:
xCXXFLAGS=-O2 $(EXT_OPTIONS) -pthread -fPIC -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter \
And try again

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

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
October 23, 2017, 05:08:38 PM
 #1271


Cream on bitscreener:

https://bitscreener.com/coins/cream



AltsBoom
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
October 23, 2017, 05:55:21 PM
 #1272

Neat update, never heard of bitscreener but it seems to breakdown the coins accurately. A coinmarketcap competitor with a bit more technical analysis in it's charts

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion




   ▄▄▄▄▄          ▄▄██████▄
 ▄█▀▀▀▀▀█▄      ▄███▀▀   ▀██
 ▀       ▀     ██▀
    ▄███▄          ▄█████▄
   ███████ █      █████████
           █
          █     █▄            ▄█
█▄       █      ▀██▄▄      ▄▄██▀
 ███▄▄▄▀▀█▄▄▄███▀ ▀▀██████████
  ██ ██▄ ▀▀▄███▄    ▄▄▄██  ██
   ██ ▀█████▀ ▀██████▀▀▀  ██
    ██                ▄▄  ██
     ██  ▀▀▀▀███▀▀▀▀▀    ██
      ██    ███
       ██   ███
        ██   ███
Highly Secure
Instant Confirmations
Secure Wallet
      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
October 24, 2017, 07:29:41 AM
 #1273

Neat update, never heard of bitscreener but it seems to breakdown the coins accurately. A coinmarketcap competitor with a bit more technical analysis in it's charts
Agree, btw

Cream to WorldcoinIndex

https://www.worldcoinindex.com/coin/cream


Have some nice tools there:



 list

https://coinmarketcap.com/currencies/cream/
https://bitscreener.com/coins/cream
https://www.cryptocompare.com/coins/crm/
https://www.cryptonator.com/rates/CRM-BTC/1
https://www.worldcoinindex.com/coin/cream
http://coincap.io/CRM

Mining Profit Calculator

http://whattomine.com/coins/206-crm-x11

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

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
October 26, 2017, 01:06:26 AM
 #1274

halloween twitter campaign tommorow, along with news about Creamcoin progress, stay tuned.

mitch8128
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
October 26, 2017, 10:44:45 AM
 #1275

would like to participate in campaign but unfortunately i don't have twitter Cry
cryptozone
Newbie
*
Offline Offline

Activity: 65
Merit: 0


View Profile
October 26, 2017, 12:33:24 PM
 #1276

Great job team. Halloween is coming Wink
mitch8128
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
October 26, 2017, 01:55:01 PM
 #1277

g'day @creamteam i just have a question about the masternodes, specifically the payouts.
so, every transaction of 0.4 shows up as a random number, anywhere between 200 and 100,000, and the reward frequency seems to vary allot.
so here is my question, are the masternode payouts related to transactions made by users?
for example if my masternode processes a transaction by a user do i then receive a reward, making it so that the more transactions happening equals more frequent payouts?
i would really like an answer to this as it is very hard to find this info online.
thanks guys and im super keen for the upcoming news! Wink
CREAMteam (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
October 26, 2017, 02:54:51 PM
 #1278

Masternode payouts are not related to transactions made by users.
Masternode payout is 20% of total staking reward.
Reward frequency seems to vary because number of global masternodes online vary.
To get more frequent reward, you need to raise as many masternods as you can. By doing that you make stable income.
Or you can just use normal staking , without MN, that also gives good reward, although diff is very high now.

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

Activity: 473
Merit: 250


https://creamcoin.com


View Profile WWW
October 26, 2017, 03:12:53 PM
 #1279




Bitscreener banner added:




https://bitscreener.com/coins/cream

Vitala
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
October 26, 2017, 07:54:26 PM
 #1280

This looks like cross-compiling problem. It seems it can't compile on 64bit machine that runs ubuntu.
However, you can try to change makefile.unix file - line 99 to:
Code:
xCXXFLAGS=-O2 $(EXT_OPTIONS) -pthread -fPIC -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter \
And try again

That's strange, but this options didn't help. I received just the same error about -fPIC
Pages: « 1 ... 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 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!