Bitcoin Forum
May 06, 2024, 07:44:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 [1330] 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 ... 1832 »
  Print  
Author Topic: ★★DigiByte|极特币★★[DGB]✔ Core v6.16.5.1 - DigiShield, DigiSpeed, Segwit  (Read 3055611 times)
IloveDigibyte
Full Member
***
Offline Offline

Activity: 303
Merit: 100


POS / PRIMENODES


View Profile
March 29, 2016, 10:04:18 AM
 #26581

Digibyte community, keep posting until we get to a new page and don't quote crypto_beast.

1715024658
Hero Member
*
Offline Offline

Posts: 1715024658

View Profile Personal Message (Offline)

Ignore
1715024658
Reply with quote  #2

1715024658
Report to moderator
1715024658
Hero Member
*
Offline Offline

Posts: 1715024658

View Profile Personal Message (Offline)

Ignore
1715024658
Reply with quote  #2

1715024658
Report to moderator
1715024658
Hero Member
*
Offline Offline

Posts: 1715024658

View Profile Personal Message (Offline)

Ignore
1715024658
Reply with quote  #2

1715024658
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bram_vnl
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
March 29, 2016, 10:06:43 AM
 #26582


wow what is that?
dream7000
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
March 29, 2016, 10:10:07 AM
 #26583

I do not care about rumors and untruths that some here are trying to sell.

I'm interested in the progress of talks with Azure?

IloveDigibyte
Full Member
***
Offline Offline

Activity: 303
Merit: 100


POS / PRIMENODES


View Profile
March 29, 2016, 10:13:04 AM
 #26584

I do not care about rumors and untruths that some here are trying to sell.

I'm interested in the progress of talks with Azure?

It's also important to move away from bitcoin. Who cares if the code is 3 years old, it works as intended.

24hralttrade
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


Community Liaison,How can i help you?


View Profile WWW
March 29, 2016, 10:17:31 AM
 #26585

I do not care about rumors and untruths that some here are trying to sell.

I'm interested in the progress of talks with Azure?

Everything is submitted and signed now we just need to wait for MS to accept and ad Digibyte.

Want to see the Future of Retail omnichannel demo store powered by Digibyte & Tofugear teams?
Please feel free to contact me if you have anything to report or you have any questions.
dream7000
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
March 29, 2016, 10:29:10 AM
 #26586

I do not care about rumors and untruths that some here are trying to sell.

I'm interested in the progress of talks with Azure?

Everything is submitted and signed now we just need to wait for MS to accept and ad Digibyte.

I saw that the requirements XEM today removed from a g reasons. No such indications at our?

b1007
Sr. Member
****
Offline Offline

Activity: 404
Merit: 500


View Profile
March 29, 2016, 10:30:51 AM
 #26587

I do not care about rumors and untruths that some here are trying to sell.

I'm interested in the progress of talks with Azure?

Everything is submitted and signed now we just need to wait for MS to accept and ad Digibyte.

I saw that the requirements XEM today removed from a g reasons. No such indications at our?

NEM is a totally different kind of project that wishes to consolidate its independence, for DGB Azure is a good match though.  Wink

I like to speculate
DGBforver
Full Member
***
Offline Offline

Activity: 127
Merit: 100



View Profile
March 29, 2016, 10:31:45 AM
 #26588

Where is the proof the code is 3 years old?

this is technical, get someone who actually understand programming to verify it for you if you dont believe me.

it is well known that dgb forked from myriad, if you go to the myriad github repo https://github.com/myriadcoin/myriadcoin you will see some info at top left, 1) myriad itself has only done 151 commits 2) myriad forked from zetacoin
we then go to zetacoins github https://github.com/zetacoin/zetacoin you will see some info at top left 1) zetacoin forked from bitcoin 2) it is an amazing 6103 commits behind bitcoin

from this we can infer that myriad was also 6103 commits behind bitcoin, and that when digibyte was forked from myriad it would also then be 6103 commits behind.

of course at this point you are going to claim digibyte updated the code after forking, but here is a simple script that will prove you wrong
Code:
rm -rf dgb
rm -rf myr
#clone the 2 for comparison
git clone https://github.com/digibyte/digibyte.git
git clone https://github.com/myriadcoin/myriadcoin.git
cp -rf myriadcoin myr
cp -rf digibyte dgb
#normalise name changes for comparison
find myr -type f -exec sed -i 's/bitcoin/shitcoin/gI' {} +
find myr -type f -exec sed -i 's/digibyte/shitcoin/gI' {} +
find myr -type f -exec sed -i 's/myriadcoin/shitcoin/gI' {} +
find myr -type f -exec sed -i 's/myriad/shitcoin/gI' {} +
find dgb -type f -exec sed -i 's/bitcoin/shitcoin/gI' {} +
find dgb -type f -exec sed -i 's/digibyte/shitcoin/gI' {} +
find dgb -type f -exec sed -i 's/myriadcoin/shitcoin/gI' {} +
find dgb -type f -exec sed -i 's/myriad/shitcoin/gI' {} +
#delete images and localisation files as these are not code and create a lot of noise
rm -rf dgb/src/qt/res
rm -rf myr/src/qt/res
rm -rf dgb/src/qt/locale
rm -rf myr/src/qt/locale
#compare the src directories to get an idea of how much code has been added
diff -rubd myr/src/ dgb/src/ | grep -E "^[+][^+]" | wc -l
if you run this script you will find that there are only (and this is an upper bound) 1118 differences (most of these are from myriad side, as I showed in my earlier posts the entire code written by th e digibyte team is as little as 500 lines with most of that being generic stuff a child could change) between the current myriad and digibyte codebases if digibyte  had updates to the latest bitcoin these differences would be much greater.

from this it is safe to infer that digibyte is on the same bitcoin codebase as zetacoin and myriad - the exact bitcoin commit zetacoin forked from is here https://github.com/bitcoin/bitcoin/commit/6d89611c3aaa85798c4d70d20e35e6bcb7bdd5c0 and dates back to 2013 meaning digibyte is terribly out of date and missing lots of features and bug fixes from bitcoin


of course I expect you still wont believe me so here is another script
Code:
rm -rf dgb
rm -rf btc
rm -rf btcforkpoint
#clone the 2 for comparison
git clone https://github.com/digibyte/digibyte.git
git clone https://github.com/bitcoin/bitcoin.git
cp -rf digibyte dgb
cp -rf bitcoin btc
cp -rd bitcoin btcforkpoint
#revert the repo to the point where digibyte was forked from
cd btcforkpoint
git reset --hard 6d89611c3aaa85798c4d70d20e35e6bcb7bdd5c0
cd ..
#normalise name changes for comparison
find dgb -type f -exec sed -i 's/bitcoin/shitcoin/gI' {} +
find dgb -type f -exec sed -i 's/digibyte/shitcoin/gI' {} +
find btc -type f -exec sed -i 's/bitcoin/shitcoin/gI' {} +
find btc -type f -exec sed -i 's/digibyte/shitcoin/gI' {} +
find btcforkpoint -type f -exec sed -i 's/bitcoin/shitcoin/gI' {} +
find btcforkpoint -type f -exec sed -i 's/digibyte/shitcoin/gI' {} +
#delete images and localisation files as these are not code and create a lot of noise
rm -rf dgb/src/qt/res
rm -rf btc/src/qt/res
rm -rf btcforkpoint/src/qt/res
rm -rf dgb/src/qt/locale
rm -rf btc/src/qt/locale
rm -rf btcforkpoint/src/qt/locale
#compare the src directories to get a basic idea of how much is different
diff -rubd dgb/src/ btc/src/ | grep -E "^[+][^+]" | wc -l
diff -rubd dgb/src btcforkpoint/src/ | grep -E "^[+][^+]" | wc -l
this script compares the latest digibyte codebase to the current bitcoin codebase and to the 2013 bitcoin codebase, it finds the 2013 codebase much more similar, this proves that digibyte has not kept updates with bitcoin






Crypto_Beast you know your way around code, I know hackers get poached by government to work for them. Would you consider being a developer for digibyte to update the code? A good friend of mine has confirmed you are telling the truth in this regard.

CryptoBrother
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250

I LOVE THE LIR PROJECT


View Profile
March 29, 2016, 10:38:24 AM
 #26589

Is digibyte planning on securing a partnership with gamebet? I think it would be good to try and cement something now before they get big.

I love the ACES dev for giving me my investment back Smiley
24hralttrade
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


Community Liaison,How can i help you?


View Profile WWW
March 29, 2016, 10:48:19 AM
 #26590

Is digibyte planning on securing a partnership with gamebet? I think it would be good to try and cement something now before they get big.
Yes, We have been in contact with Gamebet and they are looking into it.

Want to see the Future of Retail omnichannel demo store powered by Digibyte & Tofugear teams?
Please feel free to contact me if you have anything to report or you have any questions.
robox
Full Member
***
Offline Offline

Activity: 138
Merit: 100


View Profile WWW
March 29, 2016, 10:52:58 AM
 #26591

im syncing to the network... can someone post a few nodes much thanks

do you like rare coins? check out http://unobtanium.uno/ and http://www.triangles.network please follow me on twitter @heyrobok.. join my discord server @ http://discord.me/triangles
CryptoBrother
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250

I LOVE THE LIR PROJECT


View Profile
March 29, 2016, 11:00:24 AM
 #26592

Is digibyte planning on securing a partnership with gamebet? I think it would be good to try and cement something now before they get big.
Yes, We have been in contact with Gamebet and they are looking into it.

That's what I was hoping to hear. I was going to buy 4 btc of gbt tomorrow but I think now I'll buy only 3 and put 1 more btc into digibyte.
I do have one more question though. How did you pick the name digibyte?

I love the ACES dev for giving me my investment back Smiley
Ivanech
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1014


View Profile
March 29, 2016, 11:00:34 AM
 #26593

Is there any links to writed confirmation that Riot Games has officially approved DigiByte Gaming for advanced API access?
Roderxpol
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 29, 2016, 11:04:58 AM
 #26594

Can someone please assist, I haven't opened my digibyte wallet for about a year and it's not syncing after leaving it open over night.
Ivanech
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1014


View Profile
March 29, 2016, 11:11:02 AM
 #26595

Can someone please assist, I haven't opened my digibyte wallet for about a year and it's not syncing after leaving it open over night.

Have you updated your wallet to the latest 4.0.3 version?
Meeren
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 29, 2016, 11:11:41 AM
 #26596

Hi, my wallet wont sync...when i started the system yesterday it displayed "8 week(s) behind", now it displays "9 week(s) behind". Over night it stayed on 9 weeks, is the blockchain just masive or do i need to reset something? Yesterday i've updated from version 3 to version 4 and i have backed up my wallet in a safe spot  Grin

Great devlopments by the way, since the creation of digibyte only good things happend! Really glad i'm a (silent) part of this!!!

Thanks  Smiley

You might try a reindex to see if that works for you. If your on windows try the following

Navigate to the folder where digibyte-qt is and making sure nothing is selected hold shift and then right click.
From the right click menu select "Open command prompt here".
With the command prompt open type in

Code:
digibyte-qt --reindex

It will take a little while for you to grab all the blocks but it should get you up and running.

cheers

This worked perfectly for me, thanks a lot!

Update your wallet and try to reindex. This worked perfect for me Smiley
Roderxpol
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 29, 2016, 11:13:11 AM
 #26597

Can someone please assist, I haven't opened my digibyte wallet for about a year and it's not syncing after leaving it open over night.

Have you updated your wallet to the latest 4.0.3 version?

I am using the iOS wallet but can't find the link to update.
RJF19
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


AKA RJF - Since '14 - On line since '84


View Profile
March 29, 2016, 11:15:02 AM
 #26598


Hi guys. I know I said I wouldn't come back, but I can't resist...


So, you are also a liar, thanks for confirming that...

Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time. Thomas A. Edison
24hralttrade
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


Community Liaison,How can i help you?


View Profile WWW
March 29, 2016, 11:15:42 AM
 #26599

Can someone please assist, I haven't opened my digibyte wallet for about a year and it's not syncing after leaving it open over night.

Have you updated your wallet to the latest 4.0.3 version?

I am using the iOS wallet but can't find the link to update.

http://digibyte.co/choose_wallet

Want to see the Future of Retail omnichannel demo store powered by Digibyte & Tofugear teams?
Please feel free to contact me if you have anything to report or you have any questions.
24hralttrade
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


Community Liaison,How can i help you?


View Profile WWW
March 29, 2016, 11:18:02 AM
 #26600

Is there any links to writed confirmation that Riot Games has officially approved DigiByte Gaming for advanced API access?
No, But would it work if they not give acces?

Want to see the Future of Retail omnichannel demo store powered by Digibyte & Tofugear teams?
Please feel free to contact me if you have anything to report or you have any questions.
Pages: « 1 ... 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 [1330] 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 ... 1832 »
  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!