xcell
Newbie
Offline
Activity: 41
Merit: 0
|
|
March 28, 2016, 10:55:52 AM |
|
where i can vote dota2?
you can vote here
|
|
|
|
visaco
|
|
March 28, 2016, 11:05:30 AM |
|
did you fixed your problem? i ' m in the same situation as you visaco usually... the only altcoin i use is faircoin. why faircoin?because i don't have choice. close to my village there is a community an ecovillage who accept only Faircoin for their products ... and because my mom like their honey i have no choice just to convert my btc to faircoin right now i need 1200 Eur to buy a scooter so i decided yesterday to risk and invest 2 btc ... 1btc --> in digibyte and 1 btc ---> nem which seems to me a good bet...i've received my Xem without any issue then i used shapshit for bdg i checked the blockchain the money was there and everything was normal. but this morning i was surprised to see the empty balance it is scary like visaco and many people here i ' m facing the same issue of synchronization. the rescan/reset of blockchain seems not working either here is my transaction http://digiexplorer.info/address/DDKCptb5d3qET1y7SZ9Pru9BBzbqehS752bad investment forget about digibyte maybe Nem but dgb it doesnt worth it people start dumping this crap anyway 26 DigiByte DigiByte 3,329,351.8€ 0€ 6,180,705,059 DGB 1,427,873.41€ -13.97 %
|
I have told you NEM will make you a millionaire and we have made it ...IOST is the new baby Money making machine. keep an eye on this little Monster...
|
|
|
myriadcoin
|
|
March 28, 2016, 11:16:40 AM |
|
Some perspective here, lets do a basic code comparison between digibyte and the coin it forked. A simple script that anyone can run to verify this. #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
Result? Only 1118 lines as an upper bound and this is still being extremely generous. This still includes a bunch of generic junk that cant be considered code checkpoints seeds and stuff, name changes that have sitll crept in, code that actually changed on the myr side of things and so on. Realistically digibyte has added about 500 lines of code at most, this is utterly tiny, and then we have the android wallet which has even less changes and doesn't even work and they want the community to deal with that. What are the developers in hong kong doing, sitting around circle jerking all day long? It is quite simple people - 250k investment is a lie, hong kong developers are a lie, digibyte is a lie, jared is a con artist and is taking you all for fools which apparently you are as you keep singing his praises while he continues to steal from you. Okay, so i checked it for you visaco. downloaded the Android wallet and sent 10dgb to it to test it. It showed up on the blockchain but not on my wallet, so there is definitely a problem with the wallet. Its synced and everything so i have no clue how to fix this except to ask the dev team. Hope you don't kill me today for trying to help you
is your wallet fully synced? It would probably take a while as the checkpoint is a bit old (1370000 iirc). Go into settings on the wallet, hit rescan/resync blockchain and the funds will appear after a few minutes. If anyone would like to take on updating the Android wallet we can organize a community bounty for the project ( this is the idea behind digis4commits). A bounty? Surely the $250k usd investment can't be depleted already? $250k investment? LOL you have to be kidding. A coin that literally just forked myriad - spent over a year hyping 'digispeed' which turned out to be just changing a few variables in the code, still managed to screw that up somehow and had to revert the little they did change, has done crap all updates since then. Has developed absolutely nothing original. A proper developer could be hired for a lot less than $250k to do more in a week than this coin has done in a year, other coins are doing a lot more with absolutely no or much less funding, it is quite clear the $250k investment never existed, complete scam just like this coin is, anyone who has not yet twigged on that this is a scam is an utter moron. Luckily the Myriad Android wallet is up to date! Finally, someone who gets it. This coin's main innovations are 'premine', 'large instamine', and 'dishonest marketing'.
|
Myriad: the ORIGINAL and fairest distribution 5 algo coin, which I did not develop. http://myriadcoin.orgNOT the Myriad developer. Just a fan.
|
|
|
Wysi
|
|
March 28, 2016, 11:59:51 AM Last edit: March 28, 2016, 12:10:18 PM by Wysi |
|
the amount of butthurt in this thread is staggering.
NOT the Myriad developer. Just a fudding bagholder.
|
|
|
|
RB25
|
|
March 28, 2016, 12:18:34 PM |
|
3 people having some issues does not mean devs are incompetent. Acting like a spoiled child isn't going to get you the help you require.
|
| .BITSONG. | ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ | | ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ | | ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ | |
|
|
|
Telenong
|
|
March 28, 2016, 12:24:25 PM |
|
Some perspective here, lets do a basic code comparison between digibyte and the coin it forked. A simple script that anyone can run to verify this. #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
Result? Only 1118 lines as an upper bound and this is still being extremely generous. This still includes a bunch of generic junk that cant be considered code checkpoints seeds and stuff, name changes that have sitll crept in, code that actually changed on the myr side of things and so on. Realistically digibyte has added about 500 lines of code at most, this is utterly tiny, and then we have the android wallet which has even less changes and doesn't even work and they want the community to deal with that. What are the developers in hong kong doing, sitting around circle jerking all day long? It is quite simple people - 250k investment is a lie, hong kong developers are a lie, digibyte is a lie, jared is a con artist and is taking you all for fools which apparently you are as you keep singing his praises while he continues to steal from you. Okay, so i checked it for you visaco. downloaded the Android wallet and sent 10dgb to it to test it. It showed up on the blockchain but not on my wallet, so there is definitely a problem with the wallet. Its synced and everything so i have no clue how to fix this except to ask the dev team. Hope you don't kill me today for trying to help you
is your wallet fully synced? It would probably take a while as the checkpoint is a bit old (1370000 iirc). Go into settings on the wallet, hit rescan/resync blockchain and the funds will appear after a few minutes. If anyone would like to take on updating the Android wallet we can organize a community bounty for the project ( this is the idea behind digis4commits). A bounty? Surely the $250k usd investment can't be depleted already? $250k investment? LOL you have to be kidding. A coin that literally just forked myriad - spent over a year hyping 'digispeed' which turned out to be just changing a few variables in the code, still managed to screw that up somehow and had to revert the little they did change, has done crap all updates since then. Has developed absolutely nothing original. A proper developer could be hired for a lot less than $250k to do more in a week than this coin has done in a year, other coins are doing a lot more with absolutely no or much less funding, it is quite clear the $250k investment never existed, complete scam just like this coin is, anyone who has not yet twigged on that this is a scam is an utter moron. Luckily the Myriad Android wallet is up to date! Finally, someone who gets it. This coin's main innovations are 'premine', 'large instamine', and 'dishonest marketing'. stupid, promote at page yourself!!
|
Digibyte donate : DGHhJ4r6QqW2GMXL9FcsHpteFLZV3V3VgN
|
|
|
Sharkzz1
Sr. Member
Offline
Activity: 880
Merit: 251
Think differently
|
|
March 28, 2016, 12:34:40 PM |
|
Man, cmon dude. Yesterday you said you had the problem so i downloaded the android wallet and tested it out just to help you out. And it worked out, i got the DGB on the wallet so whats the problem? you gotta let it sync fully before you can see the coins ofcourse. I understand that you're flipping out because 5m dgb is frozen, but to blame it on the dev team and calling it a shitcoin? Grow up dude, you sound really unthankful and goodluck with the frozen coins People that are so ignorant like you deserve it, yes i said it.
|
|
|
|
ghostycc
Sr. Member
Offline
Activity: 270
Merit: 250
Lovin' Crypto
|
|
March 28, 2016, 12:38:29 PM |
|
I had a problem with my android phone wallet as well. Did not use it in a while. Just had to reinitialize the blockchain entirely and my 30k dgb on it came back again correctly. Had to do it to tip someone The android wallet is working perfectly! Most problems are human made. Sometime you can help. Sometimes no. It you failed hard you cannot blame the Dev or the coin itself
|
Stop these Hype money, get in DGB! FrenchFrog FTW
|
|
|
CryptoFranke
Newbie
Offline
Activity: 7
Merit: 0
|
|
March 28, 2016, 12:48:46 PM |
|
Just wanna point out how excited I am about the upcoming conference in New York, I'm sure Jared will rock it once again at the conference, like he did in Africa a few weeks back After DGB was added on Azure yesterday, there is nothing in the way that can stop the raise of DGB now! And that wasn't even that big of a deal in comparison what's next All the big companies like IBM will get to know DGB and it's huge potential in 2 days at the FinDEVr New York 2016, that will be awesome!! Look at all those big players in the audience, that will attend the conference: http://newyork2016.findevr.com/#audienceIn addition to that, all the great projects of DGB, that are already finished and up and running, like DGBTip will gain even more popularity. I myself will use it when i start streaming in a few weeks on twitch.tv, the easiest way to get tipped, just a command in chat - so simple yet so great, no need for a hassle with paypal or anything. Just use your DGB you earned by playing League of Legends or Counter Strike (Dota 2 / Hearthstone planned to be added!) to support your favourite streamer. Lookin' forward into the DGB future, the people that sold these days, because DGB didn't grew as fast as they wanted - not like other coins, that have negative change because of the increasing value of BTC - will be so mad, that they left the boat for a fast, "minimal" profit :p Speaking in longterm vision here. Thanks Jared once again to you and your team, you are doing such a great work! We appriciate that
|
|
|
|
myriadcoin
|
|
March 28, 2016, 12:53:00 PM |
|
All the big companies like IBM will get to know DGB and it's huge potential in 2 days at the FinDEVr New York 2016, that will be awesome!! Look at all those big players in the audience, that will attend the conference: http://newyork2016.findevr.com/#audienceI will personally email every single conference attendee I am aware of and let them know about DGB's premine, instamine, and dishonest marketing. Thanks.
|
Myriad: the ORIGINAL and fairest distribution 5 algo coin, which I did not develop. http://myriadcoin.orgNOT the Myriad developer. Just a fan.
|
|
|
CryptoFranke
Newbie
Offline
Activity: 7
Merit: 0
|
|
March 28, 2016, 12:55:12 PM |
|
All the big companies like IBM will get to know DGB and it's huge potential in 2 days at the FinDEVr New York 2016, that will be awesome!! Look at all those big players in the audience, that will attend the conference: http://newyork2016.findevr.com/#audienceI will personally email every single conference attendee I am aware of and let them know about DGB's premine, instamine, and dishonest marketing. Thanks. A source to be trusted
|
|
|
|
RB25
|
|
March 28, 2016, 12:56:19 PM |
|
Wow. Your horse is out of the race and now you have to bad mouth other horses and issue threats. You're ready for American politics. No shame.
|
| .BITSONG. | ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ | | ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ | | ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ | |
|
|
|
myriadcoin
|
|
March 28, 2016, 12:57:14 PM |
|
All the big companies like IBM will get to know DGB and it's huge potential in 2 days at the FinDEVr New York 2016, that will be awesome!! Look at all those big players in the audience, that will attend the conference: http://newyork2016.findevr.com/#audienceI will personally email every single conference attendee I am aware of and let them know about DGB's premine, instamine, and dishonest marketing. Thanks. A source to be trusted Blockchain is public dude, and so are all the links to DGB using deceptive wording such as "first to fork to multi-algo." The source doesn't need to be trusted.
|
Myriad: the ORIGINAL and fairest distribution 5 algo coin, which I did not develop. http://myriadcoin.orgNOT the Myriad developer. Just a fan.
|
|
|
CoinHopper
Sr. Member
Offline
Activity: 280
Merit: 250
Two heads are better than one.
|
|
March 28, 2016, 01:00:20 PM |
|
3 people having some issues does not mean devs are incompetent. Acting like a spoiled child isn't going to get you the help you require.
3 people at the same time tho is not a coincidence. Im not having any troubles tho. So it may just be them.
|
|
|
|
ZaZ59
Member
Offline
Activity: 85
Merit: 10
|
|
March 28, 2016, 01:05:54 PM |
|
All the big companies like IBM will get to know DGB and it's huge potential in 2 days at the FinDEVr New York 2016, that will be awesome!! Look at all those big players in the audience, that will attend the conference: http://newyork2016.findevr.com/#audienceI will personally email every single conference attendee I am aware of and let them know about DGB's premine, instamine, and dishonest marketing. Thanks. No rage bro
|
|
|
|
ghostycc
Sr. Member
Offline
Activity: 270
Merit: 250
Lovin' Crypto
|
|
March 28, 2016, 01:21:35 PM |
|
All the big companies like IBM will get to know DGB and it's huge potential in 2 days at the FinDEVr New York 2016, that will be awesome!! Look at all those big players in the audience, that will attend the conference: http://newyork2016.findevr.com/#audienceI will personally email every single conference attendee I am aware of and let them know about DGB's premine, instamine, and dishonest marketing. Thanks. Trustful words haha. Thousands users happy and supporting against.... YOU. Good luck. Reading two post of you can reveal your rage only about jealousy. Get over it. Buy some DGB. Shut the duck up and move forward like a man.
|
Stop these Hype money, get in DGB! FrenchFrog FTW
|
|
|
RJF19
Sr. Member
Offline
Activity: 420
Merit: 250
AKA RJF - Since '14 - On line since '84
|
|
March 28, 2016, 01:31:32 PM |
|
Some perspective here, lets do a basic code comparison between digibyte and the coin it forked. A simple script that anyone can run to verify this. #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
Result? Only 1118 lines as an upper bound and this is still being extremely generous. This still includes a bunch of generic junk that cant be considered code checkpoints seeds and stuff, name changes that have sitll crept in, code that actually changed on the myr side of things and so on. Realistically digibyte has added about 500 lines of code at most, this is utterly tiny, and then we have the android wallet which has even less changes and doesn't even work and they want the community to deal with that. What are the developers in hong kong doing, sitting around circle jerking all day long? It is quite simple people - 250k investment is a lie, hong kong developers are a lie, digibyte is a lie, jared is a con artist and is taking you all for fools which apparently you are as you keep singing his praises while he continues to steal from you. Actually, it is quite simple, YOU ARE AN IDIOT or worse. Go back to your own coin and cry about it there, no one here has any interest in anything you have to say.
|
Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time. Thomas A. Edison
|
|
|
RJF19
Sr. Member
Offline
Activity: 420
Merit: 250
AKA RJF - Since '14 - On line since '84
|
|
March 28, 2016, 01:37:12 PM |
|
All the big companies like IBM will get to know DGB and it's huge potential in 2 days at the FinDEVr New York 2016, that will be awesome!! Look at all those big players in the audience, that will attend the conference: http://newyork2016.findevr.com/#audienceI will personally email every single conference attendee I am aware of and let them know about DGB's premine, instamine, and dishonest marketing. Thanks. You have to be the funniest guy who ever posted here, keep 'em coming! You're a riot!
|
Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time. Thomas A. Edison
|
|
|
esotericizm
|
|
March 28, 2016, 01:46:04 PM |
|
Some perspective here, lets do a basic code comparison between digibyte and the coin it forked. A simple script that anyone can run to verify this. #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
Result? Only 1118 lines as an upper bound and this is still being extremely generous. This still includes a bunch of generic junk that cant be considered code checkpoints seeds and stuff, name changes that have sitll crept in, code that actually changed on the myr side of things and so on. Realistically digibyte has added about 500 lines of code at most, this is utterly tiny, and then we have the android wallet which has even less changes and doesn't even work and they want the community to deal with that. What are the developers in hong kong doing, sitting around circle jerking all day long? It is quite simple people - 250k investment is a lie, hong kong developers are a lie, digibyte is a lie, jared is a con artist and is taking you all for fools which apparently you are as you keep singing his praises while he continues to steal from you. Actually, it is quite simple, YOU ARE AN IDIOT or worse. Go back to your own coin and cry about it there, no one here has any interest in anything you have to say. Says the person who cannot refute a single thing I have said, everything I have said is fact, run the script yourself and see. 2 years of 'development' for a couple hundred lines of code, what a joke. claiming to be a cutting edge crypto currency while sitting on a codebase that is now three years behind bitcoin, missing three years of bugfixes, a five year old toddler could perform the same code copy/paste with variable renames. digibyte does not have developers just snake oil salesmen. Says the guy completly ignoring every other project DGB has undertaken. Stop switching accounts, your not fooling anyone
|
|
|
|
b1007
|
|
March 28, 2016, 01:55:34 PM |
|
Oh noozzz competition is like "we gotta stop this before DGB goes mainstream and we are left behind in the dark" haterz gonna hate
|
I like to speculate
|
|
|
|