Pages:
Author

Topic: BATA (BTA) CORE 17.1.17 MNs SHA-256D | SCRYPT | NIST5 | LYRA2Z | X11 | X16R - page 18. (Read 37811 times)

legendary
Activity: 1624
Merit: 1000
https://bata.io
Greetings, pc888! The Bata project is really interesting to me. I have inspected the 8 pages of this newly created thread, but haven't found any hint of the 2018 roadmap. The V3 contains data up to 2017 only. Are there any plans at all? Any milestones your team had set to reach? I want to be sure that i'm investing into a coin with promising future. Perhaps you could briefly explain your goals for 2018 here or link me to some kind of roadmap for the next year?

Hello thanks for your interest.

This thread is moderated, hence why it is 8 pages long, our original thread link is in the first post . Our Development goals are available in OP or via website: https://bata.io/development

Have a little read back to catch up.
legendary
Activity: 1624
Merit: 1000
https://bata.io
newbie
Activity: 56
Merit: 0
pc888: Hey! I also noticed you have some fans on Twitter trying to connect Komodo and Bata, tagging us all together on a news article about KMD>BCH atomic swap.

BTA coin is available for atomic swap trading on Komodo Platform's BarterDEX! Right now! Mainnet! You can test it out if you'd like. Would a team member, perhaps someone from marketing like to test out an atomic swap through our GUI? We're trying to get some exposure, which could work out well for the both of us Grin Please DM me and I can connect you with the right people to set this up!
full member
Activity: 331
Merit: 105
Greetings, pc888! The Bata project is really interesting to me. I have inspected the 8 pages of this newly created thread, but haven't found any hint of the 2018 roadmap. The V3 contains data up to 2017 only. Are there any plans at all? Any milestones your team had set to reach? I want to be sure that i'm investing into a coin with promising future. Perhaps you could briefly explain your goals for 2018 here or link me to some kind of roadmap for the next year?
sr. member
Activity: 539
Merit: 251
legendary
Activity: 1624
Merit: 1000
https://bata.io
Greetings, friends at Bata! As Komodo Platform has been working around the clock to fine-tune the multiple GUI's that are the face of our Agama multiwallet and BarterDEX atomic swap protocols, there have obviously been many bugs found and many debugged. However, one bug in particular was found not only in our Agama GUI wallet, but also in the zcash4mac GUI swing wallet. It is a simple bug, but it warrants your attention. This is a potential money cost bug, and as a Bitcoin-protocol cryptocurrency, your GUI wallet(s) may be susceptible.

watchonly-GUI bug: 'watchonly' addresses appearing as your own in GUI wallet; users could potentially send funds to the address, unaware it is not theirs or available for withdrawal.  You can import and it becomes a 'watchonly' address. The GUI will display the address as yours, add its funds to your balance, and accept deposits, but cannot be withdrawn. This could be a normal address, my address, a p2sh address, satoshi's address, etc. This can be confusing to an end-user and will lead to many headaches for the developer, as is always the case with misplaced funds.

FOUND: in Komodo Platform's Agama multiwallet (fixed) and zcash4mac GUI swing wallet (@jl777b: "newest QT wallet seems ok about watch only, but not sure of older and when it was fixed")

ex. @grewalsatinder found the bug in his zcash swing wallet:

Quote from: jl777B
"satinder used zcash4mac, ie. the zcash osx GUI, not ours... the assumption is no GUI out there properly handles watch only addresses, until proven that they do... agama also had this bug, which we found and fixed, so it seems a very common bug to have"

SOLUTION: For the 'watchonly' address or any address not yours, the value 'ismine' returns false. Any such address gets filtered out.

QUESTIONS:
  • How does your recommended GUI deal with watchonly addresses?
  • Does your GUI display watchonly addresses as different than actual addresses in the wallet?

We need to experiment a bit to see which approach gets a better response triggering the bug. People WILL lose money if they send funds to a watchonly address.

Quote from: jl777B
"the t3 addresses in the 'Own Addresses' column! and they absolutely cant be as they are p2sh addresses. it is clear proof that the bug is very real and anybody that understands a p2sh address will understand it cant be something in your wallet. it is usually a multisig address, so only if it is a 1of1 multisig (possible but very silly) can you have a p2sh address that is spendable, but the wallet wont even know it... normal addresses can also be watchonly, which makes this even worse. in that case it would appear in the list of addresses just like all the others. even if you are able to spot p2sh addresses visually, it wont be enough"

I've been tasked with spreading awareness and facilitating discussion of this bug, so please let me know if you have any questions. I'll get you some answers and we can minimize the impact. We wanted to reach out directly to the developers of the 60+ coins featured on Agama and BarterDEX as the bug may have a direct impact on you (via your own GUI wallet).

- Jay

Thanks Jay,

I will post on other forums also.
legendary
Activity: 1624
Merit: 1000
https://bata.io
Hello, my wallet is stick at block 450402 with 8 connections. It says 21hours behind.
I've deleted the peers.dat and also the config (with nodes list) but still no luck...
Anyone with the same issue? Should I need to resync?

Hello yes we are having some issues with pools not updating. But we must wait for Midnightminer (Dev) to return home tonight so the Bata pool can be updated.
member
Activity: 90
Merit: 10
Hello, my wallet is stick at block 450402 with 8 connections. It says 21hours behind.
I've deleted the peers.dat and also the config (with nodes list) but still no luck...
Anyone with the same issue? Should I need to resync?
newbie
Activity: 56
Merit: 0
Greetings, friends at Bata! As Komodo Platform has been working around the clock to fine-tune the multiple GUI's that are the face of our Agama multiwallet and BarterDEX atomic swap protocols, there have obviously been many bugs found and many debugged. However, one bug in particular was found not only in our Agama GUI wallet, but also in the zcash4mac GUI swing wallet. It is a simple bug, but it warrants your attention. This is a potential money cost bug, and as a Bitcoin-protocol cryptocurrency, your GUI wallet(s) may be susceptible.

watchonly-GUI bug: 'watchonly' addresses appearing as your own in GUI wallet; users could potentially send funds to the address, unaware it is not theirs or available for withdrawal.  You can import and it becomes a 'watchonly' address. The GUI will display the address as yours, add its funds to your balance, and accept deposits, but cannot be withdrawn. This could be a normal address, my address, a p2sh address, satoshi's address, etc. This can be confusing to an end-user and will lead to many headaches for the developer, as is always the case with misplaced funds.

FOUND: in Komodo Platform's Agama multiwallet (fixed) and zcash4mac GUI swing wallet (@jl777b: "newest QT wallet seems ok about watch only, but not sure of older and when it was fixed")

ex. @grewalsatinder found the bug in his zcash swing wallet: https://i.imgur.com/sVd0QTL.png

Quote from: jl777B
"satinder used zcash4mac, ie. the zcash osx GUI, not ours... the assumption is no GUI out there properly handles watch only addresses, until proven that they do... agama also had this bug, which we found and fixed, so it seems a very common bug to have"

SOLUTION: For the 'watchonly' address or any address not yours, the value 'ismine' returns false. Any such address gets filtered out.

QUESTIONS:
  • How does your recommended GUI deal with watchonly addresses?
  • Does your GUI display watchonly addresses as different than actual addresses in the wallet?

We need to experiment a bit to see which approach gets a better response triggering the bug. People WILL lose money if they send funds to a watchonly address.

Quote from: jl777B
"the t3 addresses in the 'Own Addresses' column! and they absolutely cant be as they are p2sh addresses. it is clear proof that the bug is very real and anybody that understands a p2sh address will understand it cant be something in your wallet. it is usually a multisig address, so only if it is a 1of1 multisig (possible but very silly) can you have a p2sh address that is spendable, but the wallet wont even know it... normal addresses can also be watchonly, which makes this even worse. in that case it would appear in the list of addresses just like all the others. even if you are able to spot p2sh addresses visually, it wont be enough"

I've been tasked with spreading awareness and facilitating discussion of this bug, so please let me know if you have any questions. I'll get you some answers and we can minimize the impact. We wanted to reach out directly to the developers of the 60+ coins featured on Agama and BarterDEX as the bug may have a direct impact on you (via your own GUI wallet).

- Jay
legendary
Activity: 1624
Merit: 1000
https://bata.io
3rd Party providers have been advised that Bata Source has another update available.

So do we all need to download A new wallet ? again from what to what ?

If so DEV you put a link just for that wallet...


Sorry these will be available soon, I am waiting on compiles. Midnight is away from his PC's till the evening he advised.

Anyone who is running a pool for Bata to make sure you compile from source code. Same goes for exchanges - you need to compile from source.

Reward is a static .25 now, changing from halved amount 0.09xxx, but this will not appear unless pools update.

OP has been updated.
full member
Activity: 212
Merit: 100
Follow ME : @EllenDonley
3rd Party providers have been advised that Bata Source has another update available.

So do we all need to download A new wallet ? again from what to what ?

If so DEV you put a link just for that wallet...
legendary
Activity: 1624
Merit: 1000
https://bata.io
3rd Party providers have been advised that Bata Source has another update available.
member
Activity: 228
Merit: 10
Cryptopia disconnected again, since yesterday.

I hope that maintenance on cryptopia and livecoin will be solved soon!

No maintenance. Help message says "Status: NoConnections" on cryptopia.
legendary
Activity: 1624
Merit: 1000
https://bata.io
Exchanges / Pools / Wallets / Providers have been contacted with another update due to a typo.

Newest source code:

https://github.com/BTA-BATA/BATA-SOURCE

Apologies this was not picked up earlier.

@Vlcak read previous posts.
newbie
Activity: 71
Merit: 0
What happened after block 850000? do I have to download a new wallet and start a masternode?
full member
Activity: 212
Merit: 100
Follow ME : @EllenDonley
ONLY  85 block to go....
member
Activity: 107
Merit: 10
Cryptopia disconnected again, since yesterday.

I hope that maintenance on cryptopia and livecoin will be solved soon!
member
Activity: 94
Merit: 10
looks like volume is increasing and cryptopia is serving BTA well. Onwards and upwards fellow Bata holders!
member
Activity: 228
Merit: 10
Cryptopia disconnected again, since yesterday.
legendary
Activity: 1624
Merit: 1000
https://bata.io
www.batafoundation.io has been acquired . All paperwork for the foundation is with the legal team.
Pages:
Jump to: