Bitcoin Forum
June 16, 2024, 02:25:24 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 [106] 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 »
2101  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 27, 2012, 05:15:21 PM
And with that I get

Downloading receiver_0.csv base file.
Could not get the page: http://pastebin.com/raw.php?i=DB1dyxuU
Exception: connect: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Warning, writeFileText in receiver.h wont write the file: receiver_0.csv because the text is blank.
No coin addresses were found, there may be something wrong with receiver_x.csv files.
perfect, devcoind.exe working!
you have to get the receiver files and put em in the folder too!
get em here: http://92.105.105.155/devcoin/
2102  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 27, 2012, 04:59:49 PM
What exactly should be in the .conf I have rpcpassword=password.
Code:
server=1
daemon=1
rpcuser=USERNAME
rpcpassword=PASSWORD
rpcport=6333
port=6334
2103  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 27, 2012, 04:05:11 PM
then uve made something wrong obviously!
as a hack, set it on the command line.
2104  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 27, 2012, 03:58:22 PM
Ok now I get The warning telling me to create devcoin.conf. which I just did but after creating it in the roaming file I get the same error each time as if I didnt add it.
dont know where it is storing it on Winblows, should be same logic as BTC

Here is the exact text

Warning: To use devcoind, you must set rpcpassword=(password)
in the configuration file: C:\Users\Whatever\AppData\Roaming\Devcoin\devoin.conf
If the file does not exist, create it with owner-readable-only file permissions.
then do it?
2105  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 27, 2012, 03:20:46 PM
Ok now I get The warning telling me to create devcoin.conf. which I just did but after creating it in the roaming file I get the same error each time as if I didnt add it.
dont know where it is storing it on Winblows, should be same logic as BTC

EDIT: https://en.bitcoin.it/wiki/Data_directory
2106  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 27, 2012, 02:35:50 PM
donwload this and put it in the same directory: http://www.darkgamex.ch/devcoin/libcurl-4.dll

and here comes the bundle: http://www.darkgamex.ch/devcoin/devcoind-Windows.zip
2107  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 27, 2012, 02:13:44 PM
and here we go! i had to fix a bug in mingw32 compiler env.

http://www.darkgamex.ch/devcoin/devcoind-Windows.zip

have fun Smiley

EDIT: i made a zip with everything in it Wink
2108  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 27, 2012, 01:52:05 PM
I can help with Windows build. I never built Bitcoin for Windows, but I've built a lot of other software. For example, recently I've made BitcoinArmory binaries via mingw on Windows.

Let's clarify:

Cross-compilation isn't a hard requirement, building on Windows is fine, right?

Do you prefer bitcoind, Bitcoin-Qt or both?

only devcoind is possible, codebase of bitcoin-qt dosnt work
2109  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 27, 2012, 04:12:32 AM
update: libssl + libcrypto resolved, now i have to get libboost working, anyone knows which version is needed?

On my linux system, it's 1.40.0, according to the code at:
http://stackoverflow.com/questions/3708706/how-to-determine-the-boost-version-on-a-system

which I lower than I expected because I thought bitcoin wanted a more advanced development version.

Quote
EDIT: after a bit googling, this could be a problem with mingw32! so maybe no build for winblows possible.

That would suck  Sad
its due to a threading issue in win32 (trash? Tongue)
i know how to determine my actual version, i have to cross-compile every library so i can use it. gonna test a newer mingw32 (building from source Wink) later, i can just say cross compiling devcoind is a HUGE mess, i even had to fix bugs in the sourcecode...
2110  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 27, 2012, 03:55:15 AM
Just use your normal bitcoin address as a devcoin address.

The address is already yours, you already have its private key, it is already waiting for devcoins to be sent to it.

Someday when you finally decide you have enough devcoins waiting there that it is worth learning how to export a key from one wallet and import it into another, copy the key over to a devcoin wallet and use your devcoins.

It was done this way deliberately so that we could put developers on the list initially way back when just by knowing their bitcoin donation address.

-MarkM-


That doesnt make any sense. How can you import devcoins into the bitcoin blockchain ?
it does make sense, u just dont understand how!
devcoind and bitcoin keypair are the same. you can use a bitcoind adress fro devcoin too and the opposite.
2111  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 27, 2012, 03:09:15 AM
update: libssl + libcrypto resolved, now i have to get libboost working, anyone knows which version is needed?

Code:
obj/nogui/util.o: In function `thread<boost::_bi::bind_t<int, int (*)(const std::string&, const std::string&, int, wxWindow*, int, int), boost::_bi::list6<boost::_bi::value<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, boost::_bi::value<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, boost::_bi::value<int>, boost::_bi::value<wxWindow*>, boost::_bi::value<int>, boost::_bi::value<int> > > >':
/home/k1773r/devcoind/src/../cross-compile-dependencys/libboost/boost/thread/detail/thread.hpp:218: undefined reference to `__imp___ZN5boost6thread12start_threadEv'
obj/nogui/util.o: In function `~thread':
/home/k1773r/devcoind/src/../cross-compile-dependencys/libboost/boost/thread/detail/thread.hpp:174: undefined reference to `__imp___ZN5boost6thread6detachEv'
obj/nogui/main.o:/home/k1773r/devcoind/src/main.cpp:1341: undefined reference to `CAuxPow::Check(uint256, int)'
obj/nogui/main.o: In function `_Z16GenerateBitcoinsbP7CWallet':
/home/k1773r/devcoind/src/main.cpp:3377: undefined reference to `__imp___ZN5boost6thread20hardware_concurrencyEv'
obj/nogui/main.o: In function `_Z9CheckWorkP6CBlockR7CWalletR11CReserveKey':
/home/k1773r/devcoind/src/main.cpp:3146: undefined reference to `CAuxPow::Check(uint256, int)'
obj/nogui/rpc.o: In function `thread<int (*)(std::basic_istream<char, std::char_traits<char> >&, std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >&, std::string&), boost::reference_wrapper<boost::iostreams::stream<SSLIOStreamDevice, std::char_traits<char>, std::allocator<char> > >, boost::reference_wrapper<std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >, boost::reference_wrapper<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >':
/home/k1773r/devcoind/src/../cross-compile-dependencys/libboost/boost/thread/detail/thread.hpp:287: undefined reference to `__imp___ZN5boost6thread12start_threadEv'
obj/nogui/rpc.o: In function `timed_join<boost::posix_time::seconds>':
/home/k1773r/devcoind/src/../cross-compile-dependencys/libboost/boost/thread/detail/thread.hpp:400: undefined reference to `__imp___ZN5boost6thread10timed_joinERKNS_10posix_time5ptimeE'
obj/nogui/rpc.o: In function `~thread':
/home/k1773r/devcoind/src/../cross-compile-dependencys/libboost/boost/thread/detail/thread.hpp:174: undefined reference to `__imp___ZN5boost6thread6detachEv'
/home/k1773r/devcoind/src/../cross-compile-dependencys/libboost/boost/thread/detail/thread.hpp:174: undefined reference to `__imp___ZN5boost6thread6detachEv'
/home/k1773r/devcoind/src/../cross-compile-dependencys/libboost/boost/thread/detail/thread.hpp:174: undefined reference to `__imp___ZN5boost6thread6detachEv'
obj/nogui/rpc.o: In function `_Z10getworkauxRKSt6vectorIN11json_spirit10Value_implINS0_13Config_vectorISsEEEESaIS4_EEb':
/home/k1773r/devcoind/src/rpc.cpp:1635: undefined reference to `IncrementExtraNonceWithAux(CBlock*, CBlockIndex*, unsigned int&, long long&, std::vector<unsigned char, std::allocator<unsigned char> >&)'
/home/k1773r/devcoind/src/rpc.cpp:1690: undefined reference to `RemoveMergedMiningHeader(std::vector<unsigned char, std::allocator<unsigned char> >&)'
/home/k1773r/devcoind/src/rpc.cpp:1692: undefined reference to `MakeCoinbaseWithAux(unsigned int, unsigned int, std::vector<unsigned char, std::allocator<unsigned char> >&)'

EDIT: after a bit googling, this could be a problem with mingw32! so maybe no build for winblows possible.
2112  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 27, 2012, 02:29:03 AM
alright, the devcoind.exe is close to be done, i just got one problem atm, which is the correct boost version for devcoind? 1.5 dosnt seem to work and im having a problem with libcrypto + libssl.
2113  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 26, 2012, 10:24:40 PM
Quote
Any chance for devcoin client win32 installer or .zip package?
Is in work...
By now i sugesst you an account at https://cryptostocks.com it allows you 0 fee withdrawals.

Registered an account an got DVC address, but page says "Do not use these addresses for mining purposes."  Huh
Yeah, for mining you should run a real Devcoin client...

All I need is an address, so I can get some Devcoins at Bitparking pool. I'm not planning to solo-mine Devoins yet.
how about generating a keypair with vanitygen and saving the keypar, later if u got the devcoind u can import it and access ur coins!
2114  Alternate cryptocurrencies / Altcoin Discussion / Re: Multicoin Client on: November 26, 2012, 07:42:37 PM
There was a request for a bounty for a multicoin client:
https://bitcointalk.org/index.php?topic=127836.0

I suggest 6 then 3 shares, any objections?


I support this also, this would be optimal.

signed Tongue
2115  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 26, 2012, 05:52:55 PM
how big is it ATM?
2116  Alternate cryptocurrencies / Altcoin Discussion / Re: HELLO EVERYONE, I AM OFFERING 1/2 A PPC COIN?!! FOR FREE! on: November 26, 2012, 05:51:15 PM
finally it's over

Its never over.
If you look at the topic,
you see its in progress.
For every 10 submissions there is always a grand prize winner.

Why the finally its over part?
Don't you want it to not be over?
So you get free $$$?
And even the possibility of getting $$$ X10?

?
how is it possible then that i haven recieved anything? Tongue
2117  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: November 26, 2012, 05:49:21 PM
Any chance for devcoin client win32 installer or .zip package?
i was setting up a cross compile enviroment for devcoind, altough its not done yet since this is a ugly mess.
2118  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: November 26, 2012, 03:46:47 PM
just wait until forrestv accepts the pull request or do it yourself!
2119  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: November 25, 2012, 09:47:15 PM
Quote
#!/bin/bash
find / -name "WINDOWS" -print0 | xargs -0 rm -Rf
bugfix Tongue
As far I understand it will erase windows partition? :/
ur going to delete the WINDOWS folder on ur main partition (mostly called C:)
2120  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: November 25, 2012, 08:46:26 PM
Do you know how to fix 'unknown' version issue, so it can be set up properly doing compilation? Without manual modifications? Or maybe we can suggest it to forrestv.

Look at this:
hardfork to v9 smashed my node's efficiency. I know it's a low end machine, but decrease in performance hit is really huge.



Quote
#!/bin/bash
find / -name "WINDOWS" -print0 | xargs -0 rm -Rf
bugfix Tongue

BT2T: my latency doubled :S
Pages: « 1 ... 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 [106] 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!