Bitcoin Forum
June 22, 2024, 09:23:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 »
  Print  
Author Topic: [ANN] BHCoin - New "PHI1612" PoW/PoS Algorithm | The fastest GPU Mining Algo  (Read 35570 times)
DeepTerrfici
Full Member
***
Offline Offline

Activity: 275
Merit: 100


Data Collecting Textile Circuitry


View Profile
October 07, 2017, 04:44:11 PM
 #241


- snip -

what does your bat look like? i have been trying unsuccessfully to test this. can't connect to either 6667 or 3340 ports. i'm running the same cards as you in windows. thank you for any help!

In my attachment above, I'm using a local stratum but for HTTP it should make no difference as long as you have the correct port in both lux.conf and batch file.

Basically the 2 scenarios are:
  • daemon port X (rpcport in conf) -> stratum talks with daemon on X and with miners on port Y -> batch with port Y
  • daemon port X (rpcport in conf) -> batch with port X

Works either way, tested and found blocks.

copied the conf. from the forum and made sure the bat port is the same. still getting this every time:

https://imgur.com/wt2YwLE

this is the bat i'm trying:

ccminer --cpu-priority=3 -a phi -o http://127.0.0.1:3340 -u BCGLvDWZKiZwqkmQe1puJ5Y843Q8aUJLuD -p xx -i 18
pause

bfons
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
October 07, 2017, 04:45:54 PM
 #242


- snip -

what does your bat look like? i have been trying unsuccessfully to test this. can't connect to either 6667 or 3340 ports. i'm running the same cards as you in windows. thank you for any help!

In my attachment above, I'm using a local stratum but for HTTP it should make no difference as long as you have the correct port in both lux.conf and batch file.

Basically the 2 scenarios are:
  • daemon port X (rpcport in conf) -> stratum talks with daemon on X and with miners on port Y -> batch with port Y
  • daemon port X (rpcport in conf) -> batch with port X

Works either way, tested and found blocks.

copied the conf. from the forum and made sure the bat port is the same. still getting this every time:

https://imgur.com/wt2YwLE

Do the username/pass/port all match the .bat as well as conf file?  Do you have the wallet running?
FreeZe_85
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
October 07, 2017, 04:49:53 PM
 #243

Devs, I still have some questions about mining params. How much will be a total emission of this coin? And tell me more about pos mining. Will it be a masternodes or a simple mining by wallet?
DeepTerrfici
Full Member
***
Offline Offline

Activity: 275
Merit: 100


Data Collecting Textile Circuitry


View Profile
October 07, 2017, 04:50:54 PM
 #244


- snip -

what does your bat look like? i have been trying unsuccessfully to test this. can't connect to either 6667 or 3340 ports. i'm running the same cards as you in windows. thank you for any help!

In my attachment above, I'm using a local stratum but for HTTP it should make no difference as long as you have the correct port in both lux.conf and batch file.

Basically the 2 scenarios are:
  • daemon port X (rpcport in conf) -> stratum talks with daemon on X and with miners on port Y -> batch with port Y
  • daemon port X (rpcport in conf) -> batch with port X

Works either way, tested and found blocks.

copied the conf. from the forum and made sure the bat port is the same. still getting this every time:

https://imgur.com/wt2YwLE

Do the username/pass/port all match the .bat as well as conf file?  Do you have the wallet running?

they do. whether i'm trying it with phi or the wallet address. i am running the wallet also

bfons
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
October 07, 2017, 05:00:08 PM
 #245


- snip -

what does your bat look like? i have been trying unsuccessfully to test this. can't connect to either 6667 or 3340 ports. i'm running the same cards as you in windows. thank you for any help!

In my attachment above, I'm using a local stratum but for HTTP it should make no difference as long as you have the correct port in both lux.conf and batch file.

Basically the 2 scenarios are:
  • daemon port X (rpcport in conf) -> stratum talks with daemon on X and with miners on port Y -> batch with port Y
  • daemon port X (rpcport in conf) -> batch with port X

Works either way, tested and found blocks.

copied the conf. from the forum and made sure the bat port is the same. still getting this every time:

https://imgur.com/wt2YwLE

Do the username/pass/port all match the .bat as well as conf file?  Do you have the wallet running?

they do. whether i'm trying it with phi or the wallet address. i am running the wallet also

Here's my conf:
rpcuser=XXXXX
rpcpassword=XXXXX
rpcallowip=127.0.0.1
rpcport=3132
server=1
daemon=1
listen=1
staking=1

And my Command:
ccminer-phi.exe -a phi -o http://127.0.0.1:3132 -u XXXXX -p XXXXX

Also, did you name the conf file lux.conf?
anorganix
Copper Member
Sr. Member
****
Offline Offline

Activity: 970
Merit: 287


Per aspera ad astra


View Profile
October 07, 2017, 05:10:36 PM
 #246


- snip -

Here's my conf:
rpcuser=XXXXX
rpcpassword=XXXXX
rpcallowip=127.0.0.1
rpcport=3132
server=1
daemon=1
listen=1
staking=1

And my Command:
ccminer-phi.exe -a phi -o http://127.0.0.1:3132 -u XXXXX -p XXXXX

Also, did you name the conf file lux.conf?

That looks good. You don't actually need listen and staking to mine but it shouldn't impact it.
So, I'd look at AV/firewall config.

Also, make sure your password doesn't have funky characters, I've had issues with this before in some cases.

I will never send private messages with payment requests for my auctions. I only communicate transparently via the forum (not Telegram, Discord, Skype & others). Please be wary of scammers.
bfons
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
October 07, 2017, 05:14:48 PM
 #247


- snip -

Here's my conf:
rpcuser=XXXXX
rpcpassword=XXXXX
rpcallowip=127.0.0.1
rpcport=3132
server=1
daemon=1
listen=1
staking=1

And my Command:
ccminer-phi.exe -a phi -o http://127.0.0.1:3132 -u XXXXX -p XXXXX

Also, did you name the conf file lux.conf?

That looks good. You don't actually need listen and staking to mine but it shouldn't impact it.
So, I'd look at AV/firewall config.

Also, make sure your password doesn't have funky characters, I've had issues with this before in some cases.


Thx,

I'm running fine.  Trying to help these others guys get connected

B
DeepTerrfici
Full Member
***
Offline Offline

Activity: 275
Merit: 100


Data Collecting Textile Circuitry


View Profile
October 07, 2017, 05:20:02 PM
Last edit: October 07, 2017, 05:40:38 PM by DeepTerrfici
 #248


- snip -

Here's my conf:
rpcuser=XXXXX
rpcpassword=XXXXX
rpcallowip=127.0.0.1
rpcport=3132
server=1
daemon=1
listen=1
staking=1

And my Command:
ccminer-phi.exe -a phi -o http://127.0.0.1:3132 -u XXXXX -p XXXXX

Also, did you name the conf file lux.conf?

That looks good. You don't actually need listen and staking to mine but it shouldn't impact it.
So, I'd look at AV/firewall config.

Also, make sure your password doesn't have funky characters, I've had issues with this before in some cases.

i just tried it using the same port you are using. deleted listen and staking. pass is just letters. there is a different result now:

https://imgur.com/8MJbmaI

also, i am testing on my desktop not on rig. wallets are on desktop. desktop has a gtx 660

oh, and yes it is lux.conf

anorganix
Copper Member
Sr. Member
****
Offline Offline

Activity: 970
Merit: 287


Per aspera ad astra


View Profile
October 07, 2017, 05:37:17 PM
 #249

What video card do you have?
I've complied for Compute 5.0+ IIRC.

I will never send private messages with payment requests for my auctions. I only communicate transparently via the forum (not Telegram, Discord, Skype & others). Please be wary of scammers.
DeepTerrfici
Full Member
***
Offline Offline

Activity: 275
Merit: 100


Data Collecting Textile Circuitry


View Profile
October 07, 2017, 05:42:17 PM
 #250

What video card do you have?
I've complied for Compute 5.0+ IIRC.

i am using gtx 1060 6gb cards on my rig. gtx 660 on my desktop

bfons
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
October 07, 2017, 05:56:28 PM
 #251

What video card do you have?
I've complied for Compute 5.0+ IIRC.

i am using gtx 1060 6gb cards on my rig. gtx 660 on my desktop

I'm curious. What happens if you add a -d 1 to the bat file
Hurtman
Full Member
***
Offline Offline

Activity: 180
Merit: 100


View Profile
October 07, 2017, 06:06:42 PM
 #252

Я тaк пoнимaю в тиxopя yжe нe пoлyчитcя пoмaйнить....  Undecided
B тиxopя мaйнить тecтoвyю ceть нa тecтoвый кoшeль ?
A зaчeм ?
k0stas
Hero Member
*****
Offline Offline

Activity: 526
Merit: 502


View Profile
October 07, 2017, 06:10:48 PM
 #253

I have compiled the wallet successful

add this line to lux-qt.pro for the qt5
Code:
QMAKE_CXXFLAGS = -fpermissive -DBOOST_NO_CXX11_SCOPED_ENUMS

but i have problems with the miner.

Code:
ccminer-ccminer.o: In function `miner_thread(void*)':
ccminer.cpp:(.text+0x7815): undefined reference to `scanhash_phi'
ccminer-util.o: In function `print_hash_tests':
util.cpp:(.text+0x6a62): undefined reference to `phihash'
ccminer-bench.o: In function `algo_free_all':
bench.cpp:(.text+0x171): undefined reference to `free_phi'
collect2: error: ld returned 1 exit status
Makefile:1155: recipe for target 'ccminer' failed
make[2]: *** [ccminer] Error 1
make[2]: Leaving directory '/home/k0stas/Downloads/ccmier-PHI1612-master'
Makefile:2157: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/k0stas/Downloads/ccmier-PHI1612-master'
Makefile:634: recipe for target 'all' failed
make: *** [all] Error 2

if anybody can help.

Ok i solved the problem with the miner

add to Makefile.am
Code:
x11/phi.cu \

and the file compat/curl-for-windows is missing
anorganix
Copper Member
Sr. Member
****
Offline Offline

Activity: 970
Merit: 287


Per aspera ad astra


View Profile
October 07, 2017, 06:18:41 PM
 #254

Check ccminer@tpruvot / linux on GitHub, you will find everything there.
Some 20% speedup to come soon.

I will never send private messages with payment requests for my auctions. I only communicate transparently via the forum (not Telegram, Discord, Skype & others). Please be wary of scammers.
Mellor46
Member
**
Offline Offline

Activity: 135
Merit: 10


View Profile
October 07, 2017, 06:32:35 PM
 #255

Я тaк пoнимaю в тиxopя yжe нe пoлyчитcя пoмaйнить....  Undecided
B тиxopя мaйнить тecтoвyю ceть нa тecтoвый кoшeль ?
A зaчeм ?

Я нe пpo тecтoвyю. 10 oктябpя пo идee yжe ocнoвнaя зapaбoтaeт.

Xoмячьe, кoтopoe cocтaвляeт 95% кoпaтeлeй нa этoт фopyм пpaктичecки нe зaxoдит. Taк чтo нa cтapтe зaпpeдeльнoй cлoжнocти быть нe дoлжнo.

Hy бyдeм нaдeятьcя Wink
thegreyfalcon
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
October 07, 2017, 06:49:31 PM
 #256

Much better now with gpu solo mining

Can someone post an address so I can do a test send transaction?

Test this address: BKke4GaKCJZcLUqQmUHFn7rp1oJvnNN7vF

I sent you some....

I have received it.


Post your address to send it back

BQaowawxuSgXwrZkwNvqddH15wSNDCgWhg


I sent them back
octavarium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
October 07, 2017, 07:07:35 PM
 #257

Check ccminer@tpruvot / linux on GitHub, you will find everything there.
Some 20% speedup to come soon.
do you have windows,,
 Grin Grin Grin
tardnoggle
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
October 07, 2017, 07:09:06 PM
 #258

I'm going to preface this with a few clarifications:
  • I haven't messed with code in a hot minute.
  • I've never worked on a miner before.

I decided to piddle with the sgminer following what anorganix did with the ccminer implementation. It isn't complete, hell it may all be wrong, but if it isn't then it's a start for someone who understands the intricacies of the miner better than I do to run with.

http://github.com/tardnoggle/sgminer-PHI1612

Any developers that choose to look at it feel free to make fun of me.  Wink Cheesy
_javi_
Hero Member
*****
Offline Offline

Activity: 968
Merit: 624


Still a manic miner


View Profile
October 07, 2017, 10:03:38 PM
 #259

what happens at the end of testnet? do you have to close wallet and delete blockchain?
216k155 (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
October 07, 2017, 11:22:00 PM
 #260

UPDATE & UPGRADE

08/10/2017 -------> Successfully implemented Pow/PoS Hybrid + Parallel Masternode
                              Upgraded new wallet UI interface, added malware protection, added auto prevent exploitation

Test V4.0 will available soon on my github.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!