New port numbers
[electrum-nvc.git] / scripts /
2014-07-22 CryptoManiacInitial novacoin support
2014-05-21 ThomasVtx radar
2014-04-28 ThomasVglobal timeout in peers script
2014-03-28 Jeffrey I. SchillerFixes to merchant.py
2014-03-22 ThomasVhandle timeout in peers script
2014-03-16 ThomasVmove daemon spawning code into NetworkProxy class
2014-03-16 ThomasVadd daemon port to config
2014-03-11 ThomasVsort by height
2014-03-10 ThomasVminor improvements to scripts
2014-03-04 ThomasVincrease timeout
2014-03-04 ThomasVmore legible output for scripts/peers
2014-02-11 ThomasVpeer script
2014-01-27 ThomasVdaemon
2014-01-26 ThomasVdaemon
2013-12-16 ecdsaexit wait_until_connected() when all servers have been...
2013-12-16 thomasvimprove 'peers' script
2013-11-10 Bryan Stittfix more bare excepts
2013-10-06 ThomasVmore docs for merchant script
2013-10-06 ThomasVmove merchant script in separate dir
2013-10-06 ThomasVupdate and fix the merchant script (fixes issue #254)
2013-10-06 ThomasVfix servers script
2013-10-06 ThomasVupdate a few scripts
2013-10-03 ThomasVmove synchronous_get to network.py, fix get_balance...
2013-08-14 thomasvupdate peers script
2013-08-06 Maxime Biaispep8
2013-08-06 Maxime Biaisnew script: get_balance <bitcoin_address>
2013-08-04 ThomasVremove the calculation of address balance in watch_address
2013-08-01 thomasvuse auto_cycle in watch_address
2013-04-29 ecdsafix servers script
2013-04-17 thomasvfix get_new_address in merchant.py
2012-11-27 Eagle[TM]updating default servers
2012-11-16 ThomasVfix for merchant script
2012-11-15 thomasvfix for notifications
2012-11-09 thomasvadapt merchant script to SPV
2012-11-06 ThomasVPROTOCOL_VERSION
2012-11-05 thomasvupdate validate script with 0.5 protocol
2012-11-04 thomasvnew protocol: the server sends serialized tx, deseriali...
2012-10-28 ThomasVupdate validate_tx script
2012-10-28 ThomasVadd callback to example script
2012-10-27 ThomasVadd payment verifier and confirmations to merchant...
2012-10-26 thomasvverifier: download chunks first for efficiency
2012-10-26 thomasvreadme for merchant script
2012-10-26 thomasvdocument public methods of verifier
2012-10-22 thomasvinterface: do not connect inside the constructor
2012-10-22 thomasvuse named callbacks with the interface
2012-10-21 ThomasVbig refactoring of the interface
2012-10-20 ThomasVfix: random_choice -> random.choice
2012-10-19 ThomasVsimplify validation script
2012-10-19 thomasvcompute merkle root from reduced list
2012-10-19 thomasvseparate bitcoin related functions from wallet.py
2012-10-19 thomasvsynchronous_get batch method for interface
2012-10-18 thomasvcheck that tx_hash is in the merkle tree :)
2012-10-18 thomasvSPV example script (first commit)
2012-10-17 thomasvadd timeout
2012-10-16 thomasvsimplification: hex encode master_public_key directly
2012-10-14 ThomasVnew script showing server status
2012-10-12 thomasvallow config to be None in constructor of Interface
2012-10-12 thomasvmove init_socket in constructor
2012-10-11 thomasvbig refactoring: command line options and electrum...
2012-10-08 thomasvadd merchant script
2012-10-08 thomasvcreate scripts directory