Pages:
Author

Topic: [ANN][XHD] Hidecoin Official thread | Double SHA-256 | NodeJS - page 29. (Read 34876 times)

hero member
Activity: 521
Merit: 500
Who can share with synced blockchain?
hero member
Activity: 521
Merit: 500
I'm each time deleting wallet and doing sync from blank point, but it fails 500 on blocks
548 for sure.
sr. member
Activity: 461
Merit: 250
Code:
C:\hidecoin-master>node core
XHD Core loading...
{ allowIpv4: true,
  allowIpv6: false,
  myServerPort: 7438,
  minerMode: false,
  minerAddresses: [ '--YOUR-HIDECOIN-ADDRESS--' ],
  minerMinimalFee: 100000000,
  walletPort: 7439,
  walletHost: 'localhost' }
module.js:472
    throw err;
    ^

Error: Cannot find module 'blessed'
    at Function.Module._resolveFilename (module.js:470:15)
    at Function.Module._load (module.js:418:25)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object. (C:\hidecoin-master\core.js:8:17)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)

What am I doing wrong ?
Using Win Server 2008.

the module "blessed" is missing as stated by the error output

did you run "npm install" before starting the wallet?
That worked ! Cheesy
hero member
Activity: 700
Merit: 500
Code:
C:\hidecoin-master>node core
XHD Core loading...
{ allowIpv4: true,
  allowIpv6: false,
  myServerPort: 7438,
  minerMode: false,
  minerAddresses: [ '--YOUR-HIDECOIN-ADDRESS--' ],
  minerMinimalFee: 100000000,
  walletPort: 7439,
  walletHost: 'localhost' }
module.js:472
    throw err;
    ^

Error: Cannot find module 'blessed'
    at Function.Module._resolveFilename (module.js:470:15)
    at Function.Module._load (module.js:418:25)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object. (C:\hidecoin-master\core.js:8:17)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)

What am I doing wrong ?
Using Win Server 2008.

the module "blessed" is missing as stated by the error output

did you run "npm install" before starting the wallet?
sr. member
Activity: 461
Merit: 250
Code:
C:\hidecoin-master>node core
XHD Core loading...
{ allowIpv4: true,
  allowIpv6: false,
  myServerPort: 7438,
  minerMode: false,
  minerAddresses: [ '--YOUR-HIDECOIN-ADDRESS--' ],
  minerMinimalFee: 100000000,
  walletPort: 7439,
  walletHost: 'localhost' }
module.js:472
    throw err;
    ^

Error: Cannot find module 'blessed'
    at Function.Module._resolveFilename (module.js:470:15)
    at Function.Module._load (module.js:418:25)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object. (C:\hidecoin-master\core.js:8:17)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)

What am I doing wrong ?
Using Win Server 2008.
hero member
Activity: 700
Merit: 500
Code:
[14:10:30 MNR]# !!! BLOCK FOUND !!!
[14:10:30 MNR]# 00000fcbd0a2e21b46bcb5002e6c09342c76edf92d5efbc6b3eab4379fe8791d
[14:10:30 SNC]# Block rejected, reason: Wrong tx 1: Out 0 is spent

happens for multiple worker nodes mining on the same machine
hero member
Activity: 700
Merit: 500
also it would be great to allow arbitrary ports:

remove this hidecoin/lib/Net.js:255
hero member
Activity: 700
Merit: 500
Bug with synchronizing is fixed. Try last version of wallet: https://github.com/cryptocurs/hidecoin
Not fixed.. I tried.

for me it worked, im now up-to-date and mining, thanks

edit: also i have mined my first block which showed up in the web ui
hero member
Activity: 700
Merit: 500
when i last mined yesterday the cpu usage was very low, is this intended?

i know node is single threaded, but i supposed mining was using async tasks or something
hero member
Activity: 521
Merit: 500
Bug with synchronizing is fixed. Try last version of wallet: https://github.com/cryptocurs/hidecoin
Not fixed.. I tried.
sr. member
Activity: 700
Merit: 251
Bug with synchronizing is fixed. Try last version of wallet: https://github.com/cryptocurs/hidecoin
hero member
Activity: 700
Merit: 500

Interesting. It doesn't show any progress, that way.


same here, though other date

also the BE is offline, a man has to wait Cheesy
legendary
Activity: 1453
Merit: 1030
same here, though i suppose the syncing wasnt completed when it first started to mine

i have changed the following debug line in Sychronizer.js:68:

this.log('Received block after. ACCEPT '+ new Date(Block.unpackTime(block)*1000).toISOString())

so it shows the Blocks date

Interesting. It doesn't show any progress, that way.

[23:12:17 SNC]# Synchronizing...
[23:12:19 SNC]# Request last block info
[23:12:19 SNC]# Received last block info. REJECT
[23:12:19 SNC]# Received last block info. REJECT
[23:12:19 SNC]# Received last block info. REJECT
[23:12:21 SNC]# Regressive synchronization
[23:12:21 SNC]# Synchronizing...
CORE: Free txs deleted: 0
[23:12:21 SNC]# Received block after. ACCEPT 2016-11-22T15:04:31.000Z
[23:12:21 SNC]# Synchronizing...
[23:12:23 SNC]# Request last block info
[23:12:23 SNC]# Received last block info. REJECT
[23:12:23 SNC]# Received last block info. REJECT
[23:12:23 SNC]# Received last block info. REJECT
[23:12:25 SNC]# Regressive synchronization
[23:12:25 SNC]# Synchronizing...
CORE: Free txs deleted: 0
[23:12:26 SNC]# Received block after. ACCEPT 2016-11-22T15:04:31.000Z
[23:12:26 SNC]# Synchronizing...
[23:12:28 SNC]# Request last block info
[23:12:28 SNC]# Received last block info. REJECT
[23:12:28 SNC]# Received last block info. REJECT
[23:12:29 SNC]# Received last block info. REJECT
[23:12:30 SNC]# Regressive synchronization
[23:12:30 SNC]# Synchronizing...
CORE: Free txs deleted: 0
[23:12:31 SNC]# Received block after. ACCEPT 2016-11-22T15:04:31.000Z
[23:12:31 SNC]# Synchronizing...
[23:12:33 SNC]# Request last block info
[23:12:33 SNC]# Received last block info. REJECT
[23:12:33 SNC]# Received last block info. REJECT
[23:12:33 SNC]# Received last block info. REJECT
[23:12:35 SNC]# Regressive synchronization
[23:12:35 SNC]# Synchronizing...
CORE: Free txs deleted: 0
[23:12:35 SNC]# Received block after. ACCEPT 2016-11-22T15:04:31.000Z
[23:12:35 SNC]# Synchronizing...
[23:12:37 SNC]# Request last block info
[23:12:37 SNC]# Received last block info. REJECT
[23:12:37 SNC]# Received last block info. REJECT
[23:12:37 SNC]# Received last block info. REJECT
[23:12:39 SNC]# Regressive synchronization
[23:12:39 SNC]# Synchronizing...
CORE: Free txs deleted: 0
[23:12:39 SNC]# Received block after. ACCEPT 2016-11-22T15:04:31.000Z
[23:12:39 SNC]# Synchronizing...
[23:12:42 SNC]# Request last block info
legendary
Activity: 1453
Merit: 1030
Ok. Stopping and deleting the wallets. Will try the next release. Mining will begin at 0, I take it.
sr. member
Activity: 700
Merit: 251
Unfortunately after testing it was revealed that the conflicts are resolved is not quite as it should. Because of this, balance can be wrong, since parallel chain can be removed. This will be fixed in the next version.
hero member
Activity: 700
Merit: 500
same here, though i suppose the syncing wasnt completed when it first started to mine

i have changed the following debug line in Sychronizer.js:68:

this.log('Received block after. ACCEPT '+ new Date(Block.unpackTime(block)*1000).toISOString())

so it shows the Blocks date
newbie
Activity: 3
Merit: 0
Wallet has strange behavior after mined blocks. When shutdown and restarted, the chain keeps syncing, balance is 0.

[20:41:00 SNC]# Received block after. ACCEPT
[20:41:00 SNC]# Synchronizing...
[20:41:00 SNC]# Received last block info. REJECT
[20:41:00 SNC]# Received block after. KNOWN
[20:41:02 SNC]# Request last block info
[20:41:02 SNC]# Received last block info. REJECT
[20:41:02 SNC]# Received last block info. REJECT
[20:41:02 SNC]# Received last block info. REJECT
CORE: Free txs deleted: 0
[20:41:02 SNC]# Received block after. ACCEPT


Edit: or is that on purpose and the reason it is called HIDEcoin...

Similar behavior
legendary
Activity: 1453
Merit: 1030
Wallet has strange behavior after mined blocks. When shutdown and restarted, the chain keeps syncing, balance is 0.

[20:41:00 SNC]# Received block after. ACCEPT
[20:41:00 SNC]# Synchronizing...
[20:41:00 SNC]# Received last block info. REJECT
[20:41:00 SNC]# Received block after. KNOWN
[20:41:02 SNC]# Request last block info
[20:41:02 SNC]# Received last block info. REJECT
[20:41:02 SNC]# Received last block info. REJECT
[20:41:02 SNC]# Received last block info. REJECT
CORE: Free txs deleted: 0
[20:41:02 SNC]# Received block after. ACCEPT


Edit: or is that on purpose and the reason it is called HIDEcoin...
member
Activity: 192
Merit: 10
where I can find a mining site HIDEcoin?
sr. member
Activity: 700
Merit: 251
Hello how can we set up a desktop wallet for windows do you have one compiled,I want and all the others I guess to mine this coin,faucet earnings is way to slow.

You can install NodeJS for Windows and run wallet.
Pages:
Jump to: