Socket Live data
This commit is contained in:
parent
6d4efb9db4
commit
4902c0d055
@ -1139,9 +1139,11 @@ export class BlockchainBlockController {
|
||||
var alog_type = TotalDifficultyNBlockRequestData.Type;
|
||||
var Difftype = TotalDifficultyNBlockRequestData.Difftype;
|
||||
if (TotalDifficultyNBlockRequestData.Interval && TotalDifficultyNBlockRequestData.Interval != '1 day') {
|
||||
var dateFormat = 'YYYY-MM-DD';
|
||||
var dateFormat = 'YYYY-MM-DD HH:mm:ss';
|
||||
var tickFormat = '%m-%d';
|
||||
}else{
|
||||
var dateFormat = 'HH:mm';
|
||||
var dateFormat = 'YYYY-MM-DD HH:mm:ss';
|
||||
var tickFormat = '%H-%M';
|
||||
}
|
||||
if(Difftype == "target"){
|
||||
var TotalDifficultyNBlockQuery = await getConnection()
|
||||
@ -1233,7 +1235,8 @@ export class BlockchainBlockController {
|
||||
// DifficultyProgpow: DifficultyProgpow,
|
||||
Maxrange: Maxrange,
|
||||
Minrange: (Minrange * 0.2),
|
||||
TargetDifficulty: TargetDifficulty
|
||||
TargetDifficulty: TargetDifficulty,
|
||||
tickFormat: tickFormat
|
||||
},
|
||||
});
|
||||
} catch (error) {
|
||||
|
@ -198,11 +198,11 @@ export async function universalGetLatestBlockDetails(socket) {
|
||||
TotalCuckoo,
|
||||
age : dateTimeDurationString,
|
||||
input_count: BlockchainLatestBlockQuery[0].input_count,
|
||||
kernal_count: BlockchainLatestBlockQuery[0].kernal_count,
|
||||
kernel_count: BlockchainLatestBlockQuery[0].kernel_count,
|
||||
output_count: BlockchainLatestBlockQuery[0].output_count,
|
||||
proof: BlockchainLatestBlockQuery[0].proof,
|
||||
hasharray: hasharray,
|
||||
Difficulty: Difficulty,
|
||||
// Difficulty: Difficulty,
|
||||
hashstart:BlockchainLatestBlockQuery[0].hash.slice(0, 2),
|
||||
hashend:BlockchainLatestBlockQuery[0].hash.slice(62,64),
|
||||
TotalDifficultyCuckaroo:
|
||||
|
Loading…
Reference in New Issue
Block a user