Pages:
Author

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

sr. member
Activity: 461
Merit: 250
sr. member
Activity: 588
Merit: 250
Why hidecoin until now not clear? Could hidecoin sign in exchange? I think it's a scam hidecoin, wallet already exists but it is not clear dev
full member
Activity: 168
Merit: 100
Cannot synchronize??

[10:30:49 SNC]# Received block after. Validating                               
CORE: Free txs deleted: 0                                                       
[10:30:49 SNC]# Validated block after. ACCEPT                                   
[10:30:49 SNC]# Synchronizing...                                               
[10:30:49 P2X]# Message broadcasting                                           
[10:30:49 P2X]# Message broadcasted, 1/0/6                                     
[10:31:01 SNC]# Received block after. Validating                               
CORE: Free txs deleted: 0                                                       
[10:31:01 SNC]# Validated block after. ACCEPT                                   
[10:31:01 SNC]# Synchronizing...                                               
[10:31:01 P2X]# Message broadcasting                                           
[10:31:02 P2X]# Message broadcasted, 1/0/6                                     
[10:31:16 SNC]# Request last block info                                         
[10:31:16 P2X]# Message broadcasting                                           
[10:31:17 P2X]# Message broadcasted, 1/0/6                                     
[10:31:17 SNC]# Received last block info. REJECT                               
[10:31:31 SNC]# Synchronizing...                                               
[10:31:31 P2X]# Message broadcasting                                           
[10:31:46 SNC]# Request last block info                                         
[10:31:46 P2X]# Message broadcasting                                           
[10:31:55 P2X]# Message broadcasted, 1/5/6                                     
[10:31:55 SNC]# Received last block info. REJECT 
sr. member
Activity: 461
Merit: 250
Web wallet unusable, just getting double spend errors.
Anyone else having the same problems ?
hero member
Activity: 700
Merit: 500
update wallet (git pull) and run so:
First miner:
Code:
node miner

Second miner:
Code:
node miner --nonce 100000000

Third miner:
Code:
node miner --nonce 200000000

Try it!

thanks, did seem to work, more blocks found than before
sr. member
Activity: 461
Merit: 250
Web wallet broken.
Can not send large amounts.
500 ok but >500 fails, get error message :
Double spend, ins 46, 47
sr. member
Activity: 700
Merit: 251
New version with EXTERNAL miner released!

Install new version:
git pull
npm install

Run core:
node core

Then run miner:
node miner

Speed = 50000 HPS instead of 500 HPS!

can multiple miner work on one core?

i mean i can run them, but im not sure if they get the same work

we didn't check this yet.

Version 0.2.22 released!
We have changed maximal size of transaction and block to prevent net bugs. So you must update your wallets if you want to be on right chain.

it seems they get the same work, at least the find the exact same block at the same time:
http://img.ctrlv.in/img/16/12/08/58495addc95d4.png

update wallet (git pull) and run so:
First miner:
Code:
node miner

Second miner:
Code:
node miner --nonce 100000000

Third miner:
Code:
node miner --nonce 200000000

Try it!
hero member
Activity: 700
Merit: 500
New version with EXTERNAL miner released!

Install new version:
git pull
npm install

Run core:
node core

Then run miner:
node miner

Speed = 50000 HPS instead of 500 HPS!

can multiple miner work on one core?

i mean i can run them, but im not sure if they get the same work

we didn't check this yet.

Version 0.2.22 released!
We have changed maximal size of transaction and block to prevent net bugs. So you must update your wallets if you want to be on right chain.

it seems they get the same work, at least the find the exact same block at the same time:
http://img.ctrlv.in/img/16/12/08/58495addc95d4.png
sr. member
Activity: 700
Merit: 251
New version with EXTERNAL miner released!

Install new version:
git pull
npm install

Run core:
node core

Then run miner:
node miner

Speed = 50000 HPS instead of 500 HPS!

can multiple miner work on one core?

i mean i can run them, but im not sure if they get the same work

we didn't check this yet.

Version 0.2.22 released!
We have changed maximal size of transaction and block to prevent net bugs. So you must update your wallets if you want to be on right chain.
hero member
Activity: 700
Merit: 500
New version with EXTERNAL miner released!

Install new version:
git pull
npm install

Run core:
node core

Then run miner:
node miner

Speed = 50000 HPS instead of 500 HPS!

can multiple miner work on one core?

i mean i can run them, but im not sure if they get the same work
sr. member
Activity: 700
Merit: 251
New version with EXTERNAL miner released!

Install new version:
git pull
npm install

Run core:
node core

Then run miner:
node miner

Speed = 50000 HPS instead of 500 HPS!
hero member
Activity: 700
Merit: 500
with some of the latest updates the sync speed finally went up (it connects to more than 4 nodes now)

mining speed isnt displayed correctly anymore it seems, the top bar is only displayed partially and only fully visible after a scroll down and up again

running multiple instances on one machine still doesnt seem to work right however

We have found the serious bug with big blocks transferring and now we works with this.
Don't send more than 1000 XHD.
We will fix it soon.

just to clarify: the display bug is as followed:

default this view is presented like this:



if i scroll up with one click on the scrollbar it shows this:


sr. member
Activity: 700
Merit: 251
with some of the latest updates the sync speed finally went up (it connects to more than 4 nodes now)

mining speed isnt displayed correctly anymore it seems, the top bar is only displayed partially and only fully visible after a scroll down and up again

running multiple instances on one machine still doesnt seem to work right however

We have found the serious bug with big blocks transferring and now we works with this.
Don't send more than 1000 XHD.
We will fix it soon.
hero member
Activity: 700
Merit: 500
with some of the latest updates the sync speed finally went up (it connects to more than 4 nodes now)

mining speed isnt displayed correctly anymore it seems, the top bar is only displayed partially and only fully visible after a scroll down and up again

running multiple instances on one machine still doesnt seem to work right however
sr. member
Activity: 374
Merit: 250
were there anyway i could rent hash to mine this ? i note that there only 2 or 3 wallet got the most, control somewhere 99.5 percent of coin mined.
were double sha-256 is different sha-256 ?  anyone know could answer this ?  Huh

did not get any coin for 12 hours. hopeless !!!!!

Double sha-256 is sha-256(sha-256(data)). Like in bitcoin.
Did you turn on minerMode in config?
And remember that you must have last version.

do we have a pool for this ?
we need a pool so the small fish like me could mine. the more people mine the better
sr. member
Activity: 700
Merit: 251
were there anyway i could rent hash to mine this ? i note that there only 2 or 3 wallet got the most, control somewhere 99.5 percent of coin mined.
were double sha-256 is different sha-256 ?  anyone know could answer this ?  Huh

did not get any coin for 12 hours. hopeless !!!!!

Double sha-256 is sha-256(sha-256(data)). Like in bitcoin.
Did you turn on minerMode in config?
And remember that you must have last version.
sr. member
Activity: 374
Merit: 250
were there anyway i could rent hash to mine this ? i note that there only 2 or 3 wallet got the most, control somewhere 99.5 percent of coin mined.
were double sha-256 is different sha-256 ?  anyone know could answer this ?  Huh

did not get any coin for 12 hours. hopeless !!!!!
legendary
Activity: 1453
Merit: 1030
Question.

What exactly makes for consensus in the network? Timing of found blocks?
sr. member
Activity: 461
Merit: 250
Anybode else having problems sending coins ?
Especially large amounts.
Also fails using online wallet.

There is problem with sending coins from more than 100 ingoing transactions. If you are miner and send more than 1000 XHD, this is more than 100 transactions. We are now working with this bug.
Now we turn off blocks version 2. If you didn't update your wallet, your chain will not sync with right chain.
Good work.
Can you confirm if hidecoin is original code ?
full member
Activity: 154
Merit: 100
Also fails using online wallet too
Pages:
Jump to: