Author

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

legendary
Activity: 2165
Merit: 1002
If anyone is interested in helping the software improve, please share the RPC commands you most frequently use. I just made a post on the forum requesting this information, and to quote from the post:

Quote
TLDR: Please post commands you use so that testing can improve and a new RFP can be released to develop exhaustive behavioural tests of the software.

Any feedback would be greatly appreciated as it will have direct impact.

Code:
start daemon:
dcrd --rpcuser [user] --rpcpass [password]

start wallet:
dcrwallet -u [user]-P [password]--enablestakemining --ticketmaxprice=0 --ticketaddress=[address]

unlock wallet:
dcrctl -u [user] -P [password] --wallet walletpassphrase [passphrase] 0

get stake info:
dcrctl -u [user] -P [password] --wallet getstakeinfo

get balances:
dcrctl -u [user] -P [password] --wallet getbalance * 0 locked
dcrctl -u [user] -P [password] --wallet getbalance * 0 spendable
dcrctl -u [user] -P [password] --wallet getbalance * 0 all

buy ticket:
dcrctl -u [user] -P [password] --wallet purchaseticket "default" [maxprice] 1 [address]

I have each command as a separate batch file with the parameters I want.
I would like a getbalance parameter to show unconfirmed coins too. I know I can calculate it in the batch with [all - (spendable + locked)] but its nice to have natively
sr. member
Activity: 452
Merit: 251
If anyone is interested in helping the software improve, please share the RPC commands you most frequently use. I just made a post on the forum requesting this information, and to quote from the post:

Quote
TLDR: Please post commands you use so that testing can improve and a new RFP can be released to develop exhaustive behavioural tests of the software.

Any feedback would be greatly appreciated as it will have direct impact.
newbie
Activity: 53
Merit: 0
Anyone have an ELI5 for the first post?
legendary
Activity: 1526
Merit: 1026
So what do you suggest me for getting back what I have lost in decred.
I heard people talking good things about decred here and there, so i brought decred from all the bitcoins I was having and now i don't have any left with me for buying more decred at this low price.
So can you tell me how can i get back to what I was having initially?


     There are several strategies you can try.
     The first is to learn to use the command line wallet and learn how to solo stake.
     The second is to look for arbitage opportunities between Bleutrade and Bittrex. The risk with arbitage is you may not be able to transfer coins in time, before the arbitage opportunity disappears. To counter this, you would have to have BTC and DCR on both exchanges.
     The third is to try and take advantage of the spread. You can put in an both an ask and a bid. The risk to this is the market may have an extended bull or bear run and you end up having to chase the market.
     You can also HODL, and hope the market eventually makes a turn around.

Thanks for your lesson
legendary
Activity: 1806
Merit: 1828
So what do you suggest me for getting back what I have lost in decred.
I heard people talking good things about decred here and there, so i brought decred from all the bitcoins I was having and now i don't have any left with me for buying more decred at this low price.
So can you tell me how can i get back to what I was having initially?


     There are several strategies you can try.
     The first is to learn to use the command line wallet and learn how to solo stake.
     The second is to look for arbitage opportunities between Bleutrade and Bittrex. The risk with arbitage is you may not be able to transfer coins in time, before the arbitage opportunity disappears. To counter this, you would have to have BTC and DCR on both exchanges.
     The third is to try and take advantage of the spread. You can put in an both an ask and a bid. The risk to this is the market may have an extended bull or bear run and you end up having to chase the market.
     You can also HODL, and hope the market eventually makes a turn around.
hero member
Activity: 700
Merit: 500
but what if DCR is 4x what you bought it for in 6 months?

Or 40x. Wink
member
Activity: 67
Merit: 10
The 3 top world currencies will be BTC, ETH, and DCR they will equal 100 Billion dollars in market cap


when? Smiley
Yup, that's what i was also thinking while watching the price falling.
I brought some coins at a high price...... 0.005BTC per decred. But now all i can do is cry and see the price falling and falling.
Comeon pumpers, where are you now?

If you had taken the effort to learn how to solo stake, you would have mitigated your loses by now, or at least broke even. Of course, this is your very first post, so it's clear you just made this account to post some FUD.
I'm just waiting for my tickets to come in to relieve myself of this bag. It may take a while. Good luck to everyone else. Hope all your dreams come true with this coin.



Asking for pump groups, too - which will only hurt or kill the coin long term. Fuck that guy.
So what do you suggest me for getting back what I have lost in decred.
I heard people talking good things about decred here and there, so i brought decred from all the bitcoins I was having and now i don't have any left with me for buying more decred at this low price.
So can you tell me how can i get back to what I was having initially?


Is there a wallet for DCR available comparable to a usual Bitcoin Core wallet with GUI?

Not yet but supposedly soon. Its still in testing.

Many people are waiting for this. I hope price will pick up when it is released.
and yes, GUI wallets are available, you can search for this on the decred forum and get the wallet from there. But the decred developers haven't made the wallet, so there can be a few bugs in it.

Thanks
sr. member
Activity: 409
Merit: 250
Is there a wallet for DCR available comparable to a usual Bitcoin Core wallet with GUI?

Not yet but supposedly soon. Its still in testing.

Many people are waiting for this. I hope price will pick up when it is released.
hero member
Activity: 1308
Merit: 508
Is there a wallet for DCR available comparable to a usual Bitcoin Core wallet with GUI?
sr. member
Activity: 406
Merit: 250
This development dispatch covers work completed since the Decred v0.1.0 release from April 18th, 2016. Since then, developers have merged 18 pull requests of code into 3 software repositories. During this period, a total of 18 commits occurred in these repositories and represent modifications to the effect of 848 lines of code added to and 275 lines removed from the codebase.

A series of RFP milestones were achieved and paid for from the development subsidy. Milestones paid for include (See: Status and Expenditures):

  • RFP-3: Port has been completed (limited milestones) (6ae7950)
  • RFP-6: Pool has been successfully tested for 1 week on testnet and configuration verified (x4) (e5bcf90, f9ea04d, e94c540, fc58177)

Binaries: https://github.com/decred/decred-release/releases/tag/v0.1.1

dcrd
  • Added a check to disallow by default transactions to be broadcast if the fee per kilobyte is 100x above the minimum (0.01 DCR). This check does not affect other incoming transactions to the node, it only checks transactions going out of the node (124-b7e88f4)
  • Added a new RPC command called ticketfeeinfo to provide statistical information about ticket fees per kilobyte for the mempool, recent blocks, and recent difficulty windows (132-41abd20)
  • Updated fee calculation (125-a5ca12f), error handling (127-82a0e17), documentation (128-fd40243), and versioning (136-4f8ad73)

dcrwallet
  • Fixed the build when using newer versions of the gRPC packages (189-3f411f0)
  • Isolated the address pool to prevent excessive address creation (192-4e689d6)
  • Fixed an issue where the purchaseticket RPC command would fail if the ticket address or pool address was undeclared, not allowing the user to set the ticket expiry if either was absent (198-0740964)
  • Added ability to change the ticket autopurchase frequency and changed the frequency to a default of 1 (can be changed with the command-line argument --ticketbuyfreq=) (201-823bddb)
  • Fixed an issue that prevented Paymetheus from starting properly (203-b28ae9a)
  • Updated dust calculation (193-df0af6e), fee calculation (194-5d77ddb), documentation (195-2a1e04c, 208-0bcc487), index scan length (196-38cdae0), user prompts (202-8ed9a8c), and versioning (209-c5e47fb)

dcrrpcclient


Suprnova has been updated
thanks for update.
now working smoothly
hero member
Activity: 539
Merit: 500
Something is wrong with suprnova stratum or it's only for me ?



Looks good here, what problem have you got ?


disconnect


It seems to be back now  Smiley
legendary
Activity: 2716
Merit: 1240
Something is wrong with suprnova stratum or it's only for me ?



Looks good here, what problem have you got ?
hero member
Activity: 539
Merit: 500
Something is wrong with suprnova stratum or it's only for me ?

hero member
Activity: 952
Merit: 500
Don't mind how is possible that from the launch date, DCR still not have is own wallet!!
sr. member
Activity: 462
Merit: 250
This development dispatch covers work completed since the Decred v0.1.0 release from April 18th, 2016. Since then, developers have merged 18 pull requests of code into 3 software repositories. During this period, a total of 18 commits occurred in these repositories and represent modifications to the effect of 848 lines of code added to and 275 lines removed from the codebase.

A series of RFP milestones were achieved and paid for from the development subsidy. Milestones paid for include (See: Status and Expenditures):

  • RFP-3: Port has been completed (limited milestones) (6ae7950)
  • RFP-6: Pool has been successfully tested for 1 week on testnet and configuration verified (x4) (e5bcf90, f9ea04d, e94c540, fc58177)

Binaries: https://github.com/decred/decred-release/releases/tag/v0.1.1

dcrd
  • Added a check to disallow by default transactions to be broadcast if the fee per kilobyte is 100x above the minimum (0.01 DCR). This check does not affect other incoming transactions to the node, it only checks transactions going out of the node (124-b7e88f4)
  • Added a new RPC command called ticketfeeinfo to provide statistical information about ticket fees per kilobyte for the mempool, recent blocks, and recent difficulty windows (132-41abd20)
  • Updated fee calculation (125-a5ca12f), error handling (127-82a0e17), documentation (128-fd40243), and versioning (136-4f8ad73)

dcrwallet
  • Fixed the build when using newer versions of the gRPC packages (189-3f411f0)
  • Isolated the address pool to prevent excessive address creation (192-4e689d6)
  • Fixed an issue where the purchaseticket RPC command would fail if the ticket address or pool address was undeclared, not allowing the user to set the ticket expiry if either was absent (198-0740964)
  • Added ability to change the ticket autopurchase frequency and changed the frequency to a default of 1 (can be changed with the command-line argument --ticketbuyfreq=) (201-823bddb)
  • Fixed an issue that prevented Paymetheus from starting properly (203-b28ae9a)
  • Updated dust calculation (193-df0af6e), fee calculation (194-5d77ddb), documentation (195-2a1e04c, 208-0bcc487), index scan length (196-38cdae0), user prompts (202-8ed9a8c), and versioning (209-c5e47fb)

dcrrpcclient

Thanks for the update mate. Volume is not impressing right now but I'm confident
hero member
Activity: 700
Merit: 500
The 3 top world currencies will be BTC, ETH, and DCR they will equal 100 Billion dollars in market cap

And XRP, LISK...
hero member
Activity: 1308
Merit: 508
What's going on with the new version of cgminer?
Any news or did I miss the launch?
legendary
Activity: 957
Merit: 1006
Hi, I keep getting the "Error querying the blockchain" whenever I try to withdraw some DCR from the web wallet. It's been like this for over two days, after withdrawing a few coins to bittrex. It's getting ridiculous Sad

So I went and downloaded the latest binary for Windows, followed the specs to the exact letter from the front page sticky thread, imported the seed key from the web wallet, and it keeps telling me my balance is zero and that it can't create a wallet address

-4: Address pools for account 0 are undeclared

Any help, please? Preferably ELI5 for the web wallet


which unit did you try it, dbits or DCR?
try it with dcr if you are on dbits.
newbie
Activity: 8
Merit: 0
Hi, I keep getting the "Error querying the blockchain" whenever I try to withdraw some DCR from the web wallet. It's been like this for over two days, after withdrawing a few coins to bittrex. It's getting ridiculous Sad

So I went and downloaded the latest binary for Windows, followed the specs to the exact letter from the front page sticky thread, imported the seed key from the web wallet, and it keeps telling me my balance is zero and that it can't create a wallet address

-4: Address pools for account 0 are undeclared

Any help, please? Preferably ELI5 for the web wallet
legendary
Activity: 2716
Merit: 1240
This development dispatch covers work completed since the Decred v0.1.0 release from April 18th, 2016. Since then, developers have merged 18 pull requests of code into 3 software repositories. During this period, a total of 18 commits occurred in these repositories and represent modifications to the effect of 848 lines of code added to and 275 lines removed from the codebase.

A series of RFP milestones were achieved and paid for from the development subsidy. Milestones paid for include (See: Status and Expenditures):

  • RFP-3: Port has been completed (limited milestones) (6ae7950)
  • RFP-6: Pool has been successfully tested for 1 week on testnet and configuration verified (x4) (e5bcf90, f9ea04d, e94c540, fc58177)

Binaries: https://github.com/decred/decred-release/releases/tag/v0.1.1

dcrd
  • Added a check to disallow by default transactions to be broadcast if the fee per kilobyte is 100x above the minimum (0.01 DCR). This check does not affect other incoming transactions to the node, it only checks transactions going out of the node (124-b7e88f4)
  • Added a new RPC command called ticketfeeinfo to provide statistical information about ticket fees per kilobyte for the mempool, recent blocks, and recent difficulty windows (132-41abd20)
  • Updated fee calculation (125-a5ca12f), error handling (127-82a0e17), documentation (128-fd40243), and versioning (136-4f8ad73)

dcrwallet
  • Fixed the build when using newer versions of the gRPC packages (189-3f411f0)
  • Isolated the address pool to prevent excessive address creation (192-4e689d6)
  • Fixed an issue where the purchaseticket RPC command would fail if the ticket address or pool address was undeclared, not allowing the user to set the ticket expiry if either was absent (198-0740964)
  • Added ability to change the ticket autopurchase frequency and changed the frequency to a default of 1 (can be changed with the command-line argument --ticketbuyfreq=) (201-823bddb)
  • Fixed an issue that prevented Paymetheus from starting properly (203-b28ae9a)
  • Updated dust calculation (193-df0af6e), fee calculation (194-5d77ddb), documentation (195-2a1e04c, 208-0bcc487), index scan length (196-38cdae0), user prompts (202-8ed9a8c), and versioning (209-c5e47fb)

dcrrpcclient


Suprnova has been updated
Jump to: