ThomasV
afec848151
Merge pull request #982 from dabura667/customoutput
Add arbitrary non-standard outputs
10 years ago
dabura667
d166927fd0
Change type to 'script' and remove OP_RETURN
10 years ago
dabura667
b741dd89ca
Added arbitrary outputs
write your own output scripts should you be so inclined.
10 years ago
ThomasV
9a6d98f899
display and encode only hex with OP_RETURN
10 years ago
ThomasV
9285074f00
fix typo
10 years ago
ThomasV
0f5ab4c296
add ismine command. should fix issue #975
10 years ago
ThomasV
b5401d2b5e
Merge pull request #976 from clehner/fix/root_name
Move root_name to parent class
10 years ago
Charles Lehner
6d2d53b43f
Move root_name to parent class
10 years ago
slush0
64ee8884e8
Such contact no longer works.
10 years ago
ThomasV
2e86ba7d81
do not self-enable plot plugin
10 years ago
ThomasV
699b22565c
Merge branch 'romanz-amodem-plugin'
10 years ago
ThomasV
2ab839f242
do not self-enable audio modem plugin
10 years ago
ThomasV
ebdca0b940
Merge branch 'amodem-plugin' of https://github.com/romanz/electrum into romanz-amodem-plugin
10 years ago
ThomasV
5262d6ae73
remove wrong test
10 years ago
Roman Zeyde
7833055308
Update for amodem v1.5
- amodem does not depend on pyaudio (only on numpy)
- use ctypes to access PortAudio API
10 years ago
ThomasV
af7d94d081
Merge pull request #939 from Tafelpoot/daemon2
Fix Daemon on Windows
10 years ago
ThomasV
ad5bb3c453
use --pre with pip install, for slowaes (see issue #956 )
10 years ago
ThomasV
da968b60e4
drop support for multiple accounts (bip44) in standard wallets
10 years ago
Eagle[TM]
084a2f60ae
Describe watching only functionality as new feature in 2.0 (see issue #225 )
10 years ago
ThomasV
9f9bab6cf0
fix issue #968
10 years ago
ThomasV
f57c581468
fix issue #967
10 years ago
Roman Zeyde
3fa20d0e33
Add logging for Audio MODEM plugin
10 years ago
Roman Zeyde
a75fcd19eb
Add bitrate settings for Audio MODEM
10 years ago
Roman Zeyde
4acc09c91a
Use amodem as a Python package instead of subprocess.
10 years ago
ThomasV
52e9c0b498
fix createrawtransaction, using extended serialization format
10 years ago
Roman Zeyde
04fc3d4135
Add audio modem integration for transaction sending & receiving
http://www.flaticon.com/free-icon/speaker-outline_54951
Speaker icon made by <a href="http://catalinfertu.com " title="Catalin
Fertu">Catalin Fertu</a> from <a href="http://www.flaticon.com "
title="Flaticon">www.flaticon.com</a> is licensed under <a
href="http://creativecommons.org/licenses/by/3.0/ " title="Creative
Commons BY 3.0">CC BY 3.0</a>
http://www.flaticon.com/free-icon/mic_10032
Microphone icon made by <a href="http://www.elegantthemes.com "
title="Elegant Themes">Elegant Themes</a> from <a
href="http://www.flaticon.com " title="Flaticon">www.flaticon.com</a> is
licensed under <a href="http://creativecommons.org/licenses/by/3.0/ "
title="Creative Commons BY 3.0">CC BY 3.0</a>
10 years ago
ThomasV
3d32bba0b9
fix bug #963
10 years ago
ThomasV
477b7c3402
fix issue #961
10 years ago
ThomasV
ceaa48fd73
fix #948
10 years ago
ThomasV
f8fbce1243
not bip39 anymore
10 years ago
ThomasV
f0ec5a73ee
do not add command to console history if it starts with a space
10 years ago
ThomasV
63c7a27d7e
add InvalidPassword exception
10 years ago
ThomasV
0e3500469e
Merge pull request #944 from tkhaew/priv_keys_pwd
Issue #941 fix export_privkeys_dialog, add invalid password check
10 years ago
ThomasV
858ab183bb
Merge pull request #947 from Tafelpoot/walletpath2
pass absolute path for new wallet
10 years ago
Tafelpoot
0737ee7fd3
pass absolute path for new wallet
10 years ago
tkhaew
e667f0164a
add invalid password check
10 years ago
Tafelpoot
6557c4b9df
daemon fix on windows more compact
10 years ago
ThomasV
7cb02f5d2a
Merge branch 'Tafelpoot-contacts'
10 years ago
ThomasV
7ca3ba4e80
various fixes for reveive_requests
10 years ago
ThomasV
f2988b657b
Merge branch 'contacts' of github.com:Tafelpoot/electrum into Tafelpoot-contacts
10 years ago
ThomasV
68c7d2e349
fix column number for monospace font (amount)
10 years ago
wozz
29cf811858
Fix currency type for bitcoinvenezuela history
update exchange rate history for bitcoinvenezuela exchange
10 years ago
ThomasV
4ecaa636fd
update README with pip
10 years ago
ThomasV
0556e7adde
set data_files only when install is invoked
10 years ago
ThomasV
575cfe313f
remove deprecated files from app.fil
10 years ago
ThomasV
01cf04079f
add NotEnoughFunds exception
10 years ago
Tafelpoot
75a0da8913
fix daemon for windows
10 years ago
ThomasV
5adb10e4d2
simplification
10 years ago
ThomasV
6d8eebe2db
raise exception when seed version does not match
10 years ago
Tafelpoot
218a1ee2f7
Updated Requests
- added Date and Account field to Saved Requests
- requests are now saved as dict()
old requests will be deleted!!
- Account field is hidden when only 1 account is available
- address line now follows the current_account
- saved requests is sortable, default sorted by date
- saved requests only shows request for current_account
10 years ago