Bitcoin Forum
June 23, 2024, 12:57:22 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 [177] 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 »
3521  Bitcoin / Bitcoin Technical Support / Re: Bitcoind on CentOS 5.6 64bit ($50 bounty) on: August 05, 2012, 03:25:35 AM
I was presenting simple solution. This isn't an UNSECURED method either.

Why does it need to be CentOS and not something simpler such as Ubuntu?

simple is not always secure. plus blockchain doesn't give you that much control over it. Plus their RPC settings become in more insecure as they disable a lot of there security features.

Ubuntu server IS HORRIBLE *THROWS UP* Ubuntu is a desktop OS, that is it. Centos is beast for servers, while bitcoind is a pain in the ass to setup in centos, it will be worth it if you set it up correctly.
3522  Bitcoin / Bitcoin Technical Support / Re: Bitcoind on CentOS 5.6 64bit ($50 bounty) on: August 05, 2012, 01:26:05 AM
gcc -l <path to bin of glibc>
3523  Bitcoin / Bitcoin Technical Support / Re: Bitcoind on CentOS 5.6 64bit ($50 bounty) on: August 04, 2012, 11:53:53 PM
you probably want to use -l when compiling and point to your glibc library
3524  Bitcoin / Bitcoin Technical Support / Re: Bitcoind on CentOS 5.6 64bit ($50 bounty) on: August 04, 2012, 10:29:27 PM
It is your compiler not seeing and linking to your glibc as it compiles. First off
Quote
Looks like the compiler doesnt find the rpcnet.cpp and rcprawtransaction.cpp .. which are in the same folder like the rpcdump.cpp

that is par of the bitcoin code and it is giving off the crash because, the compiler doesn't see your glibc and is tell you that, then will it compiles those parts those are the parts that need glibc and can't continue with out it.



3525  Bitcoin / Bitcoin Technical Support / Re: Bitcoind on CentOS 5.6 64bit ($50 bounty) on: August 04, 2012, 09:13:15 PM
$50 bounty added ... (please make explanations understandable, im a noob when it comes to server management)

you could try making a bounty on Rugatu and see how it goes  Roll Eyes

don't put it on rugatu otherwise your bitcoins will be send with out your consent


Stop trolling or accusing without proof, that's lame.

Disclosure: gweedo is the owner of a competing service named bitquestion.com

GET YOUR FACTS STRAIGHT I AM NOT THE OWNER OF BITQUESTION.COM STOP TROLLING ME AND THERE IS PROOF SEARCH THE FORUMS

Code:
apt-get install glibc 
Reading Package Lists... Done
Building Dependency Tree... Done
glibc is already the newest version.
0 upgraded, 0 newly installed, 0 removed and 1 not upgraded.

its already installed ...

you then need to check to make sure that the compiler can see it and it is linked correctly

and ... how do i make that?

You need to check your system path variables
3526  Bitcoin / Bitcoin Technical Support / Re: Bitcoind on CentOS 5.6 64bit ($50 bounty) on: August 04, 2012, 09:03:30 PM
$50 bounty added ... (please make explanations understandable, im a noob when it comes to server management)

you could try making a bounty on Rugatu and see how it goes  Roll Eyes

don't put it on rugatu otherwise your bitcoins will be send with out your consent

Code:
apt-get install glibc 
Reading Package Lists... Done
Building Dependency Tree... Done
glibc is already the newest version.
0 upgraded, 0 newly installed, 0 removed and 1 not upgraded.

its already installed ...

you then need to check to make sure that the compiler can see it and it is linked correctly

3527  Bitcoin / Bitcoin Technical Support / Re: Bitcoind on CentOS 5.6 64bit ($50 bounty) on: August 04, 2012, 08:50:15 PM
Getting this :/

Code:
make -f makefile.new bitcoind
g++ -pthread -Wextra -Wno-sign-compare -Wno-char-subscripts -Wno-invalid-offsetof -Wformat-security -g -DNOPCH -I/home/bitcoin/Bitcoin/Libraries/bitcoin-master/src -DUSE_SSL -fno-stack-protector -fstack-protector-all -Wstack-protector -Wl,-z,relro -Wl,-z,now -D_FORTIFY_SOURCE=2 -O2 -I"/home/bitcoin/Bitcoin/Deps/include" -static -o bitcoind obj/checkpoints.o obj/version.o obj/addrman.o obj/netbase.o obj/crypter.o obj/key.o obj/db.o obj/init.o obj/irc.o obj/keystore.o obj/main.o obj/net.o obj/protocol.o obj/bitcoinrpc.o obj/rpcdump.o obj/script.o obj/util.o obj/wallet.o obj/walletdb.o obj/noui.o   -Wl,-Bstatic -mtl /home/bitcoin/Bitcoin/Deps/lib/libboost_system.a -mtl /home/bitcoin/Bitcoin/Deps/lib/libboost_filesystem.a -mtl /home/bitcoin/Bitcoin/Deps/lib/libboost_program_options.a -mtl /home/bitcoin/Bitcoin/Deps/lib/libboost_thread.a /home/bitcoin/Bitcoin/Deps/lib/libdb_cxx.a -mtl /home/bitcoin/Bitcoin/Deps/lib/libssl.a -mtl /home/bitcoin/Bitcoin/Deps/lib/libcrypto.a -lgcc -Wl,-Bstatic -l z -l dl -l pthread
/home/bitcoin/Bitcoin/Deps/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_globallookup':
dso_dlfcn.c:(.text+0x30): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
obj/netbase.o: In function `LookupIntern':
/home/bitcoin/Bitcoin/Libraries/bitcoin-master/src/netbase.cpp:90: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
obj/bitcoinrpc.o: In function `__static_initialization_and_destruction_0':
/home/bitcoin/Bitcoin/Libraries/bitcoin-master/src/bitcoinrpc.cpp:2141: undefined reference to `getconnectioncount(std::vector<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::allocator<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > > const&, bool)'
/home/bitcoin/Bitcoin/Libraries/bitcoin-master/src/bitcoinrpc.cpp:2141: undefined reference to `getpeerinfo(std::vector<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::allocator<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > > const&, bool)'
/home/bitcoin/Bitcoin/Libraries/bitcoin-master/src/bitcoinrpc.cpp:2141: undefined reference to `listunspent(std::vector<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::allocator<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > > const&, bool)'
/home/bitcoin/Bitcoin/Libraries/bitcoin-master/src/bitcoinrpc.cpp:2141: undefined reference to `getrawtransaction(std::vector<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::allocator<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > > const&, bool)'
/home/bitcoin/Bitcoin/Libraries/bitcoin-master/src/bitcoinrpc.cpp:2141: undefined reference to `createrawtransaction(std::vector<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::allocator<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > > const&, bool)'
/home/bitcoin/Bitcoin/Libraries/bitcoin-master/src/bitcoinrpc.cpp:2141: undefined reference to `decoderawtransaction(std::vector<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::allocator<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > > const&, bool)'
/home/bitcoin/Bitcoin/Libraries/bitcoin-master/src/bitcoinrpc.cpp:2141: undefined reference to `signrawtransaction(std::vector<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::allocator<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > > const&, bool)'
/home/bitcoin/Bitcoin/Libraries/bitcoin-master/src/bitcoinrpc.cpp:2141: undefined reference to `sendrawtransaction(std::vector<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::allocator<json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > > const&, bool)'
collect2: ld returned 1 exit status
make: *** [bitcoind] Error 1

you don't have all the dependencies installed, you need to install glibc and try again


My suggestion is to not run bitcoind and to rely on a web wallet that has API calls similar to bitcoind such as blockchain.info

https://blockchain.info/json_rpc_api

1MANTisca9kS6t4bngzuU4GBgE1S1L7q2U

THAT IS EVEN WORST THAN RUNNING AN UNSECURED BITCOIND
3528  Bitcoin / Bitcoin Technical Support / Re: Bitcoind on CentOS 5.6 64bit ($50 bounty) on: August 04, 2012, 06:29:56 PM
$50 bounty added ... (please make explanations understandable, im a noob when it comes to server management)

If your a noob then running a bitcoind isn't for you. I think people running bitcoind should know linux security. Cause you are the same people that complain when your wallet gets hacked and it could have been prevented if you just knew about linux security and how to protect your bitcoind.

btw here is the script that will install it

https://github.com/weex/bitcoind-centos
3529  Bitcoin / Armory / Re: Building Armory on OSX on: August 04, 2012, 06:27:07 PM
anyone know if the lion instructions work on mountain lion?
3530  Economy / Trading Discussion / Re: Trading software on: August 04, 2012, 05:46:29 PM
In php json_decode will turn any json string into an array for easy parsing js
3531  Other / Meta / Re: Stripping away the extra fluff (You thought SMF was simple already?) on: August 04, 2012, 05:13:15 PM
Yeah, let's all install Lynx.

wait you guys are using Lynx? now this is awkward

3532  Alternate cryptocurrencies / Altcoin Discussion / Re: 1000LTC reward for Mac help with Reaper on: August 04, 2012, 04:59:15 PM
cgminer can be compiled to run on the mac, you just need to get ports or homebrew to get the dependancies
Can you elaborate on how to do this?  Not a programmer.

http://www.macports.org/ install that

then using

Code:
sudo ports search <dependency name>

you look for each one of these
Dependencies:
   curl dev library    http://curl.haxx.se/libcurl/
   (libcurl4-openssl-dev)

   curses dev library
   (libncurses5-dev or libpdcurses on WIN32)

   pkg-config      http://www.freedesktop.org/wiki/Software/pkg-config
   libtool         http://www.gnu.org/software/libtool/

   jansson         http://www.digip.org/jansson/
   (jansson is included in-tree and not necessary)

   yasm 1.0.1+ http://yasm.tortall.net/
   (yasm is optional, gives assembly routines for CPU mining)

   AMD APP SDK      http://developer.amd.com/sdks/AMDAPPSDK
   (This sdk is mandatory for GPU mining)

   AMD ADL SDK      http://developer.amd.com/sdks/ADLSDK
   (This sdk is mandatory for ATI GPU monitoring & clocking)

   libudev headers
   (This is only required for FPGA auto-detection and is linux only)

   libusb headers
   (This is only required for ZTEX support)

if ports has it then you do
Code:
sudo ports install <dependency name>

then you download
http://ck.kolivas.org/apps/cgminer/
the tar.bz2 version

unpack it then go to the folder in terminal
Code:
./configure

after that do

Code:
sudo make

and it should create a file that you can then just run in the terminal
3533  Other / Beginners & Help / Re: bug?? my bitcoins magically doubled on: August 04, 2012, 06:51:08 AM
You are admitting to a scam ? You need to report this to the site involved and hand back the coins or get a  scammer label.

I agree with that, that are abuse of the system and if I was running the site I would probably give you a reward anyway for reporting of the bug. So Please on behalf of the devs report it to them otherwise or face being labeled a scammer.
3534  Alternate cryptocurrencies / Altcoin Discussion / Re: 1000LTC reward for Mac help with Reaper on: August 04, 2012, 05:39:26 AM
cgminer can be compiled to run on the mac, you just need to get ports or homebrew to get the dependancies
3535  Bitcoin / Bitcoin Technical Support / Re: Why does transaction fee keep rising? on: August 04, 2012, 04:10:59 AM
https://en.bitcoin.it/wiki/Transaction_fees
3536  Bitcoin / Project Development / JSON-RPC Client PHP converted to cURL instead of fopen on: August 03, 2012, 11:44:35 PM
fopen is insecure and not correct when trying to communicating with remote sites. 
I just rewrote the http post part of the code so just in case anyone was wanted it

http://pastebin.com/vREuHVr5
3537  Other / Off-topic / Woz Prints and spends his own $2 bills on: August 03, 2012, 11:37:03 PM
http://hackaday.com/2012/08/03/woz-prints-and-spend-his-own-2-bills

Always amazes me
3538  Other / Meta / Re: Stripping away the extra fluff (You thought SMF was simple already?) on: August 03, 2012, 11:23:46 PM
You should keep removing elements of the forum until it's down to an SSH session!! Smiley

Get a BBS running and lets have some real fun!
3539  Economy / Services / Re: Making a new website. on: August 03, 2012, 04:29:52 PM
I know i would do it for like BTC200 that right now is like $2,000 and that is fair for a site like that

This estimate is out by at least one order of magnitude.

Remember I am going off what a free lancer would get paid and that is a pretty big site, but what would think would be a fair price?
3540  Other / Off-topic / Re: Social news revamped :) on: August 03, 2012, 06:33:14 AM
It is like watching a family member just die slowly, I remember when digg was pioneering in web 2.0 arena back in the day, but now it is just dying soooooooooooo slowly, and trying to play catch. I think it is a dead site, i hope i am wrong.
I go on it once a week, You've been reading too many propaganda articles much? Tongue

LOL no 2005- 2007 was digg's greatest years digg v3 was horrible and digg v4 just ended it and then the founder left the project completely and that is how you know it is dead.

I guess i gauge a companies success a little bit differently, I find a service dead when that said service is not making any money(net-profit) or not assisting with anyone but if you want to look at it that way we can do that Smiley

Well right not it is making no money. but if we are gauging digg by money, then I would say when they injected ads and if they got digged up the ad paid less and if it was buried the ad company paid more, then i would say that was genius. Actually making an ad content, and all services try to do that right now. Digg was the first one to have a button that linked back to digg, no site had that, at that time. So digg at certain points was amazing and really molded the web we see today. But in the last couple years, a big chunk of the hardcore community like me, has left cause of some decisions that would go against how the site was being censored, ran, and disrupting the internet with iframes. That is why I am salty on digg.
Pages: « 1 ... 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 [177] 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!