mooko-dev

Results 4 issues of mooko-dev

Hello! I'm trying to connect to the AntPool. I have created a subaccount with the name "miner888". I use the console command "bfgminer -o stratum+tcp://ss.antpool.com:3333 -u miner888.worker1 -p anything". I...

Hello! I use Windows 7 x64 Home edition. First I tried to use BFGMiner version 5.5.0 for x64 windows. But it closes immediately after start. Also, I tried to run...

**Describe the bug** Running the example code from the skidl's readme causes the following error: ``` ERROR: No footprint for GND/#PWR1. @ [.../skidltest.py:28] ERROR: No footprint for VCC/#PWR2. @ [.../skidltest.py:28]...

bug

Hello. Importing a module from upper directory (depth of the upper directory doesn't matter) causes "unable to resolve" error. Example: `import * as test from '../test.js'` **How to reproduce** ```...