Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
"gasPrice": "50000000000",
"autoGas": true,
"threshold": 500000000,
"bgsave": false
"bgsave": false,
"multisendAddress": "0x941F40C2955EE09ba638409F67ef27C531fc055C"
},

"newrelicEnabled": false,
Expand Down
24 changes: 24 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
module github.com/Multisend-ETH/open-ethereum-pool

go 1.14

require (
github.com/Multisend-ETH/go-multisend v0.0.0-20210216094331-bd38dc9557c8
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/aristanetworks/goarista v0.0.0-20210204223745-64c208b2a430 // indirect
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/ethereum/ethash v0.0.0-20170407112842-f5f0a8b19625
github.com/ethereum/go-ethereum v1.9.25
github.com/garyburd/redigo v1.6.2 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/sammy007/open-ethereum-pool v0.0.0-20171111114927-bcfc0eb0e683
github.com/shirou/gopsutil v3.21.1+incompatible // indirect
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect
github.com/yvasiyarov/gorelic v0.0.7
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
gopkg.in/redis.v3 v3.6.4
)
Loading