...
Is there any benefits using the docker as oppose to just entering the pool info?
Think of it this way ... if you are using an rpi cpu to do
all your bitcoin processing ...
... on top of all the issues with getting that one block you might find out to the world wide bitcoin network fast,
and the fact that your bitcoin needs to see all blocks on the world wide network as fast as possible to reduce the amount of time spent working on stale blocks, ...
how fast do you think an rpi can process that one block you find then send it out,
and how fast do think an rpi can see a new network block, process it and send a work change to your miner?
You would be using an rpi cpu to do all that work ... compared to high performance servers used by pools
(though I will admit your choice of pools is a single server hiding somewhere in the usa with no distribution network of it's own - that loses blocks - so rather an odd choice)
Example: (not sure if the orange pi is up to these specs but ...)
Model: Raspberry Pi 4 Model B Rev 1.5
BogoMIPS: 108.00
Cores/Threads: 4
Features: fp asimd evtstrm crc32 cpuid
Ram: 8GB
.. .competing with ...
One of my nodes (not the higher spec master server)
Model: Intel(R) Xeon(R) E-2286G CPU @ 4.00GHz
BogoMIPS: 7999.96
cpu MHz : 4790.301
Cores/Threads: 12
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d
Ram: 32GB
Of course the most useful one there is avx2
... of course my personally modified, performance improved, bitcoin is compiled to use these extra instructions ...