Bitcoin Forum
June 22, 2024, 12:36:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 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 »
  Print  
Author Topic: [ANN][FLEX] Flexiblecoin |New Block Reward Structure|Bittrex, Cryptsy  (Read 95162 times)
cryptoholic11
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
September 12, 2014, 08:08:10 PM
 #841

Is the dev still even here? I havnt had a response from him in the IRC for 3 days, yet he remains logged in.

Edit: He post in the logo thread, I guess he's still here..

Serby
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
September 12, 2014, 09:19:26 PM
 #842

People dumping COINS, dying。Please don't buy the coin, you will lose money! Cry Cry Cry Cry Cry

why be so negative? Unless your just fudding to get them even cheaper. lol  But judging from all of your post history. Your always posting something negative.
Man, go to bittrex price, 48 sat!

48? 41! Bring it to 20-30 if we can. That way you can buy as many as possible.

https://twitter.com/RexRexTR you may find this interesting.


I wasn't being serious. To me the pumps are always going to have dumps. You buy low sell high. Some people do the whole twitter tips, but I would avoid them. Completely. Everytime I see people fall for those they always lose - it's becuase they buy in first and then they dump. Telling the people to buy when they dump.

Lol, and say that this guy told me you were the member of his pump group responsible for the information leakage on this forum, just WOW!!!
nightwishx
Hero Member
*****
Offline Offline

Activity: 900
Merit: 500


View Profile WWW
September 12, 2014, 10:05:59 PM
 #843

The result is as expected.

IceColdTommy
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
September 12, 2014, 10:19:03 PM
 #844

Anyone to help me solve this error

/usr/bin/ld: cannot find -ldb_cxx
collect2: error: ld returned 1 exit status

any idea how to compile it on 62 bit linux, aka what should i add to my linux build?
thectspot
Member
**
Offline Offline

Activity: 68
Merit: 10

Half Asian, Half Crypto


View Profile WWW
September 12, 2014, 10:26:44 PM
 #845

Is the dev still even here? I havnt had a response from him in the IRC for 3 days, yet he remains logged in.

Edit: He post in the logo thread, I guess he's still here..

He has stated to me that the only IRC he stays in is the embedded one in the wallet so I doubt he is in IRC very much. 
Pliznou
Member
**
Offline Offline

Activity: 101
Merit: 11


View Profile
September 13, 2014, 06:31:23 AM
 #846

Anyone to help me solve this error

/usr/bin/ld: cannot find -ldb_cxx
collect2: error: ld returned 1 exit status

any idea how to compile it on 62 bit linux, aka what should i add to my linux build?

Probably you need Barkeley4.8 with cxx liblaries. But even with cxx its impossible to build wallet becouse of statisticpage.o Sad This file must have some kind of special demandings.

Code:
g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -Ibuild -Ibuild -o build/statisticspage.o src/qt/statisticspage.cpp
In file included from src/bitcoinrpc.h:16:0,
                 from src/qt/statisticspage.cpp:8:
src/json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int)’:
src/json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs]
         typedef typename String_type::value_type Char_type;
                                                  ^
src/qt/statisticspage.cpp: In member function ‘void StatisticsPage::updateStatistics()’:
src/qt/statisticspage.cpp:72:64: error: call of overloaded ‘toString(int64_t&)’ is ambiguous
     QString qVolume = QLocale(QLocale::English).toString(volume);
                                                                ^
src/qt/statisticspage.cpp:72:64: note: candidates are:
In file included from /usr/include/qt4/QtGui/qvalidator.h:48:0,
                 from /usr/include/qt4/QtGui/qabstractspinbox.h:46,
                 from /usr/include/qt4/QtGui/qstyleoption.h:46,
                 from /usr/include/qt4/QtGui/qabstractitemdelegate.h:46,
                 from /usr/include/qt4/QtGui/qabstractitemview.h:48,
                 from /usr/include/qt4/QtGui/qheaderview.h:45,
                 from /usr/include/qt4/QtGui/QHeaderView:1,
                 from build/ui_statisticspage.h:20,
                 from src/qt/statisticspage.cpp:2:
/usr/include/qt4/QtCore/qlocale.h:698:13: note: QString QLocale::toString(qlonglong) const
     QString toString(qlonglong i) const;
             ^
/usr/include/qt4/QtCore/qlocale.h:699:13: note: QString QLocale::toString(qulonglong) const
     QString toString(qulonglong i) const;
             ^
/usr/include/qt4/QtCore/qlocale.h:810:16: note: QString QLocale::toString(short int) const
 inline QString QLocale::toString(short i) const
                ^
/usr/include/qt4/QtCore/qlocale.h:812:16: note: QString QLocale::toString(ushort) const
 inline QString QLocale::toString(ushort i) const
                ^
/usr/include/qt4/QtCore/qlocale.h:814:16: note: QString QLocale::toString(int) const
 inline QString QLocale::toString(int i) const
                ^
/usr/include/qt4/QtCore/qlocale.h:816:16: note: QString QLocale::toString(uint) const
 inline QString QLocale::toString(uint i) const
                ^
/usr/include/qt4/QtCore/qlocale.h:704:13: note: QString QLocale::toString(double, char, int) const
     QString toString(double i, char f = 'g', int prec = 6) const;
             ^
/usr/include/qt4/QtCore/qlocale.h:818:16: note: QString QLocale::toString(float, char, int) const
 inline QString QLocale::toString(float i, char f, int prec) const
                ^
make: *** [build/statisticspage.o] Error 1

Looks exactly like Piggycoin wallet error, i think its copypaste. Ready wallet for Linux is 32-bit, but my machine is x64:

Code:
./Flexiblecoin-qt: error while loading shared libraries: libminiupnpc.so.8: wrong ELF class: ELFCLASS64

All this looks very unprofessional.
xucrance
Full Member
***
Offline Offline

Activity: 139
Merit: 100


View Profile
September 13, 2014, 07:07:29 AM
 #847

seems like the dev is working on something so that i haven't seen him on the IRC.
mingming
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
September 13, 2014, 10:13:46 AM
 #848

People dumping COINS, dying。Please don't buy the coin, you will lose money! Cry Cry Cry Cry Cry

why be so negative? Unless your just fudding to get them even cheaper. lol  But judging from all of your post history. Your always posting something negative.
Man, go to bittrex price, 48 sat!

48? 41! Bring it to 20-30 if we can. That way you can buy as many as possible.
A fool, 33 sat, I think you lost a lot of money! shitcoin
cryptoholic11
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
September 13, 2014, 10:16:05 AM
 #849

To avoid panic and fud, dev can be more active and maybe login and stay idle in the IRC,

IceColdTommy
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
September 13, 2014, 10:25:56 AM
 #850

To avoid panic and fud, dev can be more active and maybe login and stay idle in the IRC,
also he can help me build on 64 bit linux which seems impossible so far
xPooky
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250



View Profile
September 13, 2014, 11:57:39 AM
 #851

FlexibleCoin Dice
House Edge 1.1%
http://flex.dice.cryptospot.me/
Enjoy!
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
September 13, 2014, 03:18:22 PM
 #852

Anyone to help me solve this error

/usr/bin/ld: cannot find -ldb_cxx
collect2: error: ld returned 1 exit status

any idea how to compile it on 62 bit linux, aka what should i add to my linux build?

libdb is missing

apt-get-update
apt-get install libdb4.8-dev
apt-get install libdb++-dev

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
IceColdTommy
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
September 13, 2014, 03:33:15 PM
 #853

Anyone to help me solve this error

/usr/bin/ld: cannot find -ldb_cxx
collect2: error: ld returned 1 exit status

any idea how to compile it on 62 bit linux, aka what should i add to my linux build?

libdb is missing

apt-get-update
apt-get install libdb4.8-dev
apt-get install libdb++-dev
wont work, but solved it by getting 32 bit server instead of 64 i had
Serby
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
September 13, 2014, 04:59:50 PM
 #854

People dumping COINS, dying。Please don't buy the coin, you will lose money! Cry Cry Cry Cry Cry

why be so negative? Unless your just fudding to get them even cheaper. lol  But judging from all of your post history. Your always posting something negative.
Man, go to bittrex price, 48 sat!

48? 41! Bring it to 20-30 if we can. That way you can buy as many as possible.

https://twitter.com/RexRexTR you may find this interesting.


I wasn't being serious. To me the pumps are always going to have dumps. You buy low sell high. Some people do the whole twitter tips, but I would avoid them. Completely. Everytime I see people fall for those they always lose - it's becuase they buy in first and then they dump. Telling the people to buy when they dump.

Lol, and say that this guy told me you were the member of his pump group responsible for the information leakage on this forum, just WOW!!!

I'm not a member of ANY crypto group. I would love to see the proof of this. I lost my ass on this coin and am in the middle of dumping what I have left. All coins that are pumped by those groups are DUMPED GET IT. The dev goes quiet and you'll never hear of it again. I don't have twitter, facebook, ANY OF THAT shit. 99.9% of these coins are pump and dumps. I have learnt this for about the 5th or 6th time now. Dump all alts. There has to be a way to make them responsible for fraud like this. Trade BTC and nothing else. Look at my post history and see for yourself.

Minerals - lost about .30 btc (best scam I have seen to date)
Xanon - .50btc
AAC - .20 btc
Ethan - .10-.12btc (Pumped/dumped by whoeever is involved with this coin)

All in all I have lost more money on cryptos than anything I have ever done.(Except LTC/BTC) I think they need to force them like a business to get a bonding so if they faulter like a business they will be held personally accountable. Not for losses - but for pump and dump schemes. Also to keep out US nationals, people need to post pictures addresses and numbers just like in the real world to be trusted. How this hasn't changed in a year is really disturbing. BIttrex/Cryptsy are usually ninja adding the pump and dumps, and than when they go bust we're the ones that lose.

Also most devs are morons - they don't realize what it takes and will usually turn in the hardwork for a quick profit, so even if they are starry-eyed goody two shoes it's easy to just give-in than be honest. IME


Great post.
CrowdWhale
Hero Member
*****
Offline Offline

Activity: 799
Merit: 1000


Twitter: @CrowdWhale


View Profile
September 13, 2014, 06:49:38 PM
 #855

A pumper spots a low priced coin and tries to pump it. What does that have to do with the coin itself or the coin's dev? Nothing.

This coin hasn't reached a price worth dumping 1%. I'm a game dev and I sometimes go quiet for 2 weeks straight when I'm working hard and "in the zone".

They're doing a logo contest. Enough FUD. We see your orders at 33 and 34 sats.
JeffDeChesare
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
September 13, 2014, 06:52:22 PM
 #856

What just happened here? Can anybody explain why this dumping?
techlover (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
September 13, 2014, 07:48:41 PM
 #857

Dear FLEX supporters,

    The logo contest have ended, please come here to vote which one you like the best, thanks : https://bitcointalk.org/index.php?topic=770909
Current Bounty is 125k FLEX, and if you want to donate for the contest, please use address: FU9oP5p6bKhyRbGpJtAYdWkHty4E2cVBds

binarygangster
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
September 13, 2014, 08:04:57 PM
 #858

Anyone to help me solve this error

/usr/bin/ld: cannot find -ldb_cxx
collect2: error: ld returned 1 exit status

any idea how to compile it on 62 bit linux, aka what should i add to my linux build?

Try this

Code:
qmake "USE_UPNP=-"
make

if that doesn't work, you've got the wrong berkely db libraries as mentioned before.
IceColdTommy
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
September 13, 2014, 08:10:08 PM
 #859

Anyone to help me solve this error

/usr/bin/ld: cannot find -ldb_cxx
collect2: error: ld returned 1 exit status

any idea how to compile it on 62 bit linux, aka what should i add to my linux build?

Try this

Code:
qmake "USE_UPNP=-"
make

if that doesn't work, you've got the wrong berkely db libraries as mentioned before.

it doesn't matter anymore switched one of the servers to 32 bit linux
GunPowder
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
September 14, 2014, 05:46:30 AM
Last edit: September 14, 2014, 08:41:30 AM by GunPowder
 #860

bullshit
like a tons of others
all dumped @40
good luck
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 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 »
  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!