Bitcoin Forum
May 04, 2024, 07:13:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 »
21  Alternate cryptocurrencies / Altcoin Discussion / Compiling Qts/Daemons on: May 28, 2014, 07:41:58 PM
Hello all,

As I know there are many coin devs out there, would anyone be helpful enough to show me and the community a step-by-step way to compile the -qt and daemon of bitcoin from source?

Thanks very much

EDIT: Windows directions please
22  Economy / Services / Need a BCTalk member experienced in CAD or Sketchup w/ a 3D printer on: April 15, 2014, 11:16:37 PM
Hello forum!

I have a 3D Sketchup Model (STL file also available) that needs some optimization and touching up.  I also would like it 3D printed.  (PM for more details, if interested)

If you can either touch up my model or print it out with a 3D printer, please PM me your rates and I'll get back to you as soon as possible.

Thanks!
23  Other / CPU/GPU Bitcoin mining hardware / AntMiner on: February 04, 2014, 03:02:31 AM
Is the AntMiner a plug and play unit, or do you need PSUs and fans?

If so, what do you recommend?  I've heard the gentle typhoon fans are pretty good.
24  Bitcoin / Project Development / [ANN][BETA][ONLINE GAME]Like Cookie Clicker? Try Bitcoin Clicker! on: January 23, 2014, 01:30:05 AM
Announcing BITCOIN CLICKER!

Play at http://devticker.pw/game

Click your way to a mining empire!  No gambling required, this is all for fun!

(At least for now, when beta is over this may turn into a gambling game)

Features:

  • Start from a lowly CPU miner to an ASIC master!
  • Forked from clicking bad, a highly successful clicking game
  • Source available upon request (MIT License), you can also just click view source in firefox
  • HTML and Javascript only, no other languages

Feel free to post screenshots, funny stories, and other comments below.  Have fun!



25  Economy / Games and rounds / [ANN][HOT] BitClicker Beta! Like Cookie Clicker? Try your skills at BitClicker! on: January 23, 2014, 01:28:41 AM
Announcing BitClicker v0.3
last updated 19/5/2015

Play at this URL: Bitclicker

Click your way to a mining empire!

Features:
  • Start from a lowly CPU miner to an ASIC master!
  • Clicking Bad Fork
  • Open Source (MIT)
  • Uses only HTML and jQuery

Post questions, comments, and suggestions below!



Screenshots of older versions:


Code:
CHANGELOG
Coming soon
- Captchas with [url=http://solvemedia.com/publishers/]SolveMedia[/url]
- Payouts through [url=https://www.microwallet.org/api]MicroWallet[/url]
- Gameplay tweaks (e.g. difficulty)
- Spanish-language version
v0.3.0
- Major aesthetic overhaul, takes full advantage of Bootstrap 3 components
- Unfortunately, not mobile-friendly anymore.  Needs to be fixed
- Number of ads reduced to 2
- Backup importing disabled in preparation for withdrawal system
v0.2.3
- Minor aesthetic updates
- Responsive buttons (with box-shadow)
- Ad placement revised
v0.2.2
- Added "full number names" feature in options (e.g. 2 quadrillion instead of  2Q)
- Bitcoin price cap raised from $100 to $1242
- Ads do not add an x-overflow anymore
- Meta tags for SEO
- Added Satoshi achievement
v0.2.1
- Added two leaderboard ad slots
- Button aesthetics improved
- Donation modals
- Console removed
26  Other / Beginners & Help / Newbie post test on: January 20, 2014, 06:54:04 PM
Apparently the newbie section is archived now
27  Alternate cryptocurrencies / Altcoin Discussion / Electric Compiling Problem on: January 03, 2014, 10:36:25 PM
I'm having a problem compiling electricd.exe, according to https://github.com/Devianttwo/Electric/blob/master/src/makefile.mingw it seems that the dependencies for bitcoind and electricd are the same.

Is there anything different between the compiling of bitcoin and other scrypt coins?  I've compiled bitcoind fine before.
28  Other / Meta / Thanks for the cake on: January 01, 2014, 07:14:32 PM
My profile today!

-Removed-

(email address)
29  Bitcoin / Development & Technical Discussion / How to run abe, bbe, or block crawler? on: December 24, 2013, 05:31:17 PM
Could anyone point me to an in-depth guide on how to run bitcoin-abe, bitcoin block explorer, or block crawler?

I do not have a vps, only cpanel access.

If it's easier to run bbe or block crawler then can you tell me how to run those?

Thank you
30  Alternate cryptocurrencies / Altcoin Discussion / [BETA-TEST][SAU BOUNTIES] Bringing back SauronRings, better than ever! on: December 21, 2013, 07:23:49 PM

SAURON RINGS
SauronRings is coming back!  At the moment I'm having genesis block issues.
If you can help me you will receive a SauronRings bounty on the real net once the beta test is done.
Beta Testing
I will release only the source code for a public beta test.
In the public beta, each ring you forge will be worth 0.1 "real" rings.  There will be a ring bounty
for each bug or problem you report, depending on how major.  Once most bugs have been recorded,
I will fix them, restart the blockchain, and mine coins for those who participated in the public beta.
To claim your "real" rings just sign a message with your private key on the beta SauronRings.


31  Alternate cryptocurrencies / Altcoin Discussion / Vanity Address for Altcoins, How are vanity addresses secure? on: December 18, 2013, 10:03:30 PM
Is it possible to make vanity addresses for altcoins?  If so, how?

Also, when people sell addresses, how is it secure?  Wouldn't they know the private key?
32  Other / Meta / Default Trust, how to get on? on: December 18, 2013, 03:38:18 PM
How does one get on default trust?
33  Alternate cryptocurrencies / Altcoin Discussion / Genesis Block Help on: December 17, 2013, 10:51:13 PM
I've been using a fork of shakzula's ABCCoin to create an altcoin, for fun.  I've gotten the first build, compiled with the lines to create a gb recommented in and the gb and merkel implemented, but when I run the recompiled binary it says "Error Loading Block Database".

What am I doing wrong?

Thanks
34  Bitcoin / Development & Technical Discussion / How to generate qr codes for address and private keys? on: December 16, 2013, 09:39:50 PM
Is there a service which can convert plaintext addresses and private keys into qr codes?

Thanks
35  Alternate cryptocurrencies / Altcoin Discussion / Creating own altcoin, error loading block database on: December 15, 2013, 01:08:57 AM
I am creating my own altcoin on windows.  I've compiled everything, done the first build, found the hash and nonce of the genesis block as well as the merkel root, inserted them into the code, and recompiled.  When I try to run mycoind.exe, the command prompt says "Error loading block database.  Do you want to rebuild the block database now?"

I think it may be because I may have not mined the genesis block, but I'm not sure.

Does anyone out on the forums know what is causing this problem?  I will provide the code to anyone who can help me.

Thanks!
36  Alternate cryptocurrencies / Altcoin Discussion / Building my own Altcoin on windows,merkel and genesis hash,error loading blockdb on: December 15, 2013, 12:50:49 AM
I am creating my own altcoin on windows.  I've compiled everything, done the first build, found the hash and nonce of the genesis block as well as the merkel root, inserted them into the code, and recompiled.  When I try to run mycoind.exe, the command prompt says "Error loading block database.  Do you want to rebuild the block database now?"

I think it may be because I may have not mined the genesis block, but I'm not sure.

Does anyone out on the forums know what is causing this problem?  I will provide the code to anyone who can help me.

Thanks!
37  Economy / Digital goods / [WTB]Windows 7 (not trackable) on: December 14, 2013, 02:17:39 PM
I would like to buy a copy of Windosw 7 that is not associated with any account.
38  Alternate cryptocurrencies / Altcoin Discussion / Compile a windows -qt or daemon on: December 12, 2013, 11:20:50 PM
How does one compile a coin from source on Windows?  It seems as if it can only be done easily on Linux.
39  Alternate cryptocurrencies / Altcoin Discussion / Build a coin from source on Windows on: December 09, 2013, 01:26:03 PM
How do you do it?  I can build/compile a coin on Linux but not Windows.  Sad
40  Economy / Digital goods / [WTB]Newegg Gift Card USD ANY DENOMINATION on: December 02, 2013, 10:49:40 PM
Title says it all.  Willing to pay in bitcoins, devcoins, or a combination of both.
Pages: « 1 [2] 3 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!