Bitcoin Forum
April 25, 2024, 04:20:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 [92] 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 ... 496 »
  Print  
Author Topic: [ANN] Sia - Decentralized Storage  (Read 1382129 times)
Pito001
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250



View Profile
September 06, 2015, 02:32:18 PM
Last edit: September 07, 2015, 06:12:12 AM by Pito001
 #1821

I want to buy some coins but i heard few days/weeks ago some people lost their coins in the wallet. Is this issue still present?

I think if people usually back up their wallets , it is impossible to loose their amounts..


I refer to this:

Need this to be solved before the fork.
I have 2 wallet.dat files (on 2 pcs) with total of ~2.25m sia which havent been moved from the addresses that the client see (in wallet tab)

but the client shows 0 balance on both, how do I get those sia out ?

here is one of the addresses - a7ebfbf2dab4ab9255aba6846c6b504edf0a6f6990417c9ee8de5fe1b86e77c6c06bd219f671


And as i know it wasn´t the only one but too lazy for more searching Smiley


That bug is fixed. It's suggested however to wait for the next gui release to transfer your sia to the new version. According to what I read here it should be released tomorrow.
  

BUY CRYPTO AT REASONABLE RATES
▄▄███████▄▄
▄█████▀ ▀█████▄
██████ ▄█▄ ██████
██████ █████ ██████
█████ ▄ ███ ▄ █████
████▌▐██ █ ██▌▐████
███▄ ▀▀▌ ▐▀▀ ▄███
▀████▄▄ ▄▄████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀█▀█████▄
████        ▀████
███████  ███  █████
███████      ▀█████
███████  ███  █████
████        ▄████
▀█████▄█▄█████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀▀▀█████▄
██████   ▐███████
██████▌   ▀▀███████
█████▀    ▄████████
████▄    ▀▀▀▀▀▀████
███▌         ▄███
▀█████████████▀
▀▀███████▀▀
&OTHER
COINS
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714018846
Hero Member
*
Offline Offline

Posts: 1714018846

View Profile Personal Message (Offline)

Ignore
1714018846
Reply with quote  #2

1714018846
Report to moderator
Taek (OP)
Hero Member
*****
Offline Offline

Activity: 543
Merit: 501



View Profile
September 06, 2015, 08:03:15 PM
 #1822

I want to buy some coins but i heard few days/weeks ago some people lost their coins in the wallet. Is this issue still present?

Not in 0.4.0, however there is no GUI available yet. It will be available tomorrow.
souljah1h
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


Hyperspace snail


View Profile WWW
September 06, 2015, 10:07:48 PM
 #1823

I want to buy some coins but i heard few days/weeks ago some people lost their coins in the wallet. Is this issue still present?

Not in 0.4.0, however there is no GUI available yet. It will be available tomorrow.
Good luck with the release!

_@/'
hamiltino
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


P2P The Planet!


View Profile
September 07, 2015, 09:42:42 AM
 #1824

I want to buy some coins but i heard few days/weeks ago some people lost their coins in the wallet. Is this issue still present?

Not in 0.4.0, however there is no GUI available yet. It will be available tomorrow.

Awesome man, looking forward to it.

stacking coin
Taek (OP)
Hero Member
*****
Offline Offline

Activity: 543
Merit: 501



View Profile
September 07, 2015, 12:05:52 PM
 #1825

Alright, 0.4.1 is ready, both the CLI and the GUI.

CLI: https://github.com/NebulousLabs/Sia/releases/tag/v0.4.1-beta

GUI: https://github.com/NebulousLabs/Sia-UI/releases/tag/v0.4.1

3 important things:

- If you unlock the wallet before the blockchain finishes downloading (you can compare to the height at explore.siacoin.com), the program will slow down substantially and may appear like it is frozen. Until we fix this issue, it's best to wait to unlock your wallet until the blockchain is fully downloaded. Depending on your computer, this will take between 20 minutes and 9 hours (it's much faster on SSDs).

- You can now import legacy wallets (only after wallet is unlocked), but your new coins will not show up until after you restart siad.

- Starting Sia can take a while. For some people it's just a few seconds, but for others it's several minutes.


If you wish to import a legacy wallet:

1. Download 'Sia' and let it fetch the whole blockchain.

2. Unlock the wallet (before you unlock the wallet the first time, you need to initialize it. In the GUI, initialization is automatic. In the CLI, you can do `./siac wallet init`)

3. Load the legacy wallet. (in the GUI, there's a 'load legacy wallet' button. In the CLI, you can use `./siac wallet load 033x [filename]`)

4. after the wallet has loaded, you must restart 'siad' for the coins to show up You can stop siad by running `./siac stop`, or by killing the process from the task manager.
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
September 07, 2015, 12:09:03 PM
 #1826

Alright, 0.4.1 is ready, both the CLI and the GUI.

3 important things:

- If you unlock the wallet before the blockchain finishes downloading (you can compare to the height at explore.siacoin.com), the program will slow down substantially and may appear like it is frozen. Until we fix this issue, it's best to wait to unlock your wallet until the blockchain is fully downloaded. Depending on your computer, this will take between 20 minutes and 9 hours (it's much faster on SSDs).

- You can now import legacy wallets (only after wallet is unlocked), but your new coins will not show up until after you restart siad.

- Starting Sia can take a while. For some people it's just a few seconds, but for others it's several minutes.


If you wish to import a legacy wallet:

1. Download 'Sia' and let it fetch the whole blockchain.

2. Unlock the wallet (before you unlock the wallet the first time, you need to initialize it. In the GUI, initialization is automatic. In the CLI, you can do `./siac wallet init`)

3. Load the legacy wallet. (in the GUI, there's a 'load legacy wallet' button. In the CLI, you can use `./siac wallet load 033x [filename]`)

4. after the wallet has loaded, you must restart 'siad' for the coins to show up You can stop siad by running `./siac stop`, or by killing the process from the task manager.

tanx taek ...

link to the latest please? ...

#crysx

Taek (OP)
Hero Member
*****
Offline Offline

Activity: 543
Merit: 501



View Profile
September 07, 2015, 12:12:19 PM
 #1827

tanx taek ...

link to the latest please? ...

#crysx

you mean you want to download it?  Tongue


CLI: https://github.com/NebulousLabs/Sia/releases/tag/v0.4.1-beta

GUI: https://github.com/NebulousLabs/Sia-UI/releases/tag/v0.4.1
Hix
Legendary
*
Offline Offline

Activity: 1971
Merit: 1036


View Profile
September 07, 2015, 12:29:34 PM
 #1828

Alright, 0.4.1 is ready, both the CLI and the GUI.

CLI: https://github.com/NebulousLabs/Sia/releases/tag/v0.4.1-beta

GUI: https://github.com/NebulousLabs/Sia-UI/releases/tag/v0.4.1

3 important things:

- If you unlock the wallet before the blockchain finishes downloading (you can compare to the height at explore.siacoin.com), the program will slow down substantially and may appear like it is frozen. Until we fix this issue, it's best to wait to unlock your wallet until the blockchain is fully downloaded. Depending on your computer, this will take between 20 minutes and 9 hours (it's much faster on SSDs).

- You can now import legacy wallets (only after wallet is unlocked), but your new coins will not show up until after you restart siad.

- Starting Sia can take a while. For some people it's just a few seconds, but for others it's several minutes.


If you wish to import a legacy wallet:

1. Download 'Sia' and let it fetch the whole blockchain.

2. Unlock the wallet (before you unlock the wallet the first time, you need to initialize it. In the GUI, initialization is automatic. In the CLI, you can do `./siac wallet init`)

3. Load the legacy wallet. (in the GUI, there's a 'load legacy wallet' button. In the CLI, you can use `./siac wallet load 033x [filename]`)

4. after the wallet has loaded, you must restart 'siad' for the coins to show up You can stop siad by running `./siac stop`, or by killing the process from the task manager.
Good news Taek. Thank you!
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
September 07, 2015, 12:54:49 PM
 #1829


yes please ...

tanx ...

#crysx

ShadowDancer
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
September 07, 2015, 01:46:51 PM
 #1830

Wow, good job.
Nice to see new wallet with this market movement.
mirny
Legendary
*
Offline Offline

Activity: 1108
Merit: 1005



View Profile
September 07, 2015, 02:49:10 PM
 #1831

Downloaded new GUI Wallet, it's looking fine, but in the about column I see: Sia UI version: 0.4.0, Sia version: 0.4.0

This is my signature...
aldonza
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 07, 2015, 02:51:44 PM
 #1832

Just downloaded the new GUI client it seems pretty fluid at the moment
Taek (OP)
Hero Member
*****
Offline Offline

Activity: 543
Merit: 501



View Profile
September 07, 2015, 03:39:34 PM
 #1833

Downloaded new GUI Wallet, it's looking fine, but in the about column I see: Sia UI version: 0.4.0, Sia version: 0.4.0

Yeah we forgot to bump the version numbers. We'll fix it tomorrow (we're taking it easy today - long week).
mirny
Legendary
*
Offline Offline

Activity: 1108
Merit: 1005



View Profile
September 07, 2015, 03:45:11 PM
 #1834

Downloaded new GUI Wallet, it's looking fine, but in the about column I see: Sia UI version: 0.4.0, Sia version: 0.4.0

Yeah we forgot to bump the version numbers. We'll fix it tomorrow (we're taking it easy today - long week).

OK, it's not a big issue, but I didn't set any password to my wallet, now it's locked, and I have no idea which password to enter.

This is my signature...
Taek (OP)
Hero Member
*****
Offline Offline

Activity: 543
Merit: 501



View Profile
September 07, 2015, 03:48:49 PM
 #1835


OK, it's not a big issue, but I didn't set any password to my wallet, now it's locked, and I have no idea which password to enter.

The first time you opened the wallet it gave you a password and told you to write it down. If you didn't grab it then, the only way to get it back is to stop siad, delete the wallet.json file, then start again.

You're not the only person who didn't get the password on the first try, we'll have to change it so that you can keep asking for the password until the first time you unlock the wallet (which requires the password). That at least guarantees that users realized there was a password before closing the window.
mirny
Legendary
*
Offline Offline

Activity: 1108
Merit: 1005



View Profile
September 07, 2015, 04:14:36 PM
 #1836


OK, it's not a big issue, but I didn't set any password to my wallet, now it's locked, and I have no idea which password to enter.

The first time you opened the wallet it gave you a password and told you to write it down. If you didn't grab it then, the only way to get it back is to stop siad, delete the wallet.json file, then start again.

You're not the only person who didn't get the password on the first try, we'll have to change it so that you can keep asking for the password until the first time you unlock the wallet (which requires the password). That at least guarantees that users realized there was a password before closing the window.

Hmm maybe I missed that, but I didn't seen any password that wallet should gave me, there was just some disclaimer about passwords.
And now, I deleted json wallet, killed siad process manually and this is all what wallet is saying, no password at all.
http://imgur.com/khyyH7m

This is my signature...
Taek (OP)
Hero Member
*****
Offline Offline

Activity: 543
Merit: 501



View Profile
September 07, 2015, 04:17:08 PM
 #1837

Hmm maybe I missed that, but I didn't seen any password that wallet should gave me, there was just some disclaimer about passwords.
And now, I deleted json wallet, killed siad process manually and this is all what wallet is saying, no password at all.
http://imgur.com/khyyH7m

Oh.   Sad

What is your screen resolution? We forgot to add a scrollbar, so you can't see the password on small screens  Undecided

We'll  try to have a fix out in the next few days. Sorry for the inconvenience.
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
September 07, 2015, 04:41:29 PM
 #1838

Hmm maybe I missed that, but I didn't seen any password that wallet should gave me, there was just some disclaimer about passwords.
And now, I deleted json wallet, killed siad process manually and this is all what wallet is saying, no password at all.
http://imgur.com/khyyH7m

Oh.   Sad

What is your screen resolution? We forgot to add a scrollbar, so you can't see the password on small screens  Undecided

We'll  try to have a fix out in the next few days. Sorry for the inconvenience.

taek ...

mine did exactly the same thing ... no password and even when the wallet.json file was deleted and the wallet reopened - no password shown ...

im hd - so screen res is not the issue ...

#crysx

MinermanNC
Legendary
*
Offline Offline

Activity: 2198
Merit: 1000



View Profile
September 07, 2015, 04:56:57 PM
 #1839

Just launched my Sia-Ui for the first time, opened right up and updating blocks sitting at 1662... But along the way I have not see a wallet password of any sort. yet,,,, no scroll bar needed either. W7 64

*BTC: 1DiR25SPo84sThzTATr27EZEQZLt6hv6tG
MinermanNC
Legendary
*
Offline Offline

Activity: 2198
Merit: 1000



View Profile
September 07, 2015, 05:14:13 PM
 #1840

Kicking myself in the butt for not buying more SIAcoin while at 10-11  Cry  I knew it would come back lol

*BTC: 1DiR25SPo84sThzTATr27EZEQZLt6hv6tG
Pages: « 1 ... 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 [92] 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 ... 496 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!