This time, it must be something on your end because I just copy pasted the configs from the guides without even touching them to check and don't have any problem to start mining. Cannot really give a better advice than the "Please check your connection, configuration or credentials" Lol
I don't know if you put some weird symbols for the Password, maybe it could mess up something... Or maybe there are some annoying trailing characters somewhere... Check in the Debug.log file in the Riecoin Core Data Directory if there are messages like "Incorrect Password Attempt" that could support such hypothesis...
Code: Select all
rpcuser=username
rpcpassword=password
server=1
daemon=1
rpcallowip=127.0.0.1
[main]
rpcport=28332
port=28333
[test]
rpcport=38332
port=38333
Code: Select all
Mode = Solo
Host = 127.0.0.1
Port = 28332
Username = username
Password = password
PayoutAddress = ric1qpttn5u8u9470za84kt4y0lzz4zllzm4pyzhuge
Code: Select all
rieMiner0.93a2, Riecoin miner by Pttn and contributors
Project page: https://riecoin.dev/en/rieMiner
Riecoin Whitepaper: https://riecoin.dev/Whitepaper
Launch with 'help' as first argument for a quick usage guide
-----------------------------------------------------------
Assembly code by Michael Bell (Rockhawk)
G++ 12.0.0 - https://gcc.gnu.org/
OpenSSL 3.0.5 5 Jul 2022 - https://www.openssl.org/
Curl 7.84.0 - https://curl.haxx.se/
NLohmann Json 3.10.5 - https://json.nlohmann.me/
-----------------------------------------------------------
Build for: Windows on x64
Processor: 12th Gen Intel(R) Core(TM) i7-1260P
Best SIMD instructions supported by the CPU: AVX2
This build supports AVX2
Physical Memory: 5.984 GiB
-----------------------------------------------------------
Opening configuration file rieMiner.conf...
Solo mining via host 127.0.0.1, port 28332
Username: username
Password: <8 character(s)>
Payout address: ric1qpttn5u8u9470za84kt4y0lzz4zllzm4pyzhuge
ScriptPubKey: 00140ad73a70fc2d7cf174f5b2ea47fc42a8bff16ea1
Consensus rules: segwit
Auto retune when the Difficulty varies by a factor 1.03
Stats refresh interval: 30 s
Connecting to Riecoin server...
Accepted constellation pattern(s):
0 - 0, 2, 4, 2, 4, 6, 2
1 - 0, 2, 6, 4, 2, 4, 2
None or not compatible one specified, choosing a random one: pattern 1
Initializing miner...
Threads: 2 (1 Sieve Worker(s))
Constellation pattern: n + (0, 2, 8, 12, 14, 18, 20), length 7
Prime Table Limit: 803168768
Generating prime table using sieve of Eratosthenes...
Table with all 41300662 first primes generated in 2.43534 s (330405296 bytes)...
Sieve Size: 2^25 = 33554432 (524288 words)
Sieve Iterations: 16
Primorial Factor Max: 536870912
Primorial Number: 90
Primorial: p90# = 463# = ~4.677492136955*10^192 (641 bits)
Primorial Offsets: 68
Prime index threshold: 28192750
Estimated additional factors: 74562684 (allocated per iteration: 4951491)
Precomputing modular inverses and division data...
Tables of 41300572 modular inverses and 41300572 division entries generated in 3.75047 s (495607944 bytes).
Allocating 4194304 bytes for the primorial factors tables...
Allocating 789397000 bytes for the primorial factors...
Allocating 316895424 bytes for the additional primorial factors..
Done initializing miner.
Starting the miner's master thread...
Starting 2 miner's worker threads...
-----------------------------------------------------------
[Oct 14 01:10:56.4] Started mining at block 2019270, difficulty 966.145
Regarding whether some info should be hidden or not (scroll to the right):
Code: Select all
Solo mining via host [removing because idk if this can be stolen or should be spread. Correct me if wrong. IP is my PC's IP with the correct port set as I copied the template on the wiki] <- if it is 127.0.0.1, definitively not, if it is 192.168.1.xxx it is merely a local Ip so sharing this online will in practice never harm you either. If it is something else, well if you actually put your public Ip it is usually wrong to do that and will certainly be the cause of the connection issue!
Username: sinclairspeccy
Password: <11 character(s)>
Payout address: [removing because idk if this can be stolen or should be spread. Correct me if wrong] <- Addresses are public so you can share this without problem, unless you really care about your privacy and don't want that people for example associate this particular Address with your username. One cannot steal funds by merely knowing an Address.
ScriptPubKey: [removing because idk if this can be stolen or should be spread. Correct me if wrong] <- The Address is merely an encoding of this so knowing this will allow someone to derive the Address and vice versa.