Jumbley
Legendary
Offline
Activity: 1218
Merit: 1003
|
|
March 28, 2016, 12:08:05 AM |
|
Hello everyone, downloading wallets from OP doesnt work for me,, im redirected to blank page. Any idea?
Try from here. http://www.digibyte.co/choose_wallet
|
|
|
|
JanDzban
|
|
March 28, 2016, 12:10:05 AM |
|
Thx a lot, have nice day.
|
|
|
|
vtchaicovski
Newbie
Offline
Activity: 10
Merit: 0
|
|
March 28, 2016, 12:16:34 AM |
|
still got my windows wallet stuck...
can anyone help plz? Already reseted, already deleted and reinstaled... already re dowloaded the block chain... still stuck on 10 weeks ago... plz help
|
|
|
|
rayaodi
|
|
March 28, 2016, 12:43:40 AM |
|
still got my windows wallet stuck...
can anyone help plz? Already reseted, already deleted and reinstaled... already re dowloaded the block chain... still stuck on 10 weeks ago... plz help
4.0.3?
|
|
|
|
DigiByte (OP)
Legendary
Offline
Activity: 1722
Merit: 1051
Official DigiByte Account
|
|
March 28, 2016, 12:49:10 AM |
|
still got my windows wallet stuck...
can anyone help plz? Already reseted, already deleted and reinstaled... already re dowloaded the block chain... still stuck on 10 weeks ago... plz help
Can you post a screen shot to confirm you are on DigiSpeed v4.0.3. Also are you behind a firewall blocking port 12024?
|
|
|
|
Jumbley
Legendary
Offline
Activity: 1218
Merit: 1003
|
|
March 28, 2016, 01:15:33 AM |
|
still got my windows wallet stuck...
can anyone help plz? Already reseted, already deleted and reinstaled... already re dowloaded the block chain... still stuck on 10 weeks ago... plz help
Can you post a screen shot to confirm you are on DigiSpeed v4.0.3. Also are you behind a firewall blocking port 12024? or if everyone has gone to bed when you get back. Close your wallet, wait a minute then re open it. Go to help menu in your wallet. Select Debug window. Open the debug log file. Save a copy of it and send it to dev@digibyte.co with a description of your issue.
|
|
|
|
esotericizm
|
|
March 28, 2016, 02:23:15 AM |
|
still got my windows wallet stuck...
can anyone help plz? Already reseted, already deleted and reinstaled... already re dowloaded the block chain... still stuck on 10 weeks ago... plz help
4.0.3? Hey if you still can't get it working download this bootstrap.dat I created which I'll make sure is updated every couple of weeks for anyone that wants to use it. http://digiexplorer.info/bootstrap.dat Delete the blocks and chainstate folder along with debug.log place bootstrap.dat in the same folder as wallet.dat and run digibyte wallet normally. You are getting stuck around the hard fork height we had a couple of months ago which is why you should ensure you are on the latest wallet.
|
|
|
|
ymod123
|
|
March 28, 2016, 02:43:26 AM |
|
hello I downloaded new wallet and still stuck 10 weeks
|
|
|
|
frottirzokni
Member
Offline
Activity: 91
Merit: 10
|
|
March 28, 2016, 05:40:03 AM |
|
hello I downloaded new wallet and still stuck 10 weeks
What is the name of the install file you downloaded? Something like "digibyte- 4.0.3-win64-setup.exe"?
|
|
|
|
jahras
|
|
March 28, 2016, 06:31:11 AM |
|
Why is it a good thing for a coin to be on Azure? How does this increase usability or adoption?
|
|
|
|
Oil man
Member
Offline
Activity: 114
Merit: 10
|
|
March 28, 2016, 06:59:13 AM |
|
where i can vote dota2?
|
nyari jodoh
|
|
|
visaco
|
|
March 28, 2016, 07:23:10 AM |
|
|
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...
|
|
|
RB25
|
|
March 28, 2016, 07:33:49 AM |
|
Wow, dude. Everything works fine for everyone else and you're calling the Devs incompetent? Talk about misplaced anger. Did you ever think something was wrong with your computer/device? Sorry this is happening, but I don't think its a Dev incompetence problem when everyone else is doing fine.
|
| .BITSONG. | ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ | | ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ ████ | | ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ | |
|
|
|
visaco
|
|
March 28, 2016, 07:50:34 AM |
|
Wow, dude. Everything works fine for everyone else and you're calling the Devs incompetent? Talk about misplaced anger. Did you ever think something was wrong with your computer/device? Sorry this is happening, but I don't think its a Dev incompetence problem when everyone else is doing fine.
subir fotoi m angry because i cant access to my money cant move them can do anything.. we supposed to have total control on our money¿... with this kind of problem can t stay calm better fixing them...
|
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...
|
|
|
esotericizm
|
|
March 28, 2016, 08:14:21 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. Didn't changetip get something like 3 million in seed money to develop their tipping platform?. What about Digibyte gaming, where did the money for that come from? What about the conferences and events Jared has attended? Your forgetting a whole list of achievments and platforms that the team has worked on.
|
|
|
|
esotericizm
|
|
March 28, 2016, 08:17:32 AM |
|
Use your words and you'll get better responses. The wallet you've downloaded takes time to sync upto the network. It sounds like (and looks like it based on those screenshots) you've been impatient and reset the blockchain before letting it sync fully. Post the transaction id or the wallet address you sent the coins to if you want to be taken seriously.
|
|
|
|
benjamoyne
|
|
March 28, 2016, 08:27:50 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. LOL Couldn't get a response so your answer is to start a sock puppet account??!
|
|
|
|
DGBforver
|
|
March 28, 2016, 10:02:48 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. LOL Couldn't get a response so your answer is to start a sock puppet account??! My technical knowledge is not good but what does this mean? Is the 250k being spent more on marketing then development? The blockchain is good enough as it is. Marketing is 90% of success.
|
|
|
|
1kgtomato
Newbie
Offline
Activity: 7
Merit: 0
|
|
March 28, 2016, 10:45:05 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/DDKCptb5d3qET1y7SZ9Pru9BBzbqehS752
|
|
|
|
Jumbley
Legendary
Offline
Activity: 1218
Merit: 1003
|
|
March 28, 2016, 10:53:02 AM |
|
I just love the way some people ask for help and still expect to get some. I guess I know they are not really asking for help at all.
|
|
|
|
|