fastcoin-ok
Member

Offline
Activity: 81
Merit: 10
|
 |
June 30, 2017, 05:40:48 PM |
|
**FSTers** 3500 more blocks, and we celebrate 10,000,000th block. Check out on your wallets.
|
|
|
|
|
|
|
|
According to NIST and ECRYPT II, the cryptographic algorithms used in
Bitcoin are expected to be strong until at least 2030. (After that, it
will not be too difficult to transition to different algorithms.)
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
almightyruler
Legendary
Offline
Activity: 2268
Merit: 1091
|
 |
June 30, 2017, 06:50:43 PM |
|
Why the company FastCoin Foundation does not want to give me my coins (fastcoin)...? I sent 01/10/2017 21:47 134 781.93297886 FST but the money to my address (fqAyvky5ZHuRBr5MZrWMzxGgHR4LwKNowL) does not come! It has been more than 5 months "amount" : 134781.93297886, "confirmations" : 0, "txid" : "7bc9e159868a057cb5cd3cdfddcf78bf76aeb4b41450d24c9db8831c076bac51", "normtxid" : "855b4495937bf08c0000cf987696663f7d62f31e6d40355651de5916684be28c", info@fastcoin.ca - does not meet the The administrator of the forum http://www.fastcointalk.org also does not respond more than 6 days FastCoin Foundation Wants to steal from me 134 781.93297886 FST? Were the funds actually sent from the "FastCoin Foundation", or by an unrelated third party like an exchange? If it's the latter, there's no way for anyone to intercept or reverse your transaction as there is no central authority controlling FST. This feature underpins just about all Bitcoin-derived cryptocurrency. At a guess, it's a large/complex transaction that isn't being accepted by miners for some reason. Perhaps the same issue that Stouse49 has been experiencing. Trying to help you further, but the block explorer seems to be broken at the moment (searching for the txid shows blocks 7 and 855), and I just started my client so the mempool is empty... Is that txid information from your local wallet, or is it from somewhere else?
|
|
|
|
AIRCOINDEV O
Member

Offline
Activity: 105
Merit: 10
Proteus?
|
 |
July 01, 2017, 05:24:05 AM |
|
Trying to compile your coin from scratch, can I get some help w/ the compiler error shown below? C:/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.1/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lminiupnpc
It's complaining it can't link the UPNP library. To ignore that library/functionality, the following changes in Makefile.Release should work: (note, untested) - In the DEFINES line try changing -DUSE_UPNP=1 to -DUSE_UPNP=0 or -DUSE_UPNP=-- Then delete -lminiupnpc from the LIBS line. Alternatively, if you do have the UPNP library compiled and installed, you may just need to change the path referenced in the makefile. I just ran qmake w/ "USE_UPNP=0" and "USE_UPNP=-", both give the error: Hi, I'm sorry that I missed this message the first time around. Are you specifying USE_UPNP on the commandline (eg something like "qmake USE_UPNP=0") or have you edited Makefile.Release? Also, did you do a rebuild from scratch once making the change? (One or more of the already compiled object files will still refererence the UPNP library - it needs to be recompiled with the changed options) I've attempted modifying the Makefile.Release almost 10 different ways, nothing worked. For those in the future using Google; something like ./build\net.o:net.cpp:(.text+0x8953): undefined reference to `_imp__upnpDiscover
was finally "fixed" by going to the net.cpp file and finding the first undefined reference (something involving devlist and upnpDiscover) and changing the values of both the success case and the failure case of the #ifndef UPNPDISCOVER_SUCCESS conditional statement's definition of devlist to an empty list: devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, &error); becomes devlist = []; if building w/ out and or disabling miniupnpc and devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0); ----> devlist = []; if building/compiling w/ miniupnpc Then just run mingw32-make -f Makefile.Release or whatever make file compile command you have. NOTE:This is just a temporary fix until the root of the imcompatability can be sought out, and is only harmless if you dont want to use or just disable UPNP.
|
"Let's make money out of AIR,". - an AIRcoin user
|
|
|
Cheetahx
|
 |
July 01, 2017, 06:10:55 AM |
|
**FSTers** 3500 more blocks, and we celebrate 10,000,000th block. Check out on your wallets.
 Thank you fastcoin-ok, Yes, a very special milestone has passed for our coin, today on July 1st, 2017, at approximately 1:26am EST, FastCoin reached a record 10 Million blocks! Please note, this was NOT the big news we are looking forward to release, however it is another amazing fact about our coin. On August 1st, 2017, we feel, will mark a very important date also in FastCoin’s history. We have released a YouTube video https://www.youtube.com/watch?v=TPTJT8eOUpAand our twitter account has posted the following announcement, https://twitter.com/fast_coin/status/881022427857207297Looking forward to announcing more great news about our coin! Sincerely /C
|
|
|
|
fastcoin-ok
Member

Offline
Activity: 81
Merit: 10
|
 |
July 01, 2017, 07:22:47 AM |
|
What else happens the 1st August? The "Bitcoin SegWit Activation". 
|
|
|
|
ariy
Newbie
Offline
Activity: 11
Merit: 0
|
 |
July 01, 2017, 10:15:41 AM |
|
Why the company FastCoin Foundation does not want to give me my coins (fastcoin)...? I sent 01/10/2017 21:47 134 781.93297886 FST but the money to my address (fqAyvky5ZHuRBr5MZrWMzxGgHR4LwKNowL) does not come! It has been more than 5 months "amount" : 134781.93297886, "confirmations" : 0, "txid" : "7bc9e159868a057cb5cd3cdfddcf78bf76aeb4b41450d24c9db8831c076bac51", "normtxid" : "855b4495937bf08c0000cf987696663f7d62f31e6d40355651de5916684be28c", info@fastcoin.ca - does not meet the The administrator of the forum http://www.fastcointalk.org also does not respond more than 6 days FastCoin Foundation Wants to steal from me 134 781.93297886 FST? Were the funds actually sent from the "FastCoin Foundation", or by an unrelated third party like an exchange? If it's the latter, there's no way for anyone to intercept or reverse your transaction as there is no central authority controlling FST. This feature underpins just about all Bitcoin-derived cryptocurrency. At a guess, it's a large/complex transaction that isn't being accepted by miners for some reason. Perhaps the same issue that Stouse49 has been experiencing. Trying to help you further, but the block explorer seems to be broken at the moment (searching for the txid shows blocks 7 and 855), and I just started my client so the mempool is empty... Is that txid information from your local wallet, or is it from somewhere else? http://prntscr.com/fqc29x - This is a screenshot from the stock exchange Stock exchange response - Support (chief): Baшa тpaнзaкция нa дaнный мoмeнт нe имeeт пoдтвepждeний. T.к. и блoкэкcплopep нe гpyзитcя, вepoятнa пpoблeмa ceти. Baм cтoит oбpaтитьcя к paзpaбoтчикaм мoнeты. Boт дaнныe нoды (Your transaction at the moment has no confirmation. Because And blockexplorer is not loaded, the network problem is likely. You should contact the coin developers. Here are the nodes) "amount" : 134781.93297886, "confirmations" : 0, "txid" : "7bc9e159868a057cb5cd3cdfddcf78bf76aeb4b41450d24c9db8831c076bac51", "normtxid" : "855b4495937bf08c0000cf987696663f7d62f31e6d40355651de5916684be28c",
|
|
|
|
almightyruler
Legendary
Offline
Activity: 2268
Merit: 1091
|
 |
July 02, 2017, 05:25:23 AM |
|
Stock exchange response - Support (chief): Baшa тpaнзaкция нa дaнный мoмeнт нe имeeт пoдтвepждeний. T.к. и блoкэкcплopep нe гpyзитcя, вepoятнa пpoблeмa ceти. Baм cтoит oбpaтитьcя к paзpaбoтчикaм мoнeты. Boт дaнныe нoды (Your transaction at the moment has no confirmation. Because And blockexplorer is not loaded, the network problem is likely. You should contact the coin developers.
Here are the nodes)
"amount" : 134781.93297886, "confirmations" : 0, "txid" : "7bc9e159868a057cb5cd3cdfddcf78bf76aeb4b41450d24c9db8831c076bac51", "normtxid" : "855b4495937bf08c0000cf987696663f7d62f31e6d40355651de5916684be28c",
I can now see that transaction in my client's local mempool. It's a biiiig one (~170k) as I suspected. I'll see if I can make some changes to incorporate larger transactions, and mine some blocks. No guarantees it will work. (I guess the question to ask now is - why does the Fastcoin client with default settings create transactions this large, so large that they will be ignored by a miner with default settings...)
|
|
|
|
almightyruler
Legendary
Offline
Activity: 2268
Merit: 1091
|
 |
July 02, 2017, 03:40:41 PM |
|
re the above post
Tried mining for 2 hours at 30MH/s, no luck, not a single block.
Will try again later.
|
|
|
|
ribdyne
Newbie
Offline
Activity: 46
Merit: 0
|
 |
July 03, 2017, 12:12:23 PM |
|
Guys. I think we need to show a little more that twitter posts about how fast FST is. A slack channel is highly needed to keep the discussions more organized. I know you always try to advocate for the FastCoin forum, but is really difficult to engage users there. It isn't usable in mobile devices, low movement there (I'm following for a few weeks and we don't have very few new discussions). A slack channel is way better to keep the community together guys. And is one of the things that investors look at, before deciding to invest. The github repository doesn't have activity since last year. Is the project been developed in some other place? Would be nice to keep the repository updated. Don't get me wrong. I'm a enthusiastic of FastCoin. Just trying to help use improve always. 
|
|
|
|
Koover
Newbie
Offline
Activity: 35
Merit: 0
|
 |
July 03, 2017, 03:13:15 PM |
|
Seems like someone has been forcing the price down over the past few days with large orders of tens of thousands of fst. Does anyone understand the price falling over the past couple days and can better explain it? It doesn't seem like all out selling but someone with large orders buying and selling. Is someone trying to corner the market or just more sellers then buyers?
|
|
|
|
Robb1649
Newbie
Offline
Activity: 25
Merit: 0
|
 |
July 03, 2017, 04:22:57 PM |
|
Seems like someone has been forcing the price down over the past few days with large orders of tens of thousands of fst. Does anyone understand the price falling over the past couple days and can better explain it? It doesn't seem like all out selling but someone with large orders buying and selling. Is someone trying to corner the market or just more sellers then buyers?
That's what I'd like to know. If it keeps dropping I'm going to be forced to sell because I will have lost most if not all of the money I put into this.
|
|
|
|
Guido
Legendary
Offline
Activity: 1061
Merit: 1001
|
 |
July 03, 2017, 04:28:16 PM |
|
https://www.blockexperts.com/fstis very slow loading, anyone else? also how come they haven't got full blockchain up to speed? in past had read they provided very good service, the info when done is very good , richlist, explorer, api etc, but they need a little kick up backside imo was thinking, we should use free advertising a bit more the regular posters and members of dev team should use a fastcoin avatar on bitcointalk imo, it's free notice fastcoin foundation use an ancient version of fastcoin logo with cheetah and fst , would look good to have uniform icon and for new members who don't have an avatar yet? easy to add in your profile plus would be good idea to use fastcoin icon without white background as notice main fastcoin dev has that, looks bit tacky just imo more to post, been so busy lately, will be posting lot more, have some ideas working on cheers
|
I am Bonkers BTW Crypto OG + Digital Artist
|
|
|
fastcoin-ok
Member

Offline
Activity: 81
Merit: 10
|
 |
July 04, 2017, 03:11:13 PM |
|
Blockexperts is migrating to another server (check msg from Cheetax on fastcointalk.org) FST is stuck, but every coin is slow or stuck. Re-starting very soon.
|
|
|
|
fastcoin-ok
Member

Offline
Activity: 81
Merit: 10
|
 |
July 04, 2017, 09:24:34 PM |
|
From Block explorer, good news: they're over 8 Mils of blocks. ---- "Dear fastcoinrules, BlockExperts Support just logged a message to a ticket in which you participate. Hi, There was a problem with the server hosting our block explorers. I just migrated the block explorers to new servers. The fastcoin wallet is currently at block 8107566 downloading. I can start the indexing process when the download of the blockchain is finished. I am sorry for all the delays, i will adjust the hosting period to when the block explorer is starting to index blocks"
|
|
|
|
Guido
Legendary
Offline
Activity: 1061
Merit: 1001
|
 |
July 04, 2017, 11:00:23 PM |
|
k, thanks for the intel fastcoin-ok 
|
I am Bonkers BTW Crypto OG + Digital Artist
|
|
|
dan_and_shan
|
 |
July 05, 2017, 02:14:02 AM |
|
Guys. I think we need to show a little more that twitter posts about how fast FST is. A slack channel is highly needed to keep the discussions more organized. I know you always try to advocate for the FastCoin forum, but is really difficult to engage users there. It isn't usable in mobile devices, low movement there (I'm following for a few weeks and we don't have very few new discussions). A slack channel is way better to keep the community together guys. And is one of the things that investors look at, before deciding to invest. The github repository doesn't have activity since last year. Is the project been developed in some other place? Would be nice to keep the repository updated. Don't get me wrong. I'm a enthusiastic of FastCoin. Just trying to help use improve always.  Chat listings can be found here, maybe Fst should add their own to the lists https://telegram.me/Crypto/61 and here https://telegram.me/CryptoCurrencies/15 Have a group to share? Send a message to @ListMe. Join us on @CryptoGroups or twitter http://twitter.com/CryptoGroups
|
Don't take life too serious, No one gets out alive 
|
|
|
fastcoin-ok
Member

Offline
Activity: 81
Merit: 10
|
 |
July 05, 2017, 04:24:10 PM |
|
"Is it just me or is the fastcoin.ca website down? It won't load for me"
Mine is working. I guess they're working on it. I've been told they're putting on different versions (languages).... among all, italian version I provided them. Most important point, is that the blockchain explorer is now almost ok, if you consider the fear that was building some days ago... worst fear was a break/fork/glitch/don'tknowwhat on the blockchain. Instead, the provider communicated us that 24 hours ago they were at 8+ Mils blocks.
|
|
|
|
fastcoin-ok
Member

Offline
Activity: 81
Merit: 10
|
 |
July 06, 2017, 09:06:39 AM |
|
***About STUCK transactions***, I wonder if the note I posted is useful also on other coins (Fastcoin, in our case). I posted a note on fastcointalk.org.
|
|
|
|
almightyruler
Legendary
Offline
Activity: 2268
Merit: 1091
|
 |
July 06, 2017, 09:12:55 AM |
|
***About STUCK transactions***, I wonder if the note I posted is useful also on other coins (Fastcoin, in our case). I posted a note on fastcointalk.org.
That URL is the main forum entry. I poked around but couldn't find what you're referring to. Do you have a link to the specific thread?
|
|
|
|
blackbird123
|
 |
July 06, 2017, 09:13:29 AM |
|
I hope to take off soon. I'm standing on the top of the mountain ,waiting for profit
|
|
|
|
|