forked from Multibit-Legacy/multibit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
37 lines (23 loc) · 992 Bytes
/
Copy pathREADME
File metadata and controls
37 lines (23 loc) · 992 Bytes
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
MultiBit is a bitcoin desktop client powered by bitcoinj
How to Build MultiBit
MultiBit now uses a Maven POM.XML.
The important targets are:
maven clean package
Package the multibit classes into a multibit.jar
maven install
take the multibit.jar and create:
+ an executable jar = multibit-exe.jar
+ a Mac application bundle = MultiBit.app
+ a Mac DMG file = MultiBit.dmg
+ an installer for Windows = multibit-installer.exe
+ a generic installer (for Linux) = multibit-installer.jar
To run MultiBit from the distributable, follow the instructions at:
http://www.multibit.org/download.html
Testnet
-------
To use the testnet set the property "testOrProductionNetwork" in the file multibit.properties to be "test".
Connect to single node
----------------------
If you want to connect to a single node set the following property in multibit.properties:
singleConnectionNode=<node to connect to>
The node can be specified as either a domain name (www.myNode.com) or an IP address.