Bitcoin Forum
June 17, 2024, 09:45:41 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 »  All
  Print  
Author Topic: *** Complete Guide on How to Create a New Alt Coin ***  (Read 165874 times)
the-doctor
Full Member
***
Offline Offline

Activity: 542
Merit: 101



View Profile
August 01, 2017, 08:14:44 PM
 #101

I have a mindblowing idea for a coin need a team. Are you developer fish can we do a setup?

DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord    ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
Khkh
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 07, 2017, 12:32:28 AM
 #102

May i translate this post and upload it to my blog?
chian_reaction
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
August 08, 2017, 04:38:23 AM
 #103

I got struck up following the guide for the latest version of bitcoin code. Is there any specific version of bitcoin code which is apt for this guide?
YarkoL
Legendary
*
Offline Offline

Activity: 996
Merit: 1013


View Profile
August 08, 2017, 01:16:19 PM
 #104

I got struck up following the guide for the latest version of bitcoin code. Is there any specific version of bitcoin code which is apt for this guide?

This might work (it is mentioned in the tutorial)

https://github.com/bfroemel/smallchange


“God does not play dice"
freemanjackal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
August 08, 2017, 06:00:21 PM
 #105

version 0.7.* should work, and not sure if .8 would work too
YarkoL
Legendary
*
Offline Offline

Activity: 996
Merit: 1013


View Profile
August 08, 2017, 06:52:07 PM
 #106

version 0.7.* should work, and not sure if .8 would work too

If you mean Bitcoin, yes, it would work, but you need to do
more things than what is provided in the opening post.

“God does not play dice"
freemanjackal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
August 09, 2017, 02:32:48 AM
 #107

version 0.7.* should work, and not sure if .8 would work too

If you mean Bitcoin, yes, it would work, but you need to do
more things than what is provided in the opening post.
but it is easier than latest versions for changing
chian_reaction
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
August 09, 2017, 03:44:17 PM
 #108

I got struck up following the guide for the latest version of bitcoin code. Is there any specific version of bitcoin code which is apt for this guide?

This might work (it is mentioned in the tutorial)

https://github.com/bfroemel/smallchange



Thanks a lot for helping me out. Yes, I did look at that github. But when I try to build it, It gave an openssl error
Code:
fatal error 'openssl/bn.h' file not found'

OS: macOS Sierra 10.12
Openssl:
OpenSSL 0.9.8zh 14 Jan 2016
built on: Jul 30 2016
platform: darwin64-x86_64-llvm
options:  bn(64,64) md2(int) rc4(ptr,char) des(idx,cisc,16,int) blowfish(idx)
compiler: -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O3 -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DMD32_REG_T=int -DOPENSSL_NO_IDEA -DOPENSSL_PIC -DOPENSSL_THREADS -DZLIB -mmacosx-version-min=10.6
OPENSSLDIR: "/System/Library/OpenSSL"


But the latest bitcoin or litecoin code builds perfectly.
chian_reaction
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
August 09, 2017, 03:52:15 PM
 #109

version 0.7.* should work, and not sure if .8 would work too

0.7 version of which code? I wasn't able to find a 0.7 branch in either bitcoin or litecoin.
hous26
Full Member
***
Offline Offline

Activity: 462
Merit: 115


View Profile
August 09, 2017, 03:54:21 PM
 #110

If I make poop coin will you mine it?

Makka
Sr. Member
****
Offline Offline

Activity: 594
Merit: 253


View Profile
August 09, 2017, 03:59:46 PM
 #111

The easier how to make a new altcoin gets, the more prone this forum and the entire world of crypto will be flooded with new coins. We have already almost a thousand coins. And most of it are shitcoins and the rest are poopcoins. They are without real use in the real world. Grin
 
Webb.Char23
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
August 09, 2017, 04:10:00 PM
 #112

Wow this is awesome! I was half expecting to see "Download Waves" Make new token! But this is super legit. Thank you for posting and sharing Smiley
YarkoL
Legendary
*
Offline Offline

Activity: 996
Merit: 1013


View Profile
August 09, 2017, 05:05:24 PM
 #113

I got struck up following the guide for the latest version of bitcoin code. Is there any specific version of bitcoin code which is apt for this guide?

This might work (it is mentioned in the tutorial)

https://github.com/bfroemel/smallchange



Thanks a lot for helping me out. Yes, I did look at that github. But when I try to build it, It gave an openssl error
Code:
fatal error 'openssl/bn.h' file not found'

OS: macOS Sierra 10.12

Doing this stuff on mac or win was never a walk in a park. Get linux

“God does not play dice"
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
August 10, 2017, 02:24:50 AM
 #114

But when I try to build it, It gave an openssl error
Code:
fatal error 'openssl/bn.h' file not found'


Try setting OPENSSL_INCLUDE_PATH and OPENSSL_LIB_PATH.

Cheers

Graham
freemanjackal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
August 10, 2017, 08:01:12 PM
 #115

version 0.7.* should work, and not sure if .8 would work too

0.7 version of which code? I wasn't able to find a 0.7 branch in either bitcoin or litecoin.
i am not sure about 0.7, but i downloaded 0.8.* about a month ago..of litecoin
yslyv
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 533


View Profile
August 10, 2017, 08:57:02 PM
 #116

Isnt it very easy with waves platform. You can create a new currency in only a few minutes. And waves platform has a good potential for next years so it is one of the best way for now i guess.

turn the page
AnimoEsto
Full Member
***
Offline Offline

Activity: 155
Merit: 100


View Profile WWW
August 10, 2017, 09:17:22 PM
 #117

Some interesting docs here. I prefer mining but I guess creating a coin could be good to keep the mind sharp. I would throw it away afterwards though or just run it as a pvt chain for testing.

████→→       ● DeepOnion                                                                       ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ 
████→→       ● Tor integrated, 100% anonymous!                                       Get Your FREE Coins NOW!     
████→→       ● Free Airdrop! (No ICO, No Crowdfund)                       ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯
Antikais
Full Member
***
Offline Offline

Activity: 236
Merit: 101


View Profile
August 10, 2017, 09:46:48 PM
 #118

is this instructions still valid ? because thread is 4 years old. i want to make my own coin for fun but everything i found is old.

ASSETA - Blockchain based borderless crypto bank | ICO | DISCUSSION THREAD | BOUNTIES
KBater
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
August 10, 2017, 10:40:01 PM
 #119

Most wont read this and be like...  Why isn't my coin worth more?  Look at the feathercoin idiots.

haha feather[Suspicious link removed]d memories with this coin Tongue one of the first I messed with back in the day. 2014 was a good year Tongue
simplyarun
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 08, 2017, 11:12:01 AM
 #120


Hello,

I am new to the sphere of CryptoCurrency.

My understanding is that the guide is around the Windows system.

Can you direct me to a similar guide for setting it all up on a Linux system(Fedora)?

Gratitude
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 »  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!