BIP66:
Imported from the Bitcoin project. This is designed to stop transaction malleability, where someone could put a malicious block into the blockchain, potentially creating a double spend.
Security:
Many new enhancements such as block timestamp tightening, will ensure the stability and security of the network.All the new updated wallets will only connect using the built in Tor proxy.This will also add further value to the inbuilt security within the wallet itself.
——————————
Messaging/Chat feature:
Your new wallet will have a more welcoming,modern and simple interface that is easy to use with all the usual features you would find on a normal email template.Your messaging will not work until the public key has been activated for your address.
-------------------------------------------------------------------------------------------------------------------
For further advice or to ask any questions please refer to the Tutorials and How To section on the forum or post here on the bitcointalk thread-
http://www.bitcoinplus.org/xbcforum/
In the box enter the following command: smsgscanchain and wait until wallet returns the response: Scan Chain Completed Then enter: smsggetpubkey "your receiving XBC address"
A compressed public key will now be active on the network. NB:You will need to do this for each new address you create in order to have that address work with any extra features.
Note*Bootstrap.dat If using bootstrap.dat remove the blk files from appdata files first before replacing with bootstrap.dat BEFORE opening the wallet and syncing.
Note* bitcoinplus.conf Please refer to the bottom of this post.
- Crypto-Currency is a new, UNTESTED, and rapidly evolving technology.
- Crypto-Currency has historically been EXTREMELY VOLATILE and may not be a stable investment.
- Disbursements and/or transfers of funds on the XBC Network, like all crypto-currencies, are NON-REVERSIBLE.
- The Software and Hardware provided for the XBC Network and any additional technology used within the actual network is provided WITHOUT GUARANTEE, WARRANTY and AS IS and should be treated as prototype technology
- XBC is maintained by voluntary contributions from community members who accept no liability for loss of funds through the use of this technology.This technology is provided free of charge for the benefit of all the XBC community and it used at your own risk.You are responsible for your funds safekeeping and wallet.dat and all associated private keys for those addresses used to transact and transfer funds.
-No liability or responsibility is accepted by any member for any updates or lack of such updates or information regarding such updates.It is your responsibility to keep yourself informed of any changes made that could affect how XBC is maintained or changed through use of available threads,forums and social media related to such announcements.
(By downloading/using the XBC/BitcoinPlus wallet and networks(s) and buying or trading XBC/BitcoinPlus on any exchange or from any other source you are agreeing to the above terms and conditions)XBC is a community project ran on a voluntary basis)
-----------------------------------------------------------------------------------------------------------------
bitcoinplus.conf To use the .conf simply open notepad and copy/paste the nodes below and save as bitcoin.conf and place this file into your executables.
addnode=23.254.166.180
addnode=23.254.132.157
addnode=167.114.152.26
addnode=167.114.155.195
addnode=yvjofqv4wox4ywwm.onion:8884
addnode=vqr4nghlcpdipdpj.onion:8884
addnode=dtc6mm23aexkkjtl.onion:8884
addnode=dn7nfv3g3kerqwac.onion:8884
addnode=7xcm543jtkje4mkv.onion:8884
addnode=vqr4nghlcpdipdpj.onion:8884
addnode=127.0.0.1:49908
addnode=127.0.0.1:49858
addnode=127.0.0.1:49870
addnode=127.0.0.1:49835
addnode=127.0.0.1:49829
addnode=127.0.0.1:49796
addnode=mvowoqmni4heaqio.onion:8884
addnode=bo4co3qaeugb5uye.onion:8884
addnode=127.0.0.1:49754
addnode=lwjizmqhh2kt5igm.onion:8884
addnode=d5si2ehftgr4ht26.onion:8884
addnode=rdacaumax767cxup.onion:8884
addnode=fwp55cetjkrqfn3z.onion:8884
addnode=vqr4nghlcpdipdpj.onion:8884
addnode=yvjofqv4wox4ywwm.onion:8884
addnode=j2ntpqvoouek5iqa.onion:8884
addnode=tyf5jv6e2amf2lyi.onion:8884
addnode=127.0.0.1:49890
addnode=127.0.0.1:49874
First of all. What is the Private Key ?
Each Bitcoin Plus - XBC address has what is called a private key. The private key is saved in the wallet file. The private keys are mathematically related to the Bitcoin Plus - XBC address generated for the Bitcoin Plus wallet.
To access the coins linked to a XBC address all you need is the private key. It doesn't matter where you are in the world. You simply import this private key and all the coins are imported into your current wallet. So how do we get the Private Key ?
Lets run through an example -
1. Start your XBC wallet.
2. This part only applies if you have previously encrypted your wallet. You can only obtain a Private Key from an Unlocked Wallet.
If it is locked just unlock it but uncheck "For staking only"
3. Go to menu Help > Debug window > tab Console
4. In the Console Command Prompt write dumpprivkey "your-wallet-address"
So if the wallet address was BLo8EAZzVsnGnvrb4i1GnHVv1bSMRemejp you would write :
dumpprivkey BLo8EAZzVsnGnvrb4i1GnHVv1bSMRemejp
Press Enter and the Private Key for that address will be returned.
5. Write down code returned on a few papers / files / whatever and keep it safe.
6. Later if your Hard Drive fails or computer ends up stolen or similar then you can import the private key into a new wallet and restore your lost coins.
Please see the following article on how to import your private key into a Bitcoin Plus Wallet.
How Do I Import My Private Key into a New Bitcoin Plus - XBC Wallet
In the previous article we obtained the private key to a Bitcoin Plus - XBC address that contained 20 coins. In this article we are going to import this private key into a NEW wallet.
1. Go to Menu - Debug Window - Console Tab
2.In the console prompt write importprivkey privatekey label where private key is the private key you previously obtained and label is the name of the wallet. This can be anything you want to call it.
Then press enter. You should see the coins imported immediately into the new wallet.