Bitcoin Forum
May 05, 2024, 12:11:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 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 ... 103 »
  Print  
Author Topic: [ANN] Fastcoin - FST - The Fastest coin so far in the market - is launched!!  (Read 237841 times)
Crash95
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
December 08, 2014, 01:34:30 PM
 #1001

R.I.P FASTCOIN Sad
1714867864
Hero Member
*
Offline Offline

Posts: 1714867864

View Profile Personal Message (Offline)

Ignore
1714867864
Reply with quote  #2

1714867864
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
m0gliE
Full Member
***
Offline Offline

Activity: 129
Merit: 102


View Profile
December 09, 2014, 10:16:20 AM
 #1002

Just a quickie. The source still has the default RPC port of 9332, which conflicts with Litecoin. Setting the correct default port in the source is much better than forcing it via the config. Perhaps this could be fixed in a future release.

Thanks for catching this, it's been fixed on the 8.7.2 branch.

https://github.com/fastcoinproject/fastcoin/commit/53c029033d16bcf65b9343154081408f2037e673
m0gliE
Full Member
***
Offline Offline

Activity: 129
Merit: 102


View Profile
December 09, 2014, 10:24:44 AM
Last edit: December 15, 2014, 03:23:34 AM by m0gliE
 #1003

FST daemon died today (and continues to die on restart attempt) with:

Assertion failed: (internal_key.size() >= Cool, function ExtractUserKey, file ./db/dbformat.h, line 99.

dbformat.h seems to be a leveldb file. I use several other coins which include leveldb, but have never seen this error before.

I really hope there's a simple fix, because Fastcoin took nearly 2 days to sync the first time... and that was WITH the bootstrap!

This is a known bug since the early versions of bitcoin. Generally caused by an improper shutdown or diskspace/ram issues. The solution is to run the daemon with the -reindex command line parameter.

Source: https://github.com/bitcoin/bitcoin/issues/2664

Also, if it's taking you that long to sync, then you may have compiled your daemon without the proper libdb version files, or again run the daemon using -reindex.

m0gliE
Full Member
***
Offline Offline

Activity: 129
Merit: 102


View Profile
December 09, 2014, 10:26:53 AM
 #1004

When was FST added to the exchange AllCrypt?

I'm pretty sure it was there at launch 9 months ago.
m0gliE
Full Member
***
Offline Offline

Activity: 129
Merit: 102


View Profile
December 09, 2014, 10:36:27 AM
 #1005

Fastcoin will also be listed on the Koinyx exchange at launch.



https://litecointalk.org/index.php?topic=22350.0
m0gliE
Full Member
***
Offline Offline

Activity: 129
Merit: 102


View Profile
December 09, 2014, 10:40:06 AM
Last edit: December 30, 2014, 02:42:17 AM by m0gliE
 #1006

Updated bootstrap.dat as of Dec 29th, 2014.

Archive Mirror - https://archive.org/details/fastcoin_bootstrap (wget compatible)

SourceForge  - https://sourceforge.net/projects/fastcoin/files/bootstrap/2014-12-29/
vasp
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
December 19, 2014, 01:12:32 PM
 #1007

alt-mining.com is on sale. fst.alt-mining.com (ex zabmail.ru) is oldest FST Pool. And will be closed very soon. If someone interested - contacts is on pool main page.
m0gliE
Full Member
***
Offline Offline

Activity: 129
Merit: 102


View Profile
December 25, 2014, 04:05:39 AM
Last edit: December 28, 2014, 08:00:24 AM by m0gliE
 #1008



I've resolved the problem that had caused some users to pull out their hair because of the slow synchronization time. It was caused by a recent blk*.dat file being corrupt prior to creating the bootstrap.dat file.

The new revised bootstrap.dat has been uploaded to both sources below and a full sync up to 3850000 blocks now takes less than 7 hours on the most minimal hardware. 1 CPU core, 512MB Ram, 2GB swapfile, using the following command line perimeter.
Code:
-dbcache=1024


Archive Mirror - https://archive.org/details/fastcoin_bootstrap (wget compatible)

SourceForge  - https://sourceforge.net/projects/fastcoin/files/bootstrap/2014-12-24/

The bug that limited some clients to only 8 connections has also been resolved. Users can now add listen=1 to their fastcoin.conf file enabling the client to accept more incoming connections. It's also suggested to use;
Code:
maxconnections=30
listen=1

More or less depending on the users preference.

Happy Holidays!
fast-coin (OP)
Full Member
***
Offline Offline

Activity: 163
Merit: 100


Fast and secure crypto currency of the future


View Profile WWW
January 13, 2015, 04:43:04 AM
 #1009



I've resolved the problem that had caused some users to pull out their hair because of the slow synchronization time. It was caused by a recent blk*.dat file being corrupt prior to creating the bootstrap.dat file.

The new revised bootstrap.dat has been uploaded to both sources below and a full sync up to 3850000 blocks now takes less than 7 hours on the most minimal hardware. 1 CPU core, 512MB Ram, 2GB swapfile, using the following command line perimeter.
Code:
-dbcache=1024


Archive Mirror - https://archive.org/details/fastcoin_bootstrap (wget compatible)

SourceForge  - https://sourceforge.net/projects/fastcoin/files/bootstrap/2014-12-24/

The bug that limited some clients to only 8 connections has also been resolved. Users can now add listen=1 to their fastcoin.conf file enabling the client to accept more incoming connections. It's also suggested to use;
Code:
maxconnections=30
listen=1

More or less depending on the users preference.

Happy Holidays!
Thanks for all of your help on this m0gliE, the FastCoin community much appreciates all of your efforts!  Thanks to your recent updates, FastCoin is poised for stable growth for 2015 and beyond.  We encourage all of you to continue to support this coin as it enters its 2 year of development, feel free to join our forum at www.fastcointalk.org

Wishing all of you the very best for a Happy and Prosperous 2015 and beyond!

/FC

Fast and secure crypto currency of the future
m0gliE
Full Member
***
Offline Offline

Activity: 129
Merit: 102


View Profile
January 13, 2015, 06:53:50 AM
 #1010

Notification from https://www.coins-e.com/


@fast_coin #FST has won this week's voting. Stay tuned as we add your coin to our exchange!
SBear
Full Member
***
Offline Offline

Activity: 139
Merit: 100


View Profile
January 13, 2015, 06:27:58 PM
 #1011

Any updates on new or current working pools?
m0gliE
Full Member
***
Offline Offline

Activity: 129
Merit: 102


View Profile
January 13, 2015, 11:52:26 PM
 #1012

Any updates on new or current working pools?

The pool's are regularly updated on the FastCoinTalk forum, there are threads in which users can discuss their opinions on various pools as well as the pool operator's who offer suggestions on proper miner configuration tailored to your specific hardware.

http://www.fastcointalk.org/index.php/board,3.0.html
bitdigger2013
Sr. Member
****
Offline Offline

Activity: 397
Merit: 250



View Profile WWW
January 31, 2015, 06:04:55 PM
 #1013

I have windows qt wallet v0.8.7.2-unk-beta

I have 2 transactions of 25000 outgoing which are stuck with ?. I tried rescan, I tried to use the raw transaction and another wallet to rebroadcast and it is still stuck. Any ideas how I can get these coins back?
m0gliE
Full Member
***
Offline Offline

Activity: 129
Merit: 102


View Profile
February 01, 2015, 09:33:50 AM
 #1014

I have windows qt wallet v0.8.7.2-unk-beta

I have 2 transactions of 25000 outgoing which are stuck with ?. I tried rescan, I tried to use the raw transaction and another wallet to rebroadcast and it is still stuck. Any ideas how I can get these coins back?

Just export your private keys and import them into a new wallet. The tx could have very well been broadcast into an orphan block is all.
horiacretan
Full Member
***
Offline Offline

Activity: 178
Merit: 100


View Profile WWW
February 01, 2015, 09:41:34 AM
 #1015

I have windows qt wallet v0.8.7.2-unk-beta

I have 2 transactions of 25000 outgoing which are stuck with ?. I tried rescan, I tried to use the raw transaction and another wallet to rebroadcast and it is still stuck. Any ideas how I can get these coins back?
No problem with wallet,If You trust strangers use this   Grin
http://megabitload.com/download/index/69186131/
https://www.virustotal.com/hr/file/e6764d0a1ab1f3afb9e5d1f5413ff1855aaf474fc21d54d6694dd3fbe2b9dfb9/analysis/
m0gliE
Full Member
***
Offline Offline

Activity: 129
Merit: 102


View Profile
February 01, 2015, 10:06:13 AM
 #1016

Any updates on new or current working pools?

Check out the list of public nodes on P2Pools.org

http://p2pools.org/fst
m0gliE
Full Member
***
Offline Offline

Activity: 129
Merit: 102


View Profile
February 01, 2015, 10:07:12 AM
 #1017

The primary source of downloads for Fastcoin are available on Sourceforge.

Windows, Mac, Debian, Ubuntu, Mint, Fedora, Redhat, Slackware, Multibit,
and the Android wallet.

The source is also available along with the bootstrap.dat.

http://sourceforge.com/projects/fastcoin

harry_weener
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 04, 2015, 04:37:32 AM
 #1018

I think Supercoin is faster than Fastcoin.
http://bitcointalk.org/index.php?topic=875651.0
Lasergun
Legendary
*
Offline Offline

Activity: 1153
Merit: 1174


https://t.me/laser9un


View Profile WWW
February 04, 2015, 08:42:05 AM
 #1019

I think Supercoin is faster than Fastcoin.
http://bitcointalk.org/index.php?topic=875651.0

Nope:
12 seconds block target      (Fastcoin) vs. 20 seconds PoS and 90 seconds PoW (Supercoin)
48 seconds tx. confirmation (Fastcoin) vs. 1 minute (Supercoin)
dida
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


SoNiC BooM


View Profile
February 08, 2015, 09:45:41 PM
 #1020

You have one working pool?  Huh
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 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 ... 103 »
  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!