Pages:
Author

Topic: [ANN][BITS][Bitstar] Now on Cryptopia, Nova and Yobit new wallet fork in testing - page 49. (Read 438035 times)

hero member
Activity: 666
Merit: 500
It has been explained already that GlobalBitPoint is the branding of the ATM product, it is not our company name.

We took the placeholder down for the website as the development of iDEX within SuperNET has taken longer than anticipated and we preferred to minimise the exposure of this element of our plans until it is possible to integrate the decentralised exchange into the backend as needed and, therefore, establish a more concrete timeframe for rollout.

As I've mentioned before, there are other avenues being explored to promote this cryptocurrency's technology within a commercial environment, but as with the ATMs, announcements and news releases will occur only when sufficient progress has been made.



Thanks for taking the time to clear things out!   Cool
member
Activity: 126
Merit: 10
It has been explained already that GlobalBitPoint is the branding of the ATM product, it is not our company name.

We took the placeholder down for the website as the development of iDEX within SuperNET has taken longer than anticipated and we preferred to minimise the exposure of this element of our plans until it is possible to integrate the decentralised exchange into the backend as needed and, therefore, establish a more concrete timeframe for rollout.

As I've mentioned before, there are other avenues being explored to promote this cryptocurrency's technology within a commercial environment, but as with the ATMs, announcements and news releases will occur only when sufficient progress has been made.

hero member
Activity: 666
Merit: 500
I am also interested to see if there are any news about the ATM machine.

Well as far as I can see there are no news about the ATM machine. The only news about it is that the ATM machine company called globalbitpoint is long gone. www.globalbitpoint.com not to mention there are not any information online about this company.
Also the reference on the ANN title about the ATM has been removed too.
[ANN][BITS][BITSTAR] POS ★ MULTIPOOL ★ ANON ★ superNET core coin ★ ATM soon

hero member
Activity: 666
Merit: 500
I am also interested to see if there are any news about the ATM machine.
hero member
Activity: 666
Merit: 500
worked like a charm!
fully synced but I got scared. Upon unlocking the wallet after it synced I found my balance to 0
Finally, I realized it gave me stake too fast, that's why my balance appeared as 0

haha another common issue is when you have accidently staked while not synced, then you need to do "repairwallet" in the console to recover the missing coins

I saw that too. I was receiving coins and the blockchain was 3 months back.
sr. member
Activity: 313
Merit: 250
Good to have you back to forums dev!   Smiley I'm very interested about test you have been running especially from point of speed that wallet runs. Is there progress if you don't mind asking?
hero member
Activity: 2408
Merit: 693
SecureShift.io | Crypto-Exchange
worked like a charm!
fully synced but I got scared. Upon unlocking the wallet after it synced I found my balance to 0
Finally, I realized it gave me stake too fast, that's why my balance appeared as 0

haha another common issue is when you have accidently staked while not synced, then you need to do "repairwallet" in the console to recover the missing coins
hero member
Activity: 666
Merit: 500
worked like a charm!
fully synced but I got scared. Upon unlocking the wallet after it synced I found my balance to 0
Finally, I realized it gave me stake too fast, that's why my balance appeared as 0
hero member
Activity: 2408
Merit: 693
SecureShift.io | Crypto-Exchange
hero member
Activity: 666
Merit: 500
Just a quick update, new fast start pack will be uploaded tomorrow, and we're working on a new wallet on a totally different code base, tests so far have been going good with the new wallet code, there should be a private headless build in the next week to make Supernet MGW work again, then after another week or 2 testing we'll release windows/mac versions, our plan is to do this whole release without a hard fork. 

After this update, keep watching this thread as we have a lot more plans in the pipeline Smiley

Nice, I hope you upload an up to date pack. My wallet is around 3 months back and doesn't seem to sync a single block and I have 3 active connections.
I have even forgotten thousands of BITS on bittrex and I must have lost thousands from not staking. LOL

By the way the MEGA host deleted the wallets so you have to re-upload them.
hero member
Activity: 2408
Merit: 693
SecureShift.io | Crypto-Exchange
Just a quick update, new fast start pack will be uploaded tomorrow, and we're working on a new wallet on a totally different code base, tests so far have been going good with the new wallet code, there should be a private headless build in the next week to make Supernet MGW work again, then after another week or 2 testing we'll release windows/mac versions, our plan is to do this whole release without a hard fork. 

After this update, keep watching this thread as we have a lot more plans in the pipeline Smiley
hero member
Activity: 954
Merit: 1001
I did:
  • Encrypt and lock your wallet, this stops the wallet trying to stake while syncing to the network
  • Use the fast start pack, download the fast start zip from the download links above and unzip it to your roaming folder

but still its very slow ~ 0.30% progress per hour with 9 connections.

If there is good friendly soul, can you please upload more recent blockchain. Thanks!

I've found that the more connections you have when you are trying to sync (common for any wallet!) the longer it will take. Check your peers list (getpeerinfo), then take one from that list and add a connect line in your config to explicitly connect to only that peer:

connect=12.34.56.78

Once synced, remove the line and restart.

Thanks for suggesting and thanks to all others, who have written their solutions for that synch problem.

I think the most important thing is to automatically reboot the wallet every 2 or 3 minutes, done by a batch file for example. I tried to adjust the config file, with multiple peers or a single peer. Also tried without a config file at all. Every setting leads to a synch freeze, which appears independantly after 2 or 3 minutes.

So i guess the most effective way should consist of these steps:

1. Try to find out, which setting leads to highest synch speed (config, peers)
2. Get a look at the synch process. After how many seconds it will freeze? xx seconds
3. How long does it take to shut down the wallet? yy seconds
4. Set up a batch file for automatically shutting down the wallet after xx seconds. Let the batch reboot then after yy seconds.

Using the fast start package, you will have to synch from July, 16. For me it will take 15-20 hours before completing synch.
legendary
Activity: 3486
Merit: 1126
I did:
  • Encrypt and lock your wallet, this stops the wallet trying to stake while syncing to the network
  • Use the fast start pack, download the fast start zip from the download links above and unzip it to your roaming folder

but still its very slow ~ 0.30% progress per hour with 9 connections.

If there is good friendly soul, can you please upload more recent blockchain. Thanks!

I've found that the more connections you have when you are trying to sync (common for any wallet!) the longer it will take. Check your peers list (getpeerinfo), then take one from that list and add a connect line in your config to explicitly connect to only that peer:

connect=12.34.56.78

Once synced, remove the line and restart.
newbie
Activity: 16
Merit: 0
I did:
  • Encrypt and lock your wallet, this stops the wallet trying to stake while syncing to the network
  • Use the fast start pack, download the fast start zip from the download links above and unzip it to your roaming folder

but still its very slow ~ 0.30% progress per hour with 9 connections.

If there is good friendly soul, can you please upload more recent blockchain. Thanks!
member
Activity: 126
Merit: 10
I had yesterday commented this post OP with +1, only to make point that dev should be more active and that was enough to get it removed?

Given that the Dev hasn't been online here since August I think we can safely assume it was BCT moderators who deleted the '+1' post, as they often do as part of general thread tidying.

Yes things are quiet here and, to some degree in SuperNET's Slack channel when it comes to this coin project. The simple answer is that we're not in a position to update because work is ongoing. There is an issue for BITS and some other sNET coins from the code refactoring that took place on the MGW, where they worked fine previously but stopped functioning properly with the change. Tracking these problems down takes time.

Making progress within a decentralised ecosystem such as sNET/NXT, with multiple project-arms is time-consuming and often frustratingly inefficient. These are the lessons we are having to learn when it comes to understanding how to both develop and work with this technology. There are key milestones we need to reach in order for BITS-related elements to move forward and unfortunately the realities of the unconventional environment mean those anticipated deliveries don't happen how and when you need them to, but they will happen.

Alongside work being done within SuperNET, a number of other approaches have been, and are being, made to select companies and organisations with a mind to creating real-world implementations and solutions to showcase the innovative nature of this technology. So it isn't all dependent on SuperNET's developmental path.



On a lighter note, I would like to comment on the discussion concerning the coin's wallet. Whilst, as with most tech at the bleeding-edge, there are going to be issues needing to be ironed out over time, my experience is that this one functions a lot better than some big-name wallets, such as Litecoin, when it comes to power-outages. After having to tediously re-index a Litecoin wallet three times following a series of power issues, I was pleasantly surprised to find the BITS wallet starting up with no such complaints.
sr. member
Activity: 313
Merit: 250
Bitstar_Coin last active August 02, 2015.


Sure has been very quiet the last couple of months.The synch problem I have had since I started with Bitstar last year. No update has fixed that for me yet. The only way I could solve it so I I did not have to be at the computer all the time and restart the wallet was to set up a macro that did that for me. I do have the "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers now" message but it does not seem to mess anything up so a very non critical bug. I understand that the developer has a lot on his plate outside of crypto but would be nice to get some kind of update at least once per month.

Once you are up to date with your wallet, do the synch problems still persist?


I've been using the latest wallet for months now without error (and I have a strong connection with other peers as well). Are you still having trouble? Development continues apace, just not much to report at the moment.

I had same problem a two months ago. I wasn't able to sync with network from nodes. I was able to do that before last updates to wallet. My connection isn't open through IP cause ISP uses NAT on ip4 so I don't know if that was reason and i get only 8 connection but that hasnt been problem earlier downloading blockchain from nodes. Luckily I am running two nodes so I was able to copy blockchain from other node to Usb stick. But what comes to this quietness from dev on this forum, it is frustrating. I had yesterday commented this post OP with +1, only to make point that dev should be more active and that was enough to get it removed? Way to go... Dev have been answering quite well on slack, but even there is lack of communication. So I guess if everyone are bit worried well I don't blame!

Edit: I also had windows 10 when I had these sync issues. My machine was off a week and couldn't sync from that. I usually keep both machines on 24/7 and then there have never been any sync issues.
sr. member
Activity: 480
Merit: 250
Bitstar_Coin last active August 02, 2015.


Sure has been very quiet the last couple of months.The synch problem I have had since I started with Bitstar last year. No update has fixed that for me yet. The only way I could solve it so I I did not have to be at the computer all the time and restart the wallet was to set up a macro that did that for me. I do have the "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers now" message but it does not seem to mess anything up so a very non critical bug. I understand that the developer has a lot on his plate outside of crypto but would be nice to get some kind of update at least once per month.

Once you are up to date with your wallet, do the synch problems still persist?


I've been using the latest wallet for months now without error (and I have a strong connection with other peers as well). Are you still having trouble? Development continues apace, just not much to report at the moment.
hero member
Activity: 954
Merit: 1001
Bitstar_Coin last active August 02, 2015.


Sure has been very quiet the last couple of months.The synch problem I have had since I started with Bitstar last year. No update has fixed that for me yet. The only way I could solve it so I I did not have to be at the computer all the time and restart the wallet was to set up a macro that did that for me. I do have the "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers now" message but it does not seem to mess anything up so a very non critical bug. I understand that the developer has a lot on his plate outside of crypto but would be nice to get some kind of update at least once per month.

Once you are up to date with your wallet, do the synch problems still persist?
newbie
Activity: 38
Merit: 0
Sure has been very quiet the last couple of months.The synch problem I have had since I started with Bitstar last year. No update has fixed that for me yet. The only way I could solve it so I I did not have to be at the computer all the time and restart the wallet was to set up a macro that did that for me. I do have the "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers now" message but it does not seem to mess anything up so a very non critical bug. I understand that the developer has a lot on his plate outside of crypto but would be nice to get some kind of update at least once per month.
sr. member
Activity: 313
Merit: 250
I guess it would have nice to have some answer for question?
Pages:
Jump to: