vertcoin adding error #1203
Replies: 7 comments 3 replies
-
Need more info, please share your config file. |
Beta Was this translation helpful? Give feedback.
-
[2022-02-27 12:58:43.5121] [I] [Verthash] Loading verthash data file verthash.dat i see this error when run pool verthhash.dat in correct directly but still same issue |
Beta Was this translation helpful? Give feedback.
-
Copy your verthash.dat from your node to your pool server and add this to your pool config entry:
|
Beta Was this translation helpful? Give feedback.
-
i fresh setup and all done but when run pool i still see this error |
Beta Was this translation helpful? Give feedback.
-
VTC data file consumes > 2GB of RAM. |
Beta Was this translation helpful? Give feedback.
-
When MC just dies without any meaningful output its almost always a native system call that fails such as memory allocation of file opening. Try inspecting the generated core dump for |
Beta Was this translation helpful? Give feedback.
-
hello when i try to add vertcoin i see this error, how can i fix
[2022-02-23 20:48:41.3924] [E] [Host] BackgroundService failed System.NullReferenceException: Object reference not set to an instance of an object.
at Miningcore.Crypto.Hashing.Algorithms.Verthash.DigestInit(PoolConfig poolConfig) in /home/app/miningcore/src/Miningcore/Crypto/Hashing/Algorithms/Verthash.cs:line 43
at Miningcore.Blockchain.Bitcoin.BitcoinJobManager.PostChainIdentifyConfigure() in /home/app/miningcore/src/Miningcore/Blockchain/Bitcoin/BitcoinJobManager.cs:line 73
at Miningcore.Blockchain.Bitcoin.BitcoinJobManagerBase1.PostStartInitAsync(CancellationToken ct) in /home/app/miningcore/src/Miningcore/Blockchain/Bitcoin/BitcoinJobMa
at Miningcore.Blockchain.JobManagerBase1.StartAsync(CancellationToken ct) in /home/app/miningcore/src/Miningcore/Blockchain/JobManagerBase.cs:line 110
at Miningcore.Blockchain.Bitcoin.BitcoinPool.SetupJobManager(CancellationToken ct) in /home/app/miningcore/src/Miningcore/Blockchain/Bitcoin/BitcoinPool.cs:line 368
at Miningcore.Mining.PoolBase.RunAsync(CancellationToken ct) in /home/app/miningcore/src/Miningcore/Mining/PoolBase.cs:line 372
at Miningcore.Program.<>cDisplayClass17_0.<b0>d.MoveNext() in /home/app/miningcore/src/Miningcore/Program.cs:line 386
--- End of stack trace from previous location ---
Beta Was this translation helpful? Give feedback.
All reactions