Bitcoin Forum
April 27, 2024, 01:04:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »  All
  Print  
Author Topic: [ANN] Brazukcoin - true anonymous currency [BZK]  (Read 9599 times)
SaniaNET
Newbie
*
Offline Offline

Activity: 117
Merit: 0


View Profile
January 04, 2018, 06:47:08 PM
 #21

Win32 & Win64 wallet: https://ulozto.net/!K8BlUJr8e9qm/brazukcoin-zip (MSVC2015 build)
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714179858
Hero Member
*
Offline Offline

Posts: 1714179858

View Profile Personal Message (Offline)

Ignore
1714179858
Reply with quote  #2

1714179858
Report to moderator
1714179858
Hero Member
*
Offline Offline

Posts: 1714179858

View Profile Personal Message (Offline)

Ignore
1714179858
Reply with quote  #2

1714179858
Report to moderator
1714179858
Hero Member
*
Offline Offline

Posts: 1714179858

View Profile Personal Message (Offline)

Ignore
1714179858
Reply with quote  #2

1714179858
Report to moderator
thaian
Member
**
Offline Offline

Activity: 182
Merit: 15


View Profile
January 04, 2018, 06:51:40 PM
 #22

WTF ! project of the year.

SaniaNET
Newbie
*
Offline Offline

Activity: 117
Merit: 0


View Profile
January 04, 2018, 06:54:51 PM
 #23

How to mine it solo via GPU miner ?
macgyvermurdoc
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
January 04, 2018, 07:06:18 PM
Last edit: January 04, 2018, 11:45:03 PM by macgyvermurdoc
 #24

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.
rulez
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile
January 04, 2018, 10:18:06 PM
 #25

start_mining [<number_of_threads>]
how to set up threads
ab777
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 04, 2018, 11:27:39 PM
 #26

Getting timeout errors, any tips? Using amazon AWS:


2018-Jan-04 23:27:05.982728 DEBUG   Connecting to 83.10.172.128:44044 (white=0, last_seen: d1.h03.m45.s06)...
2018-Jan-04 23:27:05.982834 DEBUG   [14.162.123.185:44044 OUT] writeHandler started
2018-Jan-04 23:27:05.982959 DEBUG   [14.162.123.185:44044 OUT] msg 2:2008
2018-Jan-04 23:27:07.254553 DEBUG   [159.153.136.103:52227 INC] msg 1:1002
2018-Jan-04 23:27:07.706697 DEBUG   [93.180.108.61:56343 INC] msg 1:1002
2018-Jan-04 23:27:10.982986 DEBUG   Connection to 83.10.172.128:44044 timed out, interrupt it
2018-Jan-04 23:27:10.983129 DEBUG   Connection timed out
EternalFrozen94
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
January 05, 2018, 01:42:33 AM
 #27


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


Haha i think that im the one who's getting all recent blocks Cheesy
ab777
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 05, 2018, 06:18:58 AM
 #28

Pretty sure I got a block, but now when I try this "
ubuntu@ip-172-31-14-63:~/brazukcoin/build/release/src$ ./simplewallet --wallet-file wallet.dat
2018-Jan-05 06:18:04.148096 INFO    brazukcoin wallet v1.4.5.750 ()
terminate called after throwing an instance of 'CryptoNote::ConnectException'
  what():  TcpConnector::connect, connection failed
Aborted (core dumped)
" error.

Used the general O command, same error. Any advice?

EDIT: All good, re-followed instructions from the original post (as server quit), and all good!
udj052
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
January 05, 2018, 06:40:12 AM
 #29

A caring team, because I read the first page of information, I see these tips:
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!
chinakatana
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
January 05, 2018, 10:32:18 AM
 #30

http://bzk.hpool.net


stratum+tcp://bzk.hpool.net:19807      CPU
stratum+tcp://bzk.hpool.net:19808      GPUx1
stratum+tcp://bzk.hpool.net:19809      GPUx6
brazukcoin (OP)
Newbie
*
Offline Offline

Activity: 162
Merit: 0


View Profile WWW
January 05, 2018, 11:24:36 AM
 #31

http://bzk.hpool.net


stratum+tcp://bzk.hpool.net:19807      CPU
stratum+tcp://bzk.hpool.net:19808      GPUx1
stratum+tcp://bzk.hpool.net:19809      GPUx6


chinakatana,

Thanks so much!

Information about this pool put in the first post.

Let's go!

 Wink
brazukcoin (OP)
Newbie
*
Offline Offline

Activity: 162
Merit: 0


View Profile WWW
January 05, 2018, 11:32:56 AM
 #32

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.



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.


Hardmanic,


That's what you need I suppose.

Try and give feedback please.

Thanks to chinakatana!


http://bzk.hpool.net


stratum+tcp://bzk.hpool.net:19807      CPU
stratum+tcp://bzk.hpool.net:19808      GPUx1
stratum+tcp://bzk.hpool.net:19809      GPUx6



ab777
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 05, 2018, 11:38:27 AM
 #33

Nice work on the pools Cheesy
brazukcoin (OP)
Newbie
*
Offline Offline

Activity: 162
Merit: 0


View Profile WWW
January 05, 2018, 11:54:27 AM
 #34

http://bzcpool.us.to


Also would like to introduce this pool. Only 0.8% for fees.
Min Payout: 10 BZK

Mining Pool Address: bzcpool.us.to
Mining Ports
Port: 8884
Starting Difficulty: 5000
Description: Low end hardware

Port: 8885
Starting Difficulty: 10000
Description: Mid range hardware

Port: 8886
Starting Difficulty: 30000
Description: High end hardware


Example with normal ccminer-cryptonight binary

ccminer -o stratum+tcp://bzcpool.us.to:8885 -u YOUR_WALLET_ADDRESS -p x

It is far past the time I should have gone to bed...but most basic functionality works. I will dress it up with CSS in the coming days.



katorisenko,

Many thanks!


First post updated with info!

ab777
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 05, 2018, 11:56:14 AM
 #35

How do you find out your hash rate on solo mining?

What pool would I use for a 32 core CPU?
JuliaEnnyPen
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 05, 2018, 12:01:42 PM
 #36

In what way you guarantee the anonymity? For example, about LyckyToken: despite the fact that the blockchain is an open database, it only shows the
numbers of electronic wallets. Personal data is not required.
brazukcoin (OP)
Newbie
*
Offline Offline

Activity: 162
Merit: 0


View Profile WWW
January 05, 2018, 12:29:26 PM
 #37

Win32 & Win64 wallet: https://ulozto.net/!K8BlUJr8e9qm/brazukcoin-zip (MSVC2015 build)

SaniaNET,


Thanks very much for the Windows binaries!
This is much needed as the huge majority of users out there use Windows. So now they can jump in!


Notice that I put them in the [ANN] post with the 'unofficial warning [This is just a 'save my ass' statement  Grin ]


Keep them coming!


brazukcoin (OP)
Newbie
*
Offline Offline

Activity: 162
Merit: 0


View Profile WWW
January 05, 2018, 01:02:35 PM
 #38

still no windows wallet  Huh Huh Embarrassed Embarrassed Embarrassed Embarrassed


Zembon,


Windows 32 and 64 bit binaries, kindly provided by SaniaNET.

Check the [ANN] first post.

Or get here: https://ulozto.net/!K8BlUJr8e9qm/brazukcoin-zip



RiseCookie
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 05, 2018, 01:05:07 PM
 #39

What about the team members, are they also anonymous?
brazukcoin (OP)
Newbie
*
Offline Offline

Activity: 162
Merit: 0


View Profile WWW
January 05, 2018, 01:12:55 PM
 #40

In what way you guarantee the anonymity? For example, about LyckyToken: despite the fact that the blockchain is an open database, it only shows the
numbers of electronic wallets. Personal data is not required.



JuliaEnnyPen,


Brazuk was built following the CryptoNote technology, precisely for its anonymity features.

This is the best starting point to learn about it -> https://cryptonote.org/



ps.: Notice though that full anonymity is almost impossible to reach nowadays, as described by the eff team here https://www.eff.org/issues/privacy, but I think that's beside the point of this coin.


Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »  All
  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!