Pages:
Author

Topic: 🔥[QMC]🔥 🌐 The Decentralized Torrent Network 🎬 NextGen ROI Tech 📈 [MN/PoS] ✅ - page 4. (Read 58072 times)

copper member
Activity: 112
Merit: 2
Strange - have you done a 'make clean' before make ?

its a fresh pull

Code:
git clone http:///..
cd QMC
./autogen.sh
LDFLAGS="-L/home/buzz/DB48/lib/" CPPFLAGS="-I/home/buzz/DB48/include/" ./configure --disable-tests
make

boom error , on exact same platform previous worked fine , i noticed diff was 99% formatting mods, what gives?

A hasty commit file by file rather than a git push - we'll sort it today one way or another!
member
Activity: 148
Merit: 10
Strange - have you done a 'make clean' before make ?

its a fresh pull

Code:
git clone http:///..
cd QMC
./autogen.sh
LDFLAGS="-L/home/buzz/DB48/lib/" CPPFLAGS="-I/home/buzz/DB48/include/" ./configure --disable-tests
make

boom error , on exact same platform previous worked fine , i noticed diff was 99% formatting mods, what gives?
copper member
Activity: 112
Merit: 2
http://poker.qmc.network/ is now online!
Costa Rica e gaming licensing pending.
copper member
Activity: 112
Merit: 2
also, seems current git no longer compiles ;

Code:
  CXXLD    qmcd
qmcd-qmcd.o: In function `AppInit(int, char**)':
/home/buzz/QMC/src/qmcd.cpp:73: undefined reference to `FormatFullVersion()'
libbitcoin_server.a(libbitcoin_server_a-init.o): In function `AppInit2(boost::thread_group&)':
/home/buzz/QMC/src/init.cpp:1084: undefined reference to `FormatFullVersion()'
/home/buzz/QMC/src/init.cpp:1084: undefined reference to `CLIENT_DATE'
libbitcoin_server.a(libbitcoin_server_a-net.o): In function `ThreadMapPort()':
/home/buzz/QMC/src/net.cpp:1035: undefined reference to `FormatFullVersion()'
libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CNode::PushVersion()':
/home/buzz/QMC/src/net.cpp:486: undefined reference to `CLIENT_NAME'
/home/buzz/QMC/src/net.cpp:486: undefined reference to `FormatSubVersion(std::string const&, int, std::vector > const&)'
libbitcoin_server.a(libbitcoin_server_a-alert.o): In function `CAlert::AppliesToMe() const':
/home/buzz/QMC/src/alert.cpp:124: undefined reference to `CLIENT_NAME'
/home/buzz/QMC/src/alert.cpp:124: undefined reference to `FormatSubVersion(std::string const&, int, std::vector > const&)'
libbitcoin_server.a(libbitcoin_server_a-rpcnet.o): In function `getnetworkinfo(std::vector >, std::allocator > > > const&, bool)':
/home/buzz/QMC/src/rpcnet.cpp:387: undefined reference to `CLIENT_NAME'
/home/buzz/QMC/src/rpcnet.cpp:387: undefined reference to `FormatSubVersion(std::string const&, int, std::vector > const&)'
libbitcoin_util.a(libbitcoin_util_a-rpcprotocol.o): In function `HTTPPost(std::string const&, std::map, std::allocator > > const&)':
/home/buzz/QMC/src/rpcprotocol.cpp:50: undefined reference to `FormatFullVersion()'
libbitcoin_util.a(libbitcoin_util_a-rpcprotocol.o): In function `HTTPReplyHeader(int, bool, unsigned long, char const*)':
/home/buzz/QMC/src/rpcprotocol.cpp:128: undefined reference to `FormatFullVersion()'
libbitcoin_util.a(libbitcoin_util_a-rpcprotocol.o): In function `HTTPError(int, bool, bool)':
/home/buzz/QMC/src/rpcprotocol.cpp:106: undefined reference to `FormatFullVersion()'
libbitcoin_wallet.a(libbitcoin_wallet_a-rpcdump.o): In function `dumpwallet(std::vector >, std::allocator > > > const&, bool)':
/home/buzz/QMC/src/rpcdump.cpp:369: undefined reference to `CLIENT_DATE'
/home/buzz/QMC/src/rpcdump.cpp:369: undefined reference to `CLIENT_BUILD'
collect2: error: ld returned 1 exit status
Makefile:3071: recipe for target 'qmcd' failed
make[2]: *** [qmcd] Error 1
make[2]: Leaving directory '/home/buzz/QMC/src'
Makefile:8040: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/buzz/QMC/src'
Makefile:603: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Strange - have you done a 'make clean' before make ?
member
Activity: 148
Merit: 10
also, seems current git no longer compiles ;

Code:
  CXXLD    qmcd
qmcd-qmcd.o: In function `AppInit(int, char**)':
/home/buzz/QMC/src/qmcd.cpp:73: undefined reference to `FormatFullVersion()'
libbitcoin_server.a(libbitcoin_server_a-init.o): In function `AppInit2(boost::thread_group&)':
/home/buzz/QMC/src/init.cpp:1084: undefined reference to `FormatFullVersion()'
/home/buzz/QMC/src/init.cpp:1084: undefined reference to `CLIENT_DATE'
libbitcoin_server.a(libbitcoin_server_a-net.o): In function `ThreadMapPort()':
/home/buzz/QMC/src/net.cpp:1035: undefined reference to `FormatFullVersion()'
libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CNode::PushVersion()':
/home/buzz/QMC/src/net.cpp:486: undefined reference to `CLIENT_NAME'
/home/buzz/QMC/src/net.cpp:486: undefined reference to `FormatSubVersion(std::string const&, int, std::vector > const&)'
libbitcoin_server.a(libbitcoin_server_a-alert.o): In function `CAlert::AppliesToMe() const':
/home/buzz/QMC/src/alert.cpp:124: undefined reference to `CLIENT_NAME'
/home/buzz/QMC/src/alert.cpp:124: undefined reference to `FormatSubVersion(std::string const&, int, std::vector > const&)'
libbitcoin_server.a(libbitcoin_server_a-rpcnet.o): In function `getnetworkinfo(std::vector >, std::allocator > > > const&, bool)':
/home/buzz/QMC/src/rpcnet.cpp:387: undefined reference to `CLIENT_NAME'
/home/buzz/QMC/src/rpcnet.cpp:387: undefined reference to `FormatSubVersion(std::string const&, int, std::vector > const&)'
libbitcoin_util.a(libbitcoin_util_a-rpcprotocol.o): In function `HTTPPost(std::string const&, std::map, std::allocator > > const&)':
/home/buzz/QMC/src/rpcprotocol.cpp:50: undefined reference to `FormatFullVersion()'
libbitcoin_util.a(libbitcoin_util_a-rpcprotocol.o): In function `HTTPReplyHeader(int, bool, unsigned long, char const*)':
/home/buzz/QMC/src/rpcprotocol.cpp:128: undefined reference to `FormatFullVersion()'
libbitcoin_util.a(libbitcoin_util_a-rpcprotocol.o): In function `HTTPError(int, bool, bool)':
/home/buzz/QMC/src/rpcprotocol.cpp:106: undefined reference to `FormatFullVersion()'
libbitcoin_wallet.a(libbitcoin_wallet_a-rpcdump.o): In function `dumpwallet(std::vector >, std::allocator > > > const&, bool)':
/home/buzz/QMC/src/rpcdump.cpp:369: undefined reference to `CLIENT_DATE'
/home/buzz/QMC/src/rpcdump.cpp:369: undefined reference to `CLIENT_BUILD'
collect2: error: ld returned 1 exit status
Makefile:3071: recipe for target 'qmcd' failed
make[2]: *** [qmcd] Error 1
make[2]: Leaving directory '/home/buzz/QMC/src'
Makefile:8040: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/buzz/QMC/src'
Makefile:603: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
member
Activity: 148
Merit: 10
We forked the network.
Please update your wallets ! (v1.1.1)

does staking work now?
copper member
Activity: 112
Merit: 2
We forked the network.
Please update your wallets ! (v1.1.1)
full member
Activity: 1022
Merit: 100
$CYBERCASH METAVERSE
Bounties have officially started here https://bitcointalksearch.org/topic/qmcnetwork-bounty-the-torrent-blockchain-15-of-premine-5068222 ! Join while there are coins left Wink
amazing.  most of us egarly waiting for  this bounty programe. 
However, the bounty program is already released and you can immediately join while there are coins left to be given in the bounty project.
yes I hope we hunters can earn some QMc by doing bounty programe. hope it will be successfull
member
Activity: 560
Merit: 10
Interesting concept. Not sure how much this would be needed as the magnet links is not really illegal anyway, least i think so, only monetizing them.
However, there is such an interesting way to make the project better by supporting from joining the bounty or even invest in the project.
Investing in the project is the best way to support the project. I would invest all my money if there are bucks in my pocket. Ill try to give it a try.
member
Activity: 560
Merit: 10
Bounties have officially started here https://bitcointalksearch.org/topic/qmcnetwork-bounty-the-torrent-blockchain-15-of-premine-5068222 ! Join while there are coins left Wink
amazing.  most of us egarly waiting for  this bounty programe. 
However, the bounty program is already released and you can immediately join while there are coins left to be given in the bounty project.
full member
Activity: 1022
Merit: 100
$CYBERCASH METAVERSE
Bounties have officially started here https://bitcointalksearch.org/topic/qmcnetwork-bounty-the-torrent-blockchain-15-of-premine-5068222 ! Join while there are coins left Wink
amazing.  most of us egarly waiting for  this bounty programe. 
copper member
Activity: 112
Merit: 2
Interesting concept. Not sure how much this would be needed as the magnet links is not really illegal anyway, least i think so, only monetizing them.

The idea is to have high quality links - Otherwise we would just crawl a bunch of torrent sites Smiley [one user actually did but not much]

Thing is - private trackers are monetized too!
We are aiming for a healthy balance where the submitter earns rewards, and the downloads are free.
We're also working on getting QMC accepted as payment for torrent friendly VPNS and private trackers.

But beyond all that, I think the reward scheme by itself is quite unique Smiley
member
Activity: 560
Merit: 10


Escodex listing is now live!
Happy Trading!  Wink
Delighted with this hardwork and keep growing more as it enables the various crypto users to know about the QMC so that we can have more connectivity to gain new investors and easily reach the targets.
Yeah, indeed. Most of the people are wanted to make some noise and willing to make a target to the hardcap of the ico. I wish they could afford it.
member
Activity: 560
Merit: 10
Interesting concept. Not sure how much this would be needed as the magnet links is not really illegal anyway, least i think so, only monetizing them.
However, there is such an interesting way to make the project better by supporting from joining the bounty or even invest in the project.
legendary
Activity: 3052
Merit: 1168
Leading Crypto Sports Betting & Casino Platform
Interesting concept. Not sure how much this would be needed as the magnet links is not really illegal anyway, least i think so, only monetizing them.
copper member
Activity: 112
Merit: 2
Rewards for superblock 43200 will be paid out today (was missed due to fork)
full member
Activity: 1022
Merit: 100
$CYBERCASH METAVERSE
Bounties have officially started here https://bitcointalksearch.org/topic/qmcnetwork-bounty-the-torrent-blockchain-15-of-premine-5068222 ! Join while there are coins left Wink
really appreciated.  we were waiting for the bounty programe. expecting it will be successfull in all its promotion and also in ico
copper member
Activity: 112
Merit: 2
The qmc wallet is only avalable on 3 operating systems what about for android users will they also have the opportunity of staking qmc coins?

An android wallet should be released by the end of this year or beginning of next - depending on progress and QA Smiley
jr. member
Activity: 280
Merit: 1
Bounties have officially started here https://bitcointalksearch.org/topic/qmcnetwork-bounty-the-torrent-blockchain-15-of-premine-5068222 ! Join while there are coins left Wink
This is one of many news that is very awesome and it looks like everyone very like to join the bounty. I wish the bounty and also the ico gonna be a success one.
Good news for all the bounty hunters, surely everyone will join this. Hopefully this kind of marketing strategy would really attract the investors and boost more supporters of this project. It is a good start for the QMCoin and hope it will be continued to be develop positively till the end.
member
Activity: 560
Merit: 10
Bounties have officially started here https://bitcointalksearch.org/topic/qmcnetwork-bounty-the-torrent-blockchain-15-of-premine-5068222 ! Join while there are coins left Wink
This is one of many news that is very awesome and it looks like everyone very like to join the bounty. I wish the bounty and also the ico gonna be a success one.
Pages:
Jump to: