I was able to top up my PYYPL account with BUSD and make one payment, but all subsequent payments failed. For example, I got the following message:


I was able to top up my PYYPL account with BUSD and make one payment, but all subsequent payments failed. For example, I got the following message:
The key to the success in mining NEOXA on HiveOS is knowing pool parameters that can be stratum+tcp://minenice.newpool.pw:1120
, for example:
To subscribe I query listen key:
POST /api/v3/userDataStream
connect to websocket wss://stream.binance.com:9443/stream
and send the listen key with the following message :
{
"id": 1,
"method": "SUBSCRIBE",
"params": [
"<my listen key>"
]
}
When Binance accepts the subscription it sends:
{
"id": 1,
"result": null
}
Clone the repository with Postman Collections and Environments:
git clone https://github.com/binance/binance-api-postman.git
Open the root repository folder:
Today I noticed that ETC does not mine anymore on my HiveOS farm with GeForce GTX 3GB cards:
When I query KAVAUSDT order #561657676 with /api/v3/order?symbol=KAVAUSDT&orderId=561657676×tamp={{timestamp}}&signature={{signature}}
that normally should return
{
"symbol": "KAVAUSDT",
"orderId": 561657676,
"orderListId": -1,
"clientOrderId": "ce86e0a9-85a8-4d9b-99b1-b08e227e2464",
"price": "4.80700000",
"origQty": "10.00000000",
"executedQty": "0.00000000",
"cummulativeQuoteQty": "0.00000000",
"status": "CANCELED",
"timeInForce": "GTC",
"type": "LIMIT",
"side": "BUY",
"stopPrice": "0.00000000",
"icebergQty": "0.00000000",
"time": 1632183933417,
"updateTime": 1632184233620,
"isWorking": true,
"origQuoteOrderQty": "0.00000000"
}
I periodically get
{
"code": -2013,
"msg": "Order does not exist."
}
see a video on YouTube that demonstrates this effect.
(more…)Once a 2 or 3 minutes I get the following error in the miner log:
grep -i error /var/log/miner/gminer/gminer.log
Error on GPU6: Device not responding, check overclocking settings
and on the following message on the miner screen:
miner
GPU6: DAG has been damaged, check overclocking settings
Miner terminated, watchdog will restart process after 10 seconds
GPU temperature is about 50-60°C, but looks like the memory chips overheat, because there was NVidia error:
(more…)I used a simple algorithm a got an interesting effect: the bot often buys at the peaks of the falling price. Below I provided some examples of buying the cryptocurrency on Binance crypto exchange:
DASH/USDT:
It calculates the difference between 2.5 hour moving average (MA) and the current price, when the difference exceeds the threshold it buys: