next pool in work building wallet, port source of my pool and will get it up and running soon...
http://ubq.poolcoin.biz someone a hint about this build error ?
Deps are installed like for latest geth
# github.com/ubiq/go-ubiq/core
core/headerchain.go:362: not enough arguments in call to hc.GetHeader
core/headerchain.go:370: not enough arguments in call to hc.GetHeader
util.go:43: exit status 2
exit status 1
make: *** [gubiq] Error 1
the prebuild binary will also not work ...
build latest geth without any problems
eth.gI0128 01:13:56.638431 eth/downloader/downloader.go:326] Block synchronisation started
I0128 01:13:57.592395 eth/downloader/downloader.go:966] imported 1 state entries in 288.457µs: processed 1, pending at least 17
I0128 01:13:57.721094 eth/downloader/downloader.go:966] imported 3 state entries in 534.378µs: processed 4, pending at least 33
I0128 01:13:58.001707 eth/downloader/downloader.go:966] imported 13 state entries in 935.839µs: processed 17, pending at least 108
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x549e27]
goroutine 1540 [running]:
panic(0xcad480, 0xc4200140c0)
/usr/local/go/src/runtime/panic.go:500 +0x1a1
github.com/ubiq/go-ubiq/core/types.(*Block).Hash(0x0, 0x0, 0x0, 0x0, 0x0)
/ext-go/1/src/github.com/ubiq/go-ubiq/core/types/block.go:454 +0x67
github.com/ubiq/go-ubiq/core.(*BlockChain).CalcPastMedianTime(0xc4204565a0, 0x19, 0x1)
/ext-go/1/src/github.com/ubiq/go-ubiq/core/blockchain.go:540 +0x150
github.com/ubiq/go-ubiq/core.CalcDifficulty(0xc4203ba370, 0x584a7bb5, 0x584a7bb4, 0xc425efcac0, 0xc425efcaa0, 0xc4204565a0, 0x0)
/ext-go/1/src/github.com/ubiq/go-ubiq/core/block_validator.go:363 +0x1c9
github.com/ubiq/go-ubiq/core.ValidateHeader(0xc4203ba370, 0x154bc20, 0xc420014dd0, 0xc4261458c0, 0xc426145680, 0xc420450000, 0xc4204565a0, 0xc4208c3e18, 0x531eae)
/ext-go/1/src/github.com/ubiq/go-ubiq/core/block_validator.go:255 +0x182
github.com/ubiq/go-ubiq/core.(*BlockValidator).ValidateHeader(0xc4201731a0, 0xc4261458c0, 0xc426145680, 0xd66cc64cf1ab3f00, 0x6d6a0c1a21e8f8b8, 0x0)
/ext-go/1/src/github.com/ubiq/go-ubiq/core/block_validator.go:231 +0x144
github.com/ubiq/go-ubiq/core.(*HeaderChain).InsertHeaderChain.func1(0x7)
/ext-go/1/src/github.com/ubiq/go-ubiq/core/headerchain.go:278 +0x472
github.com/ubiq/go-ubiq/core.(*HeaderChain).InsertHeaderChain.func2(0xc425dfd100, 0xc420801260, 0x7)
/ext-go/1/src/github.com/ubiq/go-ubiq/core/headerchain.go:293 +0x56
created by github.com/ubiq/go-ubiq/core.(*HeaderChain).InsertHeaderChain
/ext-go/1/src/github.com/ubiq/go-ubiq/core/headerchain.go:294 +0x46f