Author

Topic: [ANN][DCR] Decred - Community Governance | Bitcoin Devs | Lightning Network - page 244. (Read 1201764 times)

legendary
Activity: 1428
Merit: 1001
getmonero.org
Is there a nice updated guide of how compile and use the wallet in order to store some DCR? Thank you.


https://docs.decred.org/getting-started/overview/


If you are looking simple way to just hold coins, not stake: https://wallet.decred.org/ is the easiest option.

Thank you indeed. Now only if i could find what is my address Cheesy Also, i didnt store my hex. Only the words. Is that a problem?

Edit:Okay i found this command: --wallet getnewaddress. Where can i see all the commands? And how many confirmations are needed to see balance after i send to my wallet?
legendary
Activity: 1206
Merit: 1000
Is there a nice updated guide of how compile and use the wallet in order to store some DCR? Thank you.


https://docs.decred.org/getting-started/overview/


If you are looking simple way to just hold coins, not stake: https://wallet.decred.org/ is the easiest option.

Thanks for this link, penttikuisma!  Smiley
full member
Activity: 157
Merit: 100
Is there a nice updated guide of how compile and use the wallet in order to store some DCR? Thank you.


https://docs.decred.org/getting-started/overview/


If you are looking simple way to just hold coins, not stake: https://wallet.decred.org/ is the easiest option.
legendary
Activity: 1428
Merit: 1001
getmonero.org
Is there a nice updated guide of how compile and use the wallet in order to store some DCR? Thank you.
legendary
Activity: 1981
Merit: 1039
after the c64 release somone surely complains about the lack of a GEOS wallet interface  Grin
legendary
Activity: 3178
Merit: 1119
...

You had me laughing on that remark! I wanted a commodore 64 so bad back in the day, but it didn't happen. Fortunately, my buddy's parents ponied up for one, which was the next best thing Cheesy

Nice. I was one of the lucky ones - jet set Willy and mail order monsters all day!
legendary
Activity: 1206
Merit: 1000
Its syncing fast even from scratch. That's good


Even with my oldschool acer-extensa single-core laptop sync last only under 6 hours. Sounds slow, but for compare, i last synced 0.3.0 from scratch and it took over 24 hours.

On my raspberry pi 3 it took 6 hours

Just synced on my commodore 64 in less than thirty minutes Tongue

You had me laughing on that remark! I wanted a commodore 64 so bad back in the day, but it didn't happen. Fortunately, my buddy's parents ponied up for one, which was the next best thing Cheesy
sr. member
Activity: 279
Merit: 250
What is speciality of decred? Its market cap is pretty good, watch it.
legendary
Activity: 3178
Merit: 1119
Its syncing fast even from scratch. That's good


Even with my oldschool acer-extensa single-core laptop sync last only under 6 hours. Sounds slow, but for compare, i last synced 0.3.0 from scratch and it took over 24 hours.

On my raspberry pi 3 it took 6 hours

Just synced on my commodore 64 in less than thirty minutes Tongue
full member
Activity: 171
Merit: 100
Its syncing fast even from scratch. That's good


Even with my oldschool acer-extensa single-core laptop sync last only under 6 hours. Sounds slow, but for compare, i last synced 0.3.0 from scratch and it took over 24 hours.

On my raspberry pi 3 it took 6 hours
full member
Activity: 157
Merit: 100
Its syncing fast even from scratch. That's good


Even with my oldschool acer-extensa single-core laptop sync last only under 6 hours. Sounds slow, but for compare, i last synced 0.3.0 from scratch and it took over 24 hours.
legendary
Activity: 2165
Merit: 1002
Its syncing fast even from scratch. That's good
legendary
Activity: 1981
Merit: 1039
I'd like to recreate my wallet from the seed, i installed paymetheus (the last wallet i used was CLI 0.0.9  Smiley ) but i'm not sure what to put as "RPC connection information and credentials below" in the opening window.

I tried leaving 127.0.0.1 in the first space and putting my old dcrd credentials in the other two but i can't connect that way

Any suggestions?


127.0.0.1 is fine, start the daemon with TLS ( without --notls flag ) and set a rpcuser and rpc pass like this:

dcrd.exe --rpcuser=user --rpcpass=pass

special characters and spaces in user/pass require quotation marks like this:

dcrd.exe --rpcuser="fr33 h0stfat%" --rpcpass="v01d M@gr3bin0*"

use those credential with paymetheus.




So I can upgrade to this from 0.3 and continue from the existing database without problems?

the new version always require redownload and resync the fix is only for old version ( not your ) to avoid wallet regeneration by seed.
legendary
Activity: 2165
Merit: 1002
there's a bugfix release 0.5.1 for that problem

Quote
If you upgraded from < 0.1.3 to anything >= 0.1.3 and have not reseeded since, you may experience this bug while starting up 0.5.0 dcrwallet:

[ERR] DCRW: a database upgrade is required to upgrade wtxmgr from recorded version 1 to the latest version 2

Installer: https://github.com/decred/decred-release/releases/tag/v0.5.1
Binaries: https://github.com/decred/decred-binaries/releases/tag/v0.5.1

So I can upgrade to this from 0.3 and continue from the existing database without problems?
hero member
Activity: 705
Merit: 500
I'd like to recreate my wallet from the seed, i installed paymetheus (the last wallet i used was CLI 0.0.9  Smiley ) but i'm not sure what to put as "RPC connection information and credentials below" in the opening window.

I tried leaving 127.0.0.1 in the first space and putting my old dcrd credentials in the other two but i can't connect that way

Any suggestions?
legendary
Activity: 1164
Merit: 1010
there's a bugfix release 0.5.1 for that problem

Quote
If you upgraded from < 0.1.3 to anything >= 0.1.3 and have not reseeded since, you may experience this bug while starting up 0.5.0 dcrwallet:

[ERR] DCRW: a database upgrade is required to upgrade wtxmgr from recorded version 1 to the latest version 2

Installer: https://github.com/decred/decred-release/releases/tag/v0.5.1
Binaries: https://github.com/decred/decred-binaries/releases/tag/v0.5.1

Wallet is up and running!  Thanks
legendary
Activity: 1981
Merit: 1039
there's a bugfix release 0.5.1 for that problem

Quote
If you upgraded from < 0.1.3 to anything >= 0.1.3 and have not reseeded since, you may experience this bug while starting up 0.5.0 dcrwallet:

[ERR] DCRW: a database upgrade is required to upgrade wtxmgr from recorded version 1 to the latest version 2

Installer: https://github.com/decred/decred-release/releases/tag/v0.5.1
Binaries: https://github.com/decred/decred-binaries/releases/tag/v0.5.1
legendary
Activity: 1164
Merit: 1010
After installing 0.5, when I start my wallet I get the following error:

Code:
[ERR] DCRW: a database upgrade is required to upgrade wtxmgr from recorded version 1 to the latest version 2

Any advice?  Do I just need to delete my whole blockchain and re-sync? 
hero member
Activity: 1302
Merit: 540
i sold my all DCR (not many) and bought EXCL on Bittrex now, since its going to pump on the notice
if you are correct might be good for selling high and buying low again dcr is a good project so much better to learn how it swing the price.
sr. member
Activity: 248
Merit: 250
One World
Please note this is not a speculation thread. Decred seems to be close to 1 USD price now. I do not know the reasons, but if there is some stuff behind, the logic says if BTC goes up, DCR goes down.
Stating the obvious.


2 factors: Bag holders leaving and manipulation

Price will go up!
Jump to: