This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -----BEGIN PGP SIGNED MESSAGE----- | |
| Hash: SHA256 | |
| I, pasta, certify that: | |
| The DB proposal id is: "47a25982d9e7b39f7500d6d5a19084cd21f21365099db4cc11ff5edead6660d7" | |
| and that the payout address "XkJnqNWuYWrWo6Lhf4Hm5VgdLLQq5NjXBo" is correct | |
| ------------------------------------------------------------------------------------------ | |
| This message may be verified at https://keybase.io/verify |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| C:\Users\Paul Burkhalter\source\repos\sentinel>py.test | |
| ============================= test session starts ============================= | |
| platform win32 -- Python 3.7.1, pytest-3.0.1, py-1.4.31, pluggy-0.3.1 | |
| rootdir: C:\Users\Paul Burkhalter\source\repos\sentinel, inifile: | |
| collected 23 items | |
| test\integration\test_jsonrpc.py F | |
| test\unit\test_dash_config.py .F | |
| test\unit\test_dashy_things.py ...... | |
| test\unit\test_gobject_json.py .. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import random | |
| VinRounds = [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] | |
| #Number of rounds to mix up to | |
| goal = int(float(input("PS Goal:"))) | |
| completed = False | |
| totalMixes = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import numpy as np | |
| def getGaus(): | |
| gaus = np.random.normal(0.0, 0.33, None) | |
| if gaus < 0: | |
| return getGaus() | |
| else: return gaus | |
| sum = 0 | |
| for i in range(0,1000): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| double gaus = 1 - Math.abs(new gaussian) // 0 : 1 | |
| int goal = 8 //The PS round count goal/user set count | |
| int low = 0 //The lowest round count in the set of inputs | |
| int high = 0 //The highest round count in the set of inputs | |
| int current = 0 //The round count of the current input in the loop, going from high to low | |
| if(low - high == 0) mix(currentVin); | |
| else if (((current + 1) * (current + 1)) / (high*high) > gaus) mix(currentVin); | |
| ------------------------------------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Script started on Wed 27 Jun 2018 03:35:13 AM UTC | |
| root@ubuntu-dash-tests:~/dash# make clean | |
| Making clean in src | |
| make[1]: Entering directory '/root/dash/src' | |
| make[2]: Entering directory '/root/dash/src' | |
| rm -f dashd.exe dash-cli.exe dash-tx.exe test/test_dash.exe bench/bench_dash.exe qt/dash-qt.exe qt/test/test_dash-qt.exe | |
| rm -f dashd dash-cli dash-tx test/test_dash bench/bench_dash qt/dash-qt qt/test/test_dash-qt | |
| test -z "crypto/libdash_crypto.a libdash_util.a libdash_common.a libdash_consensus.a libdash_server.a libdash_cli.a libdash_wallet.a libdash_zmq.a leveldb/libleveldb.a leveldb/libmemenv.a qt/libdashqt.a *.gcda *.gcno compat/*.gcda compat/*.gcno consensus/*.gcda consensus/*.gcno crypto/*.gcda crypto/*.gcno policy/*.gcda policy/*.gcno primitives/*.gcda primitives/*.gcno script/*.gcda script/*.gcno support/*.gcda support/*.gcno univalue/*.gcda univalue/*.gcno wallet/*.gcda wallet/*.gcno wallet/test/*.gcda wallet/test/*.gcno zmq/*.gcda zmq/*.gcno test/*.gcda test/*.gcno test/data/script_tests.json.h tes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from bitcoinrpc.authproxy import AuthServiceProxy, JSONRPCException | |
| import time, os, sys | |
| print("Starting Spam Program") | |
| password = "d9060549bd53cda3fc0f891b5f4a586271d5ee6a180ade1ea2bfe3985ccc7b01" | |
| user = "6594052d2802c63e763caad3afdd5a2babcdacc4daf47277ca91d4d050d25d16" | |
| def rpc_conn(user=user, password=password): | |
| rpc_conn = AuthServiceProxy("http://%s:%s@localhost:9998" % (user, password)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while true | |
| do | |
| python spam.py | |
| dash-cli stop | |
| sleep 15 | |
| dashd -daemon | |
| sleep 90 | |
| dash-cli resendwallettransactions | |
| done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from bitcoinrpc.authproxy import AuthServiceProxy, JSONRPCException | |
| import time, os | |
| print("Hello") | |
| password = "d9060549bd53cda3fc0f891b5f4a586271d5ee6a180ade1ea2bfe3985ccc7b01" | |
| user = "6594052d2802c63e763caad3afdd5a2babcdacc4daf47277ca91d4d050d25d16" | |
| rpc_conn = AuthServiceProxy("http://%s:%s@localhost:9998" % (user, password)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0x3844c5e3b01818D2283E2A87FC1A0bacc043d573 |
NewerOlder