Bitcoin Forum
July 19, 2024, 11:21:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 7 »  All
  Print  
Author Topic: TheHashCoin: scrypt based cryptocurrency built for the medical cannabis industry  (Read 1944 times)
apt-getschwifty (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 19, 2018, 02:38:24 PM
 #61

Ya it's weird, I deleted everything kept a copy of my wallet.dat and reinstalled the wallet still won't sync up. Here are some errors near the end of the debug log.

2018-08-19 10:46:19 ERROR: ConnectBlock: Consensus::CheckTxInputs: d05c41d5a490767edd3ec02378cb472766c0b412bbf61772ca3d8e5ce386d298, bad-txns-premature-spend-of-coinbase, tried to spend coinbase at depth 674 (code 16)
2018-08-19 10:46:19 InvalidChainFound: invalid block=c8a08b516d93315f292e6bed870b63ae039bd1be0f90586a58c5e711de2904d4  height=13428  log2_work=41.011562  date=2018-08-16 12:36:38
2018-08-19 10:46:19 InvalidChainFound:  current best=4579a56fd6c74e122deb518877a2f83636feb3d3e91fdce51b1033b8eec87856  height=13427  log2_work=41.011437  date=2018-08-16 12:24:20
2018-08-19 10:46:19 ERROR: ConnectTip(): ConnectBlock c8a08b516d93315f292e6bed870b63ae039bd1be0f90586a58c5e711de2904d4 failed
2018-08-19 10:46:19 InvalidChainFound: invalid block=c8a08b516d93315f292e6bed870b63ae039bd1be0f90586a58c5e711de2904d4  height=13428  log2_work=41.011562  date=2018-08-16 12:36:38
2018-08-19 10:46:19 InvalidChainFound:  current best=4579a56fd6c74e122deb518877a2f83636feb3d3e91fdce51b1033b8eec87856  height=13427  log2_work=41.011437  date=2018-08-16 12:24:20
2018-08-19 10:46:35 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:46:35 Misbehaving: 162.208.9.51:421 peer=1 (0 -> 100) BAN THRESHOLD EXCEEDED
2018-08-19 10:46:35 ERROR: invalid header received
2018-08-19 10:46:35 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:46:35 Misbehaving: 192.243.103.250:421 peer=0 (0 -> 100) BAN THRESHOLD EXCEEDED
2018-08-19 10:46:35 ERROR: invalid header received
2018-08-19 10:46:35 Warning: not punishing manually-connected peer 192.243.103.250:421!
2018-08-19 10:47:15 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:47:15 Misbehaving: 192.243.103.250:421 peer=0 (100 -> 200)
2018-08-19 10:47:15 ERROR: invalid header received
2018-08-19 10:47:35 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:47:35 Misbehaving: 192.243.103.250:421 peer=0 (200 -> 300)
2018-08-19 10:47:35 ERROR: invalid header received
2018-08-19 10:48:09 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:48:09 Misbehaving: 192.243.103.250:421 peer=0 (300 -> 400)
2018-08-19 10:48:09 ERROR: invalid header received
2018-08-19 10:48:43 Potential stale tip detected, will try using extra outbound peer (last tip update: 144 seconds ago)
2018-08-19 10:49:50 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:49:50 Misbehaving: 192.243.103.250:421 peer=0 (400 -> 500)
2018-08-19 10:49:50 ERROR: invalid header received
2018-08-19 10:50:00 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:50:00 Misbehaving: 192.243.103.250:421 peer=0 (500 -> 600)
2018-08-19 10:50:00 ERROR: invalid header received
2018-08-19 10:50:54 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:50:54 Misbehaving: 192.243.103.250:421 peer=0 (600 -> 700)
2018-08-19 10:50:54 ERROR: invalid header received
2018-08-19 10:50:55 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:50:55 Misbehaving: 192.243.103.250:421 peer=0 (700 -> 800)
2018-08-19 10:50:55 ERROR: invalid header received
2018-08-19 10:51:43 Potential stale tip detected, will try using extra outbound peer (last tip update: 324 seconds ago)

I am creating a linux VM today with all required dependencies pre-installed and all the wallet binaries pre-compiled so that it will be plug and play for you windows folks, so even if your not proficient it will be very very simple. I will let you know when it is finished! And sorry again for the hassle

So long as you still have a copy of the wallet.dat you will be able to import it to the VM.

Also, can you look in you thehashcoin/src/consensus/consensus.h document within the source code for me? I fear you may have the coinbase maturity value still set at the old value which may be contributing to your problems. It should be set at 360.
Mikelorr
Member
**
Offline Offline

Activity: 254
Merit: 10


View Profile
August 19, 2018, 03:29:44 PM
 #62

Ya it's weird, I deleted everything kept a copy of my wallet.dat and reinstalled the wallet still won't sync up. Here are some errors near the end of the debug log.

2018-08-19 10:46:19 ERROR: ConnectBlock: Consensus::CheckTxInputs: d05c41d5a490767edd3ec02378cb472766c0b412bbf61772ca3d8e5ce386d298, bad-txns-premature-spend-of-coinbase, tried to spend coinbase at depth 674 (code 16)
2018-08-19 10:46:19 InvalidChainFound: invalid block=c8a08b516d93315f292e6bed870b63ae039bd1be0f90586a58c5e711de2904d4  height=13428  log2_work=41.011562  date=2018-08-16 12:36:38
2018-08-19 10:46:19 InvalidChainFound:  current best=4579a56fd6c74e122deb518877a2f83636feb3d3e91fdce51b1033b8eec87856  height=13427  log2_work=41.011437  date=2018-08-16 12:24:20
2018-08-19 10:46:19 ERROR: ConnectTip(): ConnectBlock c8a08b516d93315f292e6bed870b63ae039bd1be0f90586a58c5e711de2904d4 failed
2018-08-19 10:46:19 InvalidChainFound: invalid block=c8a08b516d93315f292e6bed870b63ae039bd1be0f90586a58c5e711de2904d4  height=13428  log2_work=41.011562  date=2018-08-16 12:36:38
2018-08-19 10:46:19 InvalidChainFound:  current best=4579a56fd6c74e122deb518877a2f83636feb3d3e91fdce51b1033b8eec87856  height=13427  log2_work=41.011437  date=2018-08-16 12:24:20
2018-08-19 10:46:35 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:46:35 Misbehaving: 162.208.9.51:421 peer=1 (0 -> 100) BAN THRESHOLD EXCEEDED
2018-08-19 10:46:35 ERROR: invalid header received
2018-08-19 10:46:35 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:46:35 Misbehaving: 192.243.103.250:421 peer=0 (0 -> 100) BAN THRESHOLD EXCEEDED
2018-08-19 10:46:35 ERROR: invalid header received
2018-08-19 10:46:35 Warning: not punishing manually-connected peer 192.243.103.250:421!
2018-08-19 10:47:15 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:47:15 Misbehaving: 192.243.103.250:421 peer=0 (100 -> 200)
2018-08-19 10:47:15 ERROR: invalid header received
2018-08-19 10:47:35 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:47:35 Misbehaving: 192.243.103.250:421 peer=0 (200 -> 300)
2018-08-19 10:47:35 ERROR: invalid header received
2018-08-19 10:48:09 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:48:09 Misbehaving: 192.243.103.250:421 peer=0 (300 -> 400)
2018-08-19 10:48:09 ERROR: invalid header received
2018-08-19 10:48:43 Potential stale tip detected, will try using extra outbound peer (last tip update: 144 seconds ago)
2018-08-19 10:49:50 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:49:50 Misbehaving: 192.243.103.250:421 peer=0 (400 -> 500)
2018-08-19 10:49:50 ERROR: invalid header received
2018-08-19 10:50:00 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:50:00 Misbehaving: 192.243.103.250:421 peer=0 (500 -> 600)
2018-08-19 10:50:00 ERROR: invalid header received
2018-08-19 10:50:54 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:50:54 Misbehaving: 192.243.103.250:421 peer=0 (600 -> 700)
2018-08-19 10:50:54 ERROR: invalid header received
2018-08-19 10:50:55 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:50:55 Misbehaving: 192.243.103.250:421 peer=0 (700 -> 800)
2018-08-19 10:50:55 ERROR: invalid header received
2018-08-19 10:51:43 Potential stale tip detected, will try using extra outbound peer (last tip update: 324 seconds ago)

I am creating a linux VM today with all required dependencies pre-installed and all the wallet binaries pre-compiled so that it will be plug and play for you windows folks, so even if your not proficient it will be very very simple. I will let you know when it is finished! And sorry again for the hassle

So long as you still have a copy of the wallet.dat you will be able to import it to the VM.

Also, can you look in you thehashcoin/src/consensus/consensus.h document within the source code for me? I fear you may have the coinbase maturity value still set at the old value which may be contributing to your problems. It should be set at 360.

Not sure where to find " thehashcoin/src/consensus/consensus.h document " i downloaded this wallet already compiled from saltpool.
apt-getschwifty (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 19, 2018, 04:22:01 PM
 #63

Ya it's weird, I deleted everything kept a copy of my wallet.dat and reinstalled the wallet still won't sync up. Here are some errors near the end of the debug log.

2018-08-19 10:46:19 ERROR: ConnectBlock: Consensus::CheckTxInputs: d05c41d5a490767edd3ec02378cb472766c0b412bbf61772ca3d8e5ce386d298, bad-txns-premature-spend-of-coinbase, tried to spend coinbase at depth 674 (code 16)
2018-08-19 10:46:19 InvalidChainFound: invalid block=c8a08b516d93315f292e6bed870b63ae039bd1be0f90586a58c5e711de2904d4  height=13428  log2_work=41.011562  date=2018-08-16 12:36:38
2018-08-19 10:46:19 InvalidChainFound:  current best=4579a56fd6c74e122deb518877a2f83636feb3d3e91fdce51b1033b8eec87856  height=13427  log2_work=41.011437  date=2018-08-16 12:24:20
2018-08-19 10:46:19 ERROR: ConnectTip(): ConnectBlock c8a08b516d93315f292e6bed870b63ae039bd1be0f90586a58c5e711de2904d4 failed
2018-08-19 10:46:19 InvalidChainFound: invalid block=c8a08b516d93315f292e6bed870b63ae039bd1be0f90586a58c5e711de2904d4  height=13428  log2_work=41.011562  date=2018-08-16 12:36:38
2018-08-19 10:46:19 InvalidChainFound:  current best=4579a56fd6c74e122deb518877a2f83636feb3d3e91fdce51b1033b8eec87856  height=13427  log2_work=41.011437  date=2018-08-16 12:24:20
2018-08-19 10:46:35 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:46:35 Misbehaving: 162.208.9.51:421 peer=1 (0 -> 100) BAN THRESHOLD EXCEEDED
2018-08-19 10:46:35 ERROR: invalid header received
2018-08-19 10:46:35 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:46:35 Misbehaving: 192.243.103.250:421 peer=0 (0 -> 100) BAN THRESHOLD EXCEEDED
2018-08-19 10:46:35 ERROR: invalid header received
2018-08-19 10:46:35 Warning: not punishing manually-connected peer 192.243.103.250:421!
2018-08-19 10:47:15 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:47:15 Misbehaving: 192.243.103.250:421 peer=0 (100 -> 200)
2018-08-19 10:47:15 ERROR: invalid header received
2018-08-19 10:47:35 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:47:35 Misbehaving: 192.243.103.250:421 peer=0 (200 -> 300)
2018-08-19 10:47:35 ERROR: invalid header received
2018-08-19 10:48:09 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:48:09 Misbehaving: 192.243.103.250:421 peer=0 (300 -> 400)
2018-08-19 10:48:09 ERROR: invalid header received
2018-08-19 10:48:43 Potential stale tip detected, will try using extra outbound peer (last tip update: 144 seconds ago)
2018-08-19 10:49:50 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:49:50 Misbehaving: 192.243.103.250:421 peer=0 (400 -> 500)
2018-08-19 10:49:50 ERROR: invalid header received
2018-08-19 10:50:00 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:50:00 Misbehaving: 192.243.103.250:421 peer=0 (500 -> 600)
2018-08-19 10:50:00 ERROR: invalid header received
2018-08-19 10:50:54 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:50:54 Misbehaving: 192.243.103.250:421 peer=0 (600 -> 700)
2018-08-19 10:50:54 ERROR: invalid header received
2018-08-19 10:50:55 ERROR: AcceptBlockHeader: prev block invalid
2018-08-19 10:50:55 Misbehaving: 192.243.103.250:421 peer=0 (700 -> 800)
2018-08-19 10:50:55 ERROR: invalid header received
2018-08-19 10:51:43 Potential stale tip detected, will try using extra outbound peer (last tip update: 324 seconds ago)

I am creating a linux VM today with all required dependencies pre-installed and all the wallet binaries pre-compiled so that it will be plug and play for you windows folks, so even if your not proficient it will be very very simple. I will let you know when it is finished! And sorry again for the hassle

So long as you still have a copy of the wallet.dat you will be able to import it to the VM.

Also, can you look in you thehashcoin/src/consensus/consensus.h document within the source code for me? I fear you may have the coinbase maturity value still set at the old value which may be contributing to your problems. It should be set at 360.

Not sure where to find " thehashcoin/src/consensus/consensus.h document " i downloaded this wallet already compiled from saltpool.

Oh yeah duhhh sorry. I keep forgetting that you're using a precompiled binary. Okay well I am finishing the VM and instructions now so I will post here when I'm finished!
Mikelorr
Member
**
Offline Offline

Activity: 254
Merit: 10


View Profile
August 19, 2018, 04:31:31 PM
 #64

Great. Thanks
apt-getschwifty (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 19, 2018, 04:49:57 PM
 #65

Great. Thanks

I am almost done!

Please bear with me, my internet is abhorrently slow right now ... >.<
Mikelorr
Member
**
Offline Offline

Activity: 254
Merit: 10


View Profile
August 19, 2018, 04:57:24 PM
 #66

its all good gonna be away for a few hours this afternoon
apt-getschwifty (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 19, 2018, 05:03:15 PM
 #67

its all good gonna be away for a few hours this afternoon

Okay well it will definitely be done and tested by the time you're back!
apt-getschwifty (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 19, 2018, 10:14:36 PM
Last edit: August 19, 2018, 10:30:16 PM by apt-getschwifty
 #68

Great. Thanks

I am almost done!

Please bear with me, my internet is abhorrently slow right now ... >.<
Just waiting for the git push to finish!

Have tested with success, though, so editing this to include directions as soon as it finishes pushing the virtual disk image to the github!


bligxcoin
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 19, 2018, 10:48:20 PM
 #69

great job i like the honesty
apt-getschwifty (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 19, 2018, 11:00:35 PM
 #70

great job i like the honesty

Appreciate it! Thanks for reading, feel free to check us out! Ubuntu VM for windows users and instructions to be uploaded shortly! Unfortunately even though I dynamically allocated the required space for the VM's virtual disk image, it's a pretty large file and is taking an eternity to upload to the github... Sorry guys! >.<
apt-getschwifty (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 20, 2018, 11:31:29 AM
 #71

Haven't forgotten about You Mikelorr, github just won't accept the VDI because it is so large I guess, so I am uploading it to drop box. I will post instructions for retrieval and use as soon as I can! I literally have been at this for so long lol >.>
Mikelorr
Member
**
Offline Offline

Activity: 254
Merit: 10


View Profile
August 20, 2018, 01:07:19 PM
 #72

Haven't forgotten about You Mikelorr, github just won't accept the VDI because it is so large I guess, so I am uploading it to drop box. I will post instructions for retrieval and use as soon as I can! I literally have been at this for so long lol >.>

No problem, Thank you for all your effort to get this going. I believe it will be a great project.
apt-getschwifty (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 21, 2018, 02:04:35 AM
 #73

Haven't forgotten about You Mikelorr, github just won't accept the VDI because it is so large I guess, so I am uploading it to drop box. I will post instructions for retrieval and use as soon as I can! I literally have been at this for so long lol >.>

No problem, Thank you for all your effort to get this going. I believe it will be a great project.

Thank you! I appreciate your patience and your enthusiasm. I have invited you to the archive which will contain the VDI for now until I can successfully put it on a more public forum. I will have the directions here following the successful upload!
Mikelorr
Member
**
Offline Offline

Activity: 254
Merit: 10


View Profile
August 21, 2018, 11:58:28 AM
 #74

I get an error trying to open image says

Failed to open a session for the virtual machine TheHashCoin-VM.

The virtual machine 'TheHashCoin-VM' has terminated unexpectedly during startup with exit code 1 (0x1).  More details may be available in 'C:\Users\2\VirtualBox VMs\TheHashCoin-VM\Logs\VBoxHardening.log'.

Result Code: E_FAIL (0x80004005)
Component: MachineWrap
Interface: IMachine {85cd948e-a71f-4289-281e-0ca7ad48cd89}





apt-getschwifty (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 21, 2018, 01:39:21 PM
 #75

I get an error trying to open image says

Failed to open a session for the virtual machine TheHashCoin-VM.

The virtual machine 'TheHashCoin-VM' has terminated unexpectedly during startup with exit code 1 (0x1).  More details may be available in 'C:\Users\2\VirtualBox VMs\TheHashCoin-VM\Logs\VBoxHardening.log'.

Result Code: E_FAIL (0x80004005)
Component: MachineWrap
Interface: IMachine {85cd948e-a71f-4289-281e-0ca7ad48cd89}

Hmmm... Damn it >.< ahah. How large is the .VDI after you extract it from the .zip archive? I knew that compressing it was going to be an issue.. especially with it being a disk image, where data integrity is critical..

If we can't get the VM up and running, I WILL actually run windows live boot and precompile and sync it in windows natively, I just really want to avoid that for now because man is it a pain in the balls haha.
apt-getschwifty (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 21, 2018, 01:45:12 PM
 #76

I get an error trying to open image says

Failed to open a session for the virtual machine TheHashCoin-VM.

The virtual machine 'TheHashCoin-VM' has terminated unexpectedly during startup with exit code 1 (0x1).  More details may be available in 'C:\Users\2\VirtualBox VMs\TheHashCoin-VM\Logs\VBoxHardening.log'.

Result Code: E_FAIL (0x80004005)
Component: MachineWrap
Interface: IMachine {85cd948e-a71f-4289-281e-0ca7ad48cd89}


Let me know how large the file is after unzipping it from the archive and then please try the instructions from the following link:

http://teckbase.blogspot.com/2015/05/oracle-virtualbox-error-0xc0000005.html

If it isn't the integrity of the data from decompression than it may just be too old of a version of virtualbox, or the settings may be incorrect.

Could you also include the values you set for RAM allocation for the VM? And try setting at least 2 processors threads in the VM's settings.

I swear we will get it one way or the other hahaha!
Haibui999
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 21, 2018, 01:57:12 PM
 #77

Does software require high ram to use? Does it have a virus?
apt-getschwifty (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 21, 2018, 01:59:18 PM
 #78

Does software require high ram to use? Does it have a virus?

No, it does not require high minimum system requirements at all.

And no, it does not have any viruses or trojans attached. All referenced files are open to the public and available for audit.
apt-getschwifty (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 21, 2018, 02:51:04 PM
 #79

I get an error trying to open image says

Failed to open a session for the virtual machine TheHashCoin-VM.

The virtual machine 'TheHashCoin-VM' has terminated unexpectedly during startup with exit code 1 (0x1).  More details may be available in 'C:\Users\2\VirtualBox VMs\TheHashCoin-VM\Logs\VBoxHardening.log'.

Result Code: E_FAIL (0x80004005)
Component: MachineWrap
Interface: IMachine {85cd948e-a71f-4289-281e-0ca7ad48cd89}






Also, is your windows distro 32 or 64bit?

I'm not having great luck with it on A box running windows natively either, so I will try live booting windows and recreating/testing the image that way before I try a true Windows native compilation. I will repost when the disk image has been reuploaded.
apt-getschwifty (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 22, 2018, 11:51:37 PM
 #80

I get an error trying to open image says

Failed to open a session for the virtual machine TheHashCoin-VM.

The virtual machine 'TheHashCoin-VM' has terminated unexpectedly during startup with exit code 1 (0x1).  More details may be available in 'C:\Users\2\VirtualBox VMs\TheHashCoin-VM\Logs\VBoxHardening.log'.

Result Code: E_FAIL (0x80004005)
Component: MachineWrap
Interface: IMachine {85cd948e-a71f-4289-281e-0ca7ad48cd89}


Okay, so, I am disregarding the VM route for now and I am instead opting for the more painful (but necessary) true windows cross compilation. When I am finished I will test with Windows 7 and then update the github repo with the binaries.

Thank you all for patience!
Pages: « 1 2 3 [4] 5 6 7 »  All
  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!