Pages:
Author

Topic: Bullion (CBX) 'the Digital Precious Metal' | 2019 Roadmap published - page 48. (Read 359514 times)

newbie
Activity: 49
Merit: 0
Roadmap 2017 status report!

Thanks to our new coding approach that we have outlined at the last post, we are seeing positive results in developing Vault 3.0.

We will be conducting Vault core tests this week-end and into next week, and unless we encounter a problem, public alpha testing may start as soon as the end of next week.

Happy Friday everyone!

hello to everyone,

it's good to see that things are moving forward and the new approach is working well.

I have just one question/suggestion about the swap, did you been in touch with cryptopia about this idea?

I am asking because nowadays exchanges take any excuse to remove coins with low volume (and CBX unfortunately is one of them) in order to freeing space for new coins willing to pay high fee for be listed, and a swap is the exact excuse to for do so.

I strongly suggest you to coordinate with them so that everything will go smoothly.

Happy weekend!


legendary
Activity: 894
Merit: 1064
Roadmap 2017 status report!

Thanks to our new coding approach that we have outlined at the last post, we are seeing positive results in developing Vault 3.0.

We will be conducting Vault core tests this week-end and into next week, and unless we encounter a problem, public alpha testing may start as soon as the end of next week.

Happy Friday everyone!
copper member
Activity: 65
Merit: 1
Thanks.

Yes sir, as far as I know.

I'm going to try a fresh install on a different machine next week sometime.


I had the same or similar problems loading and syncing 2.4.3, and I ran the 2013 wallet for 2 years with no issues.

After numerous failed attempts and a lot of frustration I finally got it to work. I think the culprit in my case was

the bootstrap. Many posts refer to the bootstrap as a download. Ok, but doing something with it was also required.

I took each bootstrap sub-folder file and then replaced each matching file in the AppData/Roaming/CryptoBullion file.

Restarted the wallet program and finally the wallet was loading the block index. After 3 to 4 hours of syncing the staking

began or actually resumed and confirmed all my previous transactions. Got my coins back. Hope that solves your problem.
legendary
Activity: 1260
Merit: 1001
Thanks.

Yes sir, as far as I know.

I'm going to try a fresh install on a different machine next week sometime.
legendary
Activity: 894
Merit: 1064
Do we have any idea when Masternodes will roll out?
Wallet? I still can't access any of my coins!

Seems your Dell Windows Home Server 2011 is not accepting even a brand new blank wallet.dat file, am I right?

You said you had tried to run Vault 2.4.3 with CryptoBullion folder completely erased, new bootstrap loaded, (wallet.dat backed up elsewhere, naturally) and this failed too, am I correct?

If you cannot even run the Vault with a brand new wallet.dat, then a corruption with your current wallet.dat isnt the issue; I would look at perhaps an overzealous security/virus protection on your computer.

Also, you had said:

Microsoft Visual C++ Runtime Library
This application has requested the Runtime to terminate it in an
unusual way.

This could also point to your C++ library not being up to date; have all your Windows update patches been successful?
member
Activity: 125
Merit: 10
Interesting project, but such a slow website it makes it difficult to gather information. Anyone else faces this problem ??

Sorry, but the Cryptobullion.io website loads just fine over here!
Yes, work fine for me.
legendary
Activity: 1696
Merit: 1008
Do we have any idea when Masternodes will roll out?
Wallet? I still can't access any of my coins!

Do you only have one copy of your wallet.dat or do you have a backup as well? This sounds like your wallet is corrupted. What occurs when you do the following?

1. Delete all CBX files and folders (including roaming) except for your wallet.dat
2. Move wallet.dat to a folder on your desktop. You should have no CryptoBullion files anywhere on your machine at this point. If not, delete the remaining files/folders (except the wallet.dat folder you have manually copied to desktop.
3. Download a new version of the Vault.
4. Launch new Vault, download bootstrap and allow to sync with the newly created wallet.dat. You should not be getting a runtime error at this point.
5. Once completely synced, close Vault, replace the wallet.dat with your old one from the desktop and reopen Vault. What occurrs?
6. Try your other wallet.dat copies as replacements as well to see if any of them work (assuming you have backups).
7. Please report back outcome.
legendary
Activity: 1696
Merit: 1008
Do we have any idea when Masternodes will roll out?

Masternodes will roll out with the release of the Vault 3.0. We had to change tact at approaching this project as outlined in last official update https://bitcointalksearch.org/topic/m.23602283. This does not mean we restarted from scratch though. We have been able to apply most of the work already done to the new approach and the new path is one with less challenges to completion and therefore achievable on a far quicker timetable. Alex is testing and working out some minor issues presently and overall we are making very good progress. We are trying to get some more specific timeline estimates for the community and will do so as soon as we can.
legendary
Activity: 1260
Merit: 1001
Do we have any idea when Masternodes will roll out?
Wallet? I still can't access any of my coins!
newbie
Activity: 76
Merit: 0
Do we have any idea when Masternodes will roll out?
legendary
Activity: 1696
Merit: 1008
hi , ca someone tell me whats going on, i am lost, will they be a update. and what does it do this mutex. and the BNP when will it happen??

Hello,
We should have a formal update soon (hopefully today).
sr. member
Activity: 490
Merit: 256
+1 CBXi

i like this one, currently the popular choice Wink

Not sure if the lower case will be preserved by exchanges, etc. though  Undecided. CBXI would look like CBX-one. Are there other lowercase tickers?
m33
legendary
Activity: 1064
Merit: 1000
Never invest with borrowed coins
hi , ca someone tell me whats going on, i am lost, will they be a update. and what does it do this mutex. and the BNP when will it happen??
full member
Activity: 152
Merit: 112
newbie
Activity: 76
Merit: 0
member
Activity: 92
Merit: 13
Hi thankyou for the update.

Can you explain mutex in brief?
Hi,
In our context we gonna use it as a lock.
It's a kind of distributed lock that all peers gonna be aware of it's state.
The purpose is to know how much lock is placed, each time a masternode start it is closing a lock and when the masternode stop it open the lock. There will be a limited amount of lock available.
In order to have this distributed and sync through all peers, we will use a block to open and close lock.
Usually mutex are used in multithreading environment to avoid having two threads editing the same variable address at the same time.
full member
Activity: 242
Merit: 100
Extended Reality Advertising
Interesting project, but such a slow website it makes it difficult to gather information. Anyone else faces this problem ??

Sorry, but the Cryptobullion.io website loads just fine over here!
newbie
Activity: 14
Merit: 0
Interesting project, but such a slow website it makes it difficult to gather information. Anyone else faces this problem ??
legendary
Activity: 894
Merit: 1064
Hi thankyou for the update.

Can you explain mutex in brief?

Would love to hear more about mutex.

a mutex is a software construction that allows, in a multithread environment, to allow one node to 'speak' while the others are muted.
newbie
Activity: 19
Merit: 0
Hi thankyou for the update.

Can you explain mutex in brief?

Would love to hear more about mutex.
Pages:
Jump to: