Bitcoin Forum
July 01, 2024, 11:22:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 »
81  Local / Annonces / Re: l'Officiel de l'Opalcoin en Français (infos et guides) on: April 16, 2015, 01:32:30 AM
Opal annonce un programme révolutionnaire de dividendes.
Los Angeles, Californie - 10 Avril, 2015 - Whit Jack - 16 Avril, 2015 -Voidlord

En plus de son ensemble unique de caractéristiques, Opal a annoncé aujourd'hui un système révolutionnaire de dividendes
simplement pour soutneir l'Opal.
Opal à annoncé le 10 avril le déploiement d'un système de génération de recettes via des sites webs , le premier étant bitsofnews.net,
les revenus générés reviendront aux utilisateurs Opal par paiements de dividendes.
C'est une incitation pour les utilisateurs à essayer la monnaie Opal, à garder leurs Opal, ou/et aussi pour  les maintenir dans leurs portefeuilles locaux et dans
un stockage déconnecté (cold storage).

Opal est structuré sans preminage, sans ICO, ou IPO, tout le financement et les dépenses sont couvertes par
l'équipe de développement. Avec cette approche (je rajouterai "surtout"), l'équipe Opal a su rester indépendante et honnête, nous désirons porter l'Opal au summum de l'innovation,
sans pour autant produire une quantité énorme de code, plutôt en axant sur une répartition plus homogène (Besoins, Programmation (code), Test, Correctif, Test, Marketing, relation presse, elearning ) et un effort continu de vulgarisation pour les débutants.

Pré-requis: Opalcoin Wallet 1.3.2.0

Traduction en cours:

"Opal Embassy,"
"This is your coin,"

Voidlord

82  Alternate cryptocurrencies / Altcoin Discussion / Re: OPAL guides on: April 16, 2015, 12:29:46 AM
10. Checking the Opal wallet Authenticity




Gemlock is a decisive tools in our security roadmap, soon, Opal user will check, directly inside his wallet if this one is the good one (the last and certified one) and if it is not corrupted !

How it works ?
by comparing the SHA1 checksums of your Opal wallet and the official Opal wallet.

Does it work ?
yes, but it is not yet automated.

Let's get checking our last wallet, (here is the tuto):

For WINDOWS users:

1. Go to C: create a new folder and name it FCIV
2. Download the File Checksum Integrity verifier : http://download.microsoft.com/download/c/f/4/cf454ae0-a4bb-4123-8333-a1b6737712f7/Windows-KB841290-x86-ENU.exe
3. In the file download box, click Save and save the file in the FCIV folder
4. Go to your FCIV folder and double-click on Windows-KB841290-x86-ENU.exe  then click ok
5. Click ok to extract the file (if asked, extract the file in the FCIV folder),
6. Double click fciv.exe to run it.
7. Click start ,on the search field type:
Code:
cmd.exe
Press enter, then click cmd.exe
8. On this black command prompt,
type
Code:
set path=%path%;c:\fciv
Press Enter

9. Download your favorite wallet on www.opal-coin.com at the Download Wallets.

10. Type (and replace the .zip file with the wallet you downloaded, as there are 3 different wallets).
Code:
fciv.exe -sha1 c:\the full path\where you downloaded\Opalcoin-Qt-exchange.zip
the SHA1 checksum is the 40 numbers and letters, after File Checksum Integrity Verifier version 2.05,
example: 4c56186623bbaa7c2fea980b042270beafd3b53f c:\the full path\where you downloaded\Opalcoin-Qt-exchange.zip

11. Now, type:
Code:
nslookup
And press Enter
it will displays your DNS sometime we encounter surprise here so you can check if they are yours, or if you have a box: if they are those of your ISP, type "Your ISP name DNS" in google to know them, and... anyway we need to type it Wink

12. Type:
Code:
set querytype=TXT
Press Enter

13. Type:
Code:
checksums.opal-coin.com
Press Enter
This order displays the genuine Opalcoin SHA1 checksums (the 40 numbers and letters).

14. Compare this guenuine SHA1 with the checksum fciv.exe gave you: they MUST be the same.
(beware to check the SHA1 of the good wallet as there are three Opalcoin client, to check it, just look at the name of your Opalcoin-Qt-Folder. Now in the command prompt look at the one which match with your Opalcoin-Qt)

 If the SHA1s are not the same: Close your wallet, save the wallet.dat in a easy retrievable folder (but not into your Opalcoin-Qt folder and not into : C:\Users\YourUserName\Appdata\Roaming\Opalcoin),
go to C:\Users\YourUserName\Appdata\Roaming\ and delete the folder Opalcoin, go to your Opalcoin-Qt folder you use to launch your wallet, delete the Opalcoin-Qt folder.

Type:
Code:
exit
Press Enter to quit the nslookup utility.

Go to www.opal-coin.com and click wallet download, choose the walllet you need.

Now it is simple and cool, if you want to test again your last download from this simili-trusted pseudo-true opal-coin.com  (maybe you were not on the right official website Smiley)

Type (and replace the .zip file with the wallet you downloaded, as there are 3 different wallets)
fciv.exe -sha1 c:\the full path\where you downloaded\Opalcoin-Qt-exchange.zip
Enter, check.

If the SHA1s are the same: Well done you have a certified official Opal wallet !
 
You can now run it, let it sync, (it is quite long : 2 to several hours) and close it.
Go to C:\Users\YourUserName\Appdata\Roaming\Opalcoin
and put your saved wallet.dat into the folder. now start again your wallet: and stake cool ! Wink

_________________________

For LINUX users:

1. Start a shell / terminal, i.e. a text based command line utility

2. Go to the directory to which you downloaded the wallet software by typing the following command to the terminal, followed by enter, replacing “ /path/to/download folder ” by the actual location of the folder where you downloaded the wallet software :
Code:
cd “ /path/to/download folder ”

3. Type the following command to the terminal window, followed by enter, replacing “ Opal-Qt-opaque.zip ” with the name of the file you downloaded:
Code:
sha1sum Opal-Qt-opaque.zip
The sha1sum command outputs a line similar to this: 3a099ff6e8831885b00431bee693ea40b3ff9e39" Opal-Qt-opaque.zip Take note of the random-looking 40 characters string. It is the SHA1 checksum of the file you have downloaded. Now compare it to the checksum provided by the DNS system at step 7.

4. Start the DNS lookup utility by typing:
Code:
nslookup
followed by enter:

5. At the nslookup utility prompt (>), type the below command, followed by enter:
Code:
set querytype=TXT


6. Now type the address provided by the wallet developers to the nslookup utility prompt, followed by enter:
Code:
checksums.opal-coin.com

Take note of the 40 characters SHA1 checksums returned: checksums.opal-coin.com text = "Opal-Qt-opaque.zip 3a099ff6e8831885b00431bee693ea40b3ff9e39"

7. Compare the SHA1 checksum created at step 3 to the one provided for the same file by the DNS service at step 6. If checksums are identical : the wallet file you downloaded is genuine. If the checksums are different, make sure the version of the wallet  you have downloaded is the latest one, and repeat all of the above steps. If the checksums are different after couple of hours have passed, please contact the Opal developers for advice.

_________________________

For MAC users:

1. Open a Terminal (located in: /Applications/Utilities).
2. InsideTerminal prompt, type:
Code:
openssl sha1 /Your_full/path_to_file/Opaque-Final-Mac.zip
Press Enter

It dipslays the SHA1 checksum you will have to compare: 40 numbers and letters, here in red:
SHA1(/Your_full/path_to_file/Opaque-Final-Mac.zip) 3eb807b340d4e57aa79bb5422b94d556888bba60
with the SHA1 checksum of the official and certified opal wallets in the nslookup utility:

3.Type nslookup
Press Enter

4. After (>) type:
Code:
set querytype=TXT
Press Enter

5. Type:
Code:
checksums.opal-coin.com
Press Enter

6. Compare the SHA1 checksum returned (still 40 numbers and letters), here in red with your wallet checksum, above:
something like: checksums.opal-coin.com text = "Opaque-Final-Mac.zip 3eb807b340d4e57aa79bb5422b94d556888bba60"

7.Type:
Code:
exit
Press Enter to quit the nslookup utility.

If SHA1 checksums are the same, it means the wallet software file you downloaded is genuine. If the checksums are different, close your wallet, save the wallet.dat in another well known folder. then uninstall your Opalcoin-QT and download the latest version at www.opal-coin.com

Obviously, you can now quickly check your brand new latest download:
in the terminal type:
Code:
openssl sha1 /Your_full/path_to_file/Opaque-Final-Mac.zip
Press Enter and compare with the Opaque-Final-Mac.zip checksum of your last nslookup. if it is still different, call a developper on IRC : http://webchat.freenode.net/ channel : #opalcoin

If the SHA1s are the same: Well done you have a certified official Opal wallet !

The next step into security is to automate these processes, stay tuned Wink...

(P.S: thanks to Jyri from altcoin.center for the linux tutorial)
(P.S #2: the checksums written here are not real, these are just examples)



83  Alternate cryptocurrencies / Altcoin Discussion / Re: OPAL guides on: April 15, 2015, 11:26:50 PM
Didn't read all, but looks very informative for a newbie. It does indicate OPAL is serious about reaching new users.

Hi choochimil, Yes we don't see beginners as newbies or noobs, we only see early adopters, and early adopters are not all tech savvy: reason of this thread. Smiley
84  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN: [OPAL] | SuperNET | MOBILE MESSAGING | OPAL DRIVE | COLORED COINS on: April 15, 2015, 08:02:02 AM
Hi Truther,

Yes, bring us back with your good ideas and see you in May !

Wink
85  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN: [OPAL] | SuperNET | MOBILE MESSAGING | OPAL DRIVE | COLORED COINS on: April 15, 2015, 07:01:49 AM
For those who want to buy, there is a phishing in progress on the Google query: poloniex,
in Europe, google returns in first place: *.poioniex.com
                          the right URL is     *.poloniex.com
(URL squatting)
ip: 50.62.160.65

Wink

good day everyone,
86  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN: [OPAL] | SuperNET | MOBILE MESSAGING | OPAL DRIVE | COLORED COINS on: April 15, 2015, 01:40:35 AM
opal drive ain't no cloud storage. it is for file transfer between users and as far as i know it's functional but it's kind of user-unfriendly in it's stage right now Wink



Nothing more to add.

but i think there are possibilities too make it a working cloud service. i'm no coder though i don't want to speculate about this too much.

Me neither Smiley

In fact Mario012 and Lumeire, We don't want to speak too quickly anymore, specially about main development (and main future one) before being 100% sure.
87  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN: [OPAL] | SuperNET | MOBILE MESSAGING | OPAL DRIVE | COLORED COINS on: April 13, 2015, 07:19:02 PM
I'm having a hard time buying opalcoin  Angry nobody is selling grrrr

 Smiley Nobody wants to sell at your price because prices are low, a good point to buy at a little higher price than expected or to wait the hope of more cheapest prices (scarce) !

at the end it is all about your choice Mario012.

Ah screw it I ending up buying at a higher price then what I wanted but I'm happy I did Smiley

Yes, up to 0.00002200, these are very good prices.
i bought 60K this last week end, stopped at 2300 my real world needs funds too
i hope the windows will be still open for my next ODB (Opal dedicated bankroll) Wink

88  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN: [OPAL] | SuperNET | MOBILE MESSAGING | OPAL DRIVE | COLORED COINS on: April 13, 2015, 07:16:36 PM
24hr


nice shirt Voidlord. so excited to see whats happening with the embassy. i'm not soo far away Wink

Thanks Fontline,

at the embassy, you will be like at home !
89  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN: [OPAL] | SuperNET | MOBILE MESSAGING | OPAL DRIVE | COLORED COINS on: April 13, 2015, 10:10:28 AM
Tshirts in progress (here it is the #3 design)
Kisstee prototype organic tshirts ordered (Black, Red, Ultramarine, White)


Tot: Totally Organic Tshirt "Kisstee serie"
100% Pure Organic Cotton & Gold.
Your skin sanctuary, titled, numbered, certified.
Plus you will know the secrets of Tots.
90  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN: [OPAL] | SuperNET | MOBILE MESSAGING | OPAL DRIVE | COLORED COINS on: April 13, 2015, 08:31:18 AM
By the way if someone want to work in a great nodes of cryptocurrency pionneers:
(Opal, Nxt, BTCD, Fibre, Vericoin...)

you could post at http://jobs.supernet.org
We Work SuperNET is a job board and community space for users of the SuperNET. This site provides a complete listing of positions requiring the SuperNET skill set, as well as to profiles for meteor developers experts for hire.

(you will find infos to get invited on slack, by clicking the address above)
91  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN: [OPAL] | SuperNET | MOBILE MESSAGING | OPAL DRIVE | COLORED COINS on: April 13, 2015, 05:18:27 AM
I'm having a hard time buying opalcoin  Angry nobody is selling grrrr

 Smiley Nobody wants to sell at your price because prices are low, a good point to buy at a little higher price than expected or to wait the hope of more cheapest prices (scarce) !

at the end it is all about your choice Mario012.
92  Alternate cryptocurrencies / Altcoin Discussion / Re: OPAL guides on: April 13, 2015, 05:09:11 AM
9. Mining Opals

As we said above, Opalcoin is now a Proof of Stake coin , and all the coins have been already extracted, so how can you mine it ? By using Altnuts SuperNET Multipool !

...Here, no registration needed, quickly we will need copypaste altnuts address, add your opal address and let it crush with the SuperNET Multipool !


http://altnuts.com

 For those who are new with mining, here is a complete guide:
Windows OS and AMD Graphic card.

You need to:
have decent drivers: at least 14.6:
 http://support.amd.com/en-us/download/

Download & install Microsoft.NET 4.5 framework :
 http://www.microsoft.com/fr-fr/download/details.aspx?id=42642

Download & install AMD APP SDK (for Windows 32 bits) -> http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/
Go to the second board AMD APP SDK v2.9.1 and choose the correct one (for Windows 32 or for Windows 64 bits).
download and extract sph-sgminer x11mod -> https://github.com/lasybear/sph-sgminer_x11mod (i like the 4.1.0)

Then you need to create the .conf file

Remember the extension must be seen, to be sure:

Windows 8 : Open a File Explorer window and click the "View" tab and tick "File name extensions".

Windows 7/vista : Open Windows Explorer and click the "Organize" button towards the top left. Choose "Folder and search options" from the menu. Then click the "View" tab in the window that opens, then scroll down and untick "Hide file extensions for known file types".

9.1 Mining Opals


So create a new text document with your notepad and copy/paste the following: (remember to edit oYOUR_OPAL_ADDRE55):

Code:
{
"pools" : [
    {
        "url" : "stratum+tcp://stratum1.altnuts.com:5555",
        "user" : "oYOUR_OPAL_ADDRE55",
        "pass" : "your_password"
    }
]
,
"intensity" : "16",
"worksize" : "256",
"kernel" : "x11mod",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0",
"gpu-threads" : "2",
"gpu-engine" : "1050",
"gpu-fan" : "0-0",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "87",
"temp-overheat" : "83",
"temp-target" : "75"
}

... Save this file as sgminer.conf in your sph-sgminer x11mod folder beware not to save it as sgminer.conf.txt.
To be sure search to folder options and  Click the View tab, and then, under Advanced settings then clear the Hide extensions for known file types check box, and then click OK.

These settings work for AMD 7970, R9 270x, R9 280x.
You should change thread-concurrency, gpu-engine, intensity (usually 13-18) and gpu-memclock values to fit your GPU habits. (if you change thread-concurrency, delete the x11modXXXXXXg2tcXXXXwXXXl4.bin file in your sph-sgminer x11mod folder).

In order to change your gpu-engine and gpu-memclock value please read https://litecoin.info/Mining_hardware_comparison, the "C" Column is for gpu-engine value and the "M" is for gpu-memclock values.

(remember that if you want to change settings when the sgminer.conf is saved you must right-click and choose edit, instead of open)

Now create another text document with your notepad and copy/paste:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -k x11mod -o stratum+tcp://stratum1.altnuts.com:5555 -u oYOUR_OPAL_ADDRE55 -p your_password


-Save this file as for example Buyopal.bat in your sph-sgminer x11mod folder
 (beware not to save it as Buyopal.bat.txt)

-Create a shortcut that you cut/paste on your desktop: to start mining, just double click this Buyopal.bat shortcut ! be patient, first time it take 30 seconds to run.

For more info, please dont spam this topic and read the topic of lasybear https://bitcointalk.org/index.php?topic=623409.0

You must not have Hardware error "HW" in Sgminer, even a few, if so please read https://bitcointalk.org/index.php?topic=623409.msg7615953#msg7615953



If you succeed, well done, you are now a crypto-miner !

93  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN: [OPAL] | SuperNET | MOBILE MESSAGING | OPAL DRIVE | COLORED COINS on: April 13, 2015, 12:37:50 AM
Thanks Rcan06,

I made a little FB ad operation, in order to see who i reach with universal settings:

https://www.facebook.com/opalcommunity

name: "i want you" Op#1

duration: 2 days

first stats: 843 peoples reached
                524 women
                317 men
                   2 unknown

Age:
13 -17 : 721
18 -24 :    2
35 - 44 :   1

device:
 813 smartphones
  30 desktops

Funny isn't it ? Especially the age section.

For "i want you" Op#2 (which will start tuesday) i will tune my Audience
94  Alternate cryptocurrencies / Altcoin Discussion / Re: OPAL guides on: April 12, 2015, 09:55:25 PM
8. Explaining Staking


If you have opalcoin you can "stake" them, doing so you anonymously specify a verified opal amount to the Opal network and you participate to secure it. you be rewarded with a 5% annual interest extracted each day. This amount of staked coins will fluctuates, dont worry.

1. Click the little padlock on the bottom left of the wallet
2. Check "For Staking Only" and enter your password (or passphrase).



Click "Ok"

wait 30 seconds the grey arrow (next to the padlock) turns green and

Welcome,  you are a part of the Opalcoin stakers !

95  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN: [OPAL] | SuperNET | MOBILE MESSAGING | OPAL DRIVE | COLORED COINS on: April 12, 2015, 08:43:11 PM
How do I get the password to read the article on http://bitsofnews.net/ ?

the writing is probably in progress. we just got a small preview of what will come. you won't need a password when the article is finished.

btw. great idea to help the coin stabilize. i think real growth and prive movement is just coming with a bigger userbase but till this dividend program there wasn't a reason to stake for most users. i'm staking all my coins anyway, hope you all do the same Wink
opal has such a great base of developments. it just will take some time. people are so brainwashed with all these pnd. coins getting released, abused and killed in less than 2 weeks. waiting for a month is like a lifetime in crypto Wink

would also like to know if opaltkn is affected by this in any kind

Oh, ok, thank you Smiley!
Hello Nemanja, Here is the article:

Opal Announces Revolutionary Dividends Program
Los Angeles, California – April 10, 2015 – Whit Jack

In addition to its unique set of features, Opal announced today a revolutionary system of dividends
simply for holding the coin.
Opal today announced a system of revenue generating sites, the first one being bitsofnews.net, that
will have all revenue generated go back to Opal users through dividend payments.  This serves as
both an incentive for users to hold Opal, as well as holding them in their local wallets and cold
storage.
Opal believes that this will help create incentives for users to try out the coin, and will also encour-
age long term holding, because in addition to staking interest, there will be a steady flow of revenue
generating sites.
Opal is structured on a no premine, no ICO, no IPO basis, all funding and expenses are covered by
the development team.  It is because of this approach the team believes they can take Opal to the
pinnacle of innovation. They firmly believe in customer and investor feedback and welcome this to
further cement Opal’s position in real world adoption.


Thanks Voidlord

You're Welcome Nemanja,

 Smiley
96  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN: [OPAL] | SuperNET | MOBILE MESSAGING | OPAL DRIVE | COLORED COINS on: April 12, 2015, 04:35:20 PM
By the way i started to rewrite the opal guide, i pasted it here:  https://bitcointalk.org/index.php?topic=1022336.0
97  Alternate cryptocurrencies / Altcoin Discussion / Re: OPAL guides on: April 12, 2015, 04:25:35 PM
7. Get your first free opals

To get your 100 first free opals, you just have to :

Like our Facebook page : www.facebook.com/opalcommunity and leave a comment which includes one of your opal address in the 12th april post which cointains this logo:



Wink
98  Alternate cryptocurrencies / Altcoin Discussion / Re: OPAL guides on: April 12, 2015, 04:07:48 PM
6. the Opalcoin wallet:

-Dashboard : an Overview of your wallet, your Opalcoin amounts the Spendable and the Staked ones, the unconfirmed coins. In the right side «Recent Transaction, you can see up to the 6 last transactions :



-Receive : it is where you edit your receiving addresses : the addresses you give to someone who want to send you opal.
At first, you dont have any receiving addresses : to create on, just click « New Address », in the label field, type the name of your payer or the name of the address type if you want to receive opal from different payer (i.e : Saving, opal for staking, Opal games...)



Note that with opal, you can create an Opaque address : which are perfect to receive anonymous payment : the transactions can only be seen by the payer and the receiver. Just check the « opaque address » in the little window which pop after clicking on « New Address »
« Sign Message » and « enter SuperNET » are not ready yet, it will be released soon !

In order to use an address (to give it to your payer for example), you only need to right-click on it and choose « copy address », then you paste it where your payer asked you (email reply, chat, forum...)

Send : is the window you use to pay someone, it is explicit :


Pay to : paste the receiver address
Label : name this address in order to know the owner
Narration : you can add here a short 24 characters text
Amount : enter the amount of opal you want to send


Transactions : is the view where you can check all your transactions,
the staking rewards, noted as Mined, the sent and the received one :




The Other Features are :
 

Address book : which index all the addresses to which you sent opals.

Statistics : which show you the network statistics.

Block explorer : which allow you to look at all the Block and transaction history

IRC : which allow you to chat with Opal members and Opal Team (as helpdesk)

Opacity : which allow you to send and receive encrypted message :

Click on "Opacity", and Click "Conversation" at the bottom of your wallet,
then fill the "Send To" : with your reader address and write !



When your message is ready, just click "send"


Trade : allows you to see the price of an opal in bitcoin. You can also see the volume in Bitcoin and in Opal, allows you to buy or sells opals.
The exchange used is Bittrex.
I will teach you about the settings you need to trade from inside your wallet in a next update of this guide, stay tuned !





EnterSuperNET : Entering the SuperNET ecosystem which federate several cryptocurrency : under integration, be patient.



99  Alternate cryptocurrencies / Altcoin Discussion / Re: OPAL guides on: April 12, 2015, 03:52:43 PM
5.Wallet managment Backup the wallet.dat file & wallets definition


Now you must learn how to make a backup of your wallet.dat file
don't be confused :
wallet.dat is the file which store your amount of coins,

Opalcoin Wallet is the usual name we give to Crypto-Qt client.
for Opal it is Opal-Qt or Opalcoin-Qt:



Step 1 : in your Opalcoin Wallet, click "File" then "Backup Wallet..."

Make 2 backups : one in another folder in your hard drive and do another backup in a usb stick and in case of hard drive failure.

Step 2 : Now you need to know the path where you can manage the wallet.dat file :

on Windows :  C/\Users\Your user name\Appdata\Roaming\Opalcoin



Note: If you can't see your AppData folder : you will need to set your folder preferences in Windows to view normally hidden folders and files :

Open "my computer" and click "Organize" then click "Folder and Search Options",
Then click "Show hidden files, folders and drives" :



on Linux :

By default Opalcoin will put its data here:
~/.opalcoin/
You need to do a "ls -a" to see directories that start with a dot.
If that's not it, you can do a search like this:
find / -name wallet.dat -print 2>/dev/null

on Mac :

By default Opalcoin will put its data here:
~/Library/Application Support/Opalcoin/

the main files inside this Opalcoin folder are :

.lock : BDB lock file (Berkeley DataBase lock file)
blkxxxx.dat : Contains concatenated raw blocks. Stored are actual Opalcoin blocks, in network format, dumped to disk raw.
db.log
debug.log : a useful file in order to fix issues.
opalcoin.conf (optional, in order to add nodes to speed up the connection)
peers.dat : Storage for peer information to make a reconnect easier.
Wallet.dat : which stores your opals.


The most important file is your wallet.dat file, storing your balance information. The other files can be deleted and will be recreated fresh when your wallet will restart.

When you delete all the files except your wallet.dat (to solve some synchronisation issue for example) restart your Opal-Qt wallet and it will begin to re-sync from the start of the chain.
If you deleted your wallet.dat, remember you made a first backup:

-Wait untill the end of the synchronization to see your opals, close your Opal-Qt wallet
-Then copy the wallet.dat you saved in another folder (see step 1)
-Go to the path where the wallet.dat should be (see step 2)
-Paste the wallet.dat
100  Alternate cryptocurrencies / Altcoin Discussion / Re: OPAL guides on: April 12, 2015, 03:30:27 PM
4. Wallet encryption



Once your wallet is synchronized, you need to encrypt your Wallet : this is a very important step.

On your Wallet Dashboard:
Click on "Settings" and choose "Encrypt Wallet"
Choose a password which contains at least 26 characters with not only lowercase : add a few uppercase, numbers and special characters : & ? " $ £ ' - _ ! %

a tip ? : choose something from a book, a sound and transform it a little bit :

example :
Dont step on my blue suede shoes   Change it to :  ?d0ntsteponmyBlueSu6deSh£es

note it very clearly, with black ink on a pocket book and put this pocket book in a safe place.
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!