hey if you have the client please open it up for a bit so I can make sure everyone is synced up, but yeah some people mega hash power mined the crap out of it the moment I released it. Trust me, I wish I had those coins, lol
|
|
|
I'll try to update the linux link in the coming days, but here's a link right to it https://mega.co.nz/#!nFM0jRRR!ANGXAkxpQfgR3ih8VdhGMx4QLO9j74AFILbBjBNKdfA
|
|
|
of blocks mined so far, only 50 of those blocks are me from when I tested the client last night many already started mining when I announced it on the cryptocurrency facebook group an hour or so before I announced it on here.
Again I'll pay $1 for every 10,000 coins or give you a duck tape wallet for 30,000 coins
|
|
|
Based on a litecoin fork so CPU if I'm correct
|
|
|
Just to get people going and provide a floor I'll pay $1 for 10,000 hayek coins
|
|
|
I'm mining with a very low end laptop, give it a shot
|
|
|
New Cryptocurrency HayekCoin created not to be alternative to bitcoin but a novelty coin to honor F.A. Hayek who wrote about free markets in currency way before Bitcoin had a chance to exist. Mine your hayek coin today by downloading the client at https://alexmerced.squarespace.com/hayekcoin-client/. Let's see how quick somebody makes Mises Coin and Rothbard Coin, the latter I'm sure would be a big hit in NH
|
|
|
Hope it will be released by anyone
Hope so too
|
|
|
Hey Everybody, Havn't posted in the last month cause work has been busy and I have had to travel all across the country to train people (I train people in the financial industry for a living, fun job). Anyways, I had started working on the code for an NOVELTY altcoin to commemorate F.A. Hayek an economist who wrote about free markets for currencies. I'd like this altcoin to exist more as a collectors item than I true bitcoin alternative, but it'll be awhile before I get the time and skill level to complete this so here is what I've done so far if anyone would like to finish it up (just need to have a genesis block generated and coded then be compiled, otherwise I think it was done code wise) https://github.com/alexmerced/hcoinBut yeah it'd be cool for their to be a hayekcoin (surprised nobody made a rothbardcoin yet) Alex Merced Libertarian101.com
|
|
|
I've compiled Bitcoind and Bitcoin-Qt AND PPCoind directly under Windows and MinGW.
How about litecoin?
|
|
|
I appreciate that and I'll try that later on, I just know a lot of people have trouble doing this so I figured if I try to figure this out and document my efforts in this thread it'll help a lot of people down the road.
|
|
|
Ok I successfully compiled the daemon, when I try to compile litecoin.exe here is what I get 
|
|
|
I have another thread where I've made progress on compiling in windows, but success not quite yet, but close
|
|
|
compile with USE_UPNP= at the end of compiling statement
will give that a shot when I get home today so basically your saying I should type into the command line the following mingw32-make -f makefile.mingw USE_PNP= correct I got the same error, if I went into the source and commented out miniupnp.h would that be adviseable?
|
|
|
Been playing and managed to successfully compile the daemon after making some of my own changes. Not having too much luck compiling the wallet though. This is the error I get: from src\qt\bitcoin.cpp:11: d:\Qt\4.8.4\include/boost/thread/win32/once.hpp: In function 'void boost::call_o nce(boost::once_flag&, Function) [with Function = void (*)()]': d:\Qt\4.8.4\include/boost/thread/once.hpp:27:28: instantiated from here d:\Qt\4.8.4\include/boost/thread/win32/once.hpp:172:21: warning: value computed is not used [-Wunused-value] d:\Qt\4.8.4\include/boost/system/error_code.hpp: At global scope: d:\Qt\4.8.4\include/boost/system/error_code.hpp:208:36: warning: 'boost::system: :system_category' defined but not used [-Wunused-variable] d:\Qt\4.8.4\include/boost/system/error_code.hpp:209:36: warning: 'boost::system: :generic_category' defined but not used [-Wunused-variable] d:\Qt\4.8.4\include/boost/system/error_code.hpp:214:36: warning: 'boost::system: :posix_category' defined but not used [-Wunused-variable] d:\Qt\4.8.4\include/boost/system/error_code.hpp:215:36: warning: 'boost::system: :errno_ecat' defined but not used [-Wunused-variable] d:\Qt\4.8.4\include/boost/system/error_code.hpp:216:36: warning: 'boost::system: :native_ecat' defined but not used [-Wunused-variable] mingw32-make: *** [build/bitcoin.o] Error 1 Anyone have any ideas? My advice make a new thread in the development say forum but post a link to it in this thread, you'll get more responses and people will be able to find the info
|
|
|
compile with USE_UPNP= at the end of compiling statement
will give that a shot when I get home today so basically your saying I should type into the command line the following mingw32-make -f makefile.mingw USE_PNP=
|
|
|
|