Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Brazukcoin - true anonymous currency [BZK]
by
brazukcoin
on 03/01/2018, 21:07:58 UTC
when we run the daemon, is it automaticly generate wallet.dat ?, why we need to run again simple wallet ?

Hardmanic,

You need to run two processes running at the same time.

brazukcoind --> it syncs the blockchain

simplewallet --> it interacts with the other process 'brazukcoind'. Here is where you create your wallet, start mining coins, tranfer funds, etc.


ps.: Don't forget you paswords! Keep your seed info written on paper.

Good luck!


But i will mine another computers, not locally, so i need to access remote. I mean when we write in conf file for example rpcport=200 rpcallowip=* we can mine remotely. It is able to mine remote with that configs ?


If I understand what you mean, you don't want to download the blockchain, just use a remote node.

Try this:

./simplewallet --daemon-address 132.148.90.225:44043





I builded, daemon and wallet working now, but we want to solo mining with our windows machines, like a pool ^^ but i cant find way

Hardmanic,


Can you tell an example, so I can help you?

If your talking about connecting to a pool, unfortunately we don't have one yet.

Any one volunteer?





Daemon runing remote computer, different ip, and i want to mine at home with CCMiner. Example ccminer.exe -o 1.2.3.4:44043 -u address -p x    or something like that, when i added this parameter --confirm-external-bind its returning error. i need something like that

kindly reminder

Hardmanic,

In order to do what you want se mede support from ccminer. I'll look info that.