GithubHelp home page GithubHelp logo

garlicoinorg / garlicoin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from litecoin-project/litecoin

139.0 139.0 59.0 134.2 MB

Garlicoin source tree

Home Page: http://garlicoin.io

License: MIT License

Makefile 1.36% Shell 0.78% M4 2.31% QMake 0.01% Python 15.50% C++ 63.90% C 14.74% HTML 0.26% Objective-C++ 0.08% Assembly 0.34% Java 0.36% Sage 0.36%

garlicoin's People

Contributors

achow101 avatar btcdrak avatar cozz avatar fanquake avatar gavinandresen avatar gmaxwell avatar instagibbs avatar jnewbery avatar jonasschnelli avatar jtimon avatar kallewoof avatar laanwj avatar luke-jr avatar meshcollider avatar morcos avatar muggenhor avatar non-github-bitcoin avatar paveljanik avatar petertodd avatar practicalswift avatar promag avatar pstratem avatar rebroad avatar ryan-shaw avatar ryanofsky avatar sdaftuar avatar sipa avatar thebluematt avatar theuni avatar thrasher- avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

garlicoin's Issues

GUI Fails to Build on macOS Monterey ARM

Describe the issue

Core fails to build with QT GUI is enabled.

5 errors generated.
make[2]: *** [qt/garlicoin_qt-macdockiconhandler.o] Error 1
make[2]: *** Waiting for unfinished jobs....

What behavior did you expect?

A successful build

What was the actual behavior (provide screenshots if the issue is GUI-related)?

Build failed citing the error above. With --with-gui=no it builds successfully.

How reliably can you reproduce the issue, what are the steps to do so? -->

    #Install Xcode CLI tools

    xcode-select --install

    #install homebrew

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

    #Install Macports

    https://github.com/macports/macports-base/releases/download/v2.7.2/MacPorts-2.7.2-12-Monterey.pkg

    #install dependencies

    sudo port install boost

    brew install openssl

    brew install zmq

    brew install libevent

    brew install berkeley-db@4

    brew install pkg-config

    #clone the repo

    git clone [[email protected]](mailto:[email protected]):GarlicoinOrg/Garlicoin.git

    cd Garlicoin

    #compile

    sh [autogen.sh](https://autogen.sh/)

    CPPFLAGS="-I/opt/homebrew/Cellar/libevent/2.1.12/include -I/opt/local/libexec/boost/1.76/include -I/opt/homebrew/opt/curl/include -I/opt/homebrew/opt/berkeley-db@4/include -I/opt/local/libexec/qt5/include" LDFLAGS="-L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/Cellar/libsodium/1.0.18_1 -L/opt/homebrew/Cellar/zeromq/4.3.4 -L/opt/homebrew/Cellar/libevent/2.1.12 -L/opt/homebrew/opt/berkeley-db@4/lib -L/opt/local/libexec/qt5/lib" ./configure --with-boost=/opt/local/libexec/boost/1.76/ --disable-tests

    make -j$(nproc)

What version of Garlicoin Core are you using, where did you get it (website, self-compiled, etc)?

18, self-compiling
HEAD is now at 9dd3913b4 Merge pull request #78 from ryan-shaw/rolling-checkpointing

What type of machine are you observing the error on (OS/CPU and disk type)?

  Model Name:	  MacBook Air
  Model Identifier:	MacBookAir10,1
  Chip:	Apple M1
  Total Number of Cores:	8 (4 performance and 4 efficiency)
  Memory:	16 GB
  System Firmware Version:	7459.141.1
  OS Loader Version:	7459.141.1

  System Version:	macOS 12.5.1 (21G83)
  Kernel Version:	Darwin 21.6.0
  Boot Volume:	Macintosh HD
  Boot Mode:	Normal
  Secure Virtual Memory:	Enabled
  System Integrity Protection:	Enabled
  Time since boot:	4 days 7:28

Any extra information that might be useful in the debugging process.

https://pastebin.com/QVMiGmyQ

./install_db4.sh fails on Apple Silicon

install_db4.sh fails giving the error

configure: WARNING: NO SHARED LATCH IMPLEMENTATION FOUND FOR THIS PLATFORM.
configure: error: Unable to find a mutex implementation

Berkely db4 to build

Error provided above

Build on ARM Mac, install Xcode, xcode-select, and dependencies

Master branch on github. Self compiling. f57f275

  Model Name:	MacBook Air
  Model Identifier:	MacBookAir10,1
  Chip:	Apple M1
  Total Number of Cores:	8 (4 performance and 4 efficiency)
  Memory:	16 GB
  System Firmware Version:	7429.61.2
  OS Loader Version:	7429.61.2
  System Version:	macOS 12.1 (21C52)
  Kernel Version:	Darwin 21.2.0
  Boot Volume:	Macintosh HD
  Boot Mode:	Normal
  Computer Name:	Batcave
  User Name:	jorge (jorge)
  Secure Virtual Memory:	Enabled
  System Integrity Protection:	Enabled
  Time since boot:	10:52

What version of garlicoin-core are you using?

[List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.]

(f57f275)

Any extra information that might be useful in the debugging process.

This was a known issue in bitcoin, fixed with the attached issue.

Litecoin remnants in Win_Wallet

There are some Litecoin remnants in the Windows Wallet.

First one is that it still shows Litecoin logo in shortcut. At least for me.

Second on is Help -> About Garlicoin Core has a L next to it (in the menu itself, not when you click on it).

Thirdly, unit to show amount in can be in photons and lites. Should be something like cloves and w.e else people made up.

Lastly, one more with photons and lites (probably best to do a replace all there) here: https://i.imgur.com/EgiSvj8.png (this is when you send coins)

Definitely not a huge issue, but worth fixing in the next update.

Remove SCRIPT_ADDRESS

We use SCRIPT_ADDRESS2, SCRIPT_ADDRESS means Bitcoin segwit addresses will validate correctly which cause funds to go missing.

Getbalance shows less value than my main account

me@server:~# garlicoin-cli getbalance
0.11747065
me@server:~# garlicoin-cli getbalance main
0.64356073

I only made 1 address and set account with it. What is getbalance doing that it shows less than with my main account?

Unit tests fail; expected values are from Litecoin

What version of garlicoin-core are you using?

(04efd05)

Machine specs:

  Model Name:	  MacBook Air
  Model Identifier:	MacBookAir10,1
  Chip:	Apple M1
  Total Number of Cores:	8 (4 performance and 4 efficiency)
  Memory:	16 GB
  System Firmware Version:	7459.141.1
  OS Loader Version:	7459.141.1

  System Version:	macOS 12.5.1 (21G83)
  Kernel Version:	Darwin 21.6.0
  Boot Volume:	Macintosh HD
  Boot Mode:	Normal
  Secure Virtual Memory:	Enabled
  System Integrity Protection:	Enabled
  Time since boot:	4 days 7:28

Any extra information that might be useful in the debugging process.

jorge@batcave Garlicoin % make -j "$(($(sysctl -n hw.physicalcpu)+1))" check
Making check in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS check-local
Running test/util/bitcoin-util-test.py...
/opt/homebrew/bin/python3 ../test/util/bitcoin-util-test.py
/Users/jorge/clean_git/Garlicoin/src/../test/util/bitcoin-util-test.py:31: DeprecationWarning: This method will be removed in Python 3.12. Use 'parser.read_file()' instead.
  config.readfp(open(os.path.join(os.path.dirname(__file__), "../config.ini")))
2022-09-04 22:28:18,370 - ERROR - Output data mismatch for tt-delin1-out.json (format json)
2022-09-04 22:28:18,370 - ERROR - Output formatting mismatch for tt-delin1-out.json:
*** tt-delin1-out.json
--- returned
***************
*** 197,203 ****
                  "reqSigs": 1,
                  "type": "pubkeyhash",
                  "addresses": [
!                     "LYLPXtUPKrXH3JFW5ZV1o4kEzBBdkaYVpD"
                  ]
              }
          },
--- 197,203 ----
                  "reqSigs": 1,
                  "type": "pubkeyhash",
                  "addresses": [
!                     "GWxMgoVWE3tWrxrdqN9pwp2Nh8cCej5G54"
                  ]
              }
          },
***************
*** 210,216 ****
                  "reqSigs": 1,
                  "type": "pubkeyhash",
                  "addresses": [
!                     "LV7U1r5VrCzJ7GhFoBJrFmNEoTBRUqZvNB"
                  ]
              }
          }
--- 210,216 ----
                  "reqSigs": 1,
                  "type": "pubkeyhash",
                  "addresses": [
!                     "GTjSAm6ckQMXvwJPYyyfQWeNWQbzM2xVWw"
                  ]
              }
          }

2022-09-04 22:28:18,384 - ERROR - Output data mismatch for tt-delout1-out.json (format json)
2022-09-04 22:28:18,384 - ERROR - Output formatting mismatch for tt-delout1-out.json:
*** tt-delout1-out.json
--- returned
***************
*** 206,212 ****
                  "reqSigs": 1,
                  "type": "pubkeyhash",
                  "addresses": [
!                     "LYLPXtUPKrXH3JFW5ZV1o4kEzBBdkaYVpD"
                  ]
              }
          }
--- 206,212 ----
                  "reqSigs": 1,
                  "type": "pubkeyhash",
                  "addresses": [
!                     "GWxMgoVWE3tWrxrdqN9pwp2Nh8cCej5G54"
                  ]
              }
          }

2022-09-04 22:28:18,398 - ERROR - Output data mismatch for tt-locktime317000-out.json (format json)
2022-09-04 22:28:18,398 - ERROR - Output formatting mismatch for tt-locktime317000-out.json:
*** tt-locktime317000-out.json
--- returned
***************
*** 206,212 ****
                  "reqSigs": 1,
                  "type": "pubkeyhash",
                  "addresses": [
!                     "LYLPXtUPKrXH3JFW5ZV1o4kEzBBdkaYVpD"
                  ]
              }
          },
--- 206,212 ----
                  "reqSigs": 1,
                  "type": "pubkeyhash",
                  "addresses": [
!                     "GWxMgoVWE3tWrxrdqN9pwp2Nh8cCej5G54"
                  ]
              }
          },
***************
*** 219,225 ****
                  "reqSigs": 1,
                  "type": "pubkeyhash",
                  "addresses": [
!                     "LV7U1r5VrCzJ7GhFoBJrFmNEoTBRUqZvNB"
                  ]
              }
          }
--- 219,225 ----
                  "reqSigs": 1,
                  "type": "pubkeyhash",
                  "addresses": [
!                     "GTjSAm6ckQMXvwJPYyyfQWeNWQbzM2xVWw"
                  ]
              }
          }

2022-09-04 22:28:18,432 - ERROR - Output data mismatch for txcreate1.hex (format hex)
2022-09-04 22:28:18,433 - ERROR - Output formatting mismatch for txcreate1.hex:
*** txcreate1.hex
--- returned
***************
*** 1 ****
- 02000000031e1977dc524bec5929e95d8d0946812944b7b5bda12f5b99fdf557773f2ee65e0100000000ffffffff8a398e44546dce0245452b90130e86832b21fd68f26662bc33aeb7c6c115d23c1900000000ffffffffb807ab93a7fcdff7af6d24581a4a18aa7c1db1ebecba2617a6805b009513940f0c00000000ffffffff020001a04a000000001976a9145688ac6b45bcc02f738e2970d2381d068d68eea788ac27440f00000000001976a9141c2578aa5e5c10ba3b6c3b71a78bff48077d8ba188ac00000000
--- 0 ----

2022-09-04 22:28:18,437 - ERROR - Error parsing command output as json: Expecting value: line 1 column 1 (char 0)
2022-09-04 22:28:18,482 - ERROR - Output data mismatch for txcreatescript3.json (format json)
2022-09-04 22:28:18,483 - ERROR - Output formatting mismatch for txcreatescript3.json:
*** txcreatescript3.json
--- returned
***************
*** 17,23 ****
                  "reqSigs": 1,
                  "type": "witness_v0_scripthash",
                  "addresses": [
!                     "ltc1qp0lfxhnscvsu0j36l36uurgv5tuck4pzuqytkvwqp3kh78cupttq8dslwf"
                  ]
              }
          }
--- 17,23 ----
                  "reqSigs": 1,
                  "type": "witness_v0_scripthash",
                  "addresses": [
!                     "grlc1qp0lfxhnscvsu0j36l36uurgv5tuck4pzuqytkvwqp3kh78cupttqdfzvyp"
                  ]
              }
          }

2022-09-04 22:28:18,501 - ERROR - Output data mismatch for txcreatesignv1.hex (format hex)
2022-09-04 22:28:18,501 - ERROR - Output formatting mismatch for txcreatesignv1.hex:
*** txcreatesignv1.hex
--- returned
***************
*** 1 ****
- 0100000001f77bd0a57e5b5e041e95567e0f01c3789af7f624ff490f756fb408362489276c0000000000ffffffff01a0860100000000001976a914834584e0afbd77db57fcf4a3a076b8d3e02aa6fb88ac00000000
--- 0 ----

2022-09-04 22:28:18,512 - ERROR - Error parsing command output as json: Expecting value: line 1 column 1 (char 0)
2022-09-04 22:28:18,522 - ERROR - Output data mismatch for txcreatesignv2.hex (format hex)
2022-09-04 22:28:18,523 - ERROR - Output formatting mismatch for txcreatesignv2.hex:
*** txcreatesignv2.hex
--- returned
***************
*** 1 ****
- 0200000001f77bd0a57e5b5e041e95567e0f01c3789af7f624ff490f756fb408362489276c0000000000ffffffff01a0860100000000001976a914834584e0afbd77db57fcf4a3a076b8d3e02aa6fb88ac00000000
--- 0 ----

2022-09-04 22:28:18,543 - ERROR - Output data mismatch for txcreateoutpubkey1.json (format json)
2022-09-04 22:28:18,543 - ERROR - Output formatting mismatch for txcreateoutpubkey1.json:
*** txcreateoutpubkey1.json
--- returned
***************
*** 17,23 ****
                  "reqSigs": 1,
                  "type": "pubkey",
                  "addresses": [
!                     "La2DHFRvKvGwR78JkkMCzEw6BJUrSQa72A"
                  ]
              }
          }
--- 17,23 ----
                  "reqSigs": 1,
                  "type": "pubkey",
                  "addresses": [
!                     "GYeBSAT3E7eBEmjSWZ228zDDtFuRGUN6Dd"
                  ]
              }
          }

2022-09-04 22:28:18,564 - ERROR - Output data mismatch for txcreateoutpubkey2.json (format json)
2022-09-04 22:28:18,564 - ERROR - Output formatting mismatch for txcreateoutpubkey2.json:
*** txcreateoutpubkey2.json
--- returned
***************
*** 17,23 ****
                  "reqSigs": 1,
                  "type": "witness_v0_keyhash",
                  "addresses": [
!                     "ltc1q5fgkuac9s2ry56jka5s6zqsyfcugcchrqgz2yl"
                  ]
              }
          }
--- 17,23 ----
                  "reqSigs": 1,
                  "type": "witness_v0_keyhash",
                  "addresses": [
!                     "grlc1q5fgkuac9s2ry56jka5s6zqsyfcugcchrlzuyxz"
                  ]
              }
          }

2022-09-04 22:28:18,610 - ERROR - Output data mismatch for txcreatedata1.hex (format hex)
2022-09-04 22:28:18,610 - ERROR - Output formatting mismatch for txcreatedata1.hex:
*** txcreatedata1.hex
--- returned
***************
*** 1 ****
- 0200000001efc59c584fb0be1066baf08b93f8baf0d9b9beaafcdd318a59cda6302dc1e9690000000000ffffffff02400d0300000000001976a914feda50542e61108cf53b93dbffa0959f91ccb32588ac0084d71700000000526a4c4f54686973204f505f52455455524e207472616e73616374696f6e206f7574707574207761732063726561746564206279206d6f646966696564206372656174657261777472616e73616374696f6e2e00000000
--- 0 ----

2022-09-04 22:28:18,614 - ERROR - Error parsing command output as json: Expecting value: line 1 column 1 (char 0)
2022-09-04 22:28:18,619 - ERROR - Output data mismatch for txcreatedata2.hex (format hex)
2022-09-04 22:28:18,619 - ERROR - Output formatting mismatch for txcreatedata2.hex:
*** txcreatedata2.hex
--- returned
***************
*** 1 ****
- 0200000001efc59c584fb0be1066baf08b93f8baf0d9b9beaafcdd318a59cda6302dc1e9690000000000ffffffff02400d0300000000001976a914feda50542e61108cf53b93dbffa0959f91ccb32588ac0000000000000000526a4c4f54686973204f505f52455455524e207472616e73616374696f6e206f7574707574207761732063726561746564206279206d6f646966696564206372656174657261777472616e73616374696f6e2e00000000
--- 0 ----

2022-09-04 22:28:18,623 - ERROR - Error parsing command output as json: Expecting value: line 1 column 1 (char 0)
2022-09-04 22:28:18,628 - ERROR - Output data mismatch for txcreatedata_seq0.hex (format hex)
2022-09-04 22:28:18,628 - ERROR - Output formatting mismatch for txcreatedata_seq0.hex:
*** txcreatedata_seq0.hex
--- returned
***************
*** 1 ****
- 0200000001efc59c584fb0be1066baf08b93f8baf0d9b9beaafcdd318a59cda6302dc1e9690000000000fdffffff01400d0300000000001976a914feda50542e61108cf53b93dbffa0959f91ccb32588ac00000000
--- 0 ----

2022-09-04 22:28:18,632 - ERROR - Error parsing command output as json: Expecting value: line 1 column 1 (char 0)
2022-09-04 22:28:18,641 - ERROR - Output data mismatch for txcreatedata_seq1.json (format json)
2022-09-04 22:28:18,641 - ERROR - Output formatting mismatch for txcreatedata_seq1.json:
*** txcreatedata_seq1.json
--- returned
***************
*** 35,41 ****
                  "reqSigs": 1,
                  "type": "pubkeyhash",
                  "addresses": [
!                     "LN7rZWXF75vE7aNq6EHjtThcro5GpGmjYy"
                  ]
              }
          }
--- 35,41 ----
                  "reqSigs": 1,
                  "type": "pubkeyhash",
                  "addresses": [
!                     "GLjpiRYN1HHTwEyxr2xZ3CykZkVqjAT3fe"
                  ]
              }
          }

2022-09-04 22:28:18,661 - ERROR - Output data mismatch for txcreatemultisig1.json (format json)
2022-09-04 22:28:18,661 - ERROR - Output formatting mismatch for txcreatemultisig1.json:
*** txcreatemultisig1.json
--- returned
***************
*** 17,25 ****
                  "reqSigs": 2,
                  "type": "multisig",
                  "addresses": [
!                     "La2DHFRvKvGwR78JkkMCzEw6BJUrSQa72A",
!                     "LZkrFMdJCxcpf2fSorE4MJHUNZGfAnD7gf",
!                     "LNZrr8v1gBobYuA3ABbTkRnuf7n5RRo5Cz"
                  ]
              }
          }
--- 17,25 ----
                  "reqSigs": 2,
                  "type": "multisig",
                  "addresses": [
!                     "GYeBSAT3E7eBEmjSWZ228zDDtFuRGUN6Dd",
!                     "GYNpQGeR79z4UhGaZetsW3Zc5WhE7g1uwB",
!                     "GMBq13w8aPAqNZmAuzGGuB53N5CeM5MHdP"
                  ]
              }
          }

2022-09-04 22:28:18,702 - ERROR - Output data mismatch for txcreatemultisig3.json (format json)
2022-09-04 22:28:18,702 - ERROR - Output formatting mismatch for txcreatemultisig3.json:
*** txcreatemultisig3.json
--- returned
***************
*** 17,23 ****
                  "reqSigs": 1,
                  "type": "witness_v0_scripthash",
                  "addresses": [
!                     "ltc1qu9dgdg330r6r84g5mw7wqshg04exv2uttmw2elfwx74h5tgntuzsk3x5nd"
                  ]
              }
          }
--- 17,23 ----
                  "reqSigs": 1,
                  "type": "witness_v0_scripthash",
                  "addresses": [
!                     "grlc1qu9dgdg330r6r84g5mw7wqshg04exv2uttmw2elfwx74h5tgntuzsu458e9"
                  ]
              }
          }

2022-09-04 22:28:18,743 - ERROR - FAILED_TESTCASES:
['Deletes a single input from a transaction (output in json)',
 'Deletes a single output from a transaction (output in json)',
 'Adds an nlocktime to a transaction (output in json)',
 'Creates a new transaction with three inputs and two outputs',
 'Creates a new transaction with three inputs and two outputs (output in json)',
 'Create a new transaction with a single output script (OP_DROP) in a P2WSH (output as json)',
 'Creates a new v1 transaction with a single input and a single output, and then signs the transaction',
 'Creates a new v1 transaction with a single input and a single output, and then signs the transaction (output in json)',
 'Creates a new transaction with a single input and a single output, and then signs the transaction',
 'Creates a new transaction with a single pay-to-pubkey output (output as json)',
 'Creates a new transaction with a single pay-to-witness-pubkey output (output as json)',
 'Creates a new transaction with one input, one address output and one data output',
 'Creates a new v1 transaction with one input, one address output and one data output (output in json)',
 'Creates a new transaction with one input, one address output and one data (zero value) output',
 'Creates a new transaction with one input, one address output and one data (zero value) output (output in json)',
 'Creates a new transaction with one input with sequence number and one address output',
 'Creates a new transaction with one input with sequence number and one address output (output in json)',
 'Adds a new input with sequence number to a transaction (output in json)',
 'Creates a new transaction with a single 2-of-3 multisig output (output in json)',
 'Creates a new transaction with a single 2-of-3 multisig in a P2WSH output (output in json)']
make[3]: *** [check-local] Error 1
make[3]: *** Waiting for unfinished jobs....
../build-aux/test-driver: line 112: 23020 Abort trap: 6           "$@" >> "$log_file" 2>&1
FAIL: qt/test/test_garlicoin-qt
FAIL: test/test_garlicoin
============================================================================
Testsuite summary for Garlicoin Core 0.18.0
============================================================================
# TOTAL: 2
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================
See src/test-suite.log
Please report to https://github.com/GarlicoinOrg/Garlicoin/issues
============================================================================
make[4]: *** [test-suite.log] Error 1
make[3]: *** [check-TESTS] Error 2
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1

Not able to add custom label per-transaction, changes all labels for that address

Describe the issue

When you're on your transaction list, and go to edit one specific transaction label: if it's in your Sending or Receiving addresses: it will change ALL transaction labels for that address.

Expected behaviour

You should be able to edit ANY transaction label INDEPENDENTLY of the "main" label you specify in your sending or receiving addresses list.

BUG: Build Fails -> using gcc 11.1.1

During my build I see this error with gcc 11.1.1:

init.cpp:621:50: note: use non-reference type 'const std::pair<std::__cxx11::basic_string, boost::filesystem::path>' to make the copy explicit or 'const std::pair<const std::__cxx11::basic_string, boost::filesystem::path>&' to prevent copying
make[2]: Leaving directory '/home/ss/rpmbuild/BUILD/Garlicoin-0.17.2/src'
make[1]: * [Makefile:10293: all-recursive] Error 1
make: * [Makefile:750: all-recursive] Error 1

Binary crashes on mac

Process:               Garlicoin-Qt [27211]
Path:                  /private/var/folders/*/Garlicoin-Qt.app/Contents/MacOS/Garlicoin-Qt
Identifier:            org.garlicoin.Garlicoin-Qt
Version:               0.16.0 (0.16.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Garlicoin-Qt [27211]
User ID:               501

Date/Time:             2018-01-21 14:48:45.301 -0500
OS Version:            Mac OS X 10.13.2 (17C88)
Report Version:        12
Anonymous UUID:        189BBFD0-D64F-F514-DFF7-5344BFF03CA6

Sleep/Wake UUID:       A8A30BC5-B024-4087-B9D1-8CCBAC890859

Time Awake Since Boot: 15000 seconds
Time Since Wake:       7500 seconds

System Integrity Protection: enabled

Notes:                 Translocated Process

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
Assertion failed: (consensus.hashGenesisBlock == uint256S("0x69441a7748fdbef3cfedfca0e56a565394a15271da511dbe6ea58bb99930ef6e")), function CTestNetParams, file chainparams.cpp, line 213.
 

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff557dce3e __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff5591b150 pthread_kill + 333
2   libsystem_c.dylib             	0x00007fff55739312 abort + 127
3   libsystem_c.dylib             	0x00007fff55701368 __assert_rtn + 320
4   org.garlicoin.Garlicoin-Qt    	0x00000001011526ec 0x100c7e000 + 5064428
5   org.garlicoin.Garlicoin-Qt    	0x000000010114da69 0x100c7e000 + 5044841
6   org.garlicoin.Garlicoin-Qt    	0x000000010114db4d 0x100c7e000 + 5045069
7   org.garlicoin.Garlicoin-Qt    	0x0000000100c95bbc 0x100c7e000 + 97212
8   libdyld.dylib                 	0x00007fff5568d115 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff557dd562 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5591826f _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff55917c4d start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff557dd562 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5591806a _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff55917c4d start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff557dd562 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5591806a _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff55917c4d start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff557dd562 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5591826f _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff55917c4d start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff557dd562 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5591826f _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff55917c4d start_wqthread + 13

Thread 6:
0   libsystem_pthread.dylib       	0x00007fff55917c40 start_wqthread + 0
1   ???                           	0x7265666572504643 0 + 8243107278867154499

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff557dd562 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5591826f _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff55917c4d start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fff8e7a4340  rcx: 0x00007ffeeef81298  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffeeef812d0  rsp: 0x00007ffeeef81298
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000206
  r12: 0x0000000000000307  r13: 0x0000000104608000  r14: 0x0000000000000006  r15: 0x000000000000002d
  rip: 0x00007fff557dce3e  rfl: 0x0000000000000206  cr2: 0x00007fff8e782148
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x100c7e000 -        0x102783fdf +org.garlicoin.Garlicoin-Qt (0.16.0 - 0.16.0) <D3B5EA3B-F623-3479-9078-3C280487F102> /var/folders/*/Garlicoin-Qt.app/Contents/MacOS/Garlicoin-Qt
       0x106795000 -        0x106cdbfff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.30.12 - 10.3.0) <CD42232B-7638-32B2-8725-D04CE32CD37D> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
       0x10a319000 -        0x10a36398f  dyld (519.2.2) <6695F30B-4E88-3C0B-9867-7D738C44A3E6> /usr/lib/dyld
    0x7fff27d73000 -     0x7fff27df6ff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.30.12 - 10.3.0) <E44B1F7B-5243-3FC2-A803-4D3FB0C53A0D> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
    0x7fff2865d000 -     0x7fff28fb4fff  com.apple.GeForceGLDriver (10.28.10 - 10.2.8) <50CC3C61-F3E5-39AC-B2D6-E0939B2E3A03> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x7fff28fb5000 -     0x7fff2966fff7  libclh.dylib (10.28.10) <9B803D24-30D4-3130-AC94-6E6E55924830> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x7fff29670000 -     0x7fff29810ff7  com.apple.GeForceMTLDriver (10.28.10 - 10.2.8) <31F582A5-D1F3-3613-B361-3ED084F9AE9A> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
    0x7fff29ffe000 -     0x7fff2a002ffb  com.apple.agl (3.3.1 - AGL-3.3.1) <5A110DE6-3EE7-343B-95FE-9642517D1B64> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff2a39f000 -     0x7fff2a39ffff  com.apple.Accelerate (1.11 - Accelerate 1.11) <5AA750F5-D633-32BA-B7F3-4F651FB1761E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff2a3a0000 -     0x7fff2a3b6fe3  libCGInterfaces.dylib (417) <27E09D39-51B5-3297-BE33-0DB1736B833A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff2a3b7000 -     0x7fff2a8b5fc3  com.apple.vImage (8.1 - ???) <310976EE-E12D-39D7-8F58-6EE924E08576> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff2a8b6000 -     0x7fff2aa10fcb  libBLAS.dylib (1211.30.1) <0DB0D952-BCF4-3479-BA2F-785FB1A57479> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2aa11000 -     0x7fff2aa3ffef  libBNNS.dylib (37) <49EB4DBA-877C-3D41-90A2-C3D982C72A54> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2aa40000 -     0x7fff2ae00ff7  libLAPACK.dylib (1211.30.1) <2D4E4446-6B63-350C-BD68-A1B8FBE99539> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2ae01000 -     0x7fff2ae16ff7  libLinearAlgebra.dylib (1211.30.1) <6C68F41D-1398-3AFE-BE72-C0ECA1B24BDC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2ae17000 -     0x7fff2ae1cff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2ae1d000 -     0x7fff2ae7bfff  libSparse.dylib (79.1.1) <7AD0F8A8-FD36-36FE-B83D-58648EBD0027> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff2ae7c000 -     0x7fff2ae8ffff  libSparseBLAS.dylib (1211.30.1) <42506F6F-0F38-322E-9903-C1DB66E4DA05> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2ae90000 -     0x7fff2b03cfc3  libvDSP.dylib (622.20.8) <6FFCA52B-7D60-326A-ADF2-601F39A8685A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff2b03d000 -     0x7fff2b0edfef  libvMisc.dylib (622.20.8) <54F90047-879F-3260-8604-6E453149B49E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2b0ee000 -     0x7fff2b0eefff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <8A96A8ED-7B88-3D17-8D17-41D224E0EC90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2b3de000 -     0x7fff2c23bfff  com.apple.AppKit (6.9 - 1561.20.106) <7A71ACCF-2DF5-3557-BB22-3A9FC9F71CCF> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff2c28d000 -     0x7fff2c28dfff  com.apple.ApplicationServices (48 - 50) <7627DBD6-497B-3AB7-9B63-F0532EDF09B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff2c28e000 -     0x7fff2c2f4fff  com.apple.ApplicationServices.ATS (377 - 445) <CDF5F6D7-4E7D-3D28-9FBA-1B53AD9FA8F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2c38d000 -     0x7fff2c4affff  libFontParser.dylib (222.1.2) <11BD5EEF-AF18-33FB-B114-DD611932E822> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff2c4b0000 -     0x7fff2c4faff7  libFontRegistry.dylib (221) <A22F82C0-B4FE-3DB5-B968-79B28257DF2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff2c59f000 -     0x7fff2c5d2ff7  libTrueTypeScaler.dylib (222.1.2) <33C245B4-E1AD-3C89-B735-5A5610E547C8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff2c63c000 -     0x7fff2c640ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <42C25E85-1CF3-3DEC-A434-BE69F68F4318> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2c6e0000 -     0x7fff2c732ff7  com.apple.HIServices (1.22 - 622) <2E83CD6F-ED98-3C29-BD0A-8525E38AB5DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff2c733000 -     0x7fff2c741fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71A9C815-AC55-3E36-A618-F6778F5119AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2c742000 -     0x7fff2c78efff  com.apple.print.framework.PrintCore (13 - 503) <A69E2BAD-2B66-38CC-9D3A-0A0EBC41341D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2c78f000 -     0x7fff2c7c9fff  com.apple.QD (3.12 - 403) <38D8106A-4FFA-3FE9-9999-714CADD7EE9C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2c7ca000 -     0x7fff2c7d6fff  com.apple.speech.synthesis.framework (7.2.1 - 7.2.1) <BA7EDC49-E216-3D96-A7B7-8C76B862D484> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2c7d7000 -     0x7fff2ca62ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <71699B6E-8B94-39E2-801F-8467C2B5B621> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2ca64000 -     0x7fff2ca64fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <28C7FC0C-D2E5-3703-916F-866A0F823229> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff2cd79000 -     0x7fff2d10bfff  com.apple.CFNetwork (893.13.1 - 893.13.1) <567231F4-4080-3B2D-8349-9177BD358804> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff2d120000 -     0x7fff2d120fff  com.apple.Carbon (158 - 158) <FCD7A9FF-5E53-3B0C-8A52-691C11B2A0C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff2d121000 -     0x7fff2d124ffb  com.apple.CommonPanels (1.2.6 - 98) <39C8EBA3-EEB2-335B-8A88-D6C64BAA112F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff2d125000 -     0x7fff2d42aff7  com.apple.HIToolbox (2.1.1 - 910.4) <ADBE7A1B-0402-369C-A6F3-494E8CACD619> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff2d42b000 -     0x7fff2d42effb  com.apple.help (1.3.8 - 64) <18D02016-119A-33E8-AEB0-E9466BA4AD56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff2d42f000 -     0x7fff2d434fff  com.apple.ImageCapture (9.0 - 9.0) <2DE590E5-DF0E-3962-A2BE-06EBC79B3D72> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff2d435000 -     0x7fff2d4caffb  com.apple.ink.framework (10.9 - 220) <D8AECAE3-9FD2-32E3-B659-026F33650BB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff2d4cb000 -     0x7fff2d4e5ff7  com.apple.openscripting (1.7 - 174) <66899B51-ADFD-360D-88E9-B52439F531B4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff2d506000 -     0x7fff2d507fff  com.apple.print.framework.Print (12 - 267) <E4CBAAFC-9045-38AC-9F93-8C931DDED9D8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff2d508000 -     0x7fff2d50aff7  com.apple.securityhi (9.0 - 55006) <E7668200-B4CB-3612-96B8-D57E94077787> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff2d50b000 -     0x7fff2d511fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1F10ED1F-12C7-39AC-88A0-43A1338F9316> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff2d62c000 -     0x7fff2d6e5ff7  com.apple.ColorSync (4.13.0 - 546) <A5E013D9-7305-3026-879E-4D1F038A430D> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff2d872000 -     0x7fff2d905ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <4DE794D4-F018-31E8-B3CE-CF8DBE68D14E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff2d96c000 -     0x7fff2d995ffb  com.apple.CoreBluetooth (1.0 - 1) <942F88A5-AD68-3359-90D5-6F1A3311C51A> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff2d996000 -     0x7fff2dceafe7  com.apple.CoreData (120 - 849.2) <4407C44B-34CC-3D23-AEDF-AD866D414EBF> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff2dceb000 -     0x7fff2ddb7fff  com.apple.CoreDisplay (1.0 - 81.7) <CE6B9237-B33D-3D8F-8C1C-4F57BD810D24> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff2ddb8000 -     0x7fff2e258fff  com.apple.CoreFoundation (6.9 - 1450.16) <23F8373A-FA3F-37A2-BA5B-70061BFCCD21> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff2e25a000 -     0x7fff2e867fef  com.apple.CoreGraphics (2.0 - 1129.5) <F37BFBD2-CC21-3521-B034-9D4D36197487> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff2e869000 -     0x7fff2eb58fff  com.apple.CoreImage (13.0.0 - 579.2.9) <B5661FF7-7558-308E-A3B7-C280F7A1DA78> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff2ef17000 -     0x7fff2ef17fff  com.apple.CoreServices (822.19 - 822.19) <0C60B639-4CC4-3F57-BC5E-DB71EB75F7F4> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff2ef18000 -     0x7fff2ef8cffb  com.apple.AE (735.1 - 735.1) <D0C73200-90A7-3FD1-A6EC-97055AA367E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff2ef8d000 -     0x7fff2f264ff7  com.apple.CoreServices.CarbonCore (1178.2 - 1178.2) <A1FE74F8-953B-371E-A8AC-E87B30FB79C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff2f265000 -     0x7fff2f299ff7  com.apple.DictionaryServices (1.2 - 284) <3FCEE280-8DD0-37C9-BFD4-7BA87AAFC8EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff2f29a000 -     0x7fff2f2a2ff3  com.apple.CoreServices.FSEvents (1239 - 1239) <7BBC5CB7-DBC8-316B-99B0-781827159A2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff2f2a3000 -     0x7fff2f45bff7  com.apple.LaunchServices (822.19 - 822.19) <F3AC96C3-0B52-3AA9-9DA8-288BBC523C07> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff2f45c000 -     0x7fff2f50bff7  com.apple.Metadata (10.7.0 - 1191.2.6) <FB66B298-D55D-398A-BEDB-CB7B82956AE5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff2f50c000 -     0x7fff2f569ff7  com.apple.CoreServices.OSServices (822.19 - 822.19) <408FB1A4-58E9-34D4-8022-A9EEC8502762> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff2f56a000 -     0x7fff2f5d8fff  com.apple.SearchKit (1.4.0 - 1.4.0) <14053F88-2C76-35CA-9FC1-2A9BC0B63F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff2f5d9000 -     0x7fff2f5fdffb  com.apple.coreservices.SharedFileList (71.4 - 71.4) <4AA6DCF5-BAF8-36FA-A8B0-EDF518EFEF14> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff2f8a7000 -     0x7fff2f9f5ffb  com.apple.CoreText (352.0 - 578.12) <DA0BC559-277A-32BA-91EA-FD2F02EA186F> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff2f9f6000 -     0x7fff2fa30ff3  com.apple.CoreVideo (1.8 - 279.2) <A8FC5325-D092-3A28-A1CF-5C94B8101F71> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff2fa31000 -     0x7fff2fabbffb  com.apple.framework.CoreWLAN (13.0 - 1339) <FFA24EBB-75A1-3B33-9B26-96BDAF758CC0> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff2fd36000 -     0x7fff2fd3bfff  com.apple.DiskArbitration (2.7 - 2.7) <44836CE9-A9ED-3017-972A-7A0A3D6B472B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff2fefc000 -     0x7fff302c1fff  com.apple.Foundation (6.9 - 1450.16) <7FEC6610-70EA-3A8D-8EC4-7E99BAF1E312> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff30331000 -     0x7fff30361fff  com.apple.GSS (4.0 - 2.0) <3B4B4509-B5A3-396B-9C71-80BAE84476FA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff30473000 -     0x7fff30576ff3  com.apple.Bluetooth (6.0.2 - 6.0.2f2) <AFC4A40B-AE56-3C53-A2B1-D0D9C335E21D> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff305d6000 -     0x7fff30671fff  com.apple.framework.IOKit (2.0.2 - 1445.31.1) <7556086A-EFAF-3262-9822-6F666CFC6655> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff30673000 -     0x7fff3067affb  com.apple.IOSurface (209.2.2 - 209.2.2) <6D35A601-1C47-37BE-AD31-F8EB88F67573> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff306d1000 -     0x7fff30848ff7  com.apple.ImageIO.framework (3.3.0 - 1713) <DB207AD2-06B5-3065-976B-F53C477D79C0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff30849000 -     0x7fff3084dffb  libGIF.dylib (1713) <C65B2846-1B94-3BB3-BBBF-5A9E5054CE1E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff3084e000 -     0x7fff30935fff  libJP2.dylib (1713) <8323253E-278A-3486-801A-83E143C19712> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff30936000 -     0x7fff30959ff7  libJPEG.dylib (1713) <2D846A18-D8AF-3573-803B-BEABCBAC38D1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff30c35000 -     0x7fff30c5bfeb  libPng.dylib (1713) <546F41CE-185C-31A0-B61C-1012AA932624> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff30c5c000 -     0x7fff30c5effb  libRadiance.dylib (1713) <31787C46-4A2B-3CDF-95E9-EC1BD4794917> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff30c5f000 -     0x7fff30cacfeb  libTIFF.dylib (1713) <5319B2E1-83D2-30C7-A7BC-A0CE0B07885D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff319e6000 -     0x7fff319ffff7  com.apple.Kerberos (3.0 - 1) <CAF075C0-4C24-3ACE-9AE6-77BEFDEA3622> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff3237c000 -     0x7fff323fbfff  com.apple.Metal (124.7 - 124.7) <C266564D-21B5-3FD9-92D5-03974F3186C4> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff32418000 -     0x7fff3242dfff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <D4BCBA84-AD1B-33DC-99F3-16F9E5E50906> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff3242e000 -     0x7fff32499fef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <E504EC97-FAD7-36DC-B151-6F89AB911E3A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff3249a000 -     0x7fff324bdfff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <A5B6F6FC-A19A-32C0-A999-98B6688760C7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff324be000 -     0x7fff3253eff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <D0D8F13F-ACD4-3B61-BE54-121CCB05ECF4> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff3253f000 -     0x7fff3253fff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2E8723FC-AA53-3596-B6A4-220A378B7A5A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff33548000 -     0x7fff33554ffb  com.apple.NetFS (6.0 - 4.0) <81B22AE7-7094-30F2-BF41-84CA05EDB95B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3633c000 -     0x7fff36344fef  libcldcpuengine.dylib (2.8.7) <DD781325-D94E-3AD7-8D6C-817FB3068917> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff36345000 -     0x7fff36392ffb  com.apple.opencl (2.8.12 - 2.8.12) <0AACB21D-AAC4-337C-8FF6-A8F6196614EE> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff36393000 -     0x7fff363afffb  com.apple.CFOpenDirectory (10.13 - 207) <7664F745-96E0-3F9F-964B-6014928902FB> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff363b0000 -     0x7fff363bbfff  com.apple.OpenDirectory (10.13 - 207) <1550BB27-D605-398C-8670-48700C86D674> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3753a000 -     0x7fff3753cfff  libCVMSPluginSupport.dylib (16.4.2) <A967BC8B-ABB3-393F-BF34-BD32B45831F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff3753d000 -     0x7fff37541ff7  libCoreFSCache.dylib (162.4) <B325B709-0C81-357A-B9F1-6E0027B64F9B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff37542000 -     0x7fff37546fff  libCoreVMClient.dylib (162.4) <B129DB84-39BA-34E4-9FB7-20A020A1BB86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff37547000 -     0x7fff3754ffff  libGFXShared.dylib (16.4.2) <07F1D947-F79B-3608-9080-E4DBFE13AF1D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff37550000 -     0x7fff3755bfff  libGL.dylib (16.4.2) <97D6871A-BAF1-33DD-9ED7-BE7BB437F378> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff3755c000 -     0x7fff37597fe7  libGLImage.dylib (16.4.2) <3E2802DF-4998-31DB-B3A2-65720DE919A5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff37598000 -     0x7fff37704fff  libGLProgrammability.dylib (16.4.2) <3505EF20-FA3D-321B-8C11-D9CA74656F30> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff37705000 -     0x7fff37743ffb  libGLU.dylib (16.4.2) <ECABCFAB-E400-3667-8EE1-586C07E0E214> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff380bb000 -     0x7fff380c9ffb  com.apple.opengl (16.4.2 - 16.4.2) <C8C31EF5-8DB4-336F-A87C-5D520C7EFDC5> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff380ca000 -     0x7fff38261ffb  GLEngine (16.4.2) <8F35484D-9C09-3D79-9825-7E73661326D4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff38262000 -     0x7fff3828affb  GLRendererFloat (16.4.2) <463BD481-6E1A-3EFC-A93B-C7E9292F76ED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff38f11000 -     0x7fff39159fff  com.apple.QuartzCore (1.11 - 584.8.94) <8D6B5735-852F-36D3-9349-C423582F743B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff39992000 -     0x7fff39ca9fff  com.apple.security (7.0 - 58286.31.2) <D31B36DF-8956-3205-BFBA-98732DA715E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff39caa000 -     0x7fff39d34ff7  com.apple.securityfoundation (6.0 - 55185.30.4) <A1201529-3718-31C4-9D9E-BBD2A04B6751> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff39d66000 -     0x7fff39d69ffb  com.apple.xpc.ServiceManagement (1.0 - 1) <B11C3C64-6FE7-3A78-B583-D790B7CCE95A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff3a10e000 -     0x7fff3a17eff3  com.apple.SystemConfiguration (1.17 - 1.17) <3C6B2BB9-43AB-39AD-8027-38E30A8A4186> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff3cd5c000 -     0x7fff3cde8ff7  com.apple.APFS (1.0 - 1) <834EAD5F-0C4E-3C33-A654-8E1670CEC457> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff3d9f6000 -     0x7fff3da1efff  com.apple.framework.Apple80211 (13.0 - 1345) <BD86685B-6221-300D-9A97-119285C43DE9> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff3da20000 -     0x7fff3da2fff7  com.apple.AppleFSCompression (96.30.2 - 1.0) <CFA90544-68EB-3CCE-A8F7-1B03974F3B85> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff3db6b000 -     0x7fff3dbb3ff3  com.apple.AppleJPEG (1.0 - 1) <8BBD5180-5BF9-33DB-8B91-974B1D0AECFB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff3dbee000 -     0x7fff3dc16fff  com.apple.applesauce (1.0 - ???) <32FF4851-2F68-35BA-835F-91856A20C323> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff3e402000 -     0x7fff3e409ff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <47B6301F-D908-3811-BB9E-DA16D9B29A34> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff3e40a000 -     0x7fff3e491ff7  com.apple.backup.framework (1.9.2 - 1.9.2) <40C6CFA8-4013-3AFB-97CE-8A09388FA343> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff3fe20000 -     0x7fff3fe29ff3  com.apple.CommonAuth (4.0 - 2.0) <11B2D184-36B8-3624-B1AD-7B6037D76160> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff40836000 -     0x7fff40846ff7  com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff4171c000 -     0x7fff4174dff3  com.apple.CoreServicesInternal (309.1 - 309.1) <EB09CAFC-AE9B-3257-BE45-5471D9F64AAD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff41a9c000 -     0x7fff41b2dfff  com.apple.CoreSymbolication (63075) <2458D96C-1C31-34F8-93F0-73DB0042CB30> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff41bb0000 -     0x7fff41ce4fff  com.apple.coreui (2.1 - 492.2) <FE0B32BC-958D-3445-866E-A3905626396D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff41ce5000 -     0x7fff41df0ff3  com.apple.CoreUtils (5.3 - 530.57) <1DE5249E-35C5-3B13-BA5B-0C1AA4E17CDD> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff41e45000 -     0x7fff41ea9fff  com.apple.framework.CoreWiFi (13.0 - 1339) <1741FD6D-3DF2-3D2D-9B56-92A6AA0D1146> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff41eaa000 -     0x7fff41eb9ff7  com.apple.CrashReporterSupport (10.13 - 1) <6B5B2B78-15D2-363F-BE34-8F9226E79E24> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff41f36000 -     0x7fff41f45ff7  com.apple.framework.DFRFoundation (1.0 - 191.1) <09E9A14C-E7A8-3386-8323-270FA28BFB81> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff41f48000 -     0x7fff41f4cffb  com.apple.DSExternalDisplay (3.1 - 380) <BEC07C7C-F3AC-3CF3-B13E-3EBFD6224C0D> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff41fd2000 -     0x7fff42048fff  com.apple.datadetectorscore (7.0 - 590.3) <792593BC-21C7-3E0C-929E-067CD725FCBD> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff42096000 -     0x7fff420d6ff7  com.apple.DebugSymbols (141 - 141) <99562E28-0E56-3F6F-93A1-EF997A5E1F87> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff420d7000 -     0x7fff42206fff  com.apple.desktopservices (1.12.2 - 1.12.2) <8E068AF7-FB72-38E2-948E-6C13F359C69D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff42f7a000 -     0x7fff433a8fff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <80C97AD7-D5C2-311A-B268-4AA60CAD6CED> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff45010000 -     0x7fff45010fff  libmetal_timestamp.dylib (802.3.14) <D2CD48A8-5989-32AC-B64B-76E29D4E2449> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
    0x7fff46670000 -     0x7fff4667bff7  libGPUSupportMercury.dylib (16.4.2) <F5BA5D7A-FD23-3416-B9B3-7EABFD4279D5> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff473bc000 -     0x7fff473cbfff  com.apple.GraphVisualizer (1.0 - 5) <0A93C5DE-0D28-312E-8764-6B0FB805ED91> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff47443000 -     0x7fff474b7fff  com.apple.Heimdal (4.0 - 2.0) <ACC132E5-97F1-3B36-AD7B-4E6CC077E691> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff47d69000 -     0x7fff47d70ffb  com.apple.IOAccelerator (376.6 - 376.6) <A47129CC-F386-3C31-AD66-C19A70615A50> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff47d74000 -     0x7fff47d8bfff  com.apple.IOPresentment (1.0 - 32.1) <B95F06EA-9D5D-311D-9912-978AE42ECFCE> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff48155000 -     0x7fff4817afff  com.apple.IconServices (97.4 - 97.4) <C84A6CA5-8C50-3288-8572-CC3DABF5BBCE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff4840f000 -     0x7fff48504fff  com.apple.LanguageModeling (1.0 - 159.3.1) <9B08E18E-69B4-3413-A03A-EF5AE4BE6277> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff48505000 -     0x7fff48547ff7  com.apple.Lexicon-framework (1.0 - 33.2) <5CC5E8EE-62A1-3EA5-B300-A39ABD0CF12D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff4854b000 -     0x7fff48552ff7  com.apple.LinguisticData (1.0 - 238.3) <228AF7CA-649A-3E24-BBC7-8A24B39B3FC4> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff4919e000 -     0x7fff49207ff7  com.apple.gpusw.MetalTools (1.0 - 1) <F77943BC-0466-3700-BEDF-CDD13125D36A> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff4941f000 -     0x7fff49447fff  com.apple.MultitouchSupport.framework (1204.13 - 1204.13) <6C5D778D-4AB7-39A4-989B-2E8D2D57B3A0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff496ac000 -     0x7fff496b7fff  com.apple.NetAuth (6.2 - 6.2) <5C6F492A-28EF-3A0E-B573-6F3D60CFF0C7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff4aeb9000 -     0x7fff4aef9ffb  com.apple.PerformanceAnalysis (1.183.1 - 183.1) <2BE359F2-DCE6-3E33-BA99-964507A3F540> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff4ccd5000 -     0x7fff4ccf3fff  com.apple.ProtocolBuffer (1 - 259) <D047A3FE-C7A8-3CAA-9891-6232BA88C247> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff4cecf000 -     0x7fff4cef2ffb  com.apple.RemoteViewServices (2.0 - 125) <AEDBCE8C-88B7-315A-9F81-3E068F0D3EDC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff4e80b000 -     0x7fff4e91bff7  com.apple.Sharing (972.6 - 972.6) <2F72F828-7A05-345F-8ABA-1EDADACA4D57> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff4e945000 -     0x7fff4e946fff  com.apple.performance.SignpostNotification (1.0 - 1) <D4C967BA-92C6-3BAB-AFB5-59F98B35F921> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
    0x7fff4f643000 -     0x7fff4f8ddfff  com.apple.SkyLight (1.600.0 - 312.23.4) <390012E0-39E3-3D18-8271-D447990FDD21> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff5008e000 -     0x7fff5009bff7  com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) <AC026FB9-78F8-31F9-BB80-619D5378DB70> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff50c2d000 -     0x7fff50cb1fe7  com.apple.Symbolication (9.0 - 63079.1) <177BC9CA-E6AE-3B40-806F-0080C0CDFF29> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff511a2000 -     0x7fff511a9ff3  com.apple.TCC (1.0 - 1) <C807D3F0-FE20-3FC0-8D61-306477ABEBC4> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff513b6000 -     0x7fff51473ff7  com.apple.TextureIO (3.7 - 3.7) <C98BFACA-7807-3DCA-945D-58EBA2B723C8> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff51517000 -     0x7fff51518fff  com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff5151e000 -     0x7fff516cdff3  com.apple.UIFoundation (1.0 - 546.1.1) <2B50EBBC-9221-31BC-92A9-7ED0A4A46E2D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff52e10000 -     0x7fff52e12ffb  com.apple.loginsupport (1.0 - 1) <5E2C4AA7-066D-3FDB-B0E1-4CDAF287392C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff52f76000 -     0x7fff52fa9fff  libclosured.dylib (519.2.2) <48051216-5647-3643-B979-B77D0FD20011> /usr/lib/closure/libclosured.dylib
    0x7fff53049000 -     0x7fff53082ff7  libCRFSuite.dylib (41) <AB2DA745-F22C-30CF-81D4-35DD716463B8> /usr/lib/libCRFSuite.dylib
    0x7fff53083000 -     0x7fff5308efff  libChineseTokenizer.dylib (28) <D30A7DB6-058F-3286-9583-60C9EEB77A6E> /usr/lib/libChineseTokenizer.dylib
    0x7fff53120000 -     0x7fff53121ff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff53158000 -     0x7fff53322ff3  libFosl_dynamic.dylib (17.7) <B2476843-7FA7-3E62-B79F-2B15FE557E63> /usr/lib/libFosl_dynamic.dylib
    0x7fff5335a000 -     0x7fff5335afff  libOpenScriptingUtil.dylib (174) <203D2C39-61BB-3713-A502-2D17B04A42AC> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff53483000 -     0x7fff53487ffb  libScreenReader.dylib (562.13) <21638ECC-87BF-3CC5-B2D8-6F7883F5FDCA> /usr/lib/libScreenReader.dylib
    0x7fff53488000 -     0x7fff53489ff3  libSystem.B.dylib (1252) <5EDEEA85-0387-31EE-9D9B-DA1B75E7AEF3> /usr/lib/libSystem.B.dylib
    0x7fff5351c000 -     0x7fff5351cfff  libapple_crypto.dylib (109.30.8) <E0162198-C97F-3286-9FF7-254D23F6FD04> /usr/lib/libapple_crypto.dylib
    0x7fff5351d000 -     0x7fff53533ff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
    0x7fff53534000 -     0x7fff5355eff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
    0x7fff5355f000 -     0x7fff535e0fdf  libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib
    0x7fff535e4000 -     0x7fff535e4ff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
    0x7fff535e5000 -     0x7fff5369cff7  libboringssl.dylib (109.30.8) <E62E3E83-BA8A-3CCE-8E71-84FB184FBBB5> /usr/lib/libboringssl.dylib
    0x7fff5369d000 -     0x7fff536adff3  libbsm.0.dylib (39) <770B341F-3BB7-3123-B53C-F2D58868A963> /usr/lib/libbsm.0.dylib
    0x7fff536ae000 -     0x7fff536bbffb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
    0x7fff536bc000 -     0x7fff53712fff  libc++.1.dylib (400.9) <FCF5E1F6-2B04-3545-8004-F3AB32FED172> /usr/lib/libc++.1.dylib
    0x7fff53713000 -     0x7fff53737ff7  libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib
    0x7fff53739000 -     0x7fff53749fff  libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
    0x7fff5374a000 -     0x7fff53760fff  libcompression.dylib (47) <E64D4416-DFBF-314B-BBB9-BED23C3A251C> /usr/lib/libcompression.dylib
    0x7fff53a0d000 -     0x7fff53a25ff7  libcoretls.dylib (155) <DFE2454F-2FE3-3B2B-A22B-422947C34C69> /usr/lib/libcoretls.dylib
    0x7fff53a26000 -     0x7fff53a27ffb  libcoretls_cfhelpers.dylib (155) <D3F4B882-40C1-3CD4-927B-0E0ED6031D0B> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff53bc0000 -     0x7fff53d50fff  libcrypto.35.dylib (22) <067CFC21-249D-392D-ADE1-785100BF0F83> /usr/lib/libcrypto.35.dylib
    0x7fff53ef7000 -     0x7fff53f4dff3  libcups.2.dylib (462.1) <B78448A0-9C97-3D4A-823E-EBE37B2B7CA6> /usr/lib/libcups.2.dylib
    0x7fff5408b000 -     0x7fff5408bfff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
    0x7fff540c2000 -     0x7fff540c7ff3  libheimdal-asn1.dylib (520.30.1) <14DC1451-6E22-3A48-80CB-5D33DC0F8C3B> /usr/lib/libheimdal-asn1.dylib
    0x7fff540f3000 -     0x7fff541e4ff7  libiconv.2.dylib (51) <0772997F-4109-38A1-91ED-0F3F16AE99E5> /usr/lib/libiconv.2.dylib
    0x7fff541e5000 -     0x7fff5440cffb  libicucore.A.dylib (59152.0.1) <281C39FD-0C9A-3EB2-A407-36D4CCE938E5> /usr/lib/libicucore.A.dylib
    0x7fff54459000 -     0x7fff5445afff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
    0x7fff5445b000 -     0x7fff54474ffb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
    0x7fff54475000 -     0x7fff5448bff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
    0x7fff5453c000 -     0x7fff54764ff7  libmecabra.dylib (779.7.6) <7808C544-161E-37CE-9D42-F368C82A180D> /usr/lib/libmecabra.dylib
    0x7fff5493c000 -     0x7fff54a13ffb  libnetwork.dylib (1229.30.11) <2A9846DE-C063-3340-89D1-D5DAC2B8A08A> /usr/lib/libnetwork.dylib
    0x7fff54a89000 -     0x7fff54e777e7  libobjc.A.dylib (723) <93A92316-DE1E-378C-8891-99720B50D075> /usr/lib/libobjc.A.dylib
    0x7fff54e8a000 -     0x7fff54e8efff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
    0x7fff54e91000 -     0x7fff54ec5fff  libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
    0x7fff54f44000 -     0x7fff54f60ffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff54fb0000 -     0x7fff55143fe7  libsqlite3.dylib (274.5) <A1DEB5AB-8FE8-332E-A7E5-F493F2223FE3> /usr/lib/libsqlite3.dylib
    0x7fff55314000 -     0x7fff5534dfff  libusrtcp.dylib (1229.30.11) <537F14D0-84DF-349F-8EA0-52BB7A241E60> /usr/lib/libusrtcp.dylib
    0x7fff5534e000 -     0x7fff55351ffb  libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
    0x7fff55352000 -     0x7fff5535ffff  libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
    0x7fff55363000 -     0x7fff5544afff  libxml2.2.dylib (31.7) <49544596-BCF8-3765-8DC5-DB1A9A90EF92> /usr/lib/libxml2.2.dylib
    0x7fff5544b000 -     0x7fff55473fff  libxslt.1.dylib (15.10) <66682AF6-C2D5-374C-901F-25A3E72814DC> /usr/lib/libxslt.1.dylib
    0x7fff55474000 -     0x7fff55486ffb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
    0x7fff55524000 -     0x7fff55528ff7  libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib
    0x7fff55529000 -     0x7fff55533ff3  libcommonCrypto.dylib (60118.30.2) <674286D3-7744-36A3-9AAA-49DFCD97A986> /usr/lib/system/libcommonCrypto.dylib
    0x7fff55534000 -     0x7fff5553bfff  libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff5553c000 -     0x7fff55544ffb  libcopyfile.dylib (146.30.2) <2C7C67D7-562B-3FFA-973D-BACF4C10E1EC> /usr/lib/system/libcopyfile.dylib
    0x7fff55545000 -     0x7fff555cafff  libcorecrypto.dylib (562.30.10) <8A53EFE1-AFCA-3676-BEE1-FA5ED9F0E222> /usr/lib/system/libcorecrypto.dylib
    0x7fff55652000 -     0x7fff5568bff7  libdispatch.dylib (913.30.4) <7D0E3183-282B-3FEE-A734-2C0ADC092084> /usr/lib/system/libdispatch.dylib
    0x7fff5568c000 -     0x7fff556a9ff7  libdyld.dylib (519.2.2) <C50D02BC-A333-3313-B787-02F255A6783F> /usr/lib/system/libdyld.dylib
    0x7fff556aa000 -     0x7fff556aaffb  libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib
    0x7fff556ab000 -     0x7fff556b7ff3  libkxld.dylib (4570.31.3) <C0DBCF74-E669-3AAD-934F-F07F3FE32908> /usr/lib/system/libkxld.dylib
    0x7fff556b8000 -     0x7fff556b8ff7  liblaunch.dylib (1205.30.29) <E66F58ED-C15E-3DFB-BC22-A861E13918C6> /usr/lib/system/liblaunch.dylib
    0x7fff556b9000 -     0x7fff556bdffb  libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib
    0x7fff556be000 -     0x7fff556c0ff3  libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib
    0x7fff556c1000 -     0x7fff556c2ff3  libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib
    0x7fff556c3000 -     0x7fff556dafff  libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib
    0x7fff556db000 -     0x7fff556dbfff  libsystem_blocks.dylib (67) <F2493BB5-B1C6-3C4D-9F1F-1B402E0F1DB7> /usr/lib/system/libsystem_blocks.dylib
    0x7fff556dc000 -     0x7fff55765ff7  libsystem_c.dylib (1244.30.3) <E0136C71-0648-36F0-9F84-82EA2748A8D7> /usr/lib/system/libsystem_c.dylib
    0x7fff55766000 -     0x7fff55769ffb  libsystem_configuration.dylib (963.30.1) <0F8D0B76-4F7D-34EC-AB6C-50F9465809DA> /usr/lib/system/libsystem_configuration.dylib
    0x7fff5576a000 -     0x7fff5576dffb  libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff5576e000 -     0x7fff5576ffff  libsystem_darwin.dylib (1244.30.3) <2F750CB1-BC26-3FA3-AE59-553EE30D451B> /usr/lib/system/libsystem_darwin.dylib
    0x7fff55770000 -     0x7fff55776ff7  libsystem_dnssd.dylib (878.30.4) <EB9BB165-45A4-367C-B33A-688D4F383A95> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff55777000 -     0x7fff557c0ff7  libsystem_info.dylib (517.30.1) <7D79E167-4B5C-3833-81EE-3AF3FB53616D> /usr/lib/system/libsystem_info.dylib
    0x7fff557c1000 -     0x7fff557e6ff7  libsystem_kernel.dylib (4570.31.3) <D2E842AA-3B8D-31BF-8234-8C1BE11CFE32> /usr/lib/system/libsystem_kernel.dylib
    0x7fff557e7000 -     0x7fff55832fcb  libsystem_m.dylib (3146) <ABB1B85F-9FFE-31B8-AD4F-E39A30794A93> /usr/lib/system/libsystem_m.dylib
    0x7fff55833000 -     0x7fff55852fff  libsystem_malloc.dylib (140.1.1) <9F0745FF-B92F-330D-8812-BB74001D1D33> /usr/lib/system/libsystem_malloc.dylib
    0x7fff55853000 -     0x7fff558f7ff3  libsystem_network.dylib (1229.30.11) <40BAD301-8744-3AD8-A688-E7925C587B00> /usr/lib/system/libsystem_network.dylib
    0x7fff558f8000 -     0x7fff55902ffb  libsystem_networkextension.dylib (767.30.7) <C5ED4BAB-2480-369D-8AB6-DFB37C15A1EE> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff55903000 -     0x7fff5590cff3  libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib
    0x7fff5590d000 -     0x7fff55914ff7  libsystem_platform.dylib (161.20.1) <C049250F-8C35-314D-810F-4E28AEAED983> /usr/lib/system/libsystem_platform.dylib
    0x7fff55915000 -     0x7fff55920fff  libsystem_pthread.dylib (301.30.1) <ABA848E1-6978-3B42-A3A7-608B2C36FA93> /usr/lib/system/libsystem_pthread.dylib
    0x7fff55921000 -     0x7fff55924ff3  libsystem_sandbox.dylib (765.30.4) <A51828BA-26D8-3205-AF3A-DF5C37269468> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff55925000 -     0x7fff55926ff3  libsystem_secinit.dylib (30) <F06ADB8F-9E94-34A7-B3C9-2C22FDD14BAD> /usr/lib/system/libsystem_secinit.dylib
    0x7fff55927000 -     0x7fff5592eff7  libsystem_symptoms.dylib (820.30.7) <DC3586C2-AA56-3419-88D3-FC0DBF08E3C0> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff5592f000 -     0x7fff55942ff7  libsystem_trace.dylib (829.30.14) <69EBF017-D40F-30D7-9B0B-BFC862D761A5> /usr/lib/system/libsystem_trace.dylib
    0x7fff55944000 -     0x7fff55949ff7  libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib
    0x7fff5594a000 -     0x7fff55976ff7  libxpc.dylib (1205.30.29) <F7E5F1BC-614B-39CB-B6CE-92A9C7B7EC0B> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 9638
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=376.8M resident=0K(0%) swapped_out_or_unallocated=376.8M(100%)
Writable regions: Total=130.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=130.8M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        2 
Activity Tracing                   256K        2 
CG backing stores                 1320K        3 
CoreImage                           24K        3 
CoreServices                        96K        2 
CoreUI image file                  284K        3 
Kernel Alloc Once                    8K        2 
MALLOC                           116.9M       27 
MALLOC guard page                   32K        9 
STACK GUARD                       56.0M        9 
Stack                             11.6M        9 
VM_ALLOCATE                         52K        7 
__DATA                            32.8M      237 
__FONT_DATA                          4K        2 
__GLSLBUILTINS                    2588K        2 
__LINKEDIT                       190.5M        5 
__TEXT                           186.4M      235 
__UNICODE                          560K        2 
mapped file                       53.4M       16 
shared memory                      688K       14 
===========                     =======  ======= 
TOTAL                            653.5M      571 

Can I get the following values?

I need them to port some code over from LTC:

pubkeyhash: 0x30,
privatekey: 0xb0,
scripthash: 0x32,
xpubkey: 0x019da462,
xprivkey: 0x019d9cfe,
networkMagic: 0xfbc0b6db,
port: 9333

The only know I really know is the port... does anyone have any idea what the rest should be? Which have changed and which haven't?

Garlicoind 64bit for windows does NOT download blocks

This issue tracker is only for technical issues related to garlicoin-core.

General garlicoin questions and/or support requests and are best directed to the garlicointalk.io forums.

For reporting security issues, please contact the Garlicoin developers on the #garlicoin-dev Freenode IRC channel or alternatively you can email us at [email protected].

Describe the issue

Garlicoind 64bit version on windows does not download the blocks

Can you reliably reproduce the issue?

Yes

If so, please list the steps to reproduce below:

  1. Download 64bit version of garlicoin core
  2. Download wallet-win.zip
  3. Run garlicoind once
  4. Copy config file to %appdata%\Garlicoin
  5. Close, then open garlicoind (with Ctrl-C) via the batch file
  6. Check garlicoin-cli.exe getinfo

Expected behaviour

Blocks should be downloading and number of blocks should start increasing

Actual behaviour

No blocks download at all.

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

What version of garlicoin-core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.
https://github.com/GarlicoinOrg/Garlicoin/releases/tag/20180123154915-i686-pc-linux-gnu

Machine specs:

  • OS: Windows 10 Pro
  • CPU: Intel Core i7-6700K @ 4.0GHz
  • RAM: 16GB (2x8) Corsair Vengeance LPX DDR4-3000
  • Disk size: Drive 0: Samsung 850 EVO 500GB Drive 1: Seagate Barracuda 7200 RPM 2TB
  • Disk Type (HD/SDD): Drive 0: SSD Drive 1: HDD

Any extra information that might be useful in the debugging process.

This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.

[QT] When viewing a transaction's details, the "From" field always says "unknown"

Describe the issue

In the QT client, when you double-click on a transaction or right click on it and select "show transaction details", a window appears with the transaction details in it. In this window, the "From" field always displays "unknown" instead of the expected source address(es) for the transaction.

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. Open garlicoin-qt
  2. Navigate to the "Transactions" tab
  3. Double-click on a transaction or right click on it and select "show transaction details"

Expected behaviour

The "From" field should display the source address(es) for the transaction (unless the transaction source is new coins, in which case it should either display something like "new coins" or "unknown").

Actual behaviour

The "From" field will display "unknown" instead of the expected source address(es).

Screenshots.

screen shot 2018-02-16 at 7 23 18 pm

(for the above transaction, you can see in the explorer that the correct source address should be "GJ5ukdQRqVbVNftEYw4ZnRN5DxhBKdfEtZ", not "unknown")

What version of garlicoin-core are you using?

v0.16.0.2-0787900-dirty (64-bit) โ€” Self compiled from GitHub source code.

Note: This bug was also observed on a pre-allium version of garlicoin-qt.

Machine specs:

  • OS: OSX (macOS) 10.12.6
  • CPU: i7-3770k
  • RAM: 24 GB
  • Disk size: 500 GB (OSX boot disk)
  • Disk Type (HD/SDD): SSD (OSX boot disk)

Note: This is a Hackintosh, not a genuine Apple computer. I have not tested to see if this issue exists on genuine Apple computers or on other operating systems, but there is no reason to suspect that it would not be present on genuine Apple computers or on other operating systems, and therefore I decided not to test for this bug on other platforms.

Any extra information that might be useful in the debugging process.

N/A

Version number not being incremented on release

The version number is not being incremented on release, this means the DNS seeder is reporting same version strings for all clients even if they are from different releases.

My suggestion would to have a [release] commit message required to build on CI and in this commit version numbers in /src/config/bitcoin-config.h are updated to appropriate values

edit: Also loving the project, first crypto related PRs for me :)

Error: Transaction too large for fee policy

Expected behaviour:
Broadcast a signed transaction to send the specified amount of GRLC to the specified address using CLI command "sendtoaddress".

Actual behaviour:

$ garlicoin-cli sendtoaddress [REDACTED] 1000 "comment_to"
error code: -4
error message:
Transaction too large for fee policy

How reliably:
Every time. Cannot sign a tx for 1000 GRLC.

Version:
garlicoin-0.18.0 self-compiled on Ubuntu 20.04

Linux 5.4.x/amd64
Ubuntu 20.04.6

What version of garlicoin-core are you using?

0.18.0 self-compiled

Machine specs:

  • OS: Ubuntu 20.04.6
  • CPU: amd64
  • RAM: 32GiB
  • Disk size: plenty
  • Disk Type (HD/SDD): all

Any extra information that might be useful in the debugging process.

Nothing relevant added in debug.log.

error code: -4
error message:
Transaction too large for fee policy

I am able to sign and broadcast a tx for 100 GRLC, but not for 1000.

Regtest fails to assert the genesis block hash

What version of garlicoin-core are you using?

(e402c55)

Machine specs:

  Model Name:	  MacBook Air
  Model Identifier:	MacBookAir10,1
  Chip:	Apple M1
  Total Number of Cores:	8 (4 performance and 4 efficiency)
  Memory:	16 GB
  System Firmware Version:	7459.141.1
  OS Loader Version:	7459.141.1

  System Version:	macOS 12.5.1 (21G83)
  Kernel Version:	Darwin 21.6.0
  Boot Volume:	Macintosh HD
  Boot Mode:	Normal
  Secure Virtual Memory:	Enabled
  System Integrity Protection:	Enabled
  Time since boot:	4 days 7:28

Any extra information that might be useful in the debugging process.

2022-09-07 06:46:56 ERROR: ReadBlockFromDisk: Errors in block header at CBlockDiskPos(nFile=0, nPos=8)
2022-09-07 06:46:56 *** Failed to read block
2022-09-07 06:46:56 Error: Error: A fatal internal error occurred, see debug.log for details

Regtest fails the block assert with current block. Fails with block generated by GenesisH0 for Scrypt-11. Succeeds with testnet block details, but also fails with the results of

consensus.hashGenesisBlock = genesis.GetHash();
printf("TEST GENESIS HASH: %s\n",consensus.hashGenesisBlock.ToString().c_str());
printf("TEST MERKLE ROOT: %s\n",genesis.hashMerkleRoot.ToString().c_str());
assert(consensus.hashGenesisBlock == uint256S("0x22d891055a486fb0c5ce668f9b8e032b2e9a764d11247abf6ef115329a868af0"));
assert(genesis.hashMerkleRoot == uint256S("0x5f32b33db6dcab182dfad55b3d04b2978c1598cf82519835e000dd77e37f3aa8"));

used in the asset step.

Garlicoind doesn't handle ctrl+c

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. Run Garlicoind
  2. Press ctrl+c combination

Expected behaviour

The application should ask if you wish to quit.

Actual behaviour

terminate called after throwing an instance of 'std::bad_cast'
  what():  std::bad_cast

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

Screenshots.

n/a - cli

What version of garlicoin-core are you using?

20180121185844-arm-linux-gnueabihf

Machine specs:

  • OS: Windows 10
  • CPU: Ryzen 1600
  • RAM: 2x8gb DDR4-2400
  • Disk size: 1TB
  • Disk Type (HD/SDD): SSD

Any extra information that might be useful in the debugging process.

Please request any if needs be

garlicoind (No testnet option) testnet assertion failing

I cloned from this repository.
Compiled with: ./autogen.sh && ./configure --without-gui --disable-tests && make && sudo make install
now I run garlicoind and:

 garlicoind
garlicoind: chainparams.cpp:213: CTestNetParams::CTestNetParams(): Assertion `consensus.hashGenesisBlock == uint256S("0x69441a7748fdbef3cfedfca0e56a565394a15271da511dbe6ea58bb99930ef6e")' failed.
Aborted (core dumped)

Error parsing JSON sending

garlicoin-cli sendfrom main GSuffZcm7h6F3B2KfdZwzwQKSdf9r8MDw8 .1
error: Error parsing JSON:.1
garlicoin-cli sendfrom "main" "GSuffZcm7h6F3B2KfdZwzwQKSdf9r8MDw8" .1
error: Error parsing JSON:.1

List addresses?

How can I list addresses from garlicoin-cli?
I see if I know my address I can do

garlicoin-cli setaccount GRKWdn3RQZWdEQTESJsrjzSj1mTBCcbUMY main
garlicoin-cli getbalance main

but how would I get my address if I didn't save it from earlier?

No Garlicoin QT in the Windows x64 version

I only ask because it is in the Linux version, and it may stop a lot of people having to get external (3rd party) wallets if included in the Windows version too.

Was it just forgotten or was there a reason it isn't in here?

Concern with overflow and the use of signed integers regarding the Lyra2.c file

image

Your code is on the right, the Lyra2.c original code is on the left, they use a uint64_t, you use an int64_t (which as far as I know is a signed integer and can lead to overflow errors)

Not a terribly difficult fix, but it is a concern.

Cheers! Thanks for all your work, I am but a lowly Garlic miner, willing to help where I can

Tesnet hard fork to Allium PoW

Related PR #39

Due to ASICs being present on the network a change of PoW algorithm has become necessary to ensure fairness for miners.

Allium is a custom variation of the Lyra2 algorithm that is more memory intensive than Scrypt-N (your GPU runs cooler too!) this means ASICs would need to be redesigned to work with Allium at significant cost, but also means any designed ASIC will not see much benefit if at all due to memory bandwidth limitations.

Before the main net fork on [insert date] a testnet is binary is now available as well as NOMP pool software, cpuminer and ccminer (sgminer coming soon). We would recommend pools test the new setup on testnet before the switch block, as well as miners to test their miners on the testnet pools.

List of testnet pools:

Software:

Error when running garlicoind on Kubuntu 17.10

This issue tracker is only for technical issues related to garlicoin-core.

General garlicoin questions and/or support requests and are best directed to the garlicointalk.io forums.

For reporting security issues, please contact the Garlicoin developers on the #garlicoin-dev Freenode IRC channel or alternatively you can email us at [email protected].

Describe the issue

I get the following error:
garlicoind: chainparams.cpp:125: CMainParams::CMainParams(): Assertion consensus.hashGenesisBlock == uint256S("0x")' failed.
Aborted (core dumped)`

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. I try to run garlicoind to set up a wallet
    2.I get an error
    3.No garlic for me

Expected behaviour

I should start the garlicoind daemon

What version of garlicoin-core are you using?

Garlicoin Core Daemon version v0.16.0.1-ed3ff80
Official binary, I downloaded from the official garlicoin.io site.

Reserve bip44

Don't know if you guys are planning on it or not, but you should reserve your bip44 here.

I don't know much about them, or why they're necessary tbh. All I know is I just created a pull request to add garlicoin to the cryptocoinjs/coininfo
library and their specifications normally require one.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.