Bitcoin Forum
June 27, 2024, 09:41:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: [CML] CryptoMillenium  (Read 2256 times)
SpinningTruth
Jr. Member
*
Offline Offline

Activity: 44
Merit: 1


View Profile
March 22, 2018, 01:20:09 PM
 #21

The network doesn't seem to be adjusting difficulty in response to heavy load (nicehash/asic?) resulting in about 4 blocks per minute mined.
milenium8612 (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
March 22, 2018, 08:31:04 PM
 #22

who started the sid node with ip 35.157.10.69 and regenerated the blocks?
redpid
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
March 23, 2018, 02:42:10 AM
 #23

/root/cml/src/Serialization/KVBinaryInputStreamSerializer.cpp:87: undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
libSerialization.a(KVBinaryInputStreamSerializer.cpp.o): In function `readPod<CryptoNote::KVBinaryStorageBlockHeader>':
/root/cml/src/Serialization/KVBinaryInputStreamSerializer.cpp:22: undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
collect2: error: ld returned 1 exit status
make[2]: *** [src/connectivity_tool] Error 1
make[1]: *** [src/CMakeFiles/ConnectivityTool.dir/all] Error 2


how to fix this?

SpinningTruth
Jr. Member
*
Offline Offline

Activity: 44
Merit: 1


View Profile
March 24, 2018, 01:14:25 PM
 #24

My daemon can no longer find any connections.

Is this coin officially dead already?
rigdo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 24, 2018, 09:00:44 PM
 #25

the developer asked me to temporarily stop the pool(and daemon) - he makes some changes
milenium8612 (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
March 29, 2018, 08:06:31 PM
 #26

Telegram
https://t.me/cryptomillenium_cml
milenium8612 (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
March 29, 2018, 08:41:42 PM
 #27

My daemon can no longer find any connections.

Is this coin officially dead already?

pool worked
milenium8612 (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
March 29, 2018, 08:51:18 PM
 #28

/root/cml/src/Serialization/KVBinaryInputStreamSerializer.cpp:87: undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
libSerialization.a(KVBinaryInputStreamSerializer.cpp.o): In function `readPod<CryptoNote::KVBinaryStorageBlockHeader>':
/root/cml/src/Serialization/KVBinaryInputStreamSerializer.cpp:22: undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
collect2: error: ld returned 1 exit status
make[2]: *** [src/connectivity_tool] Error 1
make[1]: *** [src/CMakeFiles/ConnectivityTool.dir/all] Error 2


how to fix this?



Have you solved the problem?
SpinningTruth
Jr. Member
*
Offline Offline

Activity: 44
Merit: 1


View Profile
March 31, 2018, 12:19:31 AM
Last edit: March 31, 2018, 11:56:55 PM by SpinningTruth
 #29

My daemon can no longer find any connections.
...

pool worked
Yep, pool is working again and I have had no more problem finding connections for solo mining since I tried again yesterday.  Thanks.
SpinningTruth
Jr. Member
*
Offline Offline

Activity: 44
Merit: 1


View Profile
April 01, 2018, 01:08:37 PM
 #30

Can we get an update on the status of the Windows wallet progress?

Also, when you release the Windows wallet (*but not before!), you probably should also add "Cryptonight" and "CPU+GPU mineable" to the thread subject line.  Along with the Windows wallet, that should bring a nice boost to participation here since your unusual emmission curve will provide new-coin-like mining for quite a while yet.

(*)Since most people run Windows, if they click before the wallet is ready, many won't bother to come back.
SpinningTruth
Jr. Member
*
Offline Offline

Activity: 44
Merit: 1


View Profile
April 03, 2018, 02:02:05 PM
 #31


Your sourcecode link (provided above in a comment) appears to be broken and does not show in the sourceforge archive.  Could you please add the sourcecode (or make it public) in the archive?

Quote
The "/cryptomillenium.tar..yptomillenium.tar.gz" file could not be found or is not available. Please select another file.
redpid
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 04, 2018, 10:33:26 AM
 #32

yes still this problem
try to change
src/CMakeLists.txt
---
target_link_libraries(ConnectivityTool CryptoNoteCore Logging Crypto P2P Rpc Http Serialization Common System ${Boost_LIBRARIES})
----

it's make ok. but when running  ./cryptomilleniumd
error:

""'''''''
06:37:18.909788 INFO [77.220.214.237:55355 INC] Sync data returned unknown top block: 0 -> 31893 [31893 blocks (22 days) behind]
06:37:18.909788 INFO SYNCHRONIZATION started
06:37:33.145731 ERROR CHECKPOINT FAILED FOR HEIGHT 1. EXPECTED HASH: <eb42e3a1ada317b07bd64c9a9d33ab377f9da9e9b5a288145422885cbb3835b4>, FETCHED HASH: <cb320ee81cb1a531b9793d6ef1f71da8d4fad812e38d5d1fa4e353fc45aa25dd>
06:37:33.145858 ERROR CHECKPOINT VALIDATION FAILED
''''


/root/cml/src/Serialization/KVBinaryInputStreamSerializer.cpp:87: undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
libSerialization.a(KVBinaryInputStreamSerializer.cpp.o): In function `readPod<CryptoNote::KVBinaryStorageBlockHeader>':
/root/cml/src/Serialization/KVBinaryInputStreamSerializer.cpp:22: undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
collect2: error: ld returned 1 exit status
make[2]: *** [src/connectivity_tool] Error 1
make[1]: *** [src/CMakeFiles/ConnectivityTool.dir/all] Error 2


how to fix this?



Have you solved the problem?


SpinningTruth
Jr. Member
*
Offline Offline

Activity: 44
Merit: 1


View Profile
April 06, 2018, 08:25:41 PM
Last edit: April 07, 2018, 03:40:36 AM by SpinningTruth
 #33

Time of Death:  Fri Apr  6 18:10:36 GMT 2018

Last block number: 35977.

Goodbye, friends!

====================

Update: CML rezzed in the morgue!  

A full 6 hrs and 36 mns after declared time of death, CML started breathing again and spawned block 35978!  All present were quite shaken and none of us who witnessed this miracle will ever be the same again....
milenium8612 (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
April 08, 2018, 07:00:04 PM
 #34

added daemon and wallet cli for windows
milenium8612 (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
April 08, 2018, 07:07:51 PM
 #35

Time of Death:  Fri Apr  6 18:10:36 GMT 2018

Last block number: 35977.

Goodbye, friends!

====================

Update: CML rezzed in the morgue!  

A full 6 hrs and 36 mns after declared time of death, CML started breathing again and spawned block 35978!  All present were quite shaken and none of us who witnessed this miracle will ever be the same again....

There were problems, now everything is working fine
milenium8612 (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
April 08, 2018, 07:09:23 PM
 #36

yes still this problem
try to change
src/CMakeLists.txt
---
target_link_libraries(ConnectivityTool CryptoNoteCore Logging Crypto P2P Rpc Http Serialization Common System ${Boost_LIBRARIES})
----

it's make ok. but when running  ./cryptomilleniumd
error:

""'''''''
06:37:18.909788 INFO [77.220.214.237:55355 INC] Sync data returned unknown top block: 0 -> 31893 [31893 blocks (22 days) behind]
06:37:18.909788 INFO SYNCHRONIZATION started
06:37:33.145731 ERROR CHECKPOINT FAILED FOR HEIGHT 1. EXPECTED HASH: <eb42e3a1ada317b07bd64c9a9d33ab377f9da9e9b5a288145422885cbb3835b4>, FETCHED HASH: <cb320ee81cb1a531b9793d6ef1f71da8d4fad812e38d5d1fa4e353fc45aa25dd>
06:37:33.145858 ERROR CHECKPOINT VALIDATION FAILED
''''


/root/cml/src/Serialization/KVBinaryInputStreamSerializer.cpp:87: undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
libSerialization.a(KVBinaryInputStreamSerializer.cpp.o): In function `readPod<CryptoNote::KVBinaryStorageBlockHeader>':
/root/cml/src/Serialization/KVBinaryInputStreamSerializer.cpp:22: undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
collect2: error: ld returned 1 exit status
make[2]: *** [src/connectivity_tool] Error 1
make[1]: *** [src/CMakeFiles/ConnectivityTool.dir/all] Error 2


how to fix this?



Have you solved the problem?





Update the blocks https://sourceforge.net/projects/cryptomillenium/files/blocks.zip/download

milenium8612 (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
April 08, 2018, 07:16:48 PM
 #37


Your sourcecode link (provided above in a comment) appears to be broken and does not show in the sourceforge archive.  Could you please add the sourcecode (or make it public) in the archive?

Quote
The "/cryptomillenium.tar..yptomillenium.tar.gz" file could not be found or is not available. Please select another file.

source code is available
SpinningTruth
Jr. Member
*
Offline Offline

Activity: 44
Merit: 1


View Profile
April 08, 2018, 07:27:05 PM
 #38

 
Quote
source code is available

Thanks!

Also, now that the Windows wallet is available, can you add "Cryptonight" and "CPU+GPU mineable" to the thread subject line?  I think that would result in a large influx of miners.
SpinningTruth
Jr. Member
*
Offline Offline

Activity: 44
Merit: 1


View Profile
April 08, 2018, 09:05:26 PM
 #39

There were problems, now everything is working fine

Thanks.

Yes, everything looks fine to me too...

The mining is still like a brand new coin with 290 coins per block -- and I'm still solo mining it! 

That will change when Windows miners discover the wallet, I suppose...
SpinningTruth
Jr. Member
*
Offline Offline

Activity: 44
Merit: 1


View Profile
April 14, 2018, 05:25:36 PM
 #40

Hmmm... difficulty and network hashrate up by a factor of four or five since yesterday.   Anyone know what happened?

Mining is still very good though, but may not last very long at the current rate of increase.
Pages: « 1 [2] 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!