Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: AtomicProject on February 14, 2017, 02:38:44 PM



Title: window wallet compiling
Post by: AtomicProject on February 14, 2017, 02:38:44 PM
How i add new nodes in time of compiling window wallet via source code?


Title: Re: window wallet compiling
Post by: achow101 on February 14, 2017, 06:08:53 PM
Your question is incomprehensible. What are you trying to do? If you are trying to set those options for you software, you set them when you run the program, not when you compile it. Those are command line arguments so you set them via the command that you run to start the programs. Or you can put them in the bitcoin.conf file and that will set those options as well.


Title: Re: window wallet compiling
Post by: AtomicProject on February 14, 2017, 06:11:12 PM
Your question is incomprehensible. What are you trying to do? If you are trying to set those options for you software, you set them when you run the program, not when you compile it. Those are command line arguments so you set them via the command that you run to start the programs. Or you can put them in the bitcoin.conf file and that will set those options as well.

i am trying to compiling new window wallet with fresh nodes where i put node while compiling ?


Title: Re: window wallet compiling
Post by: achow101 on February 14, 2017, 06:15:54 PM
i am trying to compiling new window wallet with fresh nodes where i put node while compiling ?
Fresh nodes as in default seed nodes?

In that case, take a look at https://github.com/bitcoin/bitcoin/tree/master/contrib/seeds and https://github.com/bitcoin/bitcoin/blob/master/src/chainparamsseeds.h. Adding new nodes has nothing to do with the image you posted.


Title: Re: window wallet compiling
Post by: AtomicProject on February 14, 2017, 06:20:09 PM
i am trying to compiling new window wallet with fresh nodes where i put node while compiling ?
Fresh nodes as in default seed nodes?

In that case, take a look at https://github.com/bitcoin/bitcoin/tree/master/contrib/seeds and https://github.com/bitcoin/bitcoin/blob/master/src/chainparamsseeds.h. Adding new nodes has nothing to do with the image you posted.

i changed the wording of thread and thanks for helping.