Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: Andre_Goldman on August 05, 2017, 11:24:33 AM



Title: BCCSpliter
Post by: Andre_Goldman on August 05, 2017, 11:24:33 AM
Does anyone already used successfully ?

BCCSpliter...
This tool allows you to connect to your Bitcoin Core wallet, select coins you want to split, create a transaction only valid on BCC and broadcast it.
( https://github.com/NicolasDorier/BCCSpliter )

After run the command:

Code:
cd BCCSpliter
dotnet run

The programming shows msg

Code:
info: Configuration:  Using APPDATA environment variable for initializing application data
info: Configuration:  Configuration file set to C:\Users\*****\AppData\Roaming\BCCSpliter\Main\spliter.config
info: Configuration:  Network: Main
info: Configuration:  Data directory set to C:\Users\*****\AppData\Roaming\BCCSpliter\Main
info: Configuration:  Configuration file set to C:\Users\*****\AppData\Roaming\BCCSpliter\Main\spliter.config
info: Configuration:  Testing RPC connection to http://localhost:8333/

then exit... on website it is not clear how to use it... I already tried

Code:
dotnet run -dump
dotnet -dump
dotnet -list

and other combinations .. but BCCSpliter always show te same msg


Title: Re: BCCSpliter
Post by: HCP on August 05, 2017, 11:48:49 AM
Do you have "At least Bitcoin Core 0.13.1 fully sync, rpc enabled."? ???

You haven't mentioned it... and it looks like it is stopping when it is trying to connect to your Bitcoin Core Node...



Title: Re: BCCSpliter
Post by: Andre_Goldman on August 05, 2017, 11:55:23 AM
Do you have "At least Bitcoin Core 0.13.1 fully sync, rpc enabled."? ???

You haven't mentioned it... and it looks like it is stopping when it is trying to connect to your Bitcoin Core Node...



yes, I am using core v0.14.2 and it is fully synchronized, on bitcoin.config file server=1 and rpc is set already ...

Code:
#getnetworkinfo
{
  "version": 140200,
  "subversion": "/Satoshi:0.14.2/UASF-Segwit:1.0(BIP148)/",
  "protocolversion": 70015,

....