Bitcoin Forum
May 02, 2024, 11:52:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 [1093] 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 ... 1628 »
  Print  
Author Topic: [XC][XCurrency] Decentralised Trustless Privacy Platform / Encrypted XChat / Pos  (Read 1483641 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.
dadon
Legendary
*
Offline Offline

Activity: 1190
Merit: 1002


Pecvniate obedivnt omnia.


View Profile WWW
August 18, 2014, 12:12:02 AM
 #21841

Hello XC community, I buy some Xc, but now I have one question.

When I Compile the wallet (ubuntu) I get some warnings (Algo files):

Quote
simd.c:1565:5: warning: invalid conversion from ‘void*’ to ‘sph_simd_small_context*’ [-fpermissive]
  sc = cc;
     ^
simd.c: In function ‘void init_big(void*, const u32*)’:
simd.c:1576:5: warning: invalid conversion from ‘void*’ to ‘sph_simd_big_context*’ [-fpermissive]
  sc = cc;
     ^
simd.c: In function ‘void update_small(void*, const void*, size_t)’:
simd.c:1587:5: warning: invalid conversion from ‘void*’ to ‘sph_simd_small_context*’ [-fpermissive]
  sc = cc;
     ^
simd.c: In function ‘void update_big(void*, const void*, size_t)’:
simd.c:1612:5: warning: invalid conversion from ‘void*’ to ‘sph_simd_big_context*’ [-fpermissive]
  sc = cc;
 
 
blake.c: In function ‘void blake64_close(sph_blake_big_context*, unsigned int, unsigned int, void*, size_t)’:
blake.c:991:6: warning: invalid conversion from ‘void*’ to ‘unsigned char*’ [-fpermissive]
  out = dst;
                                         ^
blake.c:791:1: warning:   initializing argument 1 of ‘void blake32_init(sph_blake_small_context*, const sph_u32*, const sph_u32*)’ [-fpermissive]
 blake32_init(sph_blake_small_context *sc,
 ^
blake.c: In function ‘void sph_blake224(void*, const void*, size_t)’:
blake.c:1009:23: warning: invalid conversion from ‘void*’ to ‘sph_blake_small_context*’ [-fpermissive]
  blake32(cc, data, len);
 
groestl.c: In function ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’:
groestl.c:2952:17: warning: variable ‘buf’ set but not used [-Wunused-but-set-variable]
  unsigned char *buf;
                 ^
groestl.c: In function ‘void sph_groestl224_init(void*)’:
groestl.c:3013:28: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]

etc
etc
etc
for jk, keccak, skein etc etc

It's normal?



Someone can help me? Thanks xc community!
No idea? any one else know what's up with this? Welcome to the community BTW!! you made a good choice buying XC it has a bright future  Wink
1714650753
Hero Member
*
Offline Offline

Posts: 1714650753

View Profile Personal Message (Offline)

Ignore
1714650753
Reply with quote  #2

1714650753
Report to moderator
1714650753
Hero Member
*
Offline Offline

Posts: 1714650753

View Profile Personal Message (Offline)

Ignore
1714650753
Reply with quote  #2

1714650753
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
CryptoGretzky
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
August 18, 2014, 12:14:39 AM
Last edit: August 18, 2014, 12:27:01 AM by CryptoGretzky
 #21842

Hello XC community, I buy some Xc, but now I have one question.

When I Compile the wallet (ubuntu) I get some warnings (Algo files):

Quote
simd.c:1565:5: warning: invalid conversion from ‘void*’ to ‘sph_simd_small_context*’ [-fpermissive]
  sc = cc;
     ^
simd.c: In function ‘void init_big(void*, const u32*)’:
simd.c:1576:5: warning: invalid conversion from ‘void*’ to ‘sph_simd_big_context*’ [-fpermissive]
  sc = cc;
     ^
simd.c: In function ‘void update_small(void*, const void*, size_t)’:
simd.c:1587:5: warning: invalid conversion from ‘void*’ to ‘sph_simd_small_context*’ [-fpermissive]
  sc = cc;
     ^
simd.c: In function ‘void update_big(void*, const void*, size_t)’:
simd.c:1612:5: warning: invalid conversion from ‘void*’ to ‘sph_simd_big_context*’ [-fpermissive]
  sc = cc;
 
 
blake.c: In function ‘void blake64_close(sph_blake_big_context*, unsigned int, unsigned int, void*, size_t)’:
blake.c:991:6: warning: invalid conversion from ‘void*’ to ‘unsigned char*’ [-fpermissive]
  out = dst;
                                         ^
blake.c:791:1: warning:   initializing argument 1 of ‘void blake32_init(sph_blake_small_context*, const sph_u32*, const sph_u32*)’ [-fpermissive]
 blake32_init(sph_blake_small_context *sc,
 ^
blake.c: In function ‘void sph_blake224(void*, const void*, size_t)’:
blake.c:1009:23: warning: invalid conversion from ‘void*’ to ‘sph_blake_small_context*’ [-fpermissive]
  blake32(cc, data, len);
 
groestl.c: In function ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’:
groestl.c:2952:17: warning: variable ‘buf’ set but not used [-Wunused-but-set-variable]
  unsigned char *buf;
                 ^
groestl.c: In function ‘void sph_groestl224_init(void*)’:
groestl.c:3013:28: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]

etc
etc
etc
for jk, keccak, skein etc etc

It's normal?



Someone can help me? Thanks xc community!
No idea? any one else know what's up with this?

Seems these are generic X11 codes and the issue is that they didn't do an explicit cast from void * to each of the individual hashing function required type.     

Does the wallet work though?  If so, I don't think it's a big issue.

MemoryShock
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
August 18, 2014, 12:41:22 AM
 #21843


Tweeted at him since it's more public

- https://twitter.com/DrasticRaven/status/501130305580060674


I'm impressed that he didn't seem even aware of XC....I think things are going to get very interesting in the next month or so when he and others realize that Dan and team is the real deal.

I think that this is a real indicator on just how under the radar XC is...which won't last for too long.

Exciting times ahead.

██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
  I/O DIGITAL
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
iodigital.io & iocoin.io

█████████████████
███████████████████
████████▌████████▐████
███████████████████████
████████████████████████
█████▌██████████████▐███
█████▌██████████████▐███
█████▌██████████████▐███
████████████████████████
███████████████████████
████████▌████████▐████
███████████████████
█████████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
dadon
Legendary
*
Offline Offline

Activity: 1190
Merit: 1002


Pecvniate obedivnt omnia.


View Profile WWW
August 18, 2014, 12:59:02 AM
 #21844

It's been good for us in the know to accumulate as much as we can before the word spreads because when it does watch out...XC has been completely overlooked by 90% of this forum, it's the perfect storm.
G-Bert
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
August 18, 2014, 01:06:18 AM
 #21845

So the q&a is on the XC forum....  So people like those idiots in the fud thread wouldn't be able to ask any questions,   just us lot,  who already pretty much know what's going on.

Would have thought reddit cryptocurrency forum would have been perfect to get a heap more exposure.  Oh well.

XChat XJkVnYD4N4oSjNStgbAUD6UyWuBTWuMRgv
public key  fuYPYmK4Sj57PkU2NKg1gKW91euMKkstQPeeexUcxnb8
battbot
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile
August 18, 2014, 01:08:20 AM
 #21846

So the q&a is on the XC forum....  So people like those idiots in the fud thread wouldn't be able to ask any questions,   just us lot,  who already pretty much know what's going on.

Would have thought reddit cryptocurrency forum would have been perfect to get a heap more exposure.  Oh well.

I agree with this.  They should open the Q&A up on reddit as well.  Hopefully they will do this.
ssmc2
Legendary
*
Offline Offline

Activity: 2002
Merit: 1040


View Profile
August 18, 2014, 01:09:14 AM
 #21847

So the q&a is on the XC forum....  So people like those idiots in the fud thread wouldn't be able to ask any questions,   just us lot,  who already pretty much know what's going on.

Would have thought reddit cryptocurrency forum would have been perfect to get a heap more exposure.  Oh well.

I agree, an AMA on Reddit would be great in addition to the forum one.
G-Bert
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
August 18, 2014, 01:14:35 AM
 #21848

We need everyone else in crypto land to be asking the questions,  not just the tiny amount of people who read the forum or even this thread.

XChat XJkVnYD4N4oSjNStgbAUD6UyWuBTWuMRgv
public key  fuYPYmK4Sj57PkU2NKg1gKW91euMKkstQPeeexUcxnb8
RW-Stott
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
August 18, 2014, 03:29:36 AM
 #21849

So the q&a is on the XC forum....  So people like those idiots in the fud thread wouldn't be able to ask any questions,   just us lot,  who already pretty much know what's going on.

Would have thought reddit cryptocurrency forum would have been perfect to get a heap more exposure.  Oh well.

I agree with this.  They should open the Q&A up on reddit as well.  Hopefully they will do this.

+1
Driv3n
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
August 18, 2014, 03:52:03 AM
 #21850

Never thought BTC would be this cheap again, picking up XC at this price is easy money.
qqNxt
Full Member
***
Offline Offline

Activity: 468
Merit: 100



View Profile
August 18, 2014, 04:16:58 AM
 #21851

buying 20btc in xc. pm offer.
legoman39
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
August 18, 2014, 04:42:37 AM
 #21852

 Embarrassed  buy it on the exchanges like everybody else
infinitechaos
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
August 18, 2014, 04:46:07 AM
 #21853

Embarrassed  buy it on the exchanges like everybody else

The community had been tossing around the idea of proposing buy orders off exchange first so as to help maintain market stability and offer transparency with regards to large sells/buys.

He is free to ask this here IMHO.

        ▄▄█████████████▄▄       
     ▄███▀▀▀         ▀▀▀███▄     
   ▄███▀       ▄▄▄       ▀███▄   
  ███▀       ▄██▀██▄       ▀███ 
 ▐██▌        ██   ██        ▐██▌
 ███         ██▐█▌██         ███
▐██▌          ▀▐█▌▀          ▐██▌
▐██▌          ▄▐█▌▄          ▐██▌
 ███         ██▐█▌██         ███
 ▐██▌        ██   ██        ▐██▌
  ███▄       ▀██▄██▀       ▄███ 
   ▀███▄       ▀▀▀       ▄███▀   
     ▀███▄▄           ▄▄███▀     
        ▀▀█████████████▀▀       
B I T N A T I O N
G O V E R N A N C E  2.0


  Android app available now
▀█▄▄           
 ██▄▀███▄▄       
 ████▄▀████▀▄▄   
 ██████▄▀█▀█████
 █████▀▄███▄▀▀   
 ███▀▄██▀▀       
 █▀▄█▀▀         
INSTALL PANGEA
       IOS coming soon
qqNxt
Full Member
***
Offline Offline

Activity: 468
Merit: 100



View Profile
August 18, 2014, 04:50:55 AM
 #21854

Embarrassed  buy it on the exchanges like everybody else

I just got scarred from bter exchange. and most big holders don't have their xc on exchanges.
milkyway
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
August 18, 2014, 05:01:15 AM
 #21855

buying 20btc in xc. pm offer.


7 BTC for 2670 XC, cause we know the price is gonna rise Smiley

>>> multiwallet | POS 5% Annual [Anon NanoWallet™ technology] | encrypted communication | Inwallet trading <<<
520Bit
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
August 18, 2014, 05:55:23 AM
 #21856

buying 20btc in xc. pm offer.


8 BTC for 3200 XC if you want.
CryptoGretzky
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
August 18, 2014, 06:12:04 AM
 #21857

Embarrassed  buy it on the exchanges like everybody else

I just got scarred from bter exchange. and most big holders don't have their xc on exchanges.

Most big holders also won't be selling their XC at this price level.  Grin

KimmyF
Sr. Member
****
Offline Offline

Activity: 978
Merit: 250


View Profile
August 18, 2014, 07:05:26 AM
 #21858

Looking at DRK, CLOAK and BC I think its amazing how stable the XC price is.  Grin

I never thought cloak would drop this far, did anything bad happen over there or its just whales leaving after weeks?

It was hype all along. No real support. 700 BTC is all it took to hit the floors. Besides, I never even gave it a 0.1% chance to it due to the name. Who the fuck buys Cloak?
Feel the same about all anon coins, except XC of course. Just the name indicates a single shady market most retailers will avoid like ebola. And think that for XC anon is just an option within a large family of other functionality.
But its part of the base so must be perfected first,  can't wait for the day the framework api opens and thousands of third party developers can start dreaming about developing real products.
and even then I will probably not sell from main wallet, maybe some minted coins but that's it.
synechist
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


To commodify ethicality is to ethicise the market


View Profile WWW
August 18, 2014, 07:22:40 AM
 #21859

So the q&a is on the XC forum....  So people like those idiots in the fud thread wouldn't be able to ask any questions,   just us lot,  who already pretty much know what's going on.

Would have thought reddit cryptocurrency forum would have been perfect to get a heap more exposure.  Oh well.

I agree with this.  They should open the Q&A up on reddit as well.  Hopefully they will do this.

I think the intention is to have another Q&A at the end of the week after everyone's had some time to reflect on the first Q&A.

I reckon we should do it on Reddit.




Co-Founder, the Blocknet
cryptico
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
August 18, 2014, 07:35:32 AM
 #21860

So the q&a is on the XC forum....  So people like those idiots in the fud thread wouldn't be able to ask any questions,   just us lot,  who already pretty much know what's going on.

Would have thought reddit cryptocurrency forum would have been perfect to get a heap more exposure.  Oh well.

I agree with this.  They should open the Q&A up on reddit as well.  Hopefully they will do this.

I think the intention is to have another Q&A at the end of the week after everyone's had some time to reflect on the first Q&A.

I reckon we should do it on Reddit.





Thank you Synechist I think this is the best option. Professional as usual.

.WildBeastBlock.       █
 ▄     █▄    ▄
 █     ██     █
 █      █▀   ███
 █▄▄   ▄█    ███
███   ▀██▄   ▀█
 █▀     █▀   ██
 █    ▄███   ██▀
 ██  ▀▀██   ▄▄█
 ██▄    ██▄  ██▄
 ▄█    ▄██    █
▀██     █    ███
 ██    ▄██   ▀██
 ██▀    ██▀   █
  █     █▀    █
  █     █     █
  ▀     █     ▀
       █
 ▄     █▄    ▄
 █     ██     █
 █      █▀   ███
 █▄▄   ▄█    ███
███   ▀██▄   ▀█
 █▀     █▀   ██
 █    ▄███   ██▀
 ██  ▀▀██   ▄▄█
 ██▄    ██▄  ██▄
 ▄█    ▄██    █
▀██     █    ███
 ██    ▄██   ▀██
 ██▀    ██▀   █
  █     █▀    █
  █     █     █
  ▀     █     ▀
  with New Wallet & Smart Message Insertion
  with Smart Doc Insertion
  Free WBB Chat App | Fully Secure and Private
Pages: « 1 ... 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 [1093] 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 ... 1628 »
  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!