midnight_miner
|
|
March 17, 2016, 12:19:57 AM |
|
so, if you follow the github. i messed up by merging dev instead of rebasing it. only update your wallet to the new code on the master branch if you want to LOSE EVERYTHING.
im considering this the fair warning on that, and no if you do it you will not get refunded
Interesting development... I need to make some changes to my project to avoid GitHub commit hiccups to wallet source code base. Griffith, your a genius! You just help me add a new feature to my project. I will thank you some day....
|
|
|
|
Griffith
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
March 17, 2016, 03:28:38 AM |
|
so, if you follow the github. i messed up by merging dev instead of rebasing it. only update your wallet to the new code on the master branch if you want to LOSE EVERYTHING.
im considering this the fair warning on that, and no if you do it you will not get refunded
Interesting development... I need to make some changes to my project to avoid GitHub commit hiccups to wallet source code base. Griffith, your a genius! You just help me add a new feature to my project. I will thank you some day.... which part is interesting? the ability to properly compare your current block to a fork using my IsBeforeBlock and IsAfterBlock functions in main.cpp? these functions are both heavily commented to explain why doing height comparisons with those is 100x safer than comparing against pindexBest (which you should never do because its a variable that constantly changes so your comparisons arent against a constant value and potentially can change the results) or r u talking about the second addresses? which i wouldnt add to anything yet because they arent tested and probably have huge bugs in them
|
|
|
|
bitspill
Legendary
Offline
Activity: 2088
Merit: 1015
|
|
March 17, 2016, 06:15:09 AM |
|
so, if you follow the github. i messed up by merging dev instead of rebasing it. only update your wallet to the new code on the master branch if you want to LOSE EVERYTHING.
im considering this the fair warning on that, and no if you do it you will not get refunded
I'd suggest pushing another commit with the message to not use this build, it's easy to miss a forum post especially if you have notifications for git activity but not the other way.
|
|
|
|
GoldTiger69
|
|
March 17, 2016, 07:00:50 AM |
|
so, if you follow the github. i messed up by merging dev instead of rebasing it. only update your wallet to the new code on the master branch if you want to LOSE EVERYTHING.
im considering this the fair warning on that, and no if you do it you will not get refunded
I'd suggest pushing another commit with the message to not use this build, it's easy to miss a forum post especially if you have notifications for git activity but not the other way. Don't worry, it was a Saint Patrick's Day joke (At least that's what I think)
|
|
|
|
kiklo
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
March 17, 2016, 07:06:28 AM |
|
so, if you follow the github. i messed up by merging dev instead of rebasing it. only update your wallet to the new code on the master branch if you want to LOSE EVERYTHING.
im considering this the fair warning on that, and no if you do it you will not get refunded
I'd suggest pushing another commit with the message to not use this build, it's easy to miss a forum post especially if you have notifications for git activity but not the other way. Don't worry, it was a Saint Patrick's Day joke (At least that's what I think) I think you are confusing April Fool's Day with Saint Patrick's Day. https://en.wikipedia.org/wiki/Saint_PatrickThe Patron Saint of Ireland.
|
|
|
|
catotune
|
|
March 17, 2016, 03:15:32 PM |
|
so, if you follow the github. i messed up by merging dev instead of rebasing it. only update your wallet to the new code on the master branch if you want to LOSE EVERYTHING.
im considering this the fair warning on that, and no if you do it you will not get refunded
I'd suggest pushing another commit with the message to not use this build, it's easy to miss a forum post especially if you have notifications for git activity but not the other way. Can't you revert the master branch to the last known good commit? It's not great to knowingly leave the project in a state that will destroy people's coins if they update their wallet.
|
|
|
|
Griffith
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
March 17, 2016, 04:56:28 PM |
|
so, if you follow the github. i messed up by merging dev instead of rebasing it. only update your wallet to the new code on the master branch if you want to LOSE EVERYTHING.
im considering this the fair warning on that, and no if you do it you will not get refunded
I'd suggest pushing another commit with the message to not use this build, it's easy to miss a forum post especially if you have notifications for git activity but not the other way. Don't worry, it was a Saint Patrick's Day joke (At least that's what I think) nope not a joke. the new wallet has a double keypool system that may or may not at any given time attempt to refill itself and will erase all your current private keys resulting in a loss of all your coins. so, if you follow the github. i messed up by merging dev instead of rebasing it. only update your wallet to the new code on the master branch if you want to LOSE EVERYTHING.
im considering this the fair warning on that, and no if you do it you will not get refunded
I'd suggest pushing another commit with the message to not use this build, it's easy to miss a forum post especially if you have notifications for git activity but not the other way. Can't you revert the master branch to the last known good commit? It's not great to knowingly leave the project in a state that will destroy people's coins if they update their wallet. i plan to fix it on tonight or tomorrow (probably tomorrow due to time) so i was hoping a 1 day wait wouldnt hurt anyone too badly. thats the majority of the reason. also i was so mad at git yesterday. + lazy XD
|
|
|
|
GoldTiger69
|
|
March 17, 2016, 04:57:31 PM |
|
so, if you follow the github. i messed up by merging dev instead of rebasing it. only update your wallet to the new code on the master branch if you want to LOSE EVERYTHING.
im considering this the fair warning on that, and no if you do it you will not get refunded
I'd suggest pushing another commit with the message to not use this build, it's easy to miss a forum post especially if you have notifications for git activity but not the other way. Don't worry, it was a Saint Patrick's Day joke (At least that's what I think) I think you are confusing April Fool's Day with Saint Patrick's Day. https://en.wikipedia.org/wiki/Saint_PatrickThe Patron Saint of Ireland. Oh, yes, you're right. But it's really hard to believe that any dev will do such a thing and just leave it like that. I mean, where is the professionalism? And what about the so called quality? I just don't get it.
|
|
|
|
catotune
|
|
March 17, 2016, 05:42:45 PM |
|
i plan to fix it on tonight or tomorrow (probably tomorrow due to time) so i was hoping a 1 day wait wouldnt hurt anyone too badly. thats the majority of the reason. also i was so mad at git yesterday. + lazy XD
Ah, I hear you then. Everyone deserves a break when things get frustrating. I only commented because some people do use the source code from GitHub (myself included), and I'd hate for someone to lose their coins because they didn't read bitcointalk.
|
|
|
|
CapnBDL
|
|
March 17, 2016, 07:37:52 PM |
|
i plan to fix it on tonight or tomorrow (probably tomorrow due to time) so i was hoping a 1 day wait wouldnt hurt anyone too badly. thats the majority of the reason. also i was so mad at git yesterday. + lazy XD
Ah, I hear you then. Everyone deserves a break when things get frustrating. I only commented because some people do use the source code from GitHub (myself included), and I'd hate for someone to lose their coins because they didn't read bitcointalk. ++++1. A little time away is always better than making mistakes that cost funds (of any kind), soooo, be patient. We have the best working on the issues. And...GREAT surprises to follow. Thanks, CapnBDL
|
|
|
|
vegasguy (OP)
Legendary
Offline
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
|
|
March 17, 2016, 08:41:28 PM |
|
Guys Griffith has been working very hard on this. He did make an error, and he DID post and warn people about it. So, please dont be critical. Everyone makes mistakes and he did post about it. He has been an amazing dev for us , and good devs are near impossible to find these days, so please respect Griffith. He is very hard working and very talented and honest. I say this plain and simple. Griffith is the dev with the most time right now, so if anything, I would be praising him for moving this project forward, and he has taken on the most difficult part of this project: Free withdrawals for all.
Thank you
Vegas
|
I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
|
|
|
midnight_miner
|
|
March 17, 2016, 09:41:29 PM |
|
Guys Griffith has been working very hard on this. He did make an error, and he DID post and warn people about it. So, please dont be critical.
Thank you
Vegas
There are some of us that understand shit happens... Don't take it all to heart Griff and Vegas. I appreciate the updates. Keeps the nervous twitches under control.
|
|
|
|
vegasguy (OP)
Legendary
Offline
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
|
|
March 17, 2016, 09:52:49 PM |
|
Well you can all blame me for coming up with this crazy shit Vegas
|
I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
|
|
|
vegasguy (OP)
Legendary
Offline
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
|
|
March 17, 2016, 10:11:30 PM |
|
To those that have trusted me this long, I will continue to do right by you. Right now, I feel in such a great place. Im looking at all the pieces that I started with many months ago (Sept 2015), and I see it all coming together. Sometimes I forget to look back at the journey and see how far we have come. So many times, the easiest thing to do would have been to take the easy road or quit completely. But too many people believed in me and Team FLY. So I was never going to let you down. I always wanted to exceed your expectations. Ive been in crypto long enough to know most coins dont last but a few months, and if they do , they are worthless. Today is exactly 5 months since the birth of Fly, and it certainly has had many challenges, but its stable at 100,000 sats. Most coins couldnt even dream of a stable price beyond 1000 sats. This is in large thanks to everyone that has made fly a success. The next phase coming up in the next few days will be amazing. So many great additions to an already amazing coin: Free withdrawals for all while protecting the current price with antidump. The launch of our website that will sell many crypto services and only accepts fly for payment. The ability to earn unlimited fly for users that want to support the site by filling out a short form and reporting new wallets for the site, and earning fly each time. We will be adding a competition each 30 days to reward 100 fly to the user that uploads the most wallets to the site. The site will have stats , so youll see how you compare to others. (200 fly min to participate, and reward 2 fly per submission (takes about 30 seconds to fill out a short form). The quickest way to earn 200,000 sats, ever!!!! and much much more.... There are other cool surprises that are already in the works, but I will release that info as it happens I made a promise, in the beginning to keep fly exciting, and I will keep my promise to you. We have a GREAT future ahead of us, come FLY with us!!!!!!!!!! Vegas
|
I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
|
|
|
binmon
|
|
March 17, 2016, 10:35:02 PM |
|
I think catotune made a good point though; people might go to the git because they get notified of a change, and with no warning on that site to not use it, could easily lose coins. A warning here doesn't help over there. We all live with great intentions to get right back to it in short time...that doesn't prevent someone from getting there first. Not to mention we can't always do what we intend, and we MAY not return to fix something dangerous as we first intended. I don't think he was criticizing, just pointing out there's potential harm left in place without warning. I hope it doesn't happen, along with all of us.
|
|
|
|
vegasguy (OP)
Legendary
Offline
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
|
|
March 17, 2016, 10:41:30 PM |
|
Ill will talk with Griffith to make a note on it, not to use.
Vegas
|
I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
|
|
|
carlo_0000
Legendary
Offline
Activity: 1281
Merit: 1003
|
|
March 19, 2016, 10:48:25 PM |
|
my fly wallet crash each 2-3 days 1.9.3.0
|
|
|
|
GoldTiger69
|
|
March 19, 2016, 11:55:57 PM |
|
Hey guys, have anyone here tried to stake Fly in a Raspberry Pi? If so, it was straight forward? what kind of OS?
Thanks in advance.
|
|
|
|
midnight_miner
|
|
March 20, 2016, 10:31:20 PM |
|
Hey guys, have anyone here tried to stake Fly in a Raspberry Pi? If so, it was straight forward? what kind of OS?
Thanks in advance.
The limits to the PI even PI2 is that you can only run a couple of wallets. Short answer yes, long answer wait a couple of weeks I have something a little better.
|
|
|
|
GoldTiger69
|
|
March 20, 2016, 10:33:45 PM |
|
Hey guys, have anyone here tried to stake Fly in a Raspberry Pi? If so, it was straight forward? what kind of OS?
Thanks in advance.
The limits to the PI even PI2 is that you can only run a couple of wallets. Short answer yes, long answer wait a couple of weeks I have something a little better. Thank you, I'll wait then
|
|
|
|
|