Bitcoin Forum
September 05, 2024, 08:33:27 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 [65] 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 146 »
  Print  
Author Topic: OLD FLY THREAD  (Read 163640 times)
vegas_guy
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
October 31, 2015, 02:24:04 PM
Last edit: October 31, 2015, 02:51:33 PM by vegas_guy
 #1281

So I did a REALLY dumb thing last night. Ive never been a liar and I wont start now. My account got a temporary banned because I spammed the threads while looking for a support dev. All the posts got deleted and I got an ugly message on the screen as shown.

So I had 2 choices:

1 : Tuck it away and PRAY the ban is lifted quickly, and act like it never happened.
2. Be a man, be honest, maintain my integrity and tell everyone the truth, even if it makes me look like the dumbass I am.

So there it is, it is what it is. It sounds like most bans are 10 days. Ive already emailed the address in the message 3 times without response. So for now Ill maintain my high activity with this account and then in a few days when the ban is lifted Ill go back to my hero account. This REALLY sucks Sad

my direct email is vegasguy@bitcoinlasvegas.net if anyone wants to verify my identify. Everyone on TeamFLY thats on slack is fully aware of my situation and are very accepting of my stupidity. You can laugh at me now. Im not in a laughing mood right now. Does anyone know the typical penalty for spamming the forums? How long?

Vegas

http://s29.postimg.org/qovbamr5j/proof.jpg
http://s28.postimg.org/3o13jck71/slack.jpg

c00p3r
Member
**
Offline Offline

Activity: 101
Merit: 10

Frank Sinatra


View Profile
October 31, 2015, 02:51:26 PM
 #1282

Who is #5 in richlist, anyway?
vegas_guy
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
October 31, 2015, 02:54:38 PM
 #1283

I know who it is as I have all the original records from the swap. Ive emailed her and asked her to claim, and she said she wont. She wants to maintain her privacy. I told her she could put MissX in the name. All I can do to respect her privacy as she is registered in 2013 and is active.

vegas
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
October 31, 2015, 02:55:55 PM
 #1284

STILL can't load my wallet in V1.6 - is it possible my wallet.dat is fucked??

Sounds like your wallet may be corrupted. Do you have any backups???

Try salvagewallet, but of course make an additional backup first. Use the command line to launch the v1.4 wallet with
Code:
FlyCoin-Qt.exe -salvagewallet

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
ASICrefugee
Sr. Member
****
Offline Offline

Activity: 432
Merit: 250


View Profile
October 31, 2015, 03:01:54 PM
 #1285

STILL can't load my wallet in V1.6 - is it possible my wallet.dat is fucked??

Sounds like your wallet may be corrupted. Do you have any backups???

Try salvagewallet, but of course make an additional backup first. Use the command line to launch the v1.4 wallet with
Code:
FlyCoin-Qt.exe -salvagewallet

The backup I am attempting to load was the one I saved from V1.4 to do the update to V1.5 - I also have another backup dated from a week before, I will give that a try over the weekend in V1.6 and see if that works.
Thanks for all the help.
vegas_guy
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
October 31, 2015, 03:02:08 PM
 #1286

Cryus replied:

Hello,
Unfortunately, I can't really help with lifting your ban. If this was a first offense, most likely that it's a rather short term ban(and not a permanent ban). Wait a few days before trying to appeal again(3 times in 12 hours is way too much, they might actually ignore you for spamming).

Good luck,
Cyrus.

So whatever, Im  just going to have to wait this out. Simple as that.

Vegas
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
October 31, 2015, 03:04:20 PM
 #1287

STILL can't load my wallet in V1.6 - is it possible my wallet.dat is fucked??

Sounds like your wallet may be corrupted. Do you have any backups???

Try salvagewallet, but of course make an additional backup first. Use the command line to launch the v1.4 wallet with
Code:
FlyCoin-Qt.exe -salvagewallet

The backup I am attempting to load was the one I saved from V1.4 to do the update to V1.5 - I also have another backup dated from a week before, I will give that a try over the weekend in V1.6 and see if that works.
Thanks for all the help.

As a last ditch effort, if you cannot get it to work, you can pm me the .dat and I will try to create some custom code to get it to open up. It requires some trust, but I don't know what other options would be on the table.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
vegas_guy
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
October 31, 2015, 03:10:14 PM
 #1288

Im glad to help you too. A few of us had this issue and the fix is this:

load 1.4
dumpprivkey
sync1.5
import privkey
do -rescan

I will do it for you using teamviewer if you want.

Vegas
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
October 31, 2015, 03:12:33 PM
 #1289


Nice! But since I use Linux, I tried to compile the latest from GitHub and got an error:


Confirmed. Here is how I fixed this for me:

1. https://github.com/presstab/Fly-coin/blob/master/src/main.cpp#L589
changed line to
Code:
bool CTransaction::IsAdditionalFeeIncluded() const

2. https://github.com/presstab/Fly-coin/blob/master/src/main.h#L609
here to
Code:
bool IsAdditionalFeeIncluded() const; //presstab

3. https://github.com/presstab/Fly-coin/blob/master/src/main.h#L611
this line became
Code:
int64_t GetAdditionalFee() const //presstab

Thanks for coming up with a quick fix while I was sleeping Smiley Confirmed that this compiles on linux mint.

Commited https://github.com/presstab/Fly-coin/commit/3e859928069619f60f01c735bef3ea09253eca42

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
vegas_guy
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
October 31, 2015, 03:23:55 PM
 #1290

@Presstab, Im going to cool it with the wallet updates for a while. There have already been 6 in 2 months, and thats plenty. But in the future is it possible to add the -zapwallettxes command?
@Cooper , can you complie the mac wallet again for 1.6? I will send a FLY donation to you. I can post it on the OP once the ban is lifted in a few days.

Vegas
c00p3r
Member
**
Offline Offline

Activity: 101
Merit: 10

Frank Sinatra


View Profile
October 31, 2015, 03:33:39 PM
 #1291

@Cooper , can you complie the mac wallet again for 1.6?

Yes, I am working on it. I hope today it will be ready.
ASICrefugee
Sr. Member
****
Offline Offline

Activity: 432
Merit: 250


View Profile
October 31, 2015, 04:08:51 PM
 #1292

Im glad to help you too. A few of us had this issue and the fix is this:

load 1.4
dumpprivkey
sync1.5
import privkey
do -rescan

I will do it for you using teamviewer if you want.

Vegas

That would be most excellent, I already have TV installed.
I am just getting ready to go out to a Halloween party and I don't think I will be sober until Monday  Roll Eyes
Would it be OK to impose on your kindness next week? I am in the UK (Scotland, actually) so by next week I will be back to 5 hours ahead of you I think (your clocks go back tonight??).
Thanks again.

Thanks you as well to Presstab for your kind offer. I will see if Vegas can work his magic but if not I will be happy to send you my wallet.dat to look at.

Cheers all  Grin
vegas_guy
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
October 31, 2015, 04:16:42 PM
 #1293

Im glad to help you too. A few of us had this issue and the fix is this:

load 1.4
dumpprivkey
sync1.5
import privkey
do -rescan

I will do it for you using teamviewer if you want.

Vegas

That would be most excellent, I already have TV installed.
I am just getting ready to go out to a Halloween party and I don't think I will be sober until Monday  Roll Eyes
Would it be OK to impose on your kindness next week? I am in the UK (Scotland, actually) so by next week I will be back to 5 hours ahead of you I think (your clocks go back tonight??).
Thanks again.

Thanks you as well to Presstab for your kind offer. I will see if Vegas can work his magic but if not I will be happy to send you my wallet.dat to look at.

Cheers all  Grin

Did you send Presstab your debug.log to look at ? Please do that and let me know when your ready. You can pm me here or if I might have my ban lifted by then, pm me there or at vegasguy@bitcoinlasvegas.net

Vegas
ASICrefugee
Sr. Member
****
Offline Offline

Activity: 432
Merit: 250


View Profile
October 31, 2015, 04:32:29 PM
 #1294

Im glad to help you too. A few of us had this issue and the fix is this:

load 1.4
dumpprivkey
sync1.5
import privkey
do -rescan

I will do it for you using teamviewer if you want.

Vegas

That would be most excellent, I already have TV installed.
I am just getting ready to go out to a Halloween party and I don't think I will be sober until Monday  Roll Eyes
Would it be OK to impose on your kindness next week? I am in the UK (Scotland, actually) so by next week I will be back to 5 hours ahead of you I think (your clocks go back tonight??).
Thanks again.

Thanks you as well to Presstab for your kind offer. I will see if Vegas can work his magic but if not I will be happy to send you my wallet.dat to look at.

Cheers all  Grin

Did you send Presstab your debug.log to look at ? Please do that and let me know when your ready. You can pm me here or if I might have my ban lifted by then, pm me there or at vegasguy@bitcoinlasvegas.net

Vegas

Yes, I sent the debug log to Presstab and I posted the V1.6 failure in full on the previous page (didn't want to post it again and take up space).
Thanks again, I will PM you early Monday
c00p3r
Member
**
Offline Offline

Activity: 101
Merit: 10

Frank Sinatra


View Profile
October 31, 2015, 05:38:41 PM
 #1295

Mac Wallet v1.6

Download
virustotal
vegas_guy
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
October 31, 2015, 05:46:53 PM
 #1296

Ty cooper. As soon as I get my hero account back Ill post it on the OP.

Thanks
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
October 31, 2015, 07:30:35 PM
 #1297

I have been able to piece together a preliminary fix for wallet crash issues. The crash seems to only impact those that are resyncing their wallets. Bug fix being tested right now, sent a copy over to vegasguy for testing too. Will keep you all updated.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
chicken65
Hero Member
*****
Offline Offline

Activity: 770
Merit: 506


View Profile
October 31, 2015, 08:08:03 PM
 #1298

So I did a REALLY dumb thing last night. Ive never been a liar and I wont start now. My account got a temporary banned because I spammed the threads while looking for a support dev. All the posts got deleted and I got an ugly message on the screen as shown.

So I had 2 choices:

1 : Tuck it away and PRAY the ban is lifted quickly, and act like it never happened.
2. Be a man, be honest, maintain my integrity and tell everyone the truth, even if it makes me look like the dumbass I am.

So there it is, it is what it is. It sounds like most bans are 10 days. Ive already emailed the address in the message 3 times without response. So for now Ill maintain my high activity with this account and then in a few days when the ban is lifted Ill go back to my hero account. This REALLY sucks Sad

my direct email is vegasguy@bitcoinlasvegas.net if anyone wants to verify my identify. Everyone on TeamFLY thats on slack is fully aware of my situation and are very accepting of my stupidity. You can laugh at me now. Im not in a laughing mood right now. Does anyone know the typical penalty for spamming the forums? How long?

Vegas






Yup I saw a number o you posts such as the one on the Ethereum thread

"Im looking for a programmer for Flycon. Its a $2 coin"

Not cool, put me off considerably and you haven't answered how you can attract
new investors without visiting other coin threads.

This is basic stuff man or whats going to happen is those guys you gave coin to for free purely based on
their frequency of posts are going to dump when and if new guys like me start buying off the sheets.
vegas_guy
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
October 31, 2015, 09:14:48 PM
 #1299

I will answer you in the next hour right now Im bugtesting our new 1.6 build and Im pming the mods to get my main account back. I will answer you soon. Thanks for your patience.

Vegas
vegas_guy
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
October 31, 2015, 09:45:20 PM
 #1300

Ok I think Presstab nailed it and squashed some minor bugs for us.

Ok glad to answer your questions:

Quote
How you can attract new investors without visiting other coin threads?

Ok very good question. Ive ran many shops in Las Vegas for over 20 years. Im about the most intense businessman most people have ever met. I demand everything correct, and of the highest quality. I dont crush my competitors I obliterate them. I have many different service industries. There is no question where customers go when they want the best of everything. We dont even advertise and have a massive staff. The advertisement is the people that tell others about how great the quality is.

FLY will be the same way. In the cryptoworld, word spreads FAST. FLY is already growing exponentially every day. We hardly do anything to get the word out, it just will. People will talk and tell them about FLY. Finally a coin of the highest quality in everyway. So I know this is not normally how its done, but NOTHING about FLY is normal. Its meant to be opposite in every way.



Quote
Whats going to happen is those guys you gave coin to for free purely based on their frequency of posts are going to dump when and if new guys like me start buying off the sheets.


First you too will get the benefit of SuperFLY if you hold 100 FLY, but not more than 5000 FLY. If They dump they will get 1 small dump, not enough to even scratch the price, and then their wallet will tell me they have moved funds and then they will be removed from the list of superfly rewards. In order to benefit from superfly, you MUST do a name claim and NOT move any funds, and stay active in the thread. 97% of all the money supply is held by the top 18 and they are sworn not to dump and they havent even sold 1 coin. This coin is the FIRST anti-dump coin ever. Even if they nick the price but say 500 sats, FLY will recover within the hour. Its that strong. Hopefully this answers your questions. Im sorry I put you off. At the moment you asked your question was the exact moment my main got banned and I went into shere panic mode. I couldnt even answer you, my account was/is frozen.

Thank you for your interest, this helps educate others about FLY as its not a normal coin, and so it helps explain this to everyone a bit better.

Vegas
Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 [65] 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 146 »
  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!