Pages:
Author

Topic: [ANN] Brazukcoin - true anonymous currency [BZK] - page 20. (Read 9643 times)

newbie
Activity: 140
Merit: 0
start_mining []
how to set up threads
newbie
Activity: 64
Merit: 0
ANNOUNCING! READY TO GO!


Brazukcoin - true anonymous currency


In a world of increasing threats to liberty, Brazukcoin brings a new front of resistance in the form of financial freedom.

Brazukcoin is based on the time tested blockchain technology, and also has extreme privacy features in its Cryptonote algorithm.

The code is (and will always remain) free and open-source!


Specifications:
  • Ticker: BZK
    NO Pre-mine
    Mining algorithm: CryptoNight (it enables truly anonymous and decentralized blockchain-based currency)
    Max supply: 10 million coins (+ tail emission ~1% yearly)
    Block reward: initial reward of ~38 BZK
    Block target time: Around 4 minutes
    Difficulty: Retargets at every block
    Low transaction fee: 0.0001 BZK
    P2P Port: 44044
    Rpc Port: 44043


Get you wallet here and start mining for coins:

On Linux:

1 - Build your environment:

~$ sudo apt-get update
~$ sudo apt-get install build-essential git cmake libboost-all-dev

2 Download Brazukcoin source code:

~$ git clone https://github.com/brazukcoin/brazukcoin.git

3 - Build the binaries:

~$ cd brazukcoin
~/brazukcoin$ make

4 - Sync the blockchain:

~/brazukcoin$ cd build/release/src/
~/brazukcoin/build/release/src$ ./brazukcoind --log-level=3

5 - Create your wallet (open it in a new terminal because you need the brazukcoin daemon running):

~/brazukcoin/build/release/src$ ./simplewallet

IMPORTANT: Don't forget you password! Write down you seed information, your private keys, and keep your *.wallet file safe, or you might lose your money!

5 - Start mining your coins:

type 'start_mining' (no quotes).

For more commands, type 'help'


On Windows:

Dependencies: MSVC 2013 or later, CMake 2.8.6 or later, and Boost 1.55. You may download them from:

http://www.microsoft.com/
http://www.cmake.org/
http://www.boost.org/

To build, change to a directory where this file is located, and run these commands:

mkdir build
cd build
cmake -G "Visual Studio 12 Win64" ..
And then do Build.


Good luck!



Link to download windows wallet.
newbie
Activity: 117
Merit: 0
How to mine it solo via GPU miner ?
member
Activity: 182
Merit: 15
WTF ! project of the year.
newbie
Activity: 117
Merit: 0
Win32 & Win64 wallet: https://ulozto.net/!K8BlUJr8e9qm/brazukcoin-zip (MSVC2015 build)
member
Activity: 137
Merit: 10
still no windows wallet  Huh Huh Embarrassed Embarrassed Embarrassed Embarrassed
newbie
Activity: 6
Merit: 0
Not a miner, but am waiting patiently for this to be listed on an exchange so that I may purchase some Smiley.  Good Luck Dev!
newbie
Activity: 162
Merit: 0
Hello folks,


So, to let you know and stay motivated (and spread the word about brazuk), here is sort of a roadmap I'm working on right now:

- Create a pool (I'm getting another VPS server for this stuff. I'll have another one later for redundancy).. But then again, I'm planning load balance, and other important things in order to get 99.9% service uptime (or, as I like to call it: kind connection Smiley

Why a pool now you might ask? Well, also, because I need some money myself since you guys are getting all the block rewards!! ¬¬

- Get mining software working for the pool.

- Easy console and gui installers for the several cpu/OS platforms (Starting with the obvious ones: Windows, Mac, Android, Iphone, and Linux).

- Website (I already own brazukcoin.com and .org, but this effort will probably take some time, because first I think we don't actually need a website to get this coin going, second I'm not a graphical designer, so I'll probably have to pay someone to do it).


and More...

I need suggestions from you!



Tchau!


newbie
Activity: 162
Merit: 0
What does Brazuk means and why did you choose that name? The idea is interesting though an will bookmark for now. More Power dev!

Blink,

Sorry for the late reply. The name, you see, I'm Brazilian, so thats where Braz.. came from. The rest is mere wordplay.

newbie
Activity: 162
Merit: 0
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.
newbie
Activity: 162
Merit: 0
Oh well, I can't seem to find blocks mining mine own coin anymore. Who would have thought it would happen so quickly?  Grin

A great start so far guys!

We have secured 2 VPS servers for 2 years at least, so we'll have time to improve Brazukcoin!

Thanks for the support!
full member
Activity: 378
Merit: 100
worst ANN of this year   Angry

yes, you have very little information about yourself and your project.
But this year is just beginning and many have another chance to be the worst.
and the guys can still have time to improve.
newbie
Activity: 162
Merit: 0
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?



newbie
Activity: 162
Merit: 0
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






Of course, you also should run your own full node, by following instructions above, so we can grow organically.

In the long run this coin will be worth what the market decides it is worth, so decentralizing the hashes is essential.

newbie
Activity: 162
Merit: 0
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



member
Activity: 168
Merit: 10
worst ANN of this year   Angry
newbie
Activity: 162
Merit: 0
wow... no windows wallet ?  Just a readme file from the forknote source code ...!

So many cryptonight algo coins these days, make something new.... or get everything prepared before release !


Cobonadu,

We understand your point, but we decided to put initial efforts in the backend, as we want an organic growth, instead of a flashy start.

Stay with us!
newbie
Activity: 162
Merit: 0
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!
newbie
Activity: 162
Merit: 0
Configuring incomplete, errors occurred!

CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory

Is this file from boost or its included in source, I have dowloaded v1.4.4 from github

Download the source directly from the git repository (as per the instructions above).

You should be ok.

Try and tell me!
member
Activity: 290
Merit: 10
wow... no windows wallet ?  Just a readme file from the forknote source code ...!

So many cryptonight algo coins these days, make something new.... or get everything prepared before release !
Pages:
Jump to: