Bitcoin Forum
June 25, 2024, 09:41:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitzCoin - Concert Ticket Exchange UnderWay - Masternodes Up - New RoadMap on: September 07, 2015, 01:31:44 PM
This is a not very good clone of very good coin
https://bitcointalk.org/index.php?topic=954125.1140

This is not a clone of that coin. I never even heard of it until after I launched. I have never seen the code for that coin or even visited the thread for it.
The only resemblence is the name. They appear to be called BITZ and I am BitzCoin. I do regret not finding that coin name before launch but whats done is done.

NOT A CLONE!!!!

2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitzCoin X11 is Live! Trading on Yobit Mining at SuprNova on: September 04, 2015, 04:59:34 PM
At this point I want to thank all the investors and now the miners in participating in this project.
As you know many of the miners will dump their coins for a dollar or two profit. Don't worry about them.
As we approach block 1000 I suggest moving some coins to your wallet for staking or masternodes.
Tomorrow I will make an announcment about the exchange program and update the roadmap.
Keep rockin my friends
3  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] BitzCoin - PoW Ended - Pure PoS Now - RoadMap - MasterNodes Running 60% on: September 04, 2015, 04:00:38 PM




PoW has ended and we are Pure Pos Now!
Now's the time to fire up those MasterNodes!


Rock and Roll FOREVER!

Peace Brother...





Mac Wallet - Working on it

Block Explorer and Rich List - http://bitzcoin.bloxexplorer.us/





PoW reward - 75 BTZ (Blocks 200 -10,200)
PoS reward - 100 BTZ (Starts at block 1000) (12 Hour Min Stake)
Masternodes pay 60%

You shouldn't need addnodes but here are two just in case
rpcport=30223
p2port=30222
addnode=173.44.54.136
addnode=167.114.82.237


Start your BitzCoin wallet

Go to Help>Debug>Console
  type the following and hit Enter (Alias is name of your node address):
Code:
getaccountaddress Alias

Send exactly 100000 BTZ in 1 single transaction to that address

Go to Help>Debug>Console
  type the following and hit Enter:
Code:
masternode genkey

Copy the result and place that in theBitzCoin.conf file below:

Code:
rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
rpcport=Any Port
server=1
daemon=1
listen=1
staking=0
port=Any Port2
reservbalance=100000
masternodeaddr=YOUR_EXTERNAL_IP:Any Port2
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey
Any Port2 must be open.

Wait for 10 confirms before running the below command
Restart your wallet and go back to Help>Debug>Console
  Type the following and hit enter:
Code:
masternode start

How to Run More than one BitzCoin Node instance on the same PC:

1- Make a new folder ((Example: Masternodes)
2- inside masternodes folder, make N number of  new folders and name them for example mn1 , mn2 ..etc ( N= number of nodes you want to run)
3- go back to masternodes folder and place N number of BitzCoin-qt.exe copies and name them mn1.exe mn2.exe ..etc
4- on the same masternode folder, make new N number of RunMN1.bat files and paste the following:
Code:
mn1.exe -datadir=path_to_mn1_folder
 * make sure to change mn1.exe and path for every .bat file
5- Start each RunMN1.bat, RunMN2.bat ..etc and follow "How to Setup a BitzCoin Node" on top
 * each node must have different ports on BitzCoin.conf file
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!