background preloader

Compil build

Facebook Twitter

How to make the darkcoin wallet for linux | DashTalk. Find and replace text within multiple files. Linux - Boost Installation. [xolominer] How to compile and run in linux. Mining pools - How to setup stratum with pushpool and VARDIFF? (litecoin) I have come back to post up all the information i can for you. through the last few months of working with Stratum-mining i have come to some conclusions: you need to know python well to get this working on anything but bitcoin...

That being said, its possible to install stratum over a current custom pushpool installation through a project I released and am working on. (Currently it is for freicoin but there are two trivial changes you can make to get my implementation to work on litecoin). There is also another implementation of stratum-mining that you can use that was last updated on Jun 6 2013 (i would suggest using this versus my code if you are installing from scratch or using MMCFE currently. my version of the code is designed to be more friendly to version 2 getblocktemplate, where as litecoin only supports getblocktemplate version 1 at this time). In the future it may be extremely useful to diff these two implementations as they have different database schemas... *** Complete Guide on How to Create a New Alt Coin *** Since there are so many garbage coins out there, I decide to createthis course to teach you how to create a new alt coin. It's so simple,that I can usually do within 2 hours. You need to have some basic knowledge of C++ programming.

No needto be an expert, but you need to understand the basic compiling errorsand how to fix them. Follow the following steps to create a new alt coin: Preparation Step: Download the Litecoin full source code, you can find it in github, justdo a google, you'll find it. If you use windows, follow the steps in this thread: set up environment and libs, and compile the Litecoin. Design your coin: Now that you have env set up, before doing coding, you need to do some design of your coin, this is simple math calculations, but you need them for parametersin the coding. Basically you need to determine what you want:- name of the coin. There are some other things you may want to adjust, such as initial diffculty etc. 1. 2. 3. 4. 5. 6. 7. 8.

Scrypt_altcoin_cloning_guide - Devtome. Wait a second, why would you want to give out the secrets?!? Because its not a secret anymore and besides, why shouldn't everyone and their neighbors be able to create a plethora of these useless yet exciting math bits? The information in this article took me a few weeks to compile and what works for me is not guaranteed to work for you. Please use this guide as a starting point to learn a bit about C programming and compiling software.

I will NOT do tech support–just because you can't get something to work doesn't entitle you to bother me about it. What do I need? Source Code for a Scrypt CoinWorking knowledge of and access to Linux or Mac command line–I'm not going to show Cygwin, but its similar.2 or more computers or virtual machines–I will be using my laptop and a Debian Wheezy based VPS.Text Editing Software–I'm using TextWrangler for Mac, but Netbeans, EmeraldEditor, or nano will work fine.Time and Patience… Happy Fiddling!

Github, Source Code, and Linux Source Code Linux, Mac, Cygwin. Download Android Studio and SDK Tools. Before installing Android Studio or the standalone SDK tools, you must agree to the following terms and conditions. This is the Android Software Development Kit License Agreement 1. Introduction 1.1 The Android Software Development Kit (referred to in this License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of this License Agreement. 2.

Accepting this License Agreement 2.1 In order to use the SDK, you must first agree to this License Agreement. 3. 3.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable, non-exclusive, and non-sublicensable license to use the SDK solely to develop applications for compatible implementations of Android. 3.2 You may not use this SDK to develop applications for other platforms (including non-compatible implementations of Android) or to develop another SDK. 4. 5. 6. 7. 8. 9. 12. 13. 14. Scrypt_altcoin_cloning_guide - Devtome.