Pages:
Author

Topic: OLD FLY THREAD - page 84. (Read 163654 times)

hero member
Activity: 532
Merit: 500
Better die on your feet, than live on your knees
October 30, 2015, 06:22:16 PM

One of your "trusted" investors ?

https://bitcointalksearch.org/topic/m.12834254

How many more like him are on board?

 
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
October 30, 2015, 05:55:42 PM
Presstab was waiting on some updated graphics for the wallet. I was the fault of the delay, not him. So I just wanted to take responsibility for the delay. He now has all the graphics for the new wallet, and its gonna blow you away! So it wont be much longer for v1.6 with superFLY
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
October 30, 2015, 05:53:03 PM
Got it. TY
legendary
Activity: 1834
Merit: 1006
October 30, 2015, 05:43:07 PM
Vegas, receive a message PM Smiley
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
October 30, 2015, 05:38:59 PM
Hey vegas, can you just make a conf file and put in OP so that anyone having trouble can just download the file? I would do it and post in thread, but that is not safe obviously. Thanks!

edit: new persons might not know quite yet how to make a conf file

The flycoin.conf has been on the OP since day 1

Vegas
legendary
Activity: 1106
Merit: 1004
No risk, no fun!
October 30, 2015, 05:15:26 PM
So many interested I am getting bombed with PM for private sales from Senior and Hero members.

Vegas

If u need help, u know my wallet Wink

Greetz Meta
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
October 30, 2015, 05:14:31 PM
Windows does not require case sensitive file name, while linux and OSX do. IIRC
legendary
Activity: 1894
Merit: 1001
October 30, 2015, 04:55:41 PM
Yep, has to be FlyCoin.conf.    That or add a command line flag  -conf=  and set it to whatever you want.

Code segment:

boost::filesystem::path GetConfigFile()
{
    boost::filesystem::path pathConfigFile(GetArg("-conf", "FlyCoin.conf"));
    if (!pathConfigFile.is_complete()) pathConfigFile = GetDataDir(false) / pathConfigFile;
    return pathConfigFile;
}

-JK

 well proof is good   Cool

  flycoin.conf is working fine for me tho

Code:
16:51:34
16:53:11

getpeerinfo


16:53:11

[
{
"addr" : "198.50.243.84:41568",
"services" : "00000001",
"lastsend" : 1446238297,
"lastrecv" : 1446238300,
"conntime" : 1446238296,
"version" : 60030,
"subver" : "/FlyCoin:1.5.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 28271,
"banscore" : 0
},
{
"addr" : "83.157.62.179:41568",
"services" : "00000001",
"lastsend" : 1446238300,
"lastrecv" : 1446238302,
"conntime" : 1446238297,
"version" : 60030,
"subver" : "/FlyCoin:1.5.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 28271,
"banscore" : 0
},
{
"addr" : "72.11.148.186:41568",
"services" : "00000001",
"lastsend" : 1446238320,
"lastrecv" : 1446238320,
"conntime" : 1446238319,
"version" : 60030,
"subver" : "/FlyCoin:1.5.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 28271,
"banscore" : 0
},
{
"addr" : "24.84.188.5:62525",
"services" : "00000001",
"lastsend" : 1446238387,
"lastrecv" : 1446238387,
"conntime" : 1446238365,
"version" : 60030,
"subver" : "/FlyCoin:1.5.0/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 28259,
"banscore" : 0
},
{
"addr" : "98.160.222.55:41568",
"services" : "00000001",
"lastsend" : 1446238370,
"lastrecv" : 1446238375,
"conntime" : 1446238368,
"version" : 60030,
"subver" : "/FlyCoin:1.5.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 28271,
"banscore" : 0
}
]



flycoin.conf
  
Code:
addnode=198.50.243.84
addnode=83.157.62.179
addnode=24.113.187.55
addnode=95.91.228.17
addnode=187.132.88.203
addnode=32.214.108.194
addnode=72.11.148.186
addnode=5.9.36.211
addnode=78.0.3.254
addnode=68.224.11.146
addnode=86.198.51.18
addnode=75.130.163.51
addnode=180.191.82.146
addnode=85.255.233.164
addnode=80.57.106.142
addnode=71.8.87.15
addnode=83.55.11.152
addnode=94.251.143.20
addnode=82.222.8.202
addnode=177.11.30.34
addnode=98.193.42.19
addnode=98.160.222.55
addnode=68.104.181.13
addnode=98.202.255.30
hero member
Activity: 508
Merit: 501
October 30, 2015, 04:25:18 PM
Hey vegas, can you just make a conf file and put in OP so that anyone having trouble can just download the file? I would do it and post in thread, but that is not safe obviously. Thanks!

edit: new persons might not know quite yet how to make a conf file
newbie
Activity: 66
Merit: 0
October 30, 2015, 04:15:59 PM
Hello, my Windows Wallet will not syn. may somebody help me?
newbie
Activity: 35
Merit: 0
October 30, 2015, 03:53:57 PM
Yep, has to be FlyCoin.conf.    That or add a command line flag  -conf=  and set it to whatever you want.

Code segment:

boost::filesystem::path GetConfigFile()
{
    boost::filesystem::path pathConfigFile(GetArg("-conf", "FlyCoin.conf"));
    if (!pathConfigFile.is_complete()) pathConfigFile = GetDataDir(false) / pathConfigFile;
    return pathConfigFile;
}

-JK
hero member
Activity: 582
Merit: 502
October 30, 2015, 02:58:23 PM
I just want to get my wallet.dat working in V1.4 again, as it was, and I'll happily wait for 1.6  Grin
Thanks.

u dont need to sync 1.4 u just start it to export ur private keys
then u import this keys in a new 1.5 wallet
or u wait for the 1.6 release and import them there

dont worry u coins keep gather coin age offline u will lose nothing if u claim the POS rewards a few days later

Surely I need it to sync before I can create the privatekeys?
The 1.4 wallet won't sync on loading a fresh install, it needs a CONF file. I haven't tried it with my backed-up wallet.dat, figuring that if it won't sync on a fresh install then it won't sync with a different wallet.dat

I copy and pasted the details from the OP straight into a file called Flycoin.conf and pasted that straight into the Flycoin folder in Roaming (beside the wallet.dat).
It still won't sync  Angry

My firewall is not blocking the wallet - it shows green across the board for all connections and the Flycoin.exe is listed as "trusted", so no problems there.
I'm going slightly demented here, I'm not a wallet virgin but this is one of these frustrating "it SHOULD work but it won't" problems I'm sure everyone familiar with computers has had at one stage or another.

I'm away for a large phat one, to contemplate life, the universe and the pointlessness of first world problems. Happy to accept any suggestions for a fix - for any of them  Grin


i think you misspelled it - should be flycoin.conf  Wink

Actually, it must be: FlyCoin.conf   (Capital "F" and capital "C"; I had the same exact problem before)

Hope it helps.
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
October 30, 2015, 12:04:44 PM
Guys I will be away from the computer for about 4 hours. I will respond to everyone when I get back. Ive got to run errands.

Vegas
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
October 30, 2015, 11:53:23 AM
Just a reminder that a list of current nodes can be found here: http://www.presstab.pw/phpexplorer/FLY/nodes.php
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
October 30, 2015, 11:45:19 AM
So many interested I am getting bombed with PM for private sales from Senior and Hero members.

Vegas
legendary
Activity: 1894
Merit: 1001
October 30, 2015, 11:44:01 AM
I just want to get my wallet.dat working in V1.4 again, as it was, and I'll happily wait for 1.6  Grin
Thanks.

u dont need to sync 1.4 u just start it to export ur private keys
then u import this keys in a new 1.5 wallet
or u wait for the 1.6 release and import them there

dont worry u coins keep gather coin age offline u will lose nothing if u claim the POS rewards a few days later

Surely I need it to sync before I can create the privatekeys?
The 1.4 wallet won't sync on loading a fresh install, it needs a CONF file. I haven't tried it with my backed-up wallet.dat, figuring that if it won't sync on a fresh install then it won't sync with a different wallet.dat

I copy and pasted the details from the OP straight into a file called Flycoin.conf and pasted that straight into the Flycoin folder in Roaming (beside the wallet.dat).
It still won't sync  Angry

My firewall is not blocking the wallet - it shows green across the board for all connections and the Flycoin.exe is listed as "trusted", so no problems there.
I'm going slightly demented here, I'm not a wallet virgin but this is one of these frustrating "it SHOULD work but it won't" problems I'm sure everyone familiar with computers has had at one stage or another.

I'm away for a large phat one, to contemplate life, the universe and the pointlessness of first world problems. Happy to accept any suggestions for a fix - for any of them  Grin


i think you misspelled it - should be flycoin.conf  Wink
hero member
Activity: 508
Merit: 501
October 30, 2015, 11:38:49 AM
Guys we are back at over $2 a coin or 665,000 sats.

Vegas

Hell yeah, just picked up more just before $2. I am clawing my way to 100. LOL.

Can't wait to get there.
legendary
Activity: 1504
Merit: 1002
October 30, 2015, 11:30:13 AM
I just want to get my wallet.dat working in V1.4 again, as it was, and I'll happily wait for 1.6  Grin
Thanks.

u dont need to sync 1.4 u just start it to export ur private keys
then u import this keys in a new 1.5 wallet
or u wait for the 1.6 release and import them there

dont worry u coins keep gather coin age offline u will lose nothing if u claim the POS rewards a few days later

Surely I need it to sync before I can create the privatekeys?
The 1.4 wallet won't sync on loading a fresh install, it needs a CONF file. I haven't tried it with my backed-up wallet.dat, figuring that if it won't sync on a fresh install then it won't sync with a different wallet.dat

I copy and pasted the details from the OP straight into a file called Flycoin.conf and pasted that straight into the Flycoin folder in Roaming (beside the wallet.dat).
It still won't sync  Angry

My firewall is not blocking the wallet - it shows green across the board for all connections and the Flycoin.exe is listed as "trusted", so no problems there.
I'm going slightly demented here, I'm not a wallet virgin but this is one of these frustrating "it SHOULD work but it won't" problems I'm sure everyone familiar with computers has had at one stage or another.

I'm away for a large phat one, to contemplate life, the universe and the pointlessness of first world problems. Happy to accept any suggestions for a fix - for any of them  Grin


@ASICrefugee - did you try the blockchain vegasguy has - download and copy/paste into your roaming folder then retry? http://www.bitcoinlasvegas.net/files/blockchain-10-15-2015.zip

It worked for me a couple days ago.
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
October 30, 2015, 11:26:27 AM
Guys we are back at over $2 a coin or 665,000 sats.

Vegas
sr. member
Activity: 432
Merit: 250
October 30, 2015, 11:19:01 AM
u dont need to sync 1.4 u just start it to export ur private keys

To dump private keys you don't need to sync wallet.

OK - great  Smiley
Pages:
Jump to: