Author

Topic: [ANN] ArabianChain - DubaiCoin (DBIX) - Smart Contracts from Dubai to the World - page 178. (Read 522794 times)

full member
Activity: 168
Merit: 100
The bitcoin flies but dbix remains stuck at 10 dollar. A person does not want dbix to rise. A strategy ? Do the investors arrive? The price announce a ride on the train? What happened? I keep my pieces I used death lol  Grin For the mine hurry it's too long

DBIX has +6% vs. BTC in the past 24h
ZEC has +0,12% vs BTC in the past 24h - ok, who needs ZEC Grin
ETH has -0,6% vs BTC in the past 24h - ok, another shitcoin but at least worse in the past 24h than DBIX Grin
CHC has -53.73% vs BTC in the past 24h - sounds like good oportunity to buy now, you should put all your BTC there Wink


PS: for me it's important what value DBIX has in 3-6 months, it's a long-term coin and not short-profit shitcoin Wink
newbie
Activity: 38
Merit: 0
The bitcoin flies but dbix remains stuck at 10 dollar. A person does not want dbix to rise. A strategy ? Do the investors arrive? The price announce a ride on the train? What happened? I keep my pieces I used death lol  Grin For the mine hurry it's too long
member
Activity: 128
Merit: 10
Has anyone successfully imported from a *.dbixwall file?  I exported a copy of my wallet as soon as I downloaded and installed the Windows wallet.  I saved it to backup.dbixwall.  This morning my SSD decided to crash and I lost all of my files. 

Now I can't recover my DBIX coins!  I have installed a new SSD and installed the windows wallet and imported the backup.dbixwall.  The wallet has synched but I don't see my original address and no coins! 

Have I lost them?

Any help will be much appreciated.

Thank you

you must first create one new adress and after then import your backup dbix

-----
BTC
member
Activity: 77
Merit: 10
Trying to run the DBIX linux wallet on ubuntu desktop. I keep getting this error:

...

It looks like it needs Qt5 to run. Any recommendations on how to get QT5 so it's available to the wallet?



Do you have qt5? if not try this - apt-get install qt5-default
otherwise try the answer in this post https://stackoverflow.com/questions/43707722/cant-run-qt-apps-version-qt-5-not-found

That was the first thing I did. I played around with adding other repositories and trying to get Qt5 going, searching forums and stuff for an hour. I'm trying to figure out what to mine with my GPU's instead of Ethereum and like to install the wallet first. If there are any instructions on how to do this anyone knows about that would be great to know.

Sounds like it's something with the path or maybe permissions.

Got it working. Had to compile from source. And had to get help to figure out I had to change permissions in the source with a

Code:
chmod 755 build/env.sh

Command line wallet running now. Thanks!
newbie
Activity: 5
Merit: 0
Has anyone successfully imported from a *.dbixwall file?  I exported a copy of my wallet as soon as I downloaded and installed the Windows wallet.  I saved it to backup.dbixwall.  This morning my SSD decided to crash and I lost all of my files. 

Now I can't recover my DBIX coins!  I have installed a new SSD and installed the windows wallet and imported the backup.dbixwall.  The wallet has synched but I don't see my original address and no coins! 

Have I lost them?

Any help will be much appreciated.

Thank you
full member
Activity: 148
Merit: 100
GOLDSHEIK POWER
Quote
they sold their coins betweem $40-$20 and now want it to go to $1 to buy back and then they will support it again.....is not  that an evil act?

Well it is nasty, that's true. But this is normal in the harsh business world. Good coins won't go down because of a few FUDs.

But think about this.. If DubaiCoin becomes a success in the future and the arab community starts using it, normal people will have to buy it at a high price. You guys are the pioneers who get it for cheap and make millions.
This also is unfair, but it's a part of business.
newbie
Activity: 12
Merit: 0
Trying to run the DBIX linux wallet on ubuntu desktop. I keep getting this error:

...

It looks like it needs Qt5 to run. Any recommendations on how to get QT5 so it's available to the wallet?



Do you have qt5? if not try this - apt-get install qt5-default
otherwise try the answer in this post https://stackoverflow.com/questions/43707722/cant-run-qt-apps-version-qt-5-not-found

That was the first thing I did. I played around with adding other repositories and trying to get Qt5 going, searching forums and stuff for an hour. I'm trying to figure out what to mine with my GPU's instead of Ethereum and like to install the wallet first. If there are any instructions on how to do this anyone knows about that would be great to know.

Sounds like it's something with the path or maybe permissions.
newbie
Activity: 23
Merit: 0
Has anyone tried mining for this coin?? What setup would you use??
Hi Bighero,
i use Claymore miner latest version on Win10.
member
Activity: 77
Merit: 10
Trying to run the DBIX linux wallet on ubuntu desktop. I keep getting this error:

...

It looks like it needs Qt5 to run. Any recommendations on how to get QT5 so it's available to the wallet?



Do you have qt5? if not try this - apt-get install qt5-default
otherwise try the answer in this post https://stackoverflow.com/questions/43707722/cant-run-qt-apps-version-qt-5-not-found

That was the first thing I did. I played around with adding other repositories and trying to get Qt5 going, searching forums and stuff for an hour. I'm trying to figure out what to mine with my GPU's instead of Ethereum and like to install the wallet first. If there are any instructions on how to do this anyone knows about that would be great to know.
full member
Activity: 268
Merit: 100
Has anyone tried mining for this coin?? What setup would you use??
newbie
Activity: 12
Merit: 0
Trying to run the DBIX linux wallet on ubuntu desktop. I keep getting this error:

Code:
~/Documents/DbixWall-UbuntuGUIv1.0.1_49-2$ ./dbixwall 
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.6' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by ./dbixwall)

It looks like it needs Qt5 to run. Any recommendations on how to get QT5 so it's available to the wallet?



Do you have qt5? if not try this - apt-get install qt5-default
otherwise try the answer in this post https://stackoverflow.com/questions/43707722/cant-run-qt-apps-version-qt-5-not-found
member
Activity: 124
Merit: 10
▲™
Why is everyone complaining  Huh This has been around for a while and so far this coin has had some nice gains. Why the need for trolling? You guys run the good devs that actually try to learn something and make something happen. It's sad that the bitcoin community hasn't matured.
newbie
Activity: 5
Merit: 0
Quote
I only have the backup.dibxwall file.  I exported that file when I installed the wallet.  My SSD took a dump this morning.   Shocked Shocked Shocked

Yes that sounds right, but what happens when you hit the import button and select that file?  it should come up wallet succesfully imported

Yes, but there is no address BUT it seems it created the UTC file.  I'm going to copy it and reinstall the wallet.  Fingers crossed.  Smiley
newbie
Activity: 12
Merit: 0
Quote
I only have the backup.dibxwall file.  I exported that file when I installed the wallet.  My SSD took a dump this morning.   Shocked Shocked Shocked

Yes that sounds right, but what happens when you hit the import button and select that file?  it should come up wallet succesfully imported
newbie
Activity: 5
Merit: 0
Quote
The backup file?

Yes, your old wallet file. Named "UTC--something" and place it in the keystore folder for dubaicoin

I only have the backup.dibxwall file.  I exported that file when I installed the wallet.  My SSD took a dump this morning.   Shocked Shocked Shocked
newbie
Activity: 12
Merit: 0
Quote
The backup file?

Yes, your old wallet file. Named "UTC--something" and place it in the keystore folder for dubaicoin
member
Activity: 77
Merit: 10
Trying to run the DBIX linux wallet on ubuntu desktop. I keep getting this error:

Code:
~/Documents/DbixWall-UbuntuGUIv1.0.1_49-2$ ./dbixwall 
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.6' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by ./dbixwall)

It looks like it needs Qt5 to run. Any recommendations on how to get QT5 so it's available to the wallet?

newbie
Activity: 5
Merit: 0
I could really use some help in recovering my DBIX coins.  My PC died but I had a backup of the wallet.  I've been trying to recover the coins with no success. 

Here's what I have done.

- Download and install the latest Windows wallet.
- Waited until it was synched. 
- Created a new address ( I also tried importing without a new address) 
- Imported the backup file. 

I have restarted the wallet and rebooted the computer with no luck.  I also went into the roaming profile and deleted the dubaicoin folder. 



Check if the backup file gets in to the keystore folder when you import it, if not try placing it there

The backup file?
newbie
Activity: 12
Merit: 0
I could really use some help in recovering my DBIX coins.  My PC died but I had a backup of the wallet.  I've been trying to recover the coins with no success. 

Here's what I have done.

- Download and install the latest Windows wallet.
- Waited until it was synched. 
- Created a new address ( I also tried importing without a new address) 
- Imported the backup file. 

I have restarted the wallet and rebooted the computer with no luck.  I also went into the roaming profile and deleted the dubaicoin folder. 



Check if the backup file gets in to the keystore folder when you import it, if not try placing it there
newbie
Activity: 5
Merit: 0
I could really use some help in recovering my DBIX coins.  My PC died but I had a backup of the wallet.  I've been trying to recover the coins with no success. 

Here's what I have done.

- Download and install the latest Windows wallet.
- Waited until it was synched. 
- Created a new address ( I also tried importing without a new address) 
- Imported the backup file. 

I have restarted the wallet and rebooted the computer with no luck.  I also went into the roaming profile and deleted the dubaicoin folder. 

Jump to: