Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - m0gliE

Pages: [1]
1
Technical Support / Resolving Orphan Transactions
« on: February 25, 2015, 06:00:29 AM »
If you have an unconfirmed, (orphaned) output transaction, you'll need to dump your private key for your wallet address and then import that into a newly generated wallet.dat.

go to your debug console.

Code: [Select]
> Help > Debug
type listaccounts to list the accounts and select the one which contains your coins.
Generally it's the default account.

Code: [Select]
listaccounts ""
then type,

Code: [Select]
getaccountaddress ""
Dump your private key for that address.

Code: [Select]
dumpprivkey ""
Temporarily copy you privkey into notepad, and close Fastcoin-qt.
Go into to your fastcoin data folder

Code: [Select]
%appdata%/fastcoin
Rename your wallet.dat to something like wallet_backup.dat.
Open Fastcoin-qt, and it will generate a new wallet.dat.

Go back into your console, and import your private key.

Code: [Select]
Help > Debug > Console
Code: [Select]
importprivkey paste-your-private-key-here
Now be patient, maybe 10-20 mins for it import and re-scan.

You can type getinfo and when it finally returns the info,
you know the process has completed and your key has been imported.

Do not close and restart Fastcoin-qt until importing is complete.
All your coins will be contained in your new wallet.
Be sure to include a decent tx fee next time so it gets relayed.

Code: [Select]
>Settings > Options > Wallet > Pay TX Fee 0.001000000 or something
Also try using the coin control features for selecting your inputs.
You can also use this to monitor your transaction byte size to ensure you're including enough fee for the tx.

Code: [Select]
>Settings > Options > Display > Coin Control Features.
If you have any questions or need more help, jump on IRC,

Code: [Select]
> irc.freenode.net #fastcoin

2
Should Fastcoin be included on the CasheerApp?.... Leave your comments!

http://forum.casheer.net/viewtopic.php?f=15&t=152

http://casheer.net/

3
Development & Technical Information / bootstrap.dat
« on: March 08, 2014, 01:05:59 PM »
   bootstrap.dat

bootstrap.dat allows a new Fastcoin client (not synced) to rapidly import the initial blocks from a
local file instead of slowly downloading blocks from random peers. This significantly reduces the
time it takes to get a client synced with the current blockchain.

Simply having bootstrap.dat in Fastcoin's expected data directory will make your initial block sync
much faster. The import process can be even faster if you use the -dbcache=1000 command line
parameter which uses an additional 1GB of RAM for the database index cache.

You can download the bootstrap.dat which is currently 1GB or the bootstrap.dat.xz which is 530MB.

   Extracting the bootstrap.dat.xz

Regardless of your operating system, use the following steps to make use of the bootstrap.dat file:

1.   Download bootstrap.dat.xz from mirrors or torrent.
2.   Decompress the bootstrap.dat.
3.   Put it into the Fastcoin datadir. "%appdata%/fastcoin" / "~/.fastcoin"
   (This is the same folder that contains wallet.dat and the blocks folder.)
4.   Delete bootstrap.dat.old if you want to recover some storage space.

    Fastcoin Data Folder

    Linux
Code: [Select]
xz -d bootstrap.dat.xz Fastcoin's data directory is located in ~/.fastcoin/ by default. You can run ls -a to see
directories that start with a period. You can also search for the directory with the following
command:
Code: [Select]
find / -name wallet.dat -print 2>/dev/null
   Mac
You can obtain xz from MacPorts or http://macpkg.sourceforge.net/.
Fastcoin's data directory should be located in ~/Library/Application Support/Fastcoin/.

   Windows
7Zip is a free utility that can decompress .xz files, so does the latest version of WinRAR.

Click on Start then Run (or press WinKey+R) and type:
Code: [Select]
explorer %APPDATA%\Fastcoin Fastcoin's data directory will open. "AppData" and "Application Data" are hidden by default in
Windows.

   Copy bootstrap.dat to data directory

Copy the bootstrap.dat to your data directory. Load the Fastcoin client and wait for it to load the
blocks. After loading is complete, the bootstrap.dat will be renamed to bootstrap.dat.old at which
point you can choose to delete it.

Links are below.


Archive Link - Archive.org
Archive Mirror - bootstrap.dat
Archive Mirror  - bootstrap.dat.xz

Dropbox Mirror - bootstrap.dat
Dropbox Mirror - bootstrap.dat.xz

GoogleD Mirror - 
GoogleD Mirror - 

Archive Torrent - bootstrap.dat
Archive Torrent - bootstrap.dat.xz

Dropbox Torrent - bootstrap.dat.torrent
Dropbox Torrent - bootstrap.dat.xz.torrent

GoogleD Torrent -
GoogleD Torrent -       

4
Fastcoin P2Pool
Server Location: USA/LA

Site Info: http://fst.inetrader.com
Server Stats: http://fst.inetrader.com:5150/static

Statum:  -o stratum+tcp://fst.inetrader.com:5150 -u <your_fastcoin_address> -p <random_password>
Non Stratum: -o http://fst.inetrader.com:5150 -u <your_fastcoin_address> -p <random_password>

Reducing DOA; Add /16 directly to the END of your WALLET address.
i.e. cgminer -o http://fst.inetrader.com:5150 -u fo236XeXzve76Xbvm1yPR51fJCnfqJs3BA/16 -p x

Recommend Share difficulty:

/16
 
Just as a reminder, there are no accounts or coins stored by the pool. No confirmations to wait for....your coins are sent to you as soon as a block is found. Every block found is simultaneously announced across all the wallets in the P2Pool so there are less orphans encountered.

Pages: [1]