Author

Topic: [ANN][BTCZ] BitcoinZ - Low Fees, 100% Community, POW-Equihash No-Premine No-Tax - page 300. (Read 343715 times)

newbie
Activity: 136
Merit: 0
When we see more exchanges?
When there are enough votes, the devs won't pay for listing, obviously.
Where can I vote?

COMMUNITY

Let's show Yobit the support behind BitcoinZ and submit here: https://yobit.net/en/addcoin/

You can use the following information:

Listing type: 0.00 Free
Coin name: BitcoinZ
Ticker: BTCZ    
Algo: Equihash
Number of blocks: 14,000
Money Supply: $200,000
Min commission:     0
Block time: 2.5 minutes
Dev language: C++    
Type: PoW
secp256k1 ver: No
Source link (Git): https://github.com/bitcoinz-pod/bitcoinz    
Explorer:  https://explorer.bitcoinz.site/
Bitcointalk topic: https://bitcointalksearch.org/topic/annbtcz-bitcoinz-low-fees-100-community-pow-equihash-no-premine-no-tax-2166510



member
Activity: 115
Merit: 10
When we see more exchanges?
When there are enough votes, the devs won't pay for listing, obviously.
Where can I vote?
newbie
Activity: 59
Merit: 0
When we see more exchanges?
When there are enough votes, the devs won't pay for listing, obviously.
full member
Activity: 241
Merit: 107
When we see more exchanges?
copper member
Activity: 114
Merit: 1
i am deploying bitcoinz pool and my config:
Coin:
{
"name": "Bitcoinz",
"symbol": "btcz",
"algorithm": "equihash",
"requireShielding": true,
"txfee": 0.0001

}

pool:"coin": "bitcoinz.json",

"coin": "bitcoinz.json",

"address": "t1PPKiaskZsSXZb.....",
"_comment_address": "a transparent address to send coinbase rewards to and to transfer to zAddress.",

"zAddress": "zcNus9QdXx3skhE5KzQx9.......
"_comment_zAddress": "a private address used to send coins to tAddress.",

"tAddress": "t1JrZXDy5N......",
"_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send",

"walletInterval": 2.5,

"rewardRecipients": {
    "t1diyf84HoFYztg.....":1.5
},

"tlsOptions": {
    "enabled": false,
    "serverKey":"",
    "serverCert":"",
},

"paymentProcessing": {
    "minConf": 10,
    "enabled": true,
    "paymentMode": "prop",
    "_comment_paymentMode":"prop, pplnt",
    "paymentInterval": 20,
    "minimumPayment": 100,
    "maxBlocksPerPayment": 1,
    "daemon": {
        "host": "127.0.0.1",
        "port": 3333,
        "user": "xxxx",
        "password": "xxx"
    }
},
but always show the error

017-10-07 04:50:39 [Payments] [bitcoinz] Insufficient funds (0) to process payments (12312.5); possibly waiting for txs.

my balance
ubuntu@ip-172-31-34-70:~/bitcoinz-pkg$ ./zcash-cli z_gettotalbalance
{
"transparent": "12312.5001",
"private": "0.00",
"total": "12312.5001"
}

z-nomp/libs/paymentProcessor.js starting line 294


Code:
        var amount = satoshisToCoins(zBalance - 10000);
        // unshield no more than 100 ZEC at a time
        if (amount > 20000.0)
            amount = 20000.0;


This will change the maximum amount of coin to send to z_address from 100 to 20000 which will cover the 12500 block size and in the future any fees.

The reason is that its only shielding 100 coins at a time which is taking forever to shield because its 12500 coins a block.



full member
Activity: 210
Merit: 104
Just a status update, there will be a wallet for Windows, Linux, OSX, iOS, Android. Its currently functional and testflight for iOS will be available in the first week of November for iOS testing along with all other platforms.

https://imgur.com/a/uYdAF

The above link is some screenshots of initial iOS compile. The wallet will have the same functionality across all platforms.
After wallet release the next step is something called '(BitcoinZ) BTCZ Masquerade.
Masquerade with this wallet will let you pay any Bitcoin address with your BitcoinZ coin by scanning a QR code of a bitcoin payment address or by inputting the btc address to your BTCZ wallet.
The wallet will submit the btc address and the required non-tethered market value of BTCZ_BTC to /domain/ which the domain will make the end payment to the BTC address completing the transaction with your BTCZ coins all directly from the wallet.
We will be able to pay/purchase/buy/exchange all BTCZ to any cryptocurrency directly from the wallet and execute end payments. For example on a website to 'checkout with bitcoin' you can pay with your BTCZ just as if you had Bitcoin by scanning the qr code and the transaction will complete.
Feel free to ask any questions.

-hellomoto


This is great! Many people ask about mobile wallets.

Really good piece of work. Thanks for BitcoinZ support!
We are waiting for final release in November Smiley
full member
Activity: 273
Merit: 100
WOW that's really cool

Thanks Anthony!!
copper member
Activity: 114
Merit: 1
Just a status update, there will be a wallet for Windows, Linux, OSX, iOS, Android. Its currently functional and testflight for iOS will be available in the first week of November for iOS testing along with all other platforms.

https://imgur.com/a/uYdAF

The above link is some screenshots of initial iOS compile. The wallet will have the same functionality across all platforms.
After wallet release the next step is something called '(BitcoinZ) BTCZ Masquerade.
Masquerade with this wallet will let you pay any Bitcoin address with your BitcoinZ coin by scanning a QR code of a bitcoin payment address or by inputting the btc address to your BTCZ wallet.
The wallet will submit the btc address and the required non-tethered market value of BTCZ_BTC to /domain/ which the domain will make the end payment to the BTC address completing the transaction with your BTCZ coins all directly from the wallet.
We will be able to pay/purchase/buy/exchange all BTCZ to any cryptocurrency directly from the wallet and execute end payments. For example on a website to 'checkout with bitcoin' you can pay with your BTCZ just as if you had Bitcoin by scanning the qr code and the transaction will complete.
Feel free to ask any questions.

-hellomoto
full member
Activity: 336
Merit: 102
When transfer coins between pools, exchanges and wallet should I use Transparent or Private adresses?
newbie
Activity: 103
Merit: 0
dam wish id seen that 15 mins ago haha

worked it out thankyou for your help !!

newbie
Activity: 11
Merit: 0
guys pleaaase tell me what is wrong with my suprnova config.
unsupported extranonce size of 16
stratum subscribe answer id is not correct
json - rpc fail
 Huh

ccminer-x64 -a equihash -o stratum+tcp://btcz.suprnova.cc:5586 -u mrsa.mrsa -p 123

Take dstm's Miner ZM, Linux version!
I use it with port 5587 (difficulty 8192), but suprnova closes connection by their servers.
ZM starts automatically and reconnects to suprnova.

https://bitcointalk.org/index.php?topic=2021765.0;all

Enjoy!

ty sadly seems like IM (like others) waiting for win release

i had no luck starting the ewbf config
off to do more reading must be something small im missing


just make a bat file for ewbf

miner --server btcz.suprnova.cc --user user.rig1 --pass x --port 5586
full member
Activity: 224
Merit: 100
 i am deploying bitcoinz pool and my config:
Coin:
{
"name": "Bitcoinz",
"symbol": "btcz",
"algorithm": "equihash",
"requireShielding": true,
"txfee": 0.0001

}

pool:"coin": "bitcoinz.json",

"coin": "bitcoinz.json",

"address": "t1PPKiaskZsSXZb.....",
"_comment_address": "a transparent address to send coinbase rewards to and to transfer to zAddress.",

"zAddress": "zcNus9QdXx3skhE5KzQx9.......
"_comment_zAddress": "a private address used to send coins to tAddress.",

"tAddress": "t1JrZXDy5N......",
"_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send",

"walletInterval": 2.5,

"rewardRecipients": {
    "t1diyf84HoFYztg.....":1.5
},

"tlsOptions": {
    "enabled": false,
    "serverKey":"",
    "serverCert":"",
},

"paymentProcessing": {
    "minConf": 10,
    "enabled": true,
    "paymentMode": "prop",
    "_comment_paymentMode":"prop, pplnt",
    "paymentInterval": 20,
    "minimumPayment": 100,
    "maxBlocksPerPayment": 1,
    "daemon": {
        "host": "127.0.0.1",
        "port": 3333,
        "user": "xxxx",
        "password": "xxx"
    }
},
but always show the error

017-10-07 04:50:39 [Payments] [bitcoinz] Insufficient funds (0) to process payments (12312.5); possibly waiting for txs.

my balance
ubuntu@ip-172-31-34-70:~/bitcoinz-pkg$ ./zcash-cli z_gettotalbalance
{
"transparent": "12312.5001",
"private": "0.00",
"total": "12312.5001"
}
copper member
Activity: 114
Merit: 1
guys pleaaase tell me what is wrong with my suprnova config.
unsupported extranonce size of 16
stratum subscribe answer id is not correct
json - rpc fail
 Huh

ccminer-x64 -a equihash -o stratum+tcp://btcz.suprnova.cc:5586 -u mrsa.mrsa -p 123

 Ccminer does not support suprnova stratum. You'll have to use claymore-zcash or ewbf-zcash
newbie
Activity: 103
Merit: 0
guys pleaaase tell me what is wrong with my suprnova config.
unsupported extranonce size of 16
stratum subscribe answer id is not correct
json - rpc fail
 Huh

ccminer-x64 -a equihash -o stratum+tcp://btcz.suprnova.cc:5586 -u mrsa.mrsa -p 123

Take dstm's Miner ZM, Linux version!
I use it with port 5587 (difficulty 8192), but suprnova closes connection by their servers.
ZM starts automatically and reconnects to suprnova.

https://bitcointalk.org/index.php?topic=2021765.0;all

Enjoy!

ty sadly seems like IM (like others) waiting for win release

i had no luck starting the ewbf config
off to do more reading must be something small im missing
member
Activity: 128
Merit: 10
guys pleaaase tell me what is wrong with my suprnova config.
unsupported extranonce size of 16
stratum subscribe answer id is not correct
json - rpc fail
 Huh

ccminer-x64 -a equihash -o stratum+tcp://btcz.suprnova.cc:5586 -u mrsa.mrsa -p 123

Take dstm's Miner ZM, Linux version!
I use it with port 5587 (difficulty 8192), but suprnova closes connection by their servers.
ZM starts automatically and reconnects to suprnova.

https://bitcointalk.org/index.php?topic=2021765.0;all

Enjoy!
newbie
Activity: 103
Merit: 0
guys pleaaase tell me what is wrong with my suprnova config.
unsupported extranonce size of 16
stratum subscribe answer id is not correct
json - rpc fail
 Huh

ccminer-x64 -a equihash -o stratum+tcp://btcz.suprnova.cc:5586 -u mrsa.mrsa -p 123
sr. member
Activity: 347
Merit: 255
I would look at Ledger for hardware wallet support,they already support zcash so should be easier to port,Trezor are updating there hardware so not adding any new coins for moment I heard,I use Ledger nano s and it’s a fantastic wallet supporting many different coins,been using nano s for sometime now and it’s great

Thanks Stealth8368,
I've contacted Ledger and KeepKey and asked for listing BTCZ.
Do you save your BTCZ in the Ledger Nano S?
-swisstrader
Hi BitcoinZ is a new coin and will need to prove its self before a hardware wallet will add it,with over 1000 coins out there hardware wallet companies are very selective about adding coins,they need to have real volume first and a strong community,if BitcoinZ ever gets added to a hardware wallet i would imagine Ledger would be the one.
member
Activity: 128
Merit: 10
I would look at Ledger for hardware wallet support,they already support zcash so should be easier to port,Trezor are updating there hardware so not adding any new coins for moment I heard,I use Ledger nano s and it’s a fantastic wallet supporting many different coins,been using nano s for sometime now and it’s great

Thanks Stealth8368,
I've contacted Ledger and KeepKey and asked for listing BTCZ.
Do you save your BTCZ in the Ledger Nano S?
-swisstrader
full member
Activity: 210
Merit: 104
I apologize for everyone's experience with withdrawls thus far. We want to be absolutely sure that our clients funds are secured so process withdrawals manually for the early stages of our soft launch. We have only been open for nearly two weeks and aim to provide a safe environment for traders. We do plan to allow quick withdrawals up to $2500 in the near future but development takes time and implementing new features on a live exchange must be done only after extensive testing. I really appreciate all your support and we are always open to feedback and suggestions. If you have any suggestions for us please open a support ticket or email us using the support email found on our main page. https://www.cryptobroker.io


So a new exchange for a new coin,was anyone around when Magnatum came out along with Bitzure? Do you know how many people they scammed?
]
Please look at the innitial price of the coin 15k sats,they hammered it all the way down to 20 sats!

Move along people,for your own sake...

BitcoinZ coin is not related with any exchange & pool.
We respect them for listing but it is your risk to trade or mine with any exchange & pool.
Just read "What community learn so far" section in first post.


We have no way of knowing whether you're related or not but facts are facts,THE PRICE AT LAUNCH WAS 15000 SATOSHI,who do you guys think sold it that much and reduced it to ashes TO 20 SATOSHI, THAT IS ALMOST 100X decrease in value,god damn criminals!

Facts:
There were no exchanges at launch on 9 Sep
First trades at exchange (few days after launch) probably where made for tests with low volume.

If you are afraid, just wait for Poloniex or Bittrex, but we are volunteers and we will not pay for any listings.
Only community can do that.
newbie
Activity: 88
Merit: 0
I apologize for everyone's experience with withdrawls thus far. We want to be absolutely sure that our clients funds are secured so process withdrawals manually for the early stages of our soft launch. We have only been open for nearly two weeks and aim to provide a safe environment for traders. We do plan to allow quick withdrawals up to $2500 in the near future but development takes time and implementing new features on a live exchange must be done only after extensive testing. I really appreciate all your support and we are always open to feedback and suggestions. If you have any suggestions for us please open a support ticket or email us using the support email found on our main page. https://www.cryptobroker.io


So a new exchange for a new coin,was anyone around when Magnatum came out along with Bitzure? Do you know how many people they scammed?
]
Please look at the innitial price of the coin 15k sats,they hammered it all the way down to 20 sats!

Move along people,for your own sake...

BitcoinZ coin is not related with any exchange & pool.
We respect them for listing but it is your risk to trade or mine with any exchange & pool.
Just read "What community learn so far" section in first post.


We have no way of knowing whether you're related or not but facts are facts,THE PRICE AT LAUNCH WAS 15000 SATOSHI,who do you guys think sold it that much and reduced it to ashes TO 20 SATOSHI, THAT IS ALMOST 100X decrease in value,god damn criminals!
Jump to: