Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: myapple on December 25, 2017, 06:09:00 PM



Title: how can I change the bitcoin name in source code
Post by: myapple on December 25, 2017, 06:09:00 PM
I want to change the name of bitcoin to testcoin how can I change it in the source code of bitcoin
There are too many files there


Title: Re: how can I change the bitcoin name in source code
Post by: Anti-Cen on December 25, 2017, 09:38:55 PM
I want to change the name of bitcoin to testcoin how can I change it in the source code of bitcoin
There are too many files there

Search and replace but if the code is well written then it should be a CONST string or within
a Enum if you can trace it back I suspect

var Tr=GetTrans("BTC","abc123.....") // is not good


Title: Re: how can I change the bitcoin name in source code
Post by: myapple on December 26, 2017, 01:29:31 AM
There are too many places for the string bitcoin. If I replace all of them I am afraid it will cause other errors
Any good way to replace the string bitcoin in safe?


Title: Re: how can I change the bitcoin name in source code
Post by: DannyHamilton on December 26, 2017, 08:00:49 AM
There are too many places for the string bitcoin. If I replace all of them I am afraid it will cause other errors
Any good way to replace the string bitcoin in safe?

Option 1.  Learn computer programming.

Option 2.  Hire a good computer programmer.