Author

Topic: ★★DigiByte|极特币★★[DGB]✔ Core v6.16.5.1 - DigiShield, DigiSpeed, Segwit - page 353. (Read 3058816 times)

newbie
Activity: 1
Merit: 0
Hi, i am having a problem with gaming wallet. "Error at wallet Service: Insight error", very rarely my wallet works, but most of the time it is having this problem. Also with core wallet i have problem syncing around march 2016 it stops and i must start syncing from the beginning so i cannot sync it. I'm frustrated because i cant use digibyte no matter witch way i try. Any solution? Thanks.
legendary
Activity: 1062
Merit: 1003

Did we have Auto Complete in the Console window before, or is that new too? (I know that others like BTC and LTC have it, but I don't remember that feature in DGB before . . .) It would be a new feature to list in the v6.14.2 release notes. Wink

There is a small issue with the input/output icons in Transactions - I've only got a little black box for both. Same thing for Debug window in the Help drop down menu (also, the DigiByte logo for About DigiByte Core in that same drop down menu is a black circle).

Edit: Disappointed whale dumps 66 million DGB, but before I posted this. Not my fault!  Cheesy

Just now: 80 million on a hammer down to 51 that closed at 57 (5 min chart). Ouch. The same guy?

Thx for the heads up on the dump, was waiting for this. Nice time to place a few more buys (though price has recovered a little now).
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity

Did we have Auto Complete in the Console window before, or is that new too? (I know that others like BTC and LTC have it, but I don't remember that feature in DGB before . . .) It would be a new feature to list in the v6.14.2 release notes. Wink

There is a small issue with the input/output icons in Transactions - I've only got a little black box for both. Same thing for Debug window in the Help drop down menu (also, the DigiByte logo for About DigiByte Core in that same drop down menu is a black circle).

Edit: Disappointed whale dumps 66 million DGB, but before I posted this. Not my fault!  Cheesy

Just now: 80 million on a hammer down to 51 that closed at 57 (5 min chart). Ouch. The same guy?
sr. member
Activity: 373
Merit: 250
For those with questions about DigiByte v6.14.2 DigiSync + SegWit please read: https://digibyte.co/why-we-support-segwit-digibyte

Thanks for the blog post!

@M8BWNNRFMNdak68c
Nice! Do you run a pool or solo mine?

Well SegWit is being rolled out with a softfork (BIP9: https://github.com/bitcoin/bips/blob/master/bip-0009.mediawiki)
Which means there is a flag in the version (32 bits):
https://github.com/digibyte/digibyte/blob/6.14.2/src/chainparams.cpp#L159

Hope it helps?
ok that you! so i learned:

we take the version number ( as integer ) and convert it to binary number
536899586 ->  0010 0000 0000 0000 0111 0000 0000 0010
( some explorers print it hexadecimal: -> 20007002 )

we interpret this as a bitmask and give them numbers ( from left "B31" to "B0" on right side )
per definition is given  ( https://github.com/bitcoin/bips/blob/master/bip-0009.mediawiki#bit-flags )
B31 = 0
B30 = 0
B29 = 1

then we compare the other bits with the definition ( https://github.com/digibyte/digibyte/blob/6.14.2/src/chainparams.cpp#L154 ) and see :

B12 = 1 = DEPLOYMENT_CSV
B13 = 1 = DEPLOYMENT_SEGWIT
B14 = 1 = DEPLOYMENT_NVERSIONBIPS

so all three proposals are successfully voted for. addiitionally, there are bits for POW algorithm description:

scrypt 
0010 0000 0000 0000 0111 0000 0000 0010
sha256
0010 0000 0000 0000 0111 0010 0000 0010
skein
0010 0000 0000 0000 0111 0110 0000 0010
qubit
0010 0000 0000 0000 0111 1000 0000 0010
myr
0010 0000 0000 0000 0111 0100 0000 0010

now we only have to think about
B1 = 1
so a block is always "Version 2" ? ( in comparison to an earlier version 1 )
newbie
Activity: 31
Merit: 0
For those with questions about DigiByte v6.14.2 DigiSync + SegWit please read: https://digibyte.co/why-we-support-segwit-digibyte

Thanks for the blog post!

@M8BWNNRFMNdak68c
Nice! Do you run a pool or solo mine?

Well SegWit is being rolled out with a softfork (BIP9: https://github.com/bitcoin/bips/blob/master/bip-0009.mediawiki)
Which means there is a flag in the version (32 bits):
https://github.com/digibyte/digibyte/blob/6.14.2/src/chainparams.cpp#L159

Hope it helps?
legendary
Activity: 1062
Merit: 1003
For those with questions about DigiByte v6.14.2 DigiSync + SegWit please read: https://digibyte.co/why-we-support-segwit-digibyte

Looking good!

Yeah, that's a nice explanation. Not overly technical, but with enough background etc. Thx for the link
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity
legendary
Activity: 1722
Merit: 1051
Official DigiByte Account
For those with questions about DigiByte v6.14.2 DigiSync + SegWit please read: https://digibyte.co/why-we-support-segwit-digibyte
sr. member
Activity: 373
Merit: 250
@M8BWNNRFMNdak68c

For scrypt you can simply change the version from 536899586 to 536870914 (In hex 0x20007002 -> 0x20000002), yup you create about 2% of the blocks ^^

You are allways wellcome to come have a chat with the rest of the community in the official DGB group if you have any questions or concerns:
https://t.me/DigiByteCoin
yeah and even more in sha256 ^^
hmm i do not want to use my phone number - so i probably can not access "Telegram" ?
so how do you know this? is there any kind of documentation? ( how is the "7" related to "13" ? ^^ )
full member
Activity: 686
Merit: 102
I cannot join Telegram channel, it says account not found

https://t.me/DigiByteCoin
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity

The "Subtract fee from amount" to send is a very nice addition as well (or was that always there and I'm so used to doing it manually that I just never noticed it?). Makes coin management all that much easier.

Where are the release notes leveraging ALL the improvements?

(SegWit is big, but everything else counts too, no matter how small - end users often love the cosmetic things that seem trivial to programmers . . . I know I sure do.  Grin )
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity

Might this be one of those issues resolved on Telegram?



The error message is pretty straightforward and easy for the tech savvy to resolve, but for the rest of the world, this would be a good example for a perfect FAQ post . . . okay, for miners . . . alright, I’ll admit it, it’s not that widespread, but most issues aren’t . . . hey, good enough for an FAQ, don’t you think?



I’d also like to congratulate on the splash screen instructing on the sync process. Very nice little detail that creates value.





BTW, my v6.14.2 install took a little under 3 minutes to open the first time after install, and now it opens in around 1 minute and 45 seconds.
full member
Activity: 136
Merit: 100
I'm Embarrassed to be here
How to know if the pool I mine on is safewit enabled? If they dont have how are my coins working?
member
Activity: 109
Merit: 10
Why would ex Italian Prime Minister invest any money in crypto ? Lol

this were also my thoughts. And BTW his name is Silvio Berlusconi not Sergio!
sr. member
Activity: 419
Merit: 250
Why would ex Italian Prime Minister invest any money in crypto ? Lol
hero member
Activity: 2147
Merit: 518
So how far can DGB grows?
To the moon ?

Just traded 70 SAT and broke to a new short term high. Price is testing the top of the range I mentioned in the chart I posted a couple of days ago. Get up above that, and the "other possibility" gets much more likely. Very healthy price action in general. There looks to be a clear absence of "whales" and P&Ders. In my opinion the price rise is very organic looking (which means 'look out' because when the whales get to the game late, things can really light up).


Hope you make it to the round table, you have a very interesting take on things and it would be good to hear a discussion between yourself and Jared.

I think we all should be at the round table and hope it really happens!  Grin


Ohhhh that would be desirable. As I mentioned in my previous post, Im sergio berlusconis supporter and can tell him a few things about u. In a good sense. Even fraction of money he holds in a bank vault will be enough to lift capitalization of an average coin above 19 billion surpassing bitcoin and making all the other cryptos look like niche appcoins.
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity
So how far can DGB grows?
To the moon ?

Just traded 70 SAT and broke to a new short term high. Price is testing the top of the range I mentioned in the chart I posted a couple of days ago. Get up above that, and the "other possibility" gets much more likely. Very healthy price action in general. There looks to be a clear absence of "whales" and P&Ders. In my opinion the price rise is very organic looking (which means 'look out' because when the whales get to the game late, things can really light up).


Hope you make it to the round table, you have a very interesting take on things and it would be good to hear a discussion between yourself and Jared.

I think we all should be at the round table and hope it really happens!  Grin
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity
We are showing the Crypto community that a smooth SegWit softfork is possible.

We are almost on 60%:
https://segwit.digiexplorer.info/

Any issues people report is quickly resolved on the DGB Telegram group:
https://t.me/DigiByteCoin

The blockchain is running smoothly:
https://digiexplorer.info/blocks

Lets get DGB added to http://segwit.co/ tweet @SamouraiWallet to get it added!



Thanks for the update Investopedia! Sure would be nice to have more detailed info regarding the issues resolved on the Telegram group. I don't want to join because I want to get the same data that the average user gets as a way of trying to keep myself aware of what the real information flow to end users looks like "in real time". Seriously, is there a FAQ being built as a result of that trouble shooting? A database perhaps?  Wink  Would love to at least see it posted here.
sr. member
Activity: 469
Merit: 260
This will help a lot to bring new people on board being at the opening trading page of bittrex as it is by itself a very good what can happen on any coin these days. This is time for some updates which can just boost the increase of community with more people to join us. I do believe market can grow much more easily.
you can get news on Roundtable & SegWit Discussion!
https://www.youtube.com/watch?v=PDr6Uk7iiVM
Jump to: