Author

Topic: Having a Hard Time Moving this Blockchain (Read 108 times)

legendary
Activity: 2534
Merit: 6080
Self-proclaimed Genius
May 15, 2021, 03:00:53 AM
#4
So, the issue is not block generation then.
"socket recv error Connection reset by peer (104)" is a generic error message which doesn't really tell the reason for the disconnection; it's usually followed by the description of the issue.
"29032 refused connection" may be an RPC problem connecting through port: 29032.

I'm sorry but I can't help you find the root of the issue,  you know your coin's code better than anyone.
newbie
Activity: 13
Merit: 0
You got a blank output instead of the generated block so it must have failed because of "something".
I guess your processor now can't mine a block after 1000000 (default) iterations because of the new difficulty since there are already 5759 blocks in your blockchain.
You can try to increase the iterations to 100000000 to extend the time before mining fail;
for generate command (I see, it's forked from an old version of bitcoin core): shitcoin-cli generate 1 100000000
Code:
diamondhands-cli generate "number_of_blocks" "number_of_ilterations"
for generatetoaddress command: shitcoin-cli generatetoaddress 1 "address" 100000000
Code:
diamondhands-cli generatetoaddress "number_of_blocks" "address" "number_of_ilterations"

That did not work.

However I found some more info. It seems I get alot of connection 29032 refused errors in the wallet. With no incoming connections. I have tried opening ports and disabling the firewall. Doesn't work.

Also interesting is: After installing new node it updates all the tips and then it throws this in the log file: 'socket recv error Connection reset by peer (104). Then starts throwing the 29032 refused connection errors.
legendary
Activity: 2534
Merit: 6080
Self-proclaimed Genius
You got a blank output instead of the generated block so it must have failed because of "something".
I guess your processor now can't mine a block after 1000000 (default) iterations because of the new difficulty since there are already 5759 blocks in your blockchain.
You can try to increase the iterations to 100000000 to extend the time before mining fail;
for generate command (I see, it's forked from an old version of bitcoin core): shitcoin-cli generate 1 100000000
Code:
diamondhands-cli generate "number_of_blocks" "number_of_ilterations"
for generatetoaddress command: shitcoin-cli generatetoaddress 1 "address" 100000000
Code:
diamondhands-cli generatetoaddress "number_of_blocks" "address" "number_of_ilterations"
newbie
Activity: 13
Merit: 0
I've created a new Node. But still unable to mine and move this blockchain.

******-cli generate 1

output:[]

Block height is the same.

https://imgur.com/cOiRsHu

https://github.com/Squiji/DiamondHands
Jump to: