Bitcoin Forum
April 23, 2024, 11:52:03 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 ... 324 »
  Print  
Author Topic: [ANN][BTCZ] BitcoinZ - Low Fees, 100% Community, POW-Equihash No-Premine No-Tax  (Read 343637 times)
simple_user
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
September 21, 2017, 12:28:45 PM
Last edit: September 22, 2017, 05:19:27 PM by simple_user
 #141

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 getnewaddress
Thats that Smiley




"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
crypt0r3x
Full Member
***
Offline Offline

Activity: 287
Merit: 100



View Profile WWW
September 21, 2017, 02:59:06 PM
 #142

New pools added.
Logo is not visible.

Thanks for support!

updated logo links please see above

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

umycantik
Full Member
***
Offline Offline

Activity: 143
Merit: 100



View Profile
September 21, 2017, 03:27:50 PM
 #143

I think the number of coins from this project is very much even though this project coin could be mine
and that makes me wonder asking for coin prices on the market can be expensive with a total of too many coins
egyptianbman
Full Member
***
Offline Offline

Activity: 216
Merit: 100


https://equipool.1ds.us


View Profile WWW
September 21, 2017, 05:38:28 PM
 #144

I think the number of coins from this project is very much even though this project coin could be mine
and that makes me wonder asking for coin prices on the market can be expensive with a total of too many coins

Personally, I find it refreshing. It gets old having to deal with .0000000x of a coin. Considering how many people are in the world and how much currency can be traded, billions isn't crazy. 1 BTZ more than likely will never be 4k or 5k USD, but at least you don't have to always convert to sub-currencies like micro BTZ which IMHO, is annoying.

Join our mining pool! https://equipool.1ds.us for equihash and https://cryptopool.1ds.us for other altcoins
Our EquiMiner for Windows makes switching between coins and mining software a breeze! https://equipool.1ds.us/getting_started
Only 0.5% pool fee! (BTCZ & BTCP: +0.5% donation to the community!)
andrey21x6
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
September 21, 2017, 05:56:39 PM
 #145

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




Many thanks!

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

Activity: 210
Merit: 104


View Profile
September 21, 2017, 06:03:05 PM
 #146

New pools added.
Logo is not visible.

Thanks for support!

updated logo links please see above

Thanks.

We have chosen BitcoinZ logo

- Rebranded Bitcoin logo, because we are based on BTC
- Hidden bits - ZEC privacy
- Gold style - store of value

BitcoinZ - In Decentralization We Trust
simple_user
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
September 21, 2017, 07:19:44 PM
 #147


Sure, no problem bro, glad it worked for you:)
duydhk
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
September 22, 2017, 01:41:46 AM
 #148

can anyone set up a pool which holds the coins for now? until a win wallet exist. As of now its too complicated for a non linux user to mine and/or set up a wallet

You can use any Zclassic or Zcash wallet to generate address to mine. All ZEC & ZCL & BitcoinZ addresses are compatibile.

All you need to have is private key which can be later imported to BitcoinZ. If you have private key you are the owner of all coins.

Does anyone can tell me, later how can I send coin to "true" wallet (btz wallet), please ? (Im running in Window OS.)
As I said, I am mining at https://pool.miningspeed.com/ and using my ZCL wallet to mining and store mined coin there. I just take the wallet address from my exchange site and put it in the miner config file, and it running, mining and storing mined coin to the pool ( if im correct)
But, the problem is the fucking private key. How can I get it to later can transfer coin ? cause in pool they didnt explain about that, and I dont know how to obtain my private key. So if u know how to solve this problem, please post in here, cause I think Im not the only 1 who have this problem.
If u can explain this problem, others miner will more relief in your project, I think.
andrey21x6
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
September 22, 2017, 02:13:45 AM
 #149

New pools added.
Logo is not visible.

Thanks for support!

updated logo links please see above

Thanks.

We have chosen BitcoinZ logo

- Rebranded Bitcoin logo, because we are based on BTC
- Hidden bits - ZEC privacy
- Gold style - store of value

Strongly similar to Bitcoin! You need more differences!
bitcoinz-pod (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 104


View Profile
September 22, 2017, 03:31:23 AM
Last edit: September 22, 2017, 04:50:09 AM by bitcoinz-pod
 #150

Anonymous zaddr send
1. You need to have at least 4GB RAM. zaddr operation takes about 1 minute.
2. Send <AMOUNT> BTZ from <ADDR_FROM> to <ADDR_TO>
Code:
zcash-cli z_sendmany "ADDR_FROM " "[{\"amount\": AMOUNT, \"address\": \"ADDR_TO\"}]"

Operation status:
Code:
zcash-cli z_getoperationstatus
Transaction status:
Code:
zcash-cli gettransaction TRANSACTION_ID

Note for new mined coins (coinbase):
If you send coinbase coins. You can send only:
(12500 * N - 0.0001)
where:
0.0001 - fee
N - integer (>= 1)
If you have info about "change" in z_getoperationstatus you have to add change to amount.


Nice payments guide:
https://github.com/zcash/zcash/blob/master/doc/payment-api.md

Some examples for beginners
- get new taddr
Code:
zcash-cli getnewaddress

- dump taddr private key
Code:
zcash-cli dumpprivkey taddr

- import taddr private key
Code:
zcash-cli importprivkey priv_key

- transfer coins
Code:
zcash-cli z_sendmany t1eRPBQ6FAagpjbpRmtzXsjsSvGkorAQFSr '[{"amount": 1, "address": "t1f8xsf4U6qxYajSLD6sFLwKj4qyNRtqLk8"}]'
where:
t1eRPBQ6FAagpjbpRmtzXsjsSvGkorAQFSr - from address
1 - amount
t1f8xsf4U6qxYajSLD6sFLwKj4qyNRtqLk8 - to address

- check total balance:
Code:
zcash-cli z_gettotalbalance

Note: You can check balance & history of public address in explorer

BitcoinZ - In Decentralization We Trust
ue3076991zihe
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
September 22, 2017, 05:37:47 AM
 #151

I greatly appreciate you have a product and clear vision.
bitcoinz-pod (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 104


View Profile
September 22, 2017, 05:47:23 AM
Last edit: September 22, 2017, 05:55:25 PM by bitcoinz-pod
 #152

New pools added.
Logo is not visible.

Thanks for support!

updated logo links please see above

Thanks.

We have chosen BitcoinZ logo

- Rebranded Bitcoin logo, because we are based on BTC
- Hidden bits - ZEC privacy
- Gold style - store of value

Strongly similar to Bitcoin! You need more differences!

No - we are Bitcoin 2.0

Bitcoin technology +
- Anonymous transactions
- GPU mining (ASIC miners are banned, hardforks to prevent ASIC miners are allowed)
- Decentralized development / All contributors are volunteers
- Blocks similar to BCC / BCH (x2-x4 bigger than current Bitcoin)
- 21 billion coins - All in the world can have at least one BTZ

BitcoinZ - In Decentralization We Trust
simple_user
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
September 22, 2017, 06:00:23 AM
 #153


- dump taddr private key
Code:
zcash-cli dumpprivkey taddr


When trying to dumpprivkey, i get this:
ubuntu:~/bitcoinz$ ./src/zcash-cli dumpprivkey taddr

error code: -5
error message:
Invalid Zcash address
Any advice?
bitcoinz-pod (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 104


View Profile
September 22, 2017, 06:06:00 AM
 #154

I greatly appreciate you have a product and clear vision.

Thanks for support!
Join to the decentralized team: you can promote BTZ, request exchanges / other sites listings or in the future you can buy BTZ Smiley

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

Activity: 210
Merit: 104


View Profile
September 22, 2017, 07:16:32 AM
 #155

BitcoinZ Cold Wallet is released.
Windows binary is available!

https://github.com/bitcoinz-pod/zgenerate/releases/tag/v1.0.0

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

Activity: 210
Merit: 104


View Profile
September 22, 2017, 07:40:05 AM
 #156


- dump taddr private key
Code:
zcash-cli dumpprivkey taddr


When trying to dumpprivkey, i get this:
ubuntu:~/bitcoinz$ ./src/zcash-cli dumpprivkey taddr

error code: -5
error message:
Invalid Zcash address
Any advice?


It should work.
taddr is your address Smiley
Example:
Code:
./src/zcash-cli dumpprivkey t1JiD6wunRDkGX4vMPGfGfpNsdX1L2HfWp4

BitcoinZ - In Decentralization We Trust
kryptoknightk
Full Member
***
Offline Offline

Activity: 173
Merit: 100


View Profile
September 22, 2017, 07:44:55 AM
 #157

Waiting for the Windows wallet, the project seems good as how everything is decentralized focused. Will mine!
loatchoat
Full Member
***
Offline Offline

Activity: 210
Merit: 101


View Profile
September 22, 2017, 07:56:35 AM
 #158

BitcoinZ Cold Wallet is released.
Windows binary is available!

https://github.com/bitcoinz-pod/zgenerate/releases/tag/v1.0.0

How to set a passphrase ?

simple_user
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
September 22, 2017, 09:40:56 AM
 #159


It should work.
taddr is your address Smiley
Example:
Code:
./src/zcash-cli dumpprivkey t1JiD6wunRDkGX4vMPGfGfpNsdX1L2HfWp4
Lol many thanks....
duydhk
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
September 22, 2017, 12:26:42 PM
 #160

Can I import private key into already exited Zcash wallet ?
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 ... 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!