Author

Topic: how can I change the bitcoin name in source code (Read 199 times)

legendary
Activity: 3472
Merit: 4801
December 26, 2017, 03:00:49 AM
#4
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.
member
Activity: 100
Merit: 11
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?
member
Activity: 210
Merit: 26
High fees = low BTC price
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
member
Activity: 100
Merit: 11
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
Jump to: