Pages:
Author

Topic: [ANN] Fastcoin - FST - The Fastest coin so far in the market - is launched!! - page 28. (Read 238167 times)

member
Activity: 81
Merit: 10
FASTEST WALLET INSTALLATION ***For newbies or non experts like me
http://www.fastcointalk.org/index.php/topic,1112.0.html
newbie
Activity: 25
Merit: 0
What happened to the twitter feed? I noticed the last post was on the 25th.
Hello Robb1649,

Thanks for your post, please note Twitter feed is still active, you just need to check the "Tweets & Replies" section.  Main Tweets will continue shortly as the FastCoin Team completes various marketing and technical updates.

Sincerely

/C

Gotcha, I was keeping tabs on updates on coinmarketcap.com and I guess they haven't refreshed anything because you're right, the twitter feed is still active.  The last post on that it has on that site was on the 25th
sr. member
Activity: 420
Merit: 250
www.fastcoin.ca
the block explorer

https://www.blockexperts.com/fst

seems to be stuck again...at block 1454402
Thanks again Tramese,

Block Experts have opened a ticket for us in this issue and they are working as quickly as possible to resovle the problem.  It appears that they are in the process of moving our Block Chain to a brand new server.  We will let the community know as soon as their work is complete.

Sincerely

/C
sr. member
Activity: 420
Merit: 250
www.fastcoin.ca
What happened to the twitter feed? I noticed the last post was on the 25th.
Hello Robb1649,

Thanks for your post, please note Twitter feed is still active, you just need to check the "Tweets & Replies" section.  Main Tweets will continue shortly as the FastCoin Team completes various marketing and technical updates.

Sincerely

/C
newbie
Activity: 25
Merit: 0
What happened to the twitter feed? I noticed the last post was on the 25th.
newbie
Activity: 11
Merit: 0
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",
[email protected] - 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?
member
Activity: 81
Merit: 10
hi any new on new exchanges added?

I'm applying for several exchangers, reporting some facts.
Yesterday I applied with Kraken and BTER. Basically, they reply that they collect requests and won't reveil anything until a decision is made.
---
OFF TOPIC.
I see here several INTERESTING Topics mixed together and most discussions get lost.
Really we have to break this chicken and egg problem with the FST forum.... most keep on posting here.... they don't post on the Forum because it gets less attention than here..... the Forum gets less attention so we post here.
Simply, we have to start posting there.

IMO, the DevTeam should clean up some very old discussion on the Forum..... old links not working....
Maybe a very quick refresh on the layout (just 2 colors and a background) would help, just to catch attention and prove it's alive.
legendary
Activity: 2268
Merit: 1092
Trying to compile your coin from scratch, can I get some help w/ the compiler error shown below?

Code:
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)
full member
Activity: 209
Merit: 100
Does anyone know if the dev are working on an android wallet?

My 2 wallets are on PC, but You can check here for Android's
http://www.fastcointalk.org/index.php?wwwRedirect

Sorry that was my fault for not specifying, I meant a wallet in the app store

I tried installing both of the android wallet version from the above link and have found that none work for me:

The older one (version 2.29) will install, but it doesn't connect to the fastcoin network and sync the blockchain.  Network Monitor shows no peers.  Most likely this needs an update to the peer list included in the app.  Does Fastcoin have any DNS seeds?

The second one (version 3.39) will not install on my device, as I also have the Bitcoin Wallet.  The developers didn't change the app package name from its original, so my device thinks I am trying to install an update with a different signature or something. 
member
Activity: 105
Merit: 10
Proteus?
Can I receive some assistance on the wallet compilation error I posted on the page 75? I am still stuck on:

Code:
[quote]c:\bitcoin-0.8.6\src/net.cpp:1087: undefined reference to `_imp__upnpDiscover'
c:\bitcoin-0.8.6\src/net.cpp:1094: undefined reference to `_imp__UPNP_GetValidIGD'
c:\bitcoin-0.8.6\src/net.cpp:1099: undefined reference to `_imp__UPNP_GetExternalIPAddress'
c:\bitcoin-0.8.6\src/net.cpp:1147: undefined reference to `_imp__freeUPNPDevlist'
c:\bitcoin-0.8.6\src/net.cpp:1149: undefined reference to `_imp__FreeUPNPUrls'
c:\bitcoin-0.8.6\src/net.cpp:1130: undefined reference to `_imp__strupnperror'
c:\bitcoin-0.8.6\src/net.cpp:1125: undefined reference to `_imp__UPNP_AddPortMapping'
c:\bitcoin-0.8.6\src/net.cpp:1139: undefined reference to `_imp__UPNP_DeletePortMapping'
c:\bitcoin-0.8.6\src/net.cpp:1141: undefined reference to `_imp__freeUPNPDevlist'
c:\bitcoin-0.8.6\src/net.cpp:1142: undefined reference to `_imp__FreeUPNPUrls'
collect2.exe: error: ld returned 1 exit status
make: *** [bitcoind.exe] Error 1

Someone told me to try compiling bitcoin to see if my problems where coin specific. It appears they are not?
newbie
Activity: 4
Merit: 0
hi any new on new exchanges added?
sr. member
Activity: 420
Merit: 250
www.fastcoin.ca
the block explorer

https://www.blockexperts.com/fst

seems to be stuck again...at block 1454402
Thank you Tramese,

Please note, we have contacted Block Experts on this, they have opend a ticket and working on a resolution.

Sincerely

/C
hero member
Activity: 560
Merit: 500
Do More. Sell More. Be More Productive.
the block explorer

https://www.blockexperts.com/fst

seems to be stuck again...at block 1454402
newbie
Activity: 25
Merit: 0
Does anyone know if the dev are working on an android wallet?

My 2 wallets are on PC, but You can check here for Android's
http://www.fastcointalk.org/index.php?wwwRedirect

Sorry that was my fault for not specifying, I meant a wallet in the app store
member
Activity: 81
Merit: 10
Does anyone know if the dev are working on an android wallet?

My 2 wallets are on PC, but You can check here for Android's
http://www.fastcointalk.org/index.php?wwwRedirect
newbie
Activity: 25
Merit: 0
Does anyone know if the dev are working on an android wallet?
member
Activity: 81
Merit: 10
seems like the block explorer https://www.blockexperts.com/fst#

is stuck at block 846282

Still is...

Back to running. Now indexing is almost at 1 Mils blocks.
The Blockchain while I write (check your wallets) is almost 10 Milions blocks.
hero member
Activity: 560
Merit: 500
Do More. Sell More. Be More Productive.
on positive note, i downloaded the bootstrap.dat from google drive, and took less than 5 minutes to get the blockchain sync and running.

works flawlessly and transactions are indeed fast
Gently, can you provide here link, because I'd like to install another wallet on another PC.
(first one I installed, it was 2014).
Thank you.

It's already provided in the front page of the ANN:

https://drive.google.com/drive/folders/0B37Llt3dDAzHTktRRFpzSlJaVzA
member
Activity: 81
Merit: 10
on positive note, i downloaded the bootstrap.dat from google drive, and took less than 5 minutes to get the blockchain sync and running.

works flawlessly and transactions are indeed fast
Gently, can you provide here link, because I'd like to install another wallet on another PC.
(first one I installed, it was 2014).
Thank you.
hero member
Activity: 560
Merit: 500
Do More. Sell More. Be More Productive.
on positive note, i downloaded the bootstrap.dat from google drive, and took less than 5 minutes to get the blockchain sync and running.

works flawlessly and transactions are indeed fast
Pages:
Jump to: