Bitcoin Forum
April 25, 2024, 12:11:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 »
  Print  
Author Topic: [ANN][XHD] Hidecoin Official thread | Double SHA-256 | NodeJS  (Read 34876 times)
EuroLine
Hero Member
*****
Offline Offline

Activity: 521
Merit: 500


View Profile
November 23, 2016, 12:26:02 PM
 #21

Bug with synchronizing is fixed. Try last version of wallet: https://github.com/cryptocurs/hidecoin
Not fixed.. I tried.

Servers been shutted down forever. Working on compensate program.
If need a pool public or private PM me.
1714003899
Hero Member
*
Offline Offline

Posts: 1714003899

View Profile Personal Message (Offline)

Ignore
1714003899
Reply with quote  #2

1714003899
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714003899
Hero Member
*
Offline Offline

Posts: 1714003899

View Profile Personal Message (Offline)

Ignore
1714003899
Reply with quote  #2

1714003899
Report to moderator
felixbrucker
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile WWW
November 23, 2016, 12:27:52 PM
Last edit: November 23, 2016, 12:56:04 PM by felixbrucker
 #22

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
felixbrucker
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile WWW
November 23, 2016, 12:54:16 PM
Last edit: November 23, 2016, 01:05:14 PM by felixbrucker
 #23

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
felixbrucker
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile WWW
November 23, 2016, 01:07:37 PM
 #24

also it would be great to allow arbitrary ports:

remove this hidecoin/lib/Net.js:255
felixbrucker
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile WWW
November 23, 2016, 01:20:53 PM
Last edit: November 23, 2016, 02:09:22 PM by felixbrucker
 #25

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
Trololoh
Sr. Member
****
Offline Offline

Activity: 461
Merit: 250



View Profile
November 23, 2016, 01:37:58 PM
 #26

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.<anonymous> (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.
felixbrucker
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile WWW
November 23, 2016, 01:39:49 PM
 #27

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.<anonymous> (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?
Trololoh
Sr. Member
****
Offline Offline

Activity: 461
Merit: 250



View Profile
November 23, 2016, 01:42:22 PM
 #28

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.<anonymous> (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
EuroLine
Hero Member
*****
Offline Offline

Activity: 521
Merit: 500


View Profile
November 23, 2016, 01:43:38 PM
 #29

I'm each time deleting wallet and doing sync from blank point, but it fails 500 on blocks
548 for sure.

Servers been shutted down forever. Working on compensate program.
If need a pool public or private PM me.
EuroLine
Hero Member
*****
Offline Offline

Activity: 521
Merit: 500


View Profile
November 23, 2016, 01:48:36 PM
 #30

Who can share with synced blockchain?

Servers been shutted down forever. Working on compensate program.
If need a pool public or private PM me.
robelneo
Legendary
*
Offline Offline

Activity: 3220
Merit: 1202


Bons.io Telegram Casino


View Profile WWW
November 23, 2016, 01:52:56 PM
 #31

Is this coin has a good potential in the market,the firsy similar coin nodecoin is not active anymore or already a deadcoin,what makes this coin different to nodecoin?


        █████████████████      ███████████████    ██████████  ████████    █████████████
    █    ███████   ███████  ████████      █████  ███████████ ████████    ██████   ██████ 
        █████████   ███████  ████████      █████  ████████████████████  ████████   ▀▀▀▀▀▀
   ▅▅  ████████   ███████  ████████      █████  ████████████████████  ████████
  █  ▀▀  ████████████████    ████████      █████  ████████████████████    ██████████████
     ▅▅████████   ███████  ████████      █████  ████████████████████              █████   
       ▀▀████████   ███████  ████████      █████  ████████████████████  ▄▄▄▄▄▄      █████
▅▅▅▅▄ ████████   ███████  ████████      █████  ████████ ███████████  ▀▀██████████████
        █████████████████     ████████████████   ████████ ███████████    ▀▀▀██████████


Your Intro
Telegram Casino
to Fun & Entertainment
The Next-Gen
Gaming Space
     ▃▃▃▃▃▃▃▃▃▃▃▃▃
  ▄▄█████████████▄▄
██▀               ▀████▄
                       ██
   ██            ■■    ██
 ██████        ■■  ■■  ███
   ██    ▀ ▀     ■■    ███     
     ▃▃▃▃▃▃▃▃▃▃        ██
    █████████████      ██
    ██          ████████▀
████▀           ▀█████▀
felixbrucker
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile WWW
November 23, 2016, 01:58:55 PM
 #32

Who can share with synced blockchain?

not sure if .ind is required, included it anyways: https://transfer.sh/pPl3Z/blockchain.tar.gz
EuroLine
Hero Member
*****
Offline Offline

Activity: 521
Merit: 500


View Profile
November 23, 2016, 02:06:12 PM
 #33

Who can share with synced blockchain?

not sure if .ind is required, included it anyways: https://transfer.sh/pPl3Z/blockchain.tar.gz
Thank you very much, but it fails again. Can you share with me storage.json? As i noticed, blocks stored not only in file...

Servers been shutted down forever. Working on compensate program.
If need a pool public or private PM me.
felixbrucker
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile WWW
November 23, 2016, 02:12:49 PM
 #34

Who can share with synced blockchain?

not sure if .ind is required, included it anyways: https://transfer.sh/pPl3Z/blockchain.tar.gz
Thank you very much, but it fails again. Can you share with me storage.json? As i noticed, blocks stored not only in file...

storage.json only contains detected peers and latest free tx

anyways, here it is: https://transfer.sh/sVib8/storage.json

do note that if your storage.json does not include any other peers your firewall or something might block the wallet from finding them
coin-investor
Hero Member
*****
Offline Offline

Activity: 2814
Merit: 571


Leading Crypto Sports Betting & Casino Platform


View Profile
November 23, 2016, 02:26:22 PM
 #35

Hello I would like to participate in mining this coin I've downloaded both the wallet and Nodejs but I don't know how can I run my wallet there is no application that I can click for wallet to open,not the kind of wallet like I've seen from the other coin I've had.

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
felixbrucker
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile WWW
November 23, 2016, 02:31:03 PM
 #36

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

will later test if it also does not work with different machines but same public ip
hidecoin2016 (OP)
Sr. Member
****
Offline Offline

Activity: 700
Merit: 251


View Profile
November 23, 2016, 02:35:59 PM
Last edit: November 23, 2016, 02:47:39 PM by hidecoin2016
 #37

I'm each time deleting wallet and doing sync from blank point, but it fails 500 on blocks
548 for sure.

Do you have enough disk space?
Block #548 is small block, it must transfer normally.
It looks like UDP datagrams lose. Do you have good connection?

Hello I would like to participate in mining this coin I've downloaded both the wallet and Nodejs but I don't know how can I run my wallet there is no application that I can click for wallet to open,not the kind of wallet like I've seen from the other coin I've had.

Read this instruction: https://hidecoin.info/forum/viewtopic.php?id=2
If you have Windows installed then:
1. Open command line
2. Go to hidecoin folder
3. Do "npm install"
4. Then read instructions from Getting started: https://hidecoin.info/
hanksBTC
Member
**
Offline Offline

Activity: 73
Merit: 10

Betbase.io It's never been easier to run a casino


View Profile
November 23, 2016, 03:00:27 PM
 #38

Is this coin has a good potential in the market,the firsy similar coin nodecoin is not active anymore or already a deadcoin,what makes this coin different to nodecoin?

Good question! and What on earth is double sha 256? I am hearing it for the first time Huh Huh

▂▃▅▆█ BetBase.io █▆▅▃▂
    It's never been easier to run a casino     JOIN ICO NOW
coin-investor
Hero Member
*****
Offline Offline

Activity: 2814
Merit: 571


Leading Crypto Sports Betting & Casino Platform


View Profile
November 23, 2016, 03:03:42 PM
 #39

I'm each time deleting wallet and doing sync from blank point, but it fails 500 on blocks
548 for sure.

Do you have enough disk space?
Block #548 is small block, it must transfer normally.
It looks like UDP datagrams lose. Do you have good connection?

Hello I would like to participate in mining this coin I've downloaded both the wallet and Nodejs but I don't know how can I run my wallet there is no application that I can click for wallet to open,not the kind of wallet like I've seen from the other coin I've had.

Read this instruction: https://hidecoin.info/forum/viewtopic.php?id=2
If you have Windows installed then:
1. Open command line
2. Go to hidecoin folder
3. Do "npm install"
4. Then read instructions from Getting started: https://hidecoin.info/

Still unclear to me "what is npm install"? I tried to run the core.js but I'm getting this error Microsoft jsscript compilation error
Seems this is a complicated coin ,I think you need a video tutorial for this

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
EuroLine
Hero Member
*****
Offline Offline

Activity: 521
Merit: 500


View Profile
November 23, 2016, 03:05:36 PM
 #40

I'm each time deleting wallet and doing sync from blank point, but it fails 500 on blocks
548 for sure.

Do you have enough disk space?
Block #548 is small block, it must transfer normally.
It looks like UDP datagrams lose. Do you have good connection?

Hello I would like to participate in mining this coin I've downloaded both the wallet and Nodejs but I don't know how can I run my wallet there is no application that I can click for wallet to open,not the kind of wallet like I've seen from the other coin I've had.

Read this instruction: https://hidecoin.info/forum/viewtopic.php?id=2
If you have Windows installed then:
1. Open command line
2. Go to hidecoin folder
3. Do "npm install"
4. Then read instructions from Getting started: https://hidecoin.info/
I have this ussue everywhere where i have launched older versions. Enough disk space, good connection.

Servers been shutted down forever. Working on compensate program.
If need a pool public or private PM me.
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!