mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Made the sys.path.append more obvious
This commit is contained in:
committed by
Mike Hearn
parent
7169643d1c
commit
17d8ac8d74
@@ -6,7 +6,7 @@ __author__ = "richard 'ragmondo' green"
|
||||
import sys
|
||||
|
||||
# Change this to point to where you have a copy of the bitcoinj.jar
|
||||
sys.path.append(r"/home/richard/code/libs/bitcoinj-core-0.12-bundled.jar")
|
||||
sys.path.append(r"/path/to/bitcoinj-core-0.12-bundled.jar")
|
||||
|
||||
# This is the address to forward all payments to. Change this (unless you want to send me some testnet coins)
|
||||
my_address_text = "mzEjmna15T7DXj4HC9MBEG2UJzgFfEYtFo"
|
||||
@@ -92,4 +92,4 @@ if __name__ == "__main__":
|
||||
print "send test coins to ", sendToAddress, "qrcode - http://qrickit.com/api/qr?d=%s" % (sendToAddress) # no affiliation with qrickit..
|
||||
sl = SenderListener(pg,my_address)
|
||||
wallet.addEventListener(sl)
|
||||
print "finished initialising .. now in main event loop"
|
||||
print "finished initialising .. now in main event loop"
|
||||
|
Reference in New Issue
Block a user