TX#: 0x95b72faaee0f35611a4d2238161167a0274bb4fd3ab26c932c9430d09b990c6e
One deposit after went without problems...
The pool automatically verifies all sent payments about an hour after they have been sent as it is a known issue with ETH/SHIFT that some payments simply "vanish" or the TX never gets incorporated into the blockchain.
Your payment is verified by the wallet already by eth_getTransactionReceipt:
{
"id": 1,
"jsonrpc": "2.0",
"result": {
"transactionHash": "0x95b72faaee0f35611a4d2238161167a0274bb4fd3ab26c932c9430d09b990c6e",
"transactionIndex": "0x0",
"blockNumber": "0x4c1e",
"blockHash": "0x64203112e38e461e2b5800aa635c72ed8dcbba35525d693b591b35e5032feb78",
"cumulativeGasUsed": "0x5208",
"gasUsed": "0x5208",
"contractAddress": null,
"logs": [
]
}
}