Ycekezuv
Jr. Member
Offline
Activity: 350
Merit: 1
|
|
May 24, 2018, 11:35:38 AM |
|
In my opinion, there is no point in pouring it into it. The system is completely unfinished!
|
|
|
|
markm
Legendary
Offline
Activity: 3024
Merit: 1121
|
|
April 05, 2019, 09:50:25 AM |
|
Well the blockchain IS still moving, albeit slowly, and the players who use it have started thinking about starting a Civilisation whose currency it will be so that they can support it with the full backing of an actual "nation" in the game. I do not know how long it will take for the difficulty to adjust downward enough for the blockchain to move at a more reasonable speed, or for more hashing power to be applied to get it moving better, but players are not particuarly concerned about the slowness of the blockchain since most activity will probably take place on the HORIZON and Stellar platforms.
-MarkM-
|
|
|
|
|
DaveF
Legendary
Offline
Activity: 3668
Merit: 6673
Crypto Swap Exchange
|
|
October 21, 2019, 02:26:15 AM |
|
Does anyone have any links to the wallets? Someone should post them someplace. Yeah, it's an old just about dead coin but it's still an important part of crypto history.
-Dave
|
|
|
|
markm
Legendary
Offline
Activity: 3024
Merit: 1121
|
|
February 12, 2020, 01:26:25 AM |
|
Not sure if this is really the copy I am still using, but I have one in my Galactic Milieu sourceforge account: https://sourceforge.net/projects/galacticmilieu/files/CoiLedCoin/Hmm actually I guess I am pretty sure that is NOT the one I am using, as consulting my source directory on compiling machine I find this: markm@DotThree:~/src/Cryptocoins/coiledcoin-git/.git$ cat config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/mmpool/coiledcoin.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master markm@DotThree:~/src/Cryptocoins/coiledcoin-git/.git$
So I guess I am using the one the mmpool (merged mining pool) guy made way back when. Located at https://github.com/mmpool/coiledcoinAs it seems to be 8 years old, maybe it actually IS the same one; the package on my sourceforge might just be a tar.gz copy of my coiledcoin-git directory. -MarkM- Does anyone have any links to the wallets? Someone should post them someplace. Yeah, it's an old just about dead coin but it's still an important part of crypto history.
-Dave
|
|
|
|
DaveF
Legendary
Offline
Activity: 3668
Merit: 6673
Crypto Swap Exchange
|
|
February 12, 2020, 12:47:39 PM |
|
Not sure if this is really the copy I am still using, but I have one in my Galactic Milieu sourceforge account: https://sourceforge.net/projects/galacticmilieu/files/CoiLedCoin/Hmm actually I guess I am pretty sure that is NOT the one I am using, as consulting my source directory on compiling machine I find this: markm@DotThree:~/src/Cryptocoins/coiledcoin-git/.git$ cat config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/mmpool/coiledcoin.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master markm@DotThree:~/src/Cryptocoins/coiledcoin-git/.git$
So I guess I am using the one the mmpool (merged mining pool) guy made way back when. Located at https://github.com/mmpool/coiledcoinAs it seems to be 8 years old, maybe it actually IS the same one; the package on my sourceforge might just be a tar.gz copy of my coiledcoin-git directory. -MarkM- Does anyone have any links to the wallets? Someone should post them someplace. Yeah, it's an old just about dead coin but it's still an important part of crypto history.
-Dave
Thanks, I will take a look at the code. On a side note I picked up coiledcoin.org and coiledcoin.com going to see if I can get a copy of the original site. It's probably a waste of time, but since it was an interesting piece of crypto history I want to keep it around. -Dave
|
|
|
|
DaveF
Legendary
Offline
Activity: 3668
Merit: 6673
Crypto Swap Exchange
|
|
February 14, 2020, 12:11:52 AM |
|
Hmmm, will not compile. Going to have to figure out what my system does not like about the old code. Threw too many errors to post going to go do some googling. Do you have anything compiled I can grab while I work on it?
Thanks, Dave
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
February 14, 2020, 12:05:11 PM Last edit: February 14, 2020, 12:20:34 PM by gjhiggins |
|
Going to have to figure out what my system does not like about the old code.
There are a host of forward-incompatible issues to be resolved (Qt4->5, Boost1.4->1.6, OpenSSL1.0->1.1). Perhaps a better approach that acknowledges the historical focus is to try compiling on a VM hosting a suitable vintage OS (OS X 10.5, Ubuntu 14.04 or Windows 7). Cheers Graham.
|
|
|
|
DaveF
Legendary
Offline
Activity: 3668
Merit: 6673
Crypto Swap Exchange
|
|
February 14, 2020, 12:25:22 PM |
|
Going to have to figure out what my system does not like about the old code.
There are a host of forward-incompatible issues to be resolved (Qt4->5, Boost1.4->1.6, OpenSSL1.0->1.1). Perhaps a better approach that acknowledges the historical focus is to try compiling on a VM hosting a suitable vintage OS (OS X 10.5, Ubuntu 14.04 or Windows 7). Cheers Graham. I did try on a 14.04 but it was not a "clean" setup I had already installed some stuff to compile other things. Probably try spinning up another one with just what is on the install CDs / DVDs and see if that works without trying for dependencies from outside sources. Most of which you cant easily find anymore. Thanks, Dave
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
February 14, 2020, 02:18:37 PM |
|
I did try on a 14.04 but it was not a "clean" setup
Works for me on a clean 14.04. sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev I used this install_db4.sh script to get and compile db4.8: #!/bin/sh
# Install libdb4.8 (Berkeley DB).
export LC_ALL=C set -e
if [ -z "${1}" ]; then echo "Usage: $0 <base-dir> [<extra-bdb-configure-flag> ...]" echo echo "Must specify a single argument: the directory in which db4 will be built." echo "This is probably \`pwd\` if you're at the root of the bitcoin repository." exit 1 fi
expand_path() { echo "$(cd "${1}" && pwd -P)" }
BDB_PREFIX="$(expand_path ${1})/db4"; shift; BDB_VERSION='db-4.8.30.NC' BDB_HASH='12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef' BDB_URL="https://download.oracle.com/berkeley-db/${BDB_VERSION}.tar.gz"
check_exists() { which "$1" >/dev/null 2>&1 }
sha256_check() { # Args: <sha256_hash> <filename> # if check_exists sha256sum; then echo "${1} ${2}" | sha256sum -c elif check_exists sha256; then if [ "$(uname)" = "FreeBSD" ]; then sha256 -c "${1}" "${2}" else echo "${1} ${2}" | sha256 -c fi else echo "${1} ${2}" | shasum -a 256 -c fi }
http_get() { # Args: <url> <filename> <sha256_hash> # # It's acceptable that we don't require SSL here because we manually verify # content hashes below. # if [ -f "${2}" ]; then echo "File ${2} already exists; not downloading again" elif check_exists curl; then curl --insecure --retry 5 "${1}" -o "${2}" else wget --no-check-certificate "${1}" -O "${2}" fi
sha256_check "${3}" "${2}" }
mkdir -p "${BDB_PREFIX}" http_get "${BDB_URL}" "${BDB_VERSION}.tar.gz" "${BDB_HASH}" tar -xzvf ${BDB_VERSION}.tar.gz -C "$BDB_PREFIX" cd "${BDB_PREFIX}/${BDB_VERSION}/"
# Apply a patch necessary when building with clang and c++11 (see https://community.oracle.com/thread/3952592) CLANG_CXX11_PATCH_URL='https://gist.githubusercontent.com/LnL7/5153b251fd525fe15de69b67e63a6075/raw/7778e9364679093a32dec2908656738e16b6bdcb/clang.patch' CLANG_CXX11_PATCH_HASH='7a9a47b03fd5fb93a16ef42235fa9512db9b0829cfc3bdf90edd3ec1f44d637c' http_get "${CLANG_CXX11_PATCH_URL}" clang.patch "${CLANG_CXX11_PATCH_HASH}" patch -p2 < clang.patch
cd build_unix/
"${BDB_PREFIX}/${BDB_VERSION}/dist/configure" \ --enable-cxx --disable-shared --disable-replication --with-pic --prefix="${BDB_PREFIX}" \ "${@}"
make install
echo echo "db4 build complete." echo echo 'When compiling bitcoind, run `./configure` in the following way:' echo echo " export BDB_PREFIX='${BDB_PREFIX}'" echo ' ./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" ...'
I copied install_db4.sh into the contrib directory and from there, executed Then I edited coiledcoin-qt.pro as follows: diff --git a/coiledcoin-qt.pro b/coiledcoin-qt.pro index 2e1f26f..26739e8 100644 --- a/coiledcoin-qt.pro +++ b/coiledcoin-qt.pro @@ -1,5 +1,5 @@ TEMPLATE = app -TARGET = +TARGET = CoiledCoin-Qt VERSION = 0.5.99 INCLUDEPATH += src src/json src/qt DEFINES += QT_GUI BOOST_THREAD_USE_LIB @@ -251,6 +251,7 @@ isEmpty(BOOST_THREAD_LIB_SUFFIX) { isEmpty(BDB_LIB_PATH) { macx:BDB_LIB_PATH = /opt/local/lib/db48 + unix:BDB_LIB_PATH = ./contrib/db4/lib } isEmpty(BDB_LIB_SUFFIX) { @@ -259,6 +260,7 @@ isEmpty(BDB_LIB_SUFFIX) { isEmpty(BDB_INCLUDE_PATH) { macx:BDB_INCLUDE_PATH = /opt/local/include/db48 + unix:BDB_INCLUDE_PATH = ./contrib/db4/include } isEmpty(BOOST_LIB_PATH) { @@ -295,7 +297,7 @@ LIBS += -lboost_system$$BOOST_LIB_SUFFIX -lboost_filesystem$$BOOST_LIB_SUFFIX -l contains(RELEASE, 1) { !windows:!macx { # Linux: turn dynamic linking back on for c/c++ runtime libraries - LIBS += -Wl,-Bdynamic + LIBS += -Wl,-Bdynamic -ldl } }
I ran qmake with qmake USE_UPNP=- USE_QRCODE=- USE_SSL=- RELEASE=1 and got a compiled Qt client. HTH Cheers Graham
|
|
|
|
markm
Legendary
Offline
Activity: 3024
Merit: 1121
|
|
February 28, 2020, 06:53:15 AM Last edit: September 25, 2024, 03:30:40 AM by markm |
|
I almost never make a GUI of any coin, I run daemons.
I am on Ubuntu 16.04 LTS still, presumably I was able to compile the daemon on that.
I probably never even tried to build the GUI.
-MarkM-
|
|
|
|
sorryforthat
|
|
May 21, 2020, 05:36:31 PM |
|
I was able to compile. Does anyone have any nodes?
|
|
|
|
markm
Legendary
Offline
Activity: 3024
Merit: 1121
|
|
May 27, 2020, 07:01:47 PM |
|
LFM.knotwork.com aka DVCstable01.dvcnode.org
It will know of others presumably.
It runs all my coins so should have the other related coins too.
-MarkM-
|
|
|
|
sorryforthat
|
|
June 09, 2020, 04:51:43 AM |
|
LFM.knotwork.com aka DVCstable01.dvcnode.org
It will know of others presumably.
It runs all my coins so should have the other related coins too.
-MarkM-
Thank you. I was able to get it synced. 22GB+ Blockchain, took about a week. I have two more nodes that can help speed up any other users looking to download the blockchain. 62.171.180.0 164.68.101.222
|
|
|
|
DaveF
Legendary
Offline
Activity: 3668
Merit: 6673
Crypto Swap Exchange
|
|
June 09, 2020, 11:34:35 AM |
|
I was able to compile. Does anyone have any nodes?
Did you use the directions that gjhiggins posted or some other method? I tried following the steps that he posted but it did not work. Then corona happened and I have had no time to really dig into it. Probably something that I did wrong but till I can carve out a couple of hours of free time it just is not going to happen Also, what OS? -Dave
|
|
|
|
sorryforthat
|
|
June 09, 2020, 09:29:23 PM Last edit: June 09, 2020, 09:47:17 PM by sorryforthat |
|
I was able to compile. Does anyone have any nodes?
Did you use the directions that gjhiggins posted or some other method? I tried following the steps that he posted but it did not work. Then corona happened and I have had no time to really dig into it. Probably something that I did wrong but till I can carve out a couple of hours of free time it just is not going to happen Also, what OS? -Dave I just made the daemon with the standard commands Out of curiosity, I just tried to compile the linux qt wallet. I was able to compile on 16.04 just fine. To be honest, I did not do anything out the ordinary. I just ran Here is a link that contains the qt wallet built on 16.04 and I also included the daemon. https://mega.nz/file/aEAS2AwQ#oHNoHiK8v2yZi85rf_gmVJ3DNovvEprpLsOo4VAYJgoJust so that we have some documentation for others who may have issues in the future. Can you please let us know what errors you came across, so that we can provide some solutions. If anyone can build a windows wallet, it would be greatly appreciated.
|
|
|
|
DaveF
Legendary
Offline
Activity: 3668
Merit: 6673
Crypto Swap Exchange
|
|
June 09, 2020, 09:47:39 PM |
|
I just made the daemon with the standard commands Out of curiosity, I just tried to compile the linux qt wallet. I was able to compile on 16.04 just fine. To be honest, I did not do anything out the ordinary. I just ran Here is a link that contains the qt wallet built on 16.04 and I also included the daemon. (both links are the same .tar file) http://s000.tinyupload.com/index.php?file_id=18308372139730421498https://easyupload.io/djkizkJust so that we have some documentation for others who may have issues in the future. Can you please let us know what errors you came across, so that we can provide some solutions. If anyone can build a windows wallet, it would be greatly appreciated. Thanks for the download links. I really don't remember the errors it was 3+ months ago. I kind of remember this but it could be wrong: The 14.04 which I admit had a lot of oddball stuff installed looked like it compiled but it would not run. Gave a bunch of errors. The 18.04 gave a ton of cannot find this package or dependency errors. Work was getting busy with a before lock-down rush so I never did anything more. If I have time I will spin up the VMs that I tried to do it on and see what errors I got. Thanks again and stay safe. -Dave
|
|
|
|
sorryforthat
|
|
June 09, 2020, 10:09:25 PM |
|
Thanks for the download links. I really don't remember the errors it was 3+ months ago. I kind of remember this but it could be wrong: The 14.04 which I admit had a lot of oddball stuff installed looked like it compiled but it would not run. Gave a bunch of errors. The 18.04 gave a ton of cannot find this package or dependency errors.
Work was getting busy with a before lock-down rush so I never did anything more. If I have time I will spin up the VMs that I tried to do it on and see what errors I got.
Thanks again and stay safe.
-Dave
No worries. Let me know if you have any issues with those files. I compiled on a VPS and then ran them on a VM on my windows machine. So it should work fine as long as you get all the depends. Also, replaced the previous wallet links with a Mega link. The others expire after 30 days and I want it to be available longer.
|
|
|
|
markm
Legendary
Offline
Activity: 3024
Merit: 1121
|
|
June 10, 2020, 06:37:54 PM Last edit: September 25, 2024, 03:33:23 AM by markm |
|
Many/most old coins use an old Berkely DB for the wallet, as Bitcoin still does.
So I usually first use the instructions for Bitcoin, involving activating a repository that holds those as well as bitcoin itself, to get that old BDB 4.8 installed.
After that often old coins compile fine, at least the daemon; I almost never even attempt to build a GUI, since I mostly run coins on machines I "ssh" and 'sftp" to.
-MarkM-
|
|
|
|
sorryforthat
|
|
June 11, 2020, 12:31:05 AM Last edit: June 11, 2020, 03:52:21 AM by sorryforthat |
|
I was able to mine some. I merge mined it for a bit and it was working without any issues. If anyone would like some to play around with, give me your address.
|
|
|
|
|