JuanHungLo
|
|
December 26, 2016, 11:03:13 AM |
|
Yes, a sample command line batch file would be great for sgminer-gm for BipCoin pool.
|
Bull markets are born on pessimism, grow on skepticism, mature on optimism, and die on euphoria. - John Templeton
|
|
|
rancemo
Member
Offline
Activity: 90
Merit: 10
|
|
December 26, 2016, 11:12:17 AM |
|
Yes, a sample command line batch file would be great for sgminer-gm for BipCoin pool.
The sample config file for XMR should work for Bipcoin, just change the pool URL and your BIP address. http://pastebin.com/RRxNkcgVThen just run 'sgminer.exe -c configfilename.txt' Also running 'sgminer.exe --help' will print a list of options.
|
|
|
|
JuanHungLo
|
|
December 26, 2016, 11:23:46 AM |
|
Yes, a sample command line batch file would be great for sgminer-gm for BipCoin pool.
The sample config file for XMR should work for Bipcoin, just change the pool URL and your BIP address. http://pastebin.com/RRxNkcgVThen just run 'sgminer.exe -c configfilename.txt' Also running 'sgminer.exe --help' will print a list of options. Yeah, I know it should work but I can't get it to work. Trying on win7-64, sgminer-gm, 2 Tongas: Here's batch file: set GPU_MAX_ALLOC_PERCENT 100 set GPU_USE_SYNC_OBJECTS 1 set GPU_MAX_HEAP_SIZE 100 set GPU_SINGLE_ALLOC_PERCENT 100 set GPU_FORCE_64BIT_PTR 0 del logfile.txt sgminer.exe -k cryptonight --gpu-platform 1 -o stratum+tcp://cryptonotepool.com:3336 -u bipaddress -p x --gpu-threads 2 --gpu-engine 1040 --gpu-fan 85 --gpu-memclock 1400 --rawintensity 448 2>logfile.txt Then I get this error: [05:17:59] No binary found, generating from source [05:17:59] Building binary cryptonightTongagw256l4.bin [05:17:59] Trying to open /home/wolf/miners/sgminer-builds/sgminer-win64/bin/cryptonight.cl... [05:17:59] Trying to open ./cryptonight.cl... [05:17:59] Using ./cryptonight.cl [05:17:59] CompilerOptions: -I "." -I "./kernel" -I "." -D WORKSIZE=256 -I "/home/wolf/miners/sgminer-builds/sgminer-win64/bin" [05:17:59] Error -11: Building Program (clBuildProgram) [05:17:59] C:\Users\me\AppData\Local\Temp\\OCL5252T5.cl:4:10: fatal error: 'wolf-aes.cl' file not found #include "wolf-aes.cl" ^ 1 error generated.
error: Clang front-end compilation failed! Frontend phase failed compilation. Error: Compiling CL to IR
|
Bull markets are born on pessimism, grow on skepticism, mature on optimism, and die on euphoria. - John Templeton
|
|
|
siagirl
|
|
December 26, 2016, 12:03:59 PM |
|
I can't see .bat file in sgminer-gm. I must create it? And what will be the settings?
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
December 26, 2016, 12:11:03 PM |
|
I can't see .bat file in sgminer-gm. I must create it? And what will be the settings?
sample bat.file set GPU_MAX_ALLOC_PERCENT 100 set GPU_USE_SYNC_OBJECTS 1 set GPU_MAX_HEAP_SIZE 100 set GPU_SINGLE_ALLOC_PERCENT 100 set GPU_FORCE_64BIT_PTR 0 del logfile.txt sgminer.exe -k cryptonight -o stratum+tcp://bip.ms-pool.net.ua:5555 -u you bipcoin adress -p x -w 8 -g 2
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
MWD64 (OP)
|
|
December 26, 2016, 12:11:57 PM |
|
I can't see .bat file in sgminer-gm. I must create it? And what will be the settings?
sample bat.file set GPU_MAX_ALLOC_PERCENT 100 set GPU_USE_SYNC_OBJECTS 1 set GPU_MAX_HEAP_SIZE 100 set GPU_SINGLE_ALLOC_PERCENT 100 set GPU_FORCE_64BIT_PTR 0 del logfile.txt sgminer.exe -k cryptonight -o stratum+tcp://bip.ms-pool.net.ua:5555 -u you bipcoin adress -p x -w 8 -g 2 Thanks for helping out. MWD, BipDev
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
December 26, 2016, 12:14:52 PM |
|
MWD64 Russian translation needed?
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
December 26, 2016, 12:24:59 PM |
|
I'm free to do the translation.
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
MWD64 (OP)
|
|
December 26, 2016, 12:27:01 PM |
|
I'm free to do the translation. OK. Thank you. But we have no plans any time soon for paying for translations. Thank you for running a pool. I saw that post today.
|
|
|
|
siagirl
|
|
December 26, 2016, 12:45:03 PM |
|
It work I mine bipcoin for 5 minutes 🙂 On windows 10 / 64 but my cards stoped one by one and it say ,,sick,,
|
|
|
|
|
siagirl
|
|
December 26, 2016, 12:59:35 PM |
|
Thanks to everyone who helped me. I correct the .bat file and it's working fine! I mine bipcoin just fine! Thanks again.
|
|
|
|
JuanHungLo
|
|
December 26, 2016, 01:03:20 PM |
|
Thanks to everyone who helped me. I correct the .bat file and it's working fine! I mine bipcoin just fine! Thanks again.
Yes, thanks I found out my intensity was too high and Afterburner settings were residual. Bat file helped.
|
Bull markets are born on pessimism, grow on skepticism, mature on optimism, and die on euphoria. - John Templeton
|
|
|
MWD64 (OP)
|
|
December 26, 2016, 01:09:24 PM |
|
Amazing man. Thank you! Will add tomorrow to our website and the front page here and post some other places too. But sun is coming up here soon I must sleep now. Thank you for your service!
|
|
|
|
|
siagirl
|
|
December 26, 2016, 01:22:19 PM |
|
I have one more question. How to crate worker to see my computers in the pool? Thank you in advance
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
December 26, 2016, 01:27:11 PM |
|
I have one more question. How to crate worker to see my computers in the pool? Thank you in advance
Address your wallet in a batch file - it is a worker at the pool.
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
MWD64 (OP)
|
|
December 26, 2016, 01:29:08 PM |
|
I have one more question. How to crate worker to see my computers in the pool? Thank you in advance
Address your wallet in a batch file - it is a worker at the pool. Has saigirl read our mining tutorial? https://bipcoin.org/?p=1162didn't have time to read all her questions. But making a .bat is covered clearly in that.
|
|
|
|
intec
|
|
December 26, 2016, 07:33:34 PM |
|
ATTENTION
Coinmarketcap.com shows an exchange which BIPCOIN is not listed on. Buy carefully. ( Cryptopia)
Following this coin since day 1.
Subscribed.
|
|
|
|
|