Pages:
Author

Topic: [ANN] FlutterCoin FLT Proof Of Transaction Cash Back for Sending & Recieving - page 40. (Read 368041 times)

member
Activity: 118
Merit: 10
Using ofeefee .conf file, I was finally able to reload my wallet all the way after it locking up 2 times. Current block the wallet shows is block 87489.
Offical block crawler is on 86944.

I have 79,000 FLT all orphaned PoS, wtf.



Sorry to go off topic, but how many coins do you need to have 70000 POS reward?

about 800k or so, that's real nice! My PoS is usually around 8-10% per stake.

Can you please elaborate more? Let's say I have 300k If I stake I would earn ~30k a month? Thank you
member
Activity: 119
Merit: 10
I am trying to figure out if I can on the "right" chain. My block count matches http://explorer.fluttercoin.us/ but diff doesn't match. And my friend has a way higher block count and diff. His diff is closer to http://flt.bitember.com.

What is right? Should I stop solo mining till this is figured out? I am finding a lot of blocks.

to check mine, when i hit a block, i grab the transid, pop it into the explorer, if it's there, you know you are correct!  At least for the official explorer.

Who knows what's going to happen where when/if they decide to fix it...

The first block I found shows up but I couldn't find a 2nd. I am resyncing without specifying the nodes in the config.  I have a backup of the old files.


Is http://explorer.fluttercoin.us/ on the right chain? I have 10FLT confirmed but their diff is different that what I get in debug getinfo.


Also I have confirmed balance but staking says I don't have mature coins, confused.
legendary
Activity: 1023
Merit: 1001
Tokenize Fantasy Sports
I am trying to figure out if I can on the "right" chain. My block count matches http://explorer.fluttercoin.us/ but diff doesn't match. And my friend has a way higher block count and diff. His diff is closer to http://flt.bitember.com.

What is right? Should I stop solo mining till this is figured out? I am finding a lot of blocks.

to check mine, when i hit a block, i grab the transid, pop it into the explorer, if it's there, you know you are correct!  At least for the official explorer.

Who knows what's going to happen where when/if they decide to fix it...
member
Activity: 119
Merit: 10
I am trying to figure out if I can on the "right" chain. My block count matches http://explorer.fluttercoin.us/ but diff doesn't match. And my friend has a way higher block count and diff. His diff is closer to http://flt.bitember.com.

What is right? Should I stop solo mining till this is figured out? I am finding a lot of blocks.
legendary
Activity: 1023
Merit: 1001
Tokenize Fantasy Sports

pruned some of the nodes that were no longer responding, clients shut down.  And we got some new friends synced up.

NOTE - do not use these if you are on the other chains, you will have issues with your client, as will these that you are connecting to.  You need to delete all that is in your %appdata%\fluttercoin (except wallet.dat).
Create fluttercoin.conf and start qt, I'm testing it from scratch at the moment, I synced earlier just looking for nodes, and got the wrong chain, yeah! BOO HISS!

I modified this so I could solo mine to add some additional hashrate, and some block traffic...also I changed listen=0 so it doesn't accept outside connections while you sync.  I just had an issue where I saw a bad chain in my peer list.  monitoring it...

connect=54.203.244.170
connect=54.203.244.27
connect=54.199.237.235
connect=98.220.203.77
connect=76.177.91.53
connect=71.61.60.138
connect=192.99.159.64
connect=209.124.227.24
connect=70.70.239.50
connect=107.170.172.93
connect=66.11.162.228
connect=192.3.177.246
connect=98.193.106.107
connect=69.59.38.87
connect=86.212.55.167
connect=173.192.30.91
connect=178.203.9.140
connect=213.214.63.127
connect=65.6.105.7
server=1
rpcuser=ofeefee
rpcpassword=x
listen=0
noirc=1
rpcallowip=192.168.1.*

oh and it's not fluttercoin, but this wiki is nice, has descriptions of what different things do in your conf file.
https://en.bitcoin.it/wiki/Running_Bitcoin




**confirmed** full sync without any other nodes jumping in to mess it up.  

After you do sync up you want to close the client and modify listen=0 to listen=1  It is going to cause your client to lock up if a bad peer connects, but if you aren't doing anything but letting it run, at least someone can connect to you to download.  Can always kill it, set listen=0 to do whatever, then switch it back on as needed.
legendary
Activity: 1023
Merit: 1001
Tokenize Fantasy Sports
Using ofeefee .conf file, I was finally able to reload my wallet all the way after it locking up 2 times. Current block the wallet shows is block 87489.
Offical block crawler is on 86944.

I have 79,000 FLT all orphaned PoS, wtf.



Sorry to go off topic, but how many coins do you need to have 70000 POS reward?

about 800k or so, that's real nice! My PoS is usually around 8-10% per stake.
legendary
Activity: 1023
Merit: 1001
Tokenize Fantasy Sports
I think were going to need a fix at another level, if I use the list and turn off listen=1 in the .conf it works good but as soon as I turn it back on here comes a few nodes outta wack.

yeah i just noticed that in my conf...i set listen=0 for now.  I was blocking a few bad chains in my router, but they keep getting showing up.
legendary
Activity: 1023
Merit: 1001
Tokenize Fantasy Sports
pruned some of the nodes that were no longer responding, clients shut down.  And we got some new friends synced up.

NOTE - do not use these if you are on the other chains, you will have issues with your client, as will these that you are connecting to.  You need to delete all that is in your %appdata%\fluttercoin (except wallet.dat).
Create fluttercoin.conf and start qt, I'm testing it from scratch at the moment, I synced earlier just looking for nodes, and got the wrong chain, yeah! BOO HISS!

I modified this so I could solo mine to add some additional hashrate, and some block traffic...also I changed listen=0 so it doesn't accept outside connections while you sync.  I just had an issue where I saw a bad chain in my peer list.  monitoring it...

connect=54.203.244.170
connect=54.203.244.27
connect=54.199.237.235
connect=98.220.203.77
connect=76.177.91.53
connect=71.61.60.138
connect=192.99.159.64
connect=209.124.227.24
connect=70.70.239.50
connect=107.170.172.93
connect=66.11.162.228
connect=192.3.177.246
connect=98.193.106.107
connect=69.59.38.87
connect=86.212.55.167
connect=173.192.30.91
connect=178.203.9.140
connect=213.214.63.127
connect=65.6.105.7
server=1
rpcuser=ofeefee
rpcpassword=x
listen=0
noirc=1
rpcallowip=192.168.1.*

oh and it's not fluttercoin, but this wiki is nice, has descriptions of what different things do in your conf file.
https://en.bitcoin.it/wiki/Running_Bitcoin

member
Activity: 118
Merit: 10
Using ofeefee .conf file, I was finally able to reload my wallet all the way after it locking up 2 times. Current block the wallet shows is block 87489.
Offical block crawler is on 86944.

I have 79,000 FLT all orphaned PoS, wtf.



Sorry to go off topic, but how many coins do you need to have 70000 POS reward?
full member
Activity: 188
Merit: 100
I think were going to need a fix at another level, if I use the list and turn off listen=1 in the .conf it works good but as soon as I turn it back on here comes a few nodes outta wack.
legendary
Activity: 1023
Merit: 1001
Tokenize Fantasy Sports
always nice when the main OP nodes are down...this just keeps getting better...
trying connection 54.203.244.170 lastseen=0.0hrs
connection timeout
trying connection 54.203.244.27 lastseen=0.0hrs
connection timeout
trying connection 54.199.237.235 lastseen=0.0hrs
connection timeout
trying connection 54.203.244.170 lastseen=0.0hrs
connection timeout
trying connection 54.203.244.27 lastseen=0.0hrs
connection timeout
trying connection 54.199.237.235 lastseen=0.0hrs
connection timeout
trying connection 54.203.244.170 lastseen=0.0hrs
connection timeout
trying connection 54.203.244.27 lastseen=0.0hrs
connection timeout
trying connection 54.199.237.235 lastseen=0.0hrs
connection timeout
trying connection 54.203.244.170 lastseen=0.0hrs
connection timeout
trying connection 54.203.244.27 lastseen=0.0hrs
connection timeout
trying connection 54.199.237.235 lastseen=0.0hrs
connection timeout
trying connection 54.203.244.170 lastseen=0.0hrs
connection timeout
trying connection 54.203.244.27 lastseen=0.0hrs
member
Activity: 82
Merit: 10
transferred 250k flt from bittrex and it's nowhere to be seen.  Huh

I'm seeing the same thing. I've sent three transactions in the last few hours, each about 30 minutes apart. Only the first made it to its destination. The other two look like they've sent, but have generated zero confirmations, and their transaction IDs do not appear in the blockchain. Fortunately these were just small test transactions of 5 FLT each; I was planning to send a much larger amount, but after skimming this thread decided I to send a few tests first since so many people were reporting sync issues.
legendary
Activity: 1023
Merit: 1001
Tokenize Fantasy Sports
In %appdata%\fluttercoin
Delete everything but wallet.dat
Create fluttercoin.conf

connect=54.203.244.170
connect=54.203.244.27
connect=54.199.237.235
connect=98.220.203.77
connect=76.177.91.53
connect=91.123.91.65
connect=95.221.16.69
connect=71.61.60.138
connect=188.165.3.223
connect=89.190.253.27
connect=83.86.92.116
connect=192.99.159.64
connect=69.59.38.87
connect=173.175.130.35
connect=71.200.192.224
connect=209.124.227.24
connect=78.20.226.228
connect=101.78.254.170
connect=173.175.130.35
connect=209.124.227.24
connect=70.70.239.50
connect=107.170.172.93
connect=66.11.162.228
connect=192.3.177.246
connect=122.108.198.199

Please please post your public IP so people can add connect=yourip so we can have more synced node that are correct...well if explorer is correct. ONLY IF YOU ARE IN SYNC WITH EXPLORER BLOCK HEIGHT

Would be nice to be able to ban nodes in client so you could self prune so you don't talk to other peers on forks, like delnode=IP and I won't use that peer.

Once we get most nodes synced back up we could go back to addnode, but there are lots of peers on wrong chains Sad


I'm done, if you want a list of valid nodes that match explorer, you can PM me for my list.  Some asshole is on the wrong chain and keeps sending me bogus blocks, client is all fucked up now.  THANKS!

Here's the culprit...right out of debug.log. If you know who you are, follow the directions!
accepted connection 193.136.98.184:34679
send version message: version 70009, blocks=87085, us=65.6.105.7:7408, them=193.136.98.184:34679, peer=193.136.98.184:34679
Added time data, samples 12, offset +4 (+0 minutes)
receive version message: version 70009, blocks=87858, us=65.6.105.7:7408, them=193.136.98.184:7408, peer=193.136.98.184:34679
newbie
Activity: 47
Merit: 0
member
Activity: 290
Merit: 28
bitcoin is not a bubble, it is the pin

Would be really cool to hear from thekidcoin on this issue. I know he's probably busy however some sort of an update would probably be a smart move.

Indeed.
member
Activity: 79
Merit: 10
i did do transfer's recently, and yes, i hope they reappear also. I've put a lot of time and energy and money into this coin. This would be a huge kick in the face if they were to disappear.

Would be really cool to hear from thekidcoin on this issue. I know he's probably busy however some sort of an update would probably be a smart move.
legendary
Activity: 1023
Merit: 1001
Tokenize Fantasy Sports
thanks ofeefee, that last conf got things going again. However i'm now less 200k coins than what i know i have. Gah!

Wow, did you move any recently?  Hope oncenit finishes on syncing you will be whole.
member
Activity: 79
Merit: 10
thanks ofeefee, that last conf got things going again. However i'm now less 200k coins than what i know i have. Gah!
legendary
Activity: 1023
Merit: 1001
Tokenize Fantasy Sports
So does no one know how to contact kid?  Someone has to be able to ask him for an update?

And can I just zip up the directory under appdata/fluttercoin if I want to backup the blockchain and provide if someone wants, not sure I have the space...or the bandwidth.

Wish we had more official nodes.  I've debated on putting some wallets in aws, to play around with.

Only 1 official node was working yesterday, and I am not connected to it anymore so maybe it died too.
legendary
Activity: 1023
Merit: 1001
Tokenize Fantasy Sports
In %appdata%\fluttercoin
Delete everything but wallet.dat
Create fluttercoin.conf

connect=54.203.244.170
connect=54.203.244.27
connect=54.199.237.235
connect=98.220.203.77
connect=76.177.91.53
connect=91.123.91.65
connect=95.221.16.69
connect=71.61.60.138
connect=188.165.3.223
connect=89.190.253.27
connect=83.86.92.116
connect=192.99.159.64
connect=69.59.38.87
connect=173.175.130.35
connect=71.200.192.224
connect=209.124.227.24
connect=78.20.226.228
connect=101.78.254.170
connect=173.175.130.35
connect=209.124.227.24
connect=70.70.239.50
connect=107.170.172.93
connect=66.11.162.228
connect=192.3.177.246
connect=122.108.198.199
connect=65.6.105.7

Please please post your public IP so people can add connect=yourip so we can have more synced node that are correct...well if explorer is correct. ONLY IF YOU ARE IN SYNC WITH EXPLORER BLOCK HEIGHT

Would be nice to be able to ban nodes in client so you could self prune so you don't talk to other peers on forks, like delnode=IP and I won't use that peer.

Once we get most nodes synced back up we could go back to addnode, but there are lots of peers on wrong chains Sad
Pages:
Jump to: