Flux Configuration #1581
Replies: 4 comments 5 replies
-
What does the flux entry look like in your coins.json file? If you're using the miningcore version as is then it has the wrong algo in there. |
Beta Was this translation helpful? Give feedback.
-
Hello. "flux": { |
Beta Was this translation helpful? Give feedback.
-
Has anyone managed to get this to work? I have the server running with flux daemon, it is sync'd and all is working well. Ports are correct but miningcore can't seem to connect to the daemon and all I get is waiting to connect to daemon. |
Beta Was this translation helpful? Give feedback.
-
any news on flux please? |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm trying to configure Miningcore for Flux.
But I find the error below, something with the wallet, I found another post here that said that the wallet changed and it worked, but I changed the wallet, and the same error continues, I checked if the address was valid in the explorer and everything ok to me looks.
I used a zcash example which appears to be the same currency family, removing the zaddress as below.
Is there any more configuration to be done or what am I missing?
[2023-01-09 03:41:06.5540] [E] [flux] System.ArgumentException: value should be 20 bytes (Parameter 'value') System.ArgumentException: value should be 20 bytes (Parameter 'value') at NBitcoin.KeyId..ctor(Byte[] value) at Miningcore.Blockchain.Bitcoin.BitcoinUtils.AddressToDestination(String address, Network expectedNetwork) in /home/edvaldo/miningcore/src/Miningcore/Blockchain/Bitcoin/BitcoinUtils.cs:line 20 at Miningcore.Blockchain.Bitcoin.BitcoinJobManagerBase`1.AddressToDestination(String address, Nullable`1 addressType) in /home/edvaldo/miningcore/src/Miningcore/Blockchain/Bitcoin/BitcoinJobManagerBase.cs:line 527 at Miningcore.Blockchain.Equihash.EquihashJobManager.AddressToDestination(String address, Nullable`1 addressType) in /home/edvaldo/miningcore/src/Miningcore/Blockchain/Equihash/EquihashJobManager.cs:line 71 at Miningcore.Blockchain.Bitcoin.BitcoinJobManagerBase`1.PostStartInitAsync(CancellationToken ct) in /home/edvaldo/miningcore/src/Miningcore/Blockchain/Bitcoin/BitcoinJobManagerBase.cs:line 481 at Miningcore.Blockchain.JobManagerBase`1.StartAsync(CancellationToken ct) in /home/edvaldo/miningcore/src/Miningcore/Blockchain/JobManagerBase.cs:line 112 at Miningcore.Blockchain.Equihash.EquihashPool.SetupJobManager(CancellationToken ct) in /home/edvaldo/miningcore/src/Miningcore/Blockchain/Equihash/EquihashPool.cs:line 69 at Miningcore.Mining.PoolBase.RunAsync(CancellationToken ct) in /home/edvaldo/miningcore/src/Miningcore/Mining/PoolBase.cs:line 392 at NBitcoin.KeyId..ctor(Byte[] value) at Miningcore.Blockchain.Bitcoin.BitcoinUtils.AddressToDestination(String address, Network expectedNetwork) in /home/edvaldo/miningcore/src/Miningcore/Blockchain/Bitcoin/BitcoinUtils.cs:line 20 at Miningcore.Blockchain.Bitcoin.BitcoinJobManagerBase`1.AddressToDestination(String address, Nullable`1 addressType) in /home/edvaldo/miningcore/src/Miningcore/Blockchain/Bitcoin/BitcoinJobManagerBase.cs:line 527 at Miningcore.Blockchain.Equihash.EquihashJobManager.AddressToDestination(String address, Nullable`1 addressType) in /home/edvaldo/miningcore/src/Miningcore/Blockchain/Equihash/EquihashJobManager.cs:line 71 at Miningcore.Blockchain.Bitcoin.BitcoinJobManagerBase`1.PostStartInitAsync(CancellationToken ct) in /home/edvaldo/miningcore/src/Miningcore/Blockchain/Bitcoin/BitcoinJobManagerBase.cs:line 481 at Miningcore.Blockchain.JobManagerBase`1.StartAsync(CancellationToken ct) in /home/edvaldo/miningcore/src/Miningcore/Blockchain/JobManagerBase.cs:line 112 at Miningcore.Blockchain.Equihash.EquihashPool.SetupJobManager(CancellationToken ct) in /home/edvaldo/miningcore/src/Miningcore/Blockchain/Equihash/EquihashPool.cs:line 69 at Miningcore.Mining.PoolBase.RunAsync(CancellationToken ct) in /home/edvaldo/miningcore/src/Miningcore/Mining/PoolBase.cs:line 392
my coin conf
hidden sensitive data
Beta Was this translation helpful? Give feedback.
All reactions