Bitcoin Forum
May 05, 2024, 02:31:22 PM *
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 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ... 324 »
  Print  
Author Topic: [ANN][BTCZ] BitcoinZ - Low Fees, 100% Community, POW-Equihash No-Premine No-Tax  (Read 343639 times)
dsaf89
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
September 22, 2017, 04:04:42 PM
 #161

BitcoinZ Cold Wallet is released.
Windows binary is available!

https://github.com/bitcoinz-pod/zgenerate/releases/tag/v1.0.0
нe мoгy зaпycтить (((((((((

eth; 0x1a47eed67e86b2f5301f1e7d2a9a73c0f1d1943b
hug: H7N45ZXaUVJvSbvskuw1ybgYzuNwPCWK1H
hug nodeaddress: HTMvjybjqXAtkJbqXHEqKB639rtYScfa8G
yupcoin: 7Bpr9Y8wRo7b5dhfXVeSUjEQBk3AmVrsec
altcom: ARYLQaXt6ha1ekiQh7jJfW7TxKQZET7Jmf
xlr: SWKWaLgq6rafz7x8ypsvzo9iWYZVLmJ6kh
Apexcoin: XXkApUzvnWYGDaygUe39EavGRefQXuJ4Rt
Molikcoin: MJSotoZg3f6rR5Fmi6Jqrd2BDwVxBuDwqs
1714919482
Hero Member
*
Offline Offline

Posts: 1714919482

View Profile Personal Message (Offline)

Ignore
1714919482
Reply with quote  #2

1714919482
Report to moderator
1714919482
Hero Member
*
Offline Offline

Posts: 1714919482

View Profile Personal Message (Offline)

Ignore
1714919482
Reply with quote  #2

1714919482
Report to moderator
1714919482
Hero Member
*
Offline Offline

Posts: 1714919482

View Profile Personal Message (Offline)

Ignore
1714919482
Reply with quote  #2

1714919482
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714919482
Hero Member
*
Offline Offline

Posts: 1714919482

View Profile Personal Message (Offline)

Ignore
1714919482
Reply with quote  #2

1714919482
Report to moderator
andrey21x6
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
September 22, 2017, 04:05:11 PM
 #162

Please, post the instructions on how to install and run Wallet on Linux Ubuntu.
Check out the repo's README. The instructions there are well written: https://github.com/bitcoinz-pod/bitcoinz/#linux


Its something like this:
1.Open Terminal window:)
2.Copy/paste following command (whole as it is) and hit enter:
sudo apt-get install \
      build-essential pkg-config libc6-dev m4 g++-multilib \
      autoconf libtool ncurses-dev unzip git python \
      zlib1g-dev wget bsdmainutils automake
3. Once finished (in meanwhile you will be asked something, hit YES Smiley) use next command:
git clone https://github.com/bitcoinz-pod/bitcoinz
4. cd bitcoinz
5.   ./zcutil/build.sh -j$(nproc)
6.        ./zcutil/fetch-params.sh
In between step 5 i 6 you need to wait to finish download/installation (it can take a while)
Now, next step can be tricky:
7.  ./src/zcashd
It can say that u need to create /home/YOUR USER NAME/.bitcoinz/bitcoinz.conf , so you will need to make one Smiley
8a. In case you dont have .bitcoinz folder (im not sure is it made by default or you need to make one - first check from explorer) make one with: mkdir -p ~/.bitcoinz (since ".folders" are hidden, open explorer and hit CTRL+H to show them)
8.b Create bitcoinz.conf file from text editor and copy/paste following and change username/pass, and save it in .bitcoinz folder:
 addnode=173.212.216.105
addnode=[2604:a880:cad:d0::5e39:4001]
addnode=[2a01:4f8:c0c:3532::2]
addnode=[2a02:c207:2013:2448::1]
addnode=37.139.4.84
addnode=138.197.128.40
addnode=107.181.174.211
addnode=107.181.174.211:1989
rpcuser=YOURUSERNAME
rpcpassword=YOURUSERPASSWORD
9. now try ./src/zcashd (if everything is ok u will see connections, blocks etc)
10.Keep this terminal window open and open another one
11. In new terminal, go to bitcoinz folder (cd bitcoinz)
12. Use following command to get tAdress for your wallet:
./src/zcash-cli getnewadress
Thats that Smiley

12 point does not work.



andrey21x6
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
September 22, 2017, 04:17:42 PM
 #163

Please, post the instructions on how to install and run Wallet on Linux Ubuntu.
Check out the repo's README. The instructions there are well written: https://github.com/bitcoinz-pod/bitcoinz/#linux


Its something like this:
1.Open Terminal window:)
2.Copy/paste following command (whole as it is) and hit enter:
sudo apt-get install \
      build-essential pkg-config libc6-dev m4 g++-multilib \
      autoconf libtool ncurses-dev unzip git python \
      zlib1g-dev wget bsdmainutils automake
3. Once finished (in meanwhile you will be asked something, hit YES Smiley) use next command:
git clone https://github.com/bitcoinz-pod/bitcoinz
4. cd bitcoinz
5.   ./zcutil/build.sh -j$(nproc)
6.        ./zcutil/fetch-params.sh
In between step 5 i 6 you need to wait to finish download/installation (it can take a while)
Now, next step can be tricky:
7.  ./src/zcashd
It can say that u need to create /home/YOUR USER NAME/.bitcoinz/bitcoinz.conf , so you will need to make one Smiley
8a. In case you dont have .bitcoinz folder (im not sure is it made by default or you need to make one - first check from explorer) make one with: mkdir -p ~/.bitcoinz (since ".folders" are hidden, open explorer and hit CTRL+H to show them)
8.b Create bitcoinz.conf file from text editor and copy/paste following and change username/pass, and save it in .bitcoinz folder:
 addnode=173.212.216.105
addnode=[2604:a880:cad:d0::5e39:4001]
addnode=[2a01:4f8:c0c:3532::2]
addnode=[2a02:c207:2013:2448::1]
addnode=37.139.4.84
addnode=138.197.128.40
addnode=107.181.174.211
addnode=107.181.174.211:1989
rpcuser=YOURUSERNAME
rpcpassword=YOURUSERPASSWORD
9. now try ./src/zcashd (if everything is ok u will see connections, blocks etc)
10.Keep this terminal window open and open another one
11. In new terminal, go to bitcoinz folder (cd bitcoinz)
12. Use following command to get tAdress for your wallet:
./src/zcash-cli getnewadress
Thats that Smiley

12 point does not work.
--------------------------------
wadress
error code: -32601
error message:
Method not found
--------------------------------


simple_user
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
September 22, 2017, 04:36:34 PM
 #164

Please, post the instructions on how to install and run Wallet on Linux Ubuntu.
Check out the repo's README. The instructions there are well written: https://github.com/bitcoinz-pod/bitcoinz/#linux


12 point does not work.
--------------------------------
wadress
error code: -32601
error message:
Method not found
--------------------------------



Try to find where is zcash-cli file located and invoke it... Those are default settings and be sure u r in bitcoinz folder when starting command...
andrey21x6
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
September 22, 2017, 05:02:36 PM
 #165

Please, post the instructions on how to install and run Wallet on Linux Ubuntu.
Check out the repo's README. The instructions there are well written: https://github.com/bitcoinz-pod/bitcoinz/#linux


12 point does not work.
--------------------------------
wadress
error code: -32601
error message:
Method not found
--------------------------------



Try to find where is zcash-cli file located and invoke it... Those are default settings and be sure u r in bitcoinz folder when starting command...

It is there, but at startup it displays:
wadress
error code: -32601
error message:
Method not found
simple_user
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
September 22, 2017, 05:17:59 PM
 #166


Ok got it...
TYPO Smiley
it  should be: getnewaddress
crypt0r3x
Full Member
***
Offline Offline

Activity: 287
Merit: 100



View Profile WWW
September 22, 2017, 05:27:05 PM
 #167

please update the Block Explorer address to https://btzexplorer.blockhub.info


BTCZ Address Sharelink: https://btcz.me/cryptorex
BTCZ Send via TXT/SMS Demo: https://www.youtube.com/watch?v=aeGX36c24i0
BTCZ TXT/SMS Codebase: https://github.com/bitcoinz-wallets/TxtZ

bitcoinz-pod (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 104


View Profile
September 22, 2017, 05:40:26 PM
 #168

please update the Block Explorer address to https://btzexplorer.blockhub.info



Great! updated

BitcoinZ - In Decentralization We Trust
bitcoinz-pod (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 104


View Profile
September 22, 2017, 06:01:54 PM
 #169

Waiting for the Windows wallet, the project seems good as how everything is decentralized focused. Will mine!

You can now use BitcoinZ Cold Wallet which has Windows binary
https://github.com/bitcoinz-pod/zgenerate/releases/tag/v1.0.0
Now you have BTZ address and you can start mining!

BitcoinZ - In Decentralization We Trust
andrey21x6
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
September 22, 2017, 06:06:21 PM
 #170


--------------------------------------------------
I understood what was happening:

getnewadress
and
getnewaddress

Look at the difference!
-------------------------------------------------

Many thanks to all!
    
bravetheheat
Sr. Member
****
Offline Offline

Activity: 457
Merit: 251


View Profile
September 22, 2017, 06:10:47 PM
 #171

The killer is no exchange, we cannot know its price and no one really mine for it.

It's the simple combination of BTC and Zcash, nothing is new to them.

I would not mine it.
bitcoinz-pod (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 104


View Profile
September 22, 2017, 07:57:43 PM
 #172

Quick guide for beginners has been added to release page
https://github.com/bitcoinz-pod/bitcoinz/releases/tag/1.0.2
EnJoY!

BitcoinZ - In Decentralization We Trust
bitcoinz-pod (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 104


View Profile
September 22, 2017, 08:25:38 PM
 #173

The killer is no exchange, we cannot know its price and no one really mine for it.

It's the simple combination of BTC and Zcash, nothing is new to them.

I would not mine it.

Coin is focused on organic growth. Exchanges will appear when community will be strong. We believe in this coin.

BitcoinZ - In Decentralization We Trust
andrey21x6
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
September 23, 2017, 07:27:27 AM
 #174

Why do not I have a balance in my wallet?

t1P7H6SwYp3CsCE9FkbyU7MPm25bFkH7Bpg

http://www.lokos-audio.ru/BitcoinZ.PNG
simple_user
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
September 23, 2017, 08:04:05 AM
 #175

Why do not I have a balance in my wallet?

t1P7H6SwYp3CsCE9FkbyU7MPm25bFkH7Bpg

http://www.lokos-audio.ru/BitcoinZ.PNG
Well according to picture u r mining HUSH coin not BTZ bro....
Also you can check status of Tadress on block explorer: http://54.244.39.225:3001
andrey21x6
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
September 23, 2017, 09:38:06 AM
 #176

Why do not I have a balance in my wallet?

t1P7H6SwYp3CsCE9FkbyU7MPm25bFkH7Bpg

http://www.lokos-audio.ru/BitcoinZ.PNG
Well according to picture u r mining HUSH coin not BTZ bro....
Also you can check status of Tadress on block explorer: http://54.244.39.225:3001

Here I am a fool! Thank you!   Smiley
simple_user
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
September 23, 2017, 01:33:27 PM
 #177

Here is voting for BTZ on C-CEx:

https://c-cex.com/?id=vote&coin=btz

Keep in mind that vote = deposit of BTC  (BTC sent to voting address are non-refundable)....
SeksiStarlord
Full Member
***
Offline Offline

Activity: 384
Merit: 107


View Profile
September 23, 2017, 02:04:13 PM
 #178

This coin sounds interesting, I will try to get some and will hold. I am sure it will pump sometime in future like every coin did
crypt0r3x
Full Member
***
Offline Offline

Activity: 287
Merit: 100



View Profile WWW
September 23, 2017, 06:19:27 PM
Last edit: September 26, 2017, 09:50:31 PM by crypt0r3x
 #179

everyone please use https://btczexplorer.blockhub.info to access block explorer, it has been updated in original post.  

The old link will be used for testing additional functionality on the explorer interface.  Thanks!

-cryptorex


BTCZ Address Sharelink: https://btcz.me/cryptorex
BTCZ Send via TXT/SMS Demo: https://www.youtube.com/watch?v=aeGX36c24i0
BTCZ TXT/SMS Codebase: https://github.com/bitcoinz-wallets/TxtZ

nikbass
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
September 23, 2017, 06:35:45 PM
 #180

when does a wallet gui with which to import zcl data?
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ... 324 »
  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!