Bitcoin Forum
June 24, 2024, 03:45:15 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 »
141  Economy / Digital goods / Just-Dice Gamble Macro Custom WIN script on: March 28, 2014, 07:33:31 AM
Selling my Just-Dice macro script that I create myself using MacroExpress.

The algorithm is written and test by me.

I attached a stats result of my overall bet.



Initially I start off with smaller bet, yesterday went to sleep and set higher

How this script works:

Basically I tried to figure out Dice Betting works.
I created this script base on more than a few times of trial and error and to date, I was able to bag some decent profit.


I use martingale, with some betting strategies, and 10 steps to account blow up.

I tried before NIX and Seuntjie version of Just-Dice but those are not able to code my way of betting.

---

My script work with Doge-Dice or Just-Dice, but anyone who want purchase this script need to give me team viewer control to set some initial setting unless you are a programer who can change my code easily on some lines.

Sale Price: 0.4 BTC for first 3 buyers and after that will be 0.6 BTCfor the rest buyer onwards.

--
I can confirm and assure that the above statistic picture is fully original and not doctored.

The bet size initially was 0.000005 per bet and then I gradually increase it to 0.000015 as my account size growth with the win.


If you want a copy of this, you can pm me, but payment have to be made first before I send you the script.


-- Why I selling this --

To gather more BTC to bet bigger, its a win win situation.
This might be something good and worthy for people who are seeking Consistent Earning.

At least my custom code macro is only use by me so far, and its original, with many if else condition to handle different rolls.



If you are a gamble addict, yet have some BTC and want consistent result, use my macro, I am sure you can make a good Return of Investment
on your bet daily rather than bet on luck.



Estimate with a bet bankroll of 1 BTC, 1 can make around 0.3 BTC to 1BTC a day.



*baokychen had deal over 5 to 6 times at bitcointalk with no issues *
142  Economy / Gambling / Sell Just-Dice Custom Gamble Script on: March 28, 2014, 07:30:58 AM
Selling my Just-Dice macro script that I create myself using MacroExpress.

The algorithm is written and test by me.

I attached a stats result of my overall bet.



Initially I start off with smaller bet, yesterday went to sleep and set higher

How this script works:

Basically I tried to figure out Dice Betting works.
I created this script base on more than a few times of trial and error and to date, I was able to bag some decent profit.


I use martingale, with some betting strategies, and 10 steps to account blow up.

I tried before NIX and Seuntjie version of Just-Dice but those are not able to code my way of betting.

---

My script work with Doge-Dice or Just-Dice, but anyone who want purchase this script need to give me team viewer control to set some initial setting unless you are a programer who can change my code easily on some lines.

Sale Price: 0.4 BTC for first 3 buyers and after that will be 0.6 BTCfor the rest buyer onwards.

--
I can confirm and assure that the above statistic picture is fully original and not doctored.

The bet size initially was 0.000005 per bet and then I gradually increase it to 0.000015 as my account size growth with the win.


If you want a copy of this, you can pm me, but payment have to be made first before I send you the script.


-- Why I selling this --

To gather more BTC to bet bigger, its a win win situation.
This might be something good and worthy for people who are seeking Consistent Earning.

At least my custom code macro is only use by me so far, and its original, with many if else condition to handle different rolls.



If you are a gamble addict, yet have some BTC and want consistent result, use my macro, I am sure you can make a good Return of Investment
on your bet daily rather than bet on luck.



Estimate with a bet bankroll of 1 BTC, 1 can make around 0.3 BTC to 1BTC a day.


Updated Stats:

Went to sleep. set a higher bet per round

Wake up, this the newest stats.





*baokychen had deal over 5 to 6 times at bitcointalk with no issues *

143  Bitcoin / Development & Technical Discussion / Re: [ANN] EasyWinBuilder - The Easy Way to Build Bitcoin on Windows on: March 28, 2014, 05:09:35 AM
Anyone can help. I trying to compile maxcoin using  EasyWinBuilder, but I got the error below.
Any idea how to resolve it.

Thanks !!


Quote
g++ -Wl,--dynamicbase -Wl,--nxcompat -Wl,--large-address-aware -Wl,-s -mthreads
-Wl,-subsystem,windows -o release/maxcoin-qt.exe object_script.maxcoin-qt.Releas
e  -L'c:/Qt/4.8.5/lib' -lmingwthrd -lmingw32 -lqtmain build/bitcoin-qt_res.o -Ll
ibs/miniupnpc-1.8 -lminiupnpc -liphlpapi C:/deps/dadcoin/src/cryptopp/libcryptop
p.a -lshlwapi C:/deps/dadcoin/src/leveldb/libleveldb.a C:/deps/dadcoin/src/level
db/libmemenv.a -lshlwapi -Llibs/boost_1_54_0/stage/lib -Llibs/db-4.8.30.NC/build
_unix -Llibs/openssl-1.0.1e -lssl -lcrypto -ldb_cxx -lws2_32 -lshlwapi -lmswsock
 -lole32 -loleaut32 -luuid -lgdi32 -lboost_system-mgw46-mt-1_54 -lboost_filesyst
e....
...
./build/key.o:key.cpp:(.text+0x1c13): undefined reference to `CryptoPP::Integer:
:ByteCount() const'
./build/key.o:key.cpp:(.text+0x1c8d): undefined reference to `CryptoPP::ECP::Enc
odePoint(unsigned char*, CryptoPP::ECPPoint const&, bool) const'
./build/key.o:key.cpp:(.text+0x1e6e): undefined reference to `CryptoPP::Integer:
:Encode(unsigned char*, unsigned int, CryptoPP::Integer::Signedness) const'
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: ./build/ke
y.o: bad reloc address 0x6 in section `.text$_ZN8CryptoPP8ClonableD1Ev[CryptoPP:
:Clonable::~Clonable()]'
collect2: ld returned 1 exit status
Makefile.Release:281: recipe for target 'release/maxcoin-qt.exe' failed
mingw32-make: *** [release/maxcoin-qt.exe] Error 1


It would seem maxcoin requires additional libraries due to its keccak crypt: http://www.cryptopp.com/


I download maxcoin wallet and its cryptopp was inside the folder, the file was of latest 2/20/2013 - Version 5.6.2 released


Could it be that I need reference my cryptopp library folder somewhere at easywinbuilder?
144  Bitcoin / Development & Technical Discussion / Re: [ANN] EasyWinBuilder - The Easy Way to Build Bitcoin on Windows on: March 27, 2014, 05:30:04 PM
Anyone can help. I trying to compile maxcoin using  EasyWinBuilder, but I got the error below.
Any idea how to resolve it.

Thanks !!


Quote
g++ -Wl,--dynamicbase -Wl,--nxcompat -Wl,--large-address-aware -Wl,-s -mthreads
-Wl,-subsystem,windows -o release/maxcoin-qt.exe object_script.maxcoin-qt.Releas
e  -L'c:/Qt/4.8.5/lib' -lmingwthrd -lmingw32 -lqtmain build/bitcoin-qt_res.o -Ll
ibs/miniupnpc-1.8 -lminiupnpc -liphlpapi C:/deps/dadcoin/src/cryptopp/libcryptop
p.a -lshlwapi C:/deps/dadcoin/src/leveldb/libleveldb.a C:/deps/dadcoin/src/level
db/libmemenv.a -lshlwapi -Llibs/boost_1_54_0/stage/lib -Llibs/db-4.8.30.NC/build
_unix -Llibs/openssl-1.0.1e -lssl -lcrypto -ldb_cxx -lws2_32 -lshlwapi -lmswsock
 -lole32 -loleaut32 -luuid -lgdi32 -lboost_system-mgw46-mt-1_54 -lboost_filesyst
em-mgw46-mt-1_54 -lboost_program_options-mgw46-mt-1_54 -lboost_thread-mgw46-mt-1
_54 -lboost_chrono-mgw46-mt-1_54 -lQtGui4 -lQtNetwork4 -lQtCore4
./build/key.o:key.cpp:(.text+0x76): undefined reference to `CryptoPP::Algorithm:
:Algorithm(bool)'
./build/key.o:key.cpp:(.text+0x7e): undefined reference to `vtable for CryptoPP:
:SHA3'
./build/key.o:key.cpp:(.text+0xaf): undefined reference to `CryptoPP::SHA3::Rest
art()'
./build/key.o:key.cpp:(.text+0xd0): undefined reference to `CryptoPP::Integer::I
nteger(long)'
./build/key.o:key.cpp:(.text+0xea): undefined reference to `CryptoPP::Integer::M
inus(CryptoPP::Integer const&) const'
./build/key.o:key.cpp:(.text+0xf3): undefined reference to `CryptoPP::Integer::B
yteCount() const'
./build/key.o:key.cpp:(.text+0x13e): undefined reference to `CryptoPP::ECP::Enco
dePoint(unsigned char*, CryptoPP::ECPPoint const&, bool) const'
./build/key.o:key.cpp:(.text+0x14e): undefined reference to `CryptoPP::SHA3::Upd
ate(unsigned char const*, unsigned int)'
./build/key.o:key.cpp:(.text+0x174): undefined reference to `CryptoPP::SHA3::Upd
ate(unsigned char const*, unsigned int)'
./build/key.o:key.cpp:(.text+0x1a4): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x1c7): undefined reference to `CryptoPP::Integer::
Decode(unsigned char const*, unsigned int, CryptoPP::Integer::Signedness)'
./build/key.o:key.cpp:(.text+0x1cf): undefined reference to `vtable for CryptoPP
::SHA3'
./build/key.o:key.cpp:(.text+0x224): undefined reference to `vtable for CryptoPP
::SHA3'
./build/key.o:key.cpp:(.text+0x280): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x28f): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x29e): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x2ad): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x2bc): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x2d3): undefined reference to `CryptoPP::Integer::
Integer(char const*)'
./build/key.o:key.cpp:(.text+0x2df): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x2fe): undefined reference to `CryptoPP::Integer::
Integer(char const*)'
./build/key.o:key.cpp:(.text+0x30a): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x329): undefined reference to `CryptoPP::Integer::
Integer(char const*)'
./build/key.o:key.cpp:(.text+0x33c): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x35b): undefined reference to `CryptoPP::Integer::
Integer(char const*)'
./build/key.o:key.cpp:(.text+0x36d): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x38c): undefined reference to `CryptoPP::Integer::
Integer(char const*)'
./build/key.o:key.cpp:(.text+0x39f): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x3be): undefined reference to `CryptoPP::Integer::
Integer(char const*)'
./build/key.o:key.cpp:(.text+0x3d1): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x3e1): undefined reference to `vtable for CryptoPP
::ECP'
./build/key.o:key.cpp:(.text+0x3f6): undefined reference to `vtable for CryptoPP
::AbstractRing<CryptoPP::Integer>::MultiplicativeGroupT'
./build/key.o:key.cpp:(.text+0x3ff): undefined reference to `vtable for CryptoPP
::ModularArithmetic'
./build/key.o:key.cpp:(.text+0x412): undefined reference to `CryptoPP::Integer::
Integer(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x434): undefined reference to `CryptoPP::Integer::
Integer(unsigned int, unsigned int)'
./build/key.o:key.cpp:(.text+0x43f): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x461): undefined reference to `CryptoPP::Integer::
Integer(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x478): undefined reference to `CryptoPP::Integer::
Integer(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x489): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x495): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x4c8): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x4db): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x4f5): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x508): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x536): undefined reference to `CryptoPP::Integer::
Integer(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x550): undefined reference to `CryptoPP::Integer::
Integer(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x569): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x57f): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x604): undefined reference to `CryptoPP::Integer::
Plus(CryptoPP::Integer const&) const'
./build/key.o:key.cpp:(.text+0x651): undefined reference to `vtable for CryptoPP
::AbstractGroup<CryptoPP::ECPPoint>'
./build/key.o:key.cpp:(.text+0x722): undefined reference to `vtable for CryptoPP
::AbstractGroup<CryptoPP::Integer>'
./build/key.o:key.cpp:(.text+0x728): undefined reference to `vtable for CryptoPP
::AbstractGroup<CryptoPP::Integer>'
./build/key.o:key.cpp:(.text+0x7d2): undefined reference to `vtable for CryptoPP
::ECP'
./build/key.o:key.cpp:(.text+0x7e8): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x7f3): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x802): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x80d): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x820): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x82f): more undefined references to `CryptoPP::Int
eger::Integer()' follow
./build/key.o:key.cpp:(.text+0x84f): undefined reference to `CryptoPP::RandomPoo
l::RandomPool()'
./build/key.o:key.cpp:(.text+0x871): undefined reference to `CryptoPP::AutoSeede
dRandomPool::Reseed(bool, unsigned int)'
./build/key.o:key.cpp:(.text+0x883): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x898): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x8aa): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0x8c8): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x8de): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x8f4): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x918): undefined reference to `vtable for CryptoPP
::AbstractGroup<CryptoPP::ECPPoint>'
./build/key.o:key.cpp:(.text+0xa45): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0xa5d): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0xa75): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0xbe4): undefined reference to `CryptoPP::Integer::
Integer(CryptoPP::RandomNumberGenerator&, unsigned int)'
./build/key.o:key.cpp:(.text+0xbfe): undefined reference to `CryptoPP::Integer::
Modulo(CryptoPP::Integer const&) const'
./build/key.o:key.cpp:(.text+0xc11): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0xc84): undefined reference to `CryptoPP::ECP::Scal
arMultiply(CryptoPP::ECPPoint const&, CryptoPP::Integer const&) const'
./build/key.o:key.cpp:(.text+0xca9): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0xcbf): undefined reference to `CryptoPP::Integer::
operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0xe7a): undefined reference to `vtable for CryptoPP
::ECP'
./build/key.o:key.cpp:(.text+0xe8c): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0xe97): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0xea6): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0xeb1): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0xec0): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0xecf): more undefined references to `CryptoPP::Int
eger::Integer()' follow
./build/key.o:key.cpp:(.text+0xeef): undefined reference to `CryptoPP::RandomPoo
l::RandomPool()'
./build/key.o:key.cpp:(.text+0xf11): undefined reference to `CryptoPP::AutoSeede
dRandomPool::Reseed(bool, unsigned int)'
./build/key.o:key.cpp:(.text+0xf23): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0xf38): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0xf4a): undefined reference to `CryptoPP::Integer::
Integer()'
./build/key.o:key.cpp:(.text+0xf7a): undefined reference to `vtable for CryptoPP
::AbstractGroup<CryptoPP::ECPPoint>'
./build/key.o:key.cpp:(.text+0x10cd): undefined reference to `CryptoPP::Integer:
:Decode(unsigned char const*, unsigned int, CryptoPP::Integer::Signedness)'
./build/key.o:key.cpp:(.text+0x1114): undefined reference to `CryptoPP::Integer:
:Integer()'
./build/key.o:key.cpp:(.text+0x1120): undefined reference to `CryptoPP::Integer:
:Integer()'
./build/key.o:key.cpp:(.text+0x1142): undefined reference to `CryptoPP::ECP::Dec
odePoint(CryptoPP::ECPPoint&, unsigned char const*, unsigned int) const'
./build/key.o:key.cpp:(.text+0x1166): undefined reference to `CryptoPP::Integer:
:operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x1178): undefined reference to `CryptoPP::Integer:
:operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x1208): undefined reference to `CryptoPP::Integer:
:Integer()'
./build/key.o:key.cpp:(.text+0x1217): undefined reference to `CryptoPP::Integer:
:Integer()'
./build/key.o:key.cpp:(.text+0x1290): undefined reference to `CryptoPP::Integer:
:Decode(unsigned char const*, unsigned int, CryptoPP::Integer::Signedness)'
./build/key.o:key.cpp:(.text+0x12b7): undefined reference to `CryptoPP::Integer:
:Decode(unsigned char const*, unsigned int, CryptoPP::Integer::Signedness)'
./build/key.o:key.cpp:(.text+0x12c8): undefined reference to `CryptoPP::Integer:
:Integer()'
./build/key.o:key.cpp:(.text+0x12d4): undefined reference to `CryptoPP::Integer:
:Integer()'
./build/key.o:key.cpp:(.text+0x1322): undefined reference to `CryptoPP::ECP::Cas
cadeScalarMultiply(CryptoPP::ECPPoint const&, CryptoPP::Integer const&, CryptoPP
::ECPPoint const&, CryptoPP::Integer const&) const'
./build/key.o:key.cpp:(.text+0x133f): undefined reference to `CryptoPP::Integer:
:operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x1353): undefined reference to `CryptoPP::Integer:
:operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x1428): undefined reference to `CryptoPP::Integer:
:Modulo(CryptoPP::Integer const&) const'
./build/key.o:key.cpp:(.text+0x1444): undefined reference to `CryptoPP::Integer:
:Compare(CryptoPP::Integer const&) const'
./build/key.o:key.cpp:(.text+0x1631): undefined reference to `CryptoPP::Integer:
:Integer()'
./build/key.o:key.cpp:(.text+0x1642): undefined reference to `CryptoPP::Integer:
:Integer()'
./build/key.o:key.cpp:(.text+0x164e): undefined reference to `CryptoPP::Integer:
:Integer()'
./build/key.o:key.cpp:(.text+0x165d): undefined reference to `CryptoPP::Integer:
:Integer()'
./build/key.o:key.cpp:(.text+0x166c): undefined reference to `CryptoPP::Integer:
:Integer()'
./build/key.o:key.cpp:(.text+0x1693): undefined reference to `CryptoPP::Integer:
:Integer(CryptoPP::RandomNumberGenerator&, unsigned int)'
./build/key.o:key.cpp:(.text+0x16bb): undefined reference to `CryptoPP::Integer:
:Modulo(CryptoPP::Integer const&) const'
./build/key.o:key.cpp:(.text+0x16cf): undefined reference to `CryptoPP::Integer:
:operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x1712): undefined reference to `CryptoPP::ECP::Sca
larMultiply(CryptoPP::ECPPoint const&, CryptoPP::Integer const&) const'
./build/key.o:key.cpp:(.text+0x172f): undefined reference to `CryptoPP::Integer:
:operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x1743): undefined reference to `CryptoPP::Integer:
:operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x1810): undefined reference to `CryptoPP::Integer:
:Modulo(CryptoPP::Integer const&) const'
./build/key.o:key.cpp:(.text+0x1824): undefined reference to `CryptoPP::Integer:
:operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x185e): undefined reference to `CryptoPP::Integer:
:Times(CryptoPP::Integer const&) const'
./build/key.o:key.cpp:(.text+0x187d): undefined reference to `CryptoPP::Integer:
:Minus(CryptoPP::Integer const&) const'
./build/key.o:key.cpp:(.text+0x1899): undefined reference to `CryptoPP::Integer:
:Modulo(CryptoPP::Integer const&) const'
./build/key.o:key.cpp:(.text+0x18ad): undefined reference to `CryptoPP::Integer:
:operator=(CryptoPP::Integer const&)'
./build/key.o:key.cpp:(.text+0x191f): undefined reference to `CryptoPP::Integer:
:MinEncodedSize(CryptoPP::Integer::Signedness) const'
./build/key.o:key.cpp:(.text+0x1a51): undefined reference to `CryptoPP::Integer:
:MinEncodedSize(CryptoPP::Integer::Signedness) const'
./build/key.o:key.cpp:(.text+0x1a86): undefined reference to `CryptoPP::Integer:
:Encode(unsigned char*, unsigned int, CryptoPP::Integer::Signedness) const'
./build/key.o:key.cpp:(.text+0x1ab5): undefined reference to `CryptoPP::Integer:
:Encode(unsigned char*, unsigned int, CryptoPP::Integer::Signedness) const'
./build/key.o:key.cpp:(.text+0x1bef): undefined reference to `CryptoPP::Integer:
:Integer(long)'
./build/key.o:key.cpp:(.text+0x1c0a): undefined reference to `CryptoPP::Integer:
:Minus(CryptoPP::Integer const&) const'
./build/key.o:key.cpp:(.text+0x1c13): undefined reference to `CryptoPP::Integer:
:ByteCount() const'
./build/key.o:key.cpp:(.text+0x1c8d): undefined reference to `CryptoPP::ECP::Enc
odePoint(unsigned char*, CryptoPP::ECPPoint const&, bool) const'
./build/key.o:key.cpp:(.text+0x1e6e): undefined reference to `CryptoPP::Integer:
:Encode(unsigned char*, unsigned int, CryptoPP::Integer::Signedness) const'
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: ./build/ke
y.o: bad reloc address 0x6 in section `.text$_ZN8CryptoPP8ClonableD1Ev[CryptoPP:
:Clonable::~Clonable()]'
collect2: ld returned 1 exit status
Makefile.Release:281: recipe for target 'release/maxcoin-qt.exe' failed
mingw32-make: *** [release/maxcoin-qt.exe] Error 1

145  Alternate cryptocurrencies / Announcements (Altcoins) / Compiling maxcoin wallet window - 0.08 BTC on: March 27, 2014, 09:19:48 AM
Problem compiling maxcoin wallet window

I want to try compile max coin wallet by scratch using maxcoin-qt.pro

If anyone is experience in this, hit me up on pm

Will pay 0.08 BTC for this service. Pm me your skype.
146  Economy / Lending / Loan needed - No collateral, but able to pay with no issue on: March 26, 2014, 04:26:36 PM
No longer need loan. Thanks for reading
147  Economy / Lending / Re: Micro Loans Available, No Collateral Necessary on: March 26, 2014, 04:22:37 PM
May I take a larger loan, about 0.061 BTC, will repay in 2 days.

20% interest rate as what you stated. I not a Full Member, but I almost there I guess, you can check my rep at my signature.
Sad to say I got no collateral, but I am capable to pay you with no issue as I can buy BTC if need to.

I made a few thousands from my website and I can prove if you want me to.

The purpose of this loan is to do a testing on my script for Just-Dice, I coded it myself, did over 3000 bets and result is fairly good.
20% ROI is not a issue to me.

Do consider my loan request.
148  Economy / Lending / Re: Loans offered on: March 26, 2014, 04:19:46 PM
Send you a pm about a 1 BTC loan.
149  Economy / Games and rounds / Re: ★★ LuckyBit CRAZY HOUR ★ Win a 0.5 bitcoin bonus! ★★ on: March 23, 2014, 11:32:31 PM
Thanks ! Received my 0.05 x 2  Tongue Tongue

See you guys on next Crazy HOUR~!
150  Economy / Games and rounds / Re: The Lucky Bit regulars betting pool! on: March 23, 2014, 08:00:20 PM
 Cheesy Cheesy

1BaokyQN2XxcQrkfazyNnGZkHmFDJD6FsD
151  Economy / Gambling / Re: [Forex] Bet on price of major pair like EUR/USD , GBP/USD on: March 22, 2014, 06:47:25 PM
The reason we launch this platform is to promote Forex with using BTC to trade, we realize that there is no broker that accept BTC and payout in BTC for Forex trading.
Well, I must argue with you that Forex-Metal allows deposits and withdrawals in Bitcoin. There are a few others as well.  Undecided

Well then I quite bad knowledge on this, who is the other few that allow deposit and withdrawal in bitcoin Wink


What I saw is Forex-Metal let you use BTC to trade BTC/USD but not other major pair, am I wrong?
They don't have BTC deposit feature, and to withdraw out in BTC.

What I saw is they allow you to trade BTC/USD , LTC/USD at 1:3 leverage but the currency is still fiat usd.
Oh, I didn't realize that you meant fully Bitcoin trades. At Forex-Metal you deposit Bitcoins, after 1 confirmation that are exchanged into fiat for you to trade with on any forex pair or commodity. When you request a withdrawal they exchange the fiat in your account into Bitcoins again.

I believe Bit4X and Avatrade has Bitcoin payments.

Thanks for the information.
152  Economy / Gambling / Re: [Forex] Bet on price of major pair like EUR/USD , GBP/USD on: March 22, 2014, 06:40:44 PM
The reason we launch this platform is to promote Forex with using BTC to trade, we realize that there is no broker that accept BTC and payout in BTC for Forex trading.
Well, I must argue with you that Forex-Metal allows deposits and withdrawals in Bitcoin. There are a few others as well.  Undecided

Well then I quite bad knowledge on this, who is the other few that allow deposit and withdrawal in bitcoin Wink


What I saw is Forex-Metal let you use BTC to trade BTC/USD but not other major pair, am I wrong?
They don't have BTC deposit feature, and to withdraw out in BTC.

What I saw is they allow you to trade BTC/USD , LTC/USD at 1:3 leverage but the currency is still fiat usd.
153  Economy / Gambling / closed on: March 22, 2014, 06:27:32 PM
close due to lack of knowledge
154  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [Ann]Vote New coins on Bter.com - Which new coin should Bter add in next week? on: March 20, 2014, 07:04:10 PM
Add RandomQuarkCoin (RQC)
155  Economy / Gambling / Re: CLOUDBET is a SCAMbook on: March 20, 2014, 06:17:16 AM
Hi all,

We are experiencing some delays with deposits and are working through the backlog manually. Please accept our apologies for the inconvenience. We will be caught up soon, and back to regular instant deposits.

Cheers,
Cloudbet

I'm sure you'll be bonusing the affected players as an apology, right?

The bonus will take a very long time to clear dude.
156  Economy / Gambling / Re: Cloudbet.com - 100 NEW GAMES! bitcoin sportsbook and live dealer casino on: March 20, 2014, 05:12:33 AM
Hi all,

We are experiencing a few delays with deposits. Please accept our apologies. We will have this resolved in coming hours.

We're also experiencing a support backlog - again, this will be cleared soon.

Thanks for your continued patience and understanding.

Cheers,
Cloudbet

YOU was online yesterday but you did not reply here. What kind of service are you providing  Undecided Undecided
157  Economy / Gambling / Re: CLOUDBET is a SCAMbook on: March 20, 2014, 05:12:02 AM
They got some deposit issue. They reply at their thread already. Just that the service level dam sucks for not replying for the customer enquiry. They not a scam I guess.
158  Economy / Gambling / Re: Cloudbet.com - 100 NEW GAMES! bitcoin sportsbook and live dealer casino on: March 19, 2014, 05:22:41 PM
Cloudbet deposit seems to not instantly confirm now.

I deposit some amount few hours ago yet to be confirm and credited to my account.

The service level had drop.  Embarrassed
159  Economy / Services / Re: Selling exchange source code on: March 19, 2014, 08:03:12 AM
Newbie: 1

You expect payment first or you give source first. How can I even give 3 BTC ( near $2000 ) to a Newbie: 1 first.

If you willing to lower your price & give source code first, maybe I am interested to buy the script.
160  Economy / Digital goods / Re: [DICE-GAME][SCRIPT] Advanced BitDice 1.0 Dice Game Script for Altcoins on: March 19, 2014, 07:56:07 AM
If you add Invest Feature, I might considered buying.

Also possible Jackpot feature like Sato-Dice
Invest Feature like Just-Dice.

Then its uniquely your system.
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!