Bitcoin Forum
June 25, 2024, 11:34:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: A Psuedo Guide on how to Build an AltCoin (help fill in gaps)  (Read 11496 times)
c4n10
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
May 04, 2013, 12:47:38 AM
 #21

Best. Thread. Ever.

I think everyone should have instructions readily available on how to create a new crypto. Someone who has a great idea for a new crypto that may not be strong in programming can probably learn a lot with some basic instructions and a little practice on building a couple of basic forks on his way to learning how to perfect his dream coin.

I will be monitoring this thread for sure   Smiley

Everyone who wants to hide how to build an alt-coin should be ashamed of themselves. Satoshi gave us Bitcoin in the spirit of open-source, new coins should be encouraged, not hated on.

Bitching that all these new coins are ruining the profitability of your chosen favorite coin is not in the spirit of open-source, it is in the spirit of greed.

Bitcoin was created as an alternative currency solution to be adopted by societies so they could stop using money backed by gold that drives their countries further into debt with every dollar they print, it was not created to be your personal "get rich quick" scheme.

The sad part is most of you who bitch about people cloning OPEN-SOURCE software are the same people who bitch when a client comes out that doesn't want to share it's source code  Roll Eyes
Praxis
Legendary
*
Offline Offline

Activity: 1118
Merit: 1004



View Profile
May 06, 2013, 04:32:04 AM
 #22

Helpful & informative thread, thank you.
AlexMerced (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile WWW
May 08, 2013, 12:19:24 PM
 #23

Advice on Compiling litecoin based code on windows:
https://bitcointalk.org/index.php?topic=195483.0

(important since the small change code is based on litecoin)

Petr1fied
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
May 08, 2013, 05:13:01 PM
 #24

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:
Code:
                 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?
AlexMerced (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile WWW
May 08, 2013, 06:58:57 PM
 #25

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:
Code:
                 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

shakezula
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
May 10, 2013, 06:01:36 PM
 #26

I've gotten to the point of have a working coin on 3 computers, connected via addnode= in their coin.conf with ports forwarded and such:

adam@server ~/coin/src%./coin getinfo
{
    "version" : 60300,
    "protocolversion" : 60001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 0,
    "connections" : 3,
    "proxy" : "",
    "difficulty" : 0.00024414,
    "testnet" : false,
    "keypoololdest" : 1368206160,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00010000,
    "errors" : ""
}
adam@server~/coin/src%./coin getmininginfo
{
    "blocks" : 0,
    "currentblocksize" : 0,
    "currentblocktx" : 0,
    "difficulty" : 0.00024414,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "networkhashps" : -9223372036854775808,
    "pooledtx" : 0,
    "testnet" : false
}
adam@server ~/coin/src%

Unfortunately, I can't get them to mine--how do I start? I have them all set to gen=1, yet I see no mining and I can't connect via RPC (minerd) I just get error 500 but I can see them listening via netstat -a on port 7850 (the one I changed the SMC code to). Anyone know how to get these to start mining?
tx42
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile
January 14, 2014, 08:50:43 AM
 #27

Bitching that all these new coins are ruining the profitability of your chosen favorite coin is not in the spirit of open-source, it is in the spirit of greed.

How to up-vote?

█    █     ██    ███     ███    ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████     ███     ███    ██     █    █
..EARN FREE BREAKOUT COINS SIG CAMPAIGN LIVE !!
█    █     ██    ███     ███    ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████     ███     ███    ██     █    █
joeco
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 11, 2014, 07:39:57 PM
 #28

Bumping this.
Great guide. I am following it almost to a 'T', and it's coming along smoothly.
I am about 90% into launching a new alt (just waiting on some libraries to install for compiling purposes, etc).
I have a novel concept and would like some collaboration.
Anyone interested? Message me on skype for more details.
thompete
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
October 11, 2014, 07:52:44 PM
 #29

I am also making a guide for creating an altcoin, will post it soon. Its a detailed guide for people, who haven't programmed before, but are interested in creating an altcoin.

YarkoL
Legendary
*
Offline Offline

Activity: 996
Merit: 1013


View Profile
October 12, 2014, 06:21:46 AM
 #30

I am also making a guide for creating an altcoin, will post it soon. Its a detailed guide for people, who haven't programmed before, but are interested in creating an altcoin.

Make sure it is more up-to-date than these:
https://cryptocointalk.com/topic/3140-shakezulas-scrypt-and-sha256-cryptocurrency-clone-guides/

“God does not play dice"
BTCBinary
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
December 10, 2015, 04:29:48 PM
 #31

This is a great guide. Right what I was looking for! It just leaves me to know if having and maintaining a Bitcoin Faucet is still profitable.
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!