Bitcoin Forum
May 22, 2024, 12:51:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: how can I change the bitcoin name in source code  (Read 181 times)
myapple (OP)
Member
**
Offline Offline

Activity: 100
Merit: 11


View Profile
December 25, 2017, 06:09:00 PM
 #1

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
Anti-Cen
Member
**
Offline Offline

Activity: 210
Merit: 26

High fees = low BTC price


View Profile
December 25, 2017, 09:38:55 PM
 #2

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

Mining is CPU-wars and Intel, AMD like it nearly as much as big oil likes miners wasting electricity. Is this what mankind has come too.
myapple (OP)
Member
**
Offline Offline

Activity: 100
Merit: 11


View Profile
December 26, 2017, 01:29:31 AM
 #3

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?
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
December 26, 2017, 08:00:49 AM
Merited by ABCbits (1)
 #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.
Pages: [1]
  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!