Page 1 of 1

help please

Posted: 2021-04-16 03:11:20
by newbie
Cant start Solo mining.

Connecting to Riecoin server...
_sendRPCCall: JSON decoding failed: '[' or '{' expected near end of file :| !
_fetchWork: invalid GetBlockTemplate response! Ensure that you use Riecoin Core 0.20+ and that it is properly configured and synced!

Common riecoin.conf issues:
Missing 'rpcuser=...' or 'rpcpassword=...'
Not configured as server with 'server=1'



Common rieMiner.conf issues:
Wrong syntax (lines are in the form 'Key = Value', no ':', no ';', etc.)
Maybe you meant to do pooled mining? In this case use 'Mode = Pool'
Wrong Username/Password (must be the same as the rpcuser/rpcpassword)

i have Riecoin Core 0.20
my riecoin.conf:
rpcuser=123
rpcpassword=x
server=1
daemon=1
rpcallowip=127.0.0.1

[main]
rpcport=28332
port=28333

[test]
rpcport=38332
port=38333

and my rieMiner.conf:
Mode = Solo
Host = 127.0.0.1
Port = 28332
Username = 123
Password = x


What im doing wrong?

Re: help please

Posted: 2021-04-16 08:10:37
by DeKon
Hi and welcome,

Try this in your riecoin.conf :

Code: Select all

server=1
daemon=1
rpcport=28332
port=28333
rpcuser=123
rpcpassword=x
Nothing else.

Re: help please

Posted: 2021-04-16 11:57:23
by newbie
Greetings, same errors bro :(
but if i type Mode = solo (not Solo)
it starts ezly in benchmark mode:
Opening configuration file rieMiner.conf...
Invalid mode!
Benchmark Mode at difficulty 1024
Block interval: 150 s
Time limit: 86400 s
Prime (1-tuple) count limit: 1000000
Stats refresh interval: 30 s
Initializing miner...
Processor: AMD Ryzen 7 5800X 8-Core Processor
Threads: 16 (6 Sieve Worker(s))
Best SIMD instructions supported: AVX2 (disabled -> AVX)
Constellation pattern: n + (0, 2, 6, 8, 12, 18, 20), length 7
Prime Table Limit: 2147483648
Generating prime table using sieve of Eratosthenes...
Table with all 105097565 first primes generated in 4.92888 s (840780520 bytes).
Sieve Size: 2^24 = 16777216 (262144 words)
Sieve Iterations: 16
Primorial Factor Max: 268435456
Primorial Number: 120

Re: help please

Posted: 2021-04-16 15:54:55
by DeKon
In your rieMiner.conf:

Code: Select all

Mode = Solo
Host = 127.0.0.1
Port = 28332
Username = 123
Password = x
PayoutAddress = YOUR_RIC_ADDRESS
You forgot "PayoutAddress" to receive your payments.