Author

Topic: [ANN][BLC] Blakecoin Blake-256 for GPU/FPGA With Merged Mined Pools Stable Net - page 192. (Read 409453 times)

legendary
Activity: 1509
Merit: 1030
Solutions Architect

Tried 8775, still no go....This is the first time with all solo mining and never til now, had such an issue....Maybe I need to just wait for a mining pool, but I would like to mine now if possible....


does your wallet show connections?

3 active connections at the moment

bit low how long has the wallet been running?

and what block are you sync at?

Block 4445 and the wallet is synced. I got 7 connections now. Now the miner doesn't do the error anymore, but just stops at a blinking cursor. Seems like it's trying to connect or is connected and having issues running properly.

are you using the command with -q in it?
hero member
Activity: 518
Merit: 500

Tried 8775, still no go....This is the first time with all solo mining and never til now, had such an issue....Maybe I need to just wait for a mining pool, but I would like to mine now if possible....


does your wallet show connections?

3 active connections at the moment

bit low how long has the wallet been running?

and what block are you sync at?

Block 4445 and the wallet is synced. I got 7 connections now. Now the miner doesn't do the error anymore, but just stops at a blinking cursor. Seems like it's trying to connect or is connected and having issues running properly.
legendary
Activity: 1509
Merit: 1030
Solutions Architect

Tried 8775, still no go....This is the first time with all solo mining and never til now, had such an issue....Maybe I need to just wait for a mining pool, but I would like to mine now if possible....


does your wallet show connections?

3 active connections at the moment

bit low how long has the wallet been running?

and what block are you sync at?
hero member
Activity: 518
Merit: 500

Tried 8775, still no go....This is the first time with all solo mining and never til now, had such an issue....Maybe I need to just wait for a mining pool, but I would like to mine now if possible....


does your wallet show connections?

3 active connections at the moment
legendary
Activity: 1509
Merit: 1030
Solutions Architect

Tried 8775, still no go....This is the first time with all solo mining and never til now, had such an issue....Maybe I need to just wait for a mining pool, but I would like to mine now if possible....


does your wallet show connections?
hero member
Activity: 518
Merit: 500

Need help please. Having issues that I posted prior to this posting.

hmm well lets go though this then the conf looks fine hope you have no spaces in your username or password, also check you are getting connections to the Blakecoin network as it will not start mining until you are connected to at least 1 peer and have synced to latest block 

listen=1
rpcallowip=127.0.0.1
rpcuser=MyOwnUsername
rpcpassword=MyOwnPassword
rpcport=8772
server=1
daemon=1
addnode=162.243.133.80
addnode=162.243.14.130

and the miner line for this is

minerd -o 127.0.0.1:8772 -O MyOwnUsername:MyOwnPassword -a blake -s 2 --no-longpoll --no-stratum

you can try different port but it must match what you are using in the miner

listen=1
rpcallowip=127.0.0.1
rpcuser=MyOwnUsername
rpcpassword=MyOwnPassword
rpcport=8775
server=1
daemon=1
addnode=162.243.133.80
addnode=162.243.14.130

and the miner line for this is

minerd -o 127.0.0.1:8775 -O MyOwnUsername:MyOwnPassword -a blake -s 2 --no-longpoll --no-stratum

Tried 8775, still no go....This is the first time with all solo mining and never til now, had such an issue....Maybe I need to just wait for a mining pool, but I would like to mine now if possible....
legendary
Activity: 1509
Merit: 1030
Solutions Architect
only just noticed the difficulty drop, 19602 now  Shocked

managed to mine a few blocks myself now  Grin

guess someone turned off the the mass CPU mining on EC2 lol  Roll Eyes

maybe he has turned to mine XPM.


lets hope he does not dump Blakecoin too cheaply on the market once it is exchanged  Wink

it would be like buying a pizza for 10,000 Bitcoin  Roll Eyes
sr. member
Activity: 494
Merit: 250
only just noticed the difficulty drop, 19602 now  Shocked

managed to mine a few blocks myself now  Grin

guess someone turned off the the mass CPU mining on EC2 lol  Roll Eyes

maybe he has turned to mine XPM.
legendary
Activity: 1509
Merit: 1030
Solutions Architect
only just noticed the difficulty drop, 19602 now  Shocked

managed to mine a few blocks myself now  Grin

guess someone turned off the the mass CPU mining on EC2 lol  Roll Eyes
legendary
Activity: 1509
Merit: 1030
Solutions Architect
who can provide the fpga windows pro? Smiley

I have kramble's FPGA python miner running in windows loaded the test bitstream and I am test mining with it now  Roll Eyes
https://github.com/kramble/FPGA-Blakecoin-Miner
 
legendary
Activity: 1509
Merit: 1030
Solutions Architect

Need help please. Having issues that I posted prior to this posting.

hmm well lets go though this then the conf looks fine hope you have no spaces in your username or password, also check you are getting connections to the Blakecoin network as it will not start mining until you are connected to at least 1 peer and have synced to latest block 

listen=1
rpcallowip=127.0.0.1
rpcuser=MyOwnUsername
rpcpassword=MyOwnPassword
rpcport=8772
server=1
daemon=1
addnode=162.243.133.80
addnode=162.243.14.130

and the miner line for this is

minerd -o 127.0.0.1:8772 -O MyOwnUsername:MyOwnPassword -a blake -s 2 --no-longpoll --no-stratum

you can try different port but it must match what you are using in the miner

listen=1
rpcallowip=127.0.0.1
rpcuser=MyOwnUsername
rpcpassword=MyOwnPassword
rpcport=8775
server=1
daemon=1
addnode=162.243.133.80
addnode=162.243.14.130

and the miner line for this is

minerd -o 127.0.0.1:8775 -O MyOwnUsername:MyOwnPassword -a blake -s 2 --no-longpoll --no-stratum
sr. member
Activity: 399
Merit: 250
who can provide the fpga windows pro? Smiley
hero member
Activity: 518
Merit: 500
hero member
Activity: 518
Merit: 500
Code:
listen=1
gen=0
rpcallowip=127.0.0.1
rpcuser=My Own Username
rpcpassword=My own Password
rpcport=8772
server=1
daemon=1
addnode=162.243.133.80
addnode=162.243.14.130

Did you set

Code:
server=1
listen=1

rpcport=_____
rpcuser=_____
rpcpassword=_____

in your .conf?

I did. rpc=8772. My own username and password. Unless it's a port issue, but this would be a first, as I've mined of 10 different types with cpu miners, ie. CPR, etc....
full member
Activity: 196
Merit: 100
Did you set

Code:
server=1
listen=1

rpcport=_____
rpcuser=_____
rpcpassword=_____

in your .conf?
hero member
Activity: 518
Merit: 500
I can't get the solo mining to work. I get "HTTP request failed: Failed connect to 127.0.0.1:8772; No error"

I've solo mined before with CPR, Netcoin, Starcoin, etc, without issue. This is a first for me. I use the config setup for this coin with my own username and password. Do I need to make a bat file? Any help would be appreciated.
legendary
Activity: 1442
Merit: 1000
p2pool and 0.8.6 wallet also due soon
Looking forward to actually being able to obtain some coins.

Also:
Quote
send version message: version 70001, blocks=4217, us=54.224.113.5:8773, them=0.0.0.0:0, peer=10.0.2.2:61073
receive version message: version 70001, blocks=3559, us=54.224.113.5:8773, them=84.54.173.160:8773, peer=10.0.2.2:61073

That peer is stuck at 3559 and he was last seen 3h ago.

Also:
Quote
trying connection 46.98.153.185:8773 lastseen=355999.5hrs
This guy joined the network 41 years ago (this should be a "normal" bug, just funny).
legendary
Activity: 1509
Merit: 1030
Solutions Architect
kramble uses debian and has also reported build issues you might need to edit the makefile to match your paths and versions of dependencies, also i get issues on win 7 with gcc 4.7 currently use 4.6.2, not had time to put up a vm and work though these issues yet  Cry

I made some notes on what I did to compile it on raspberry pi wheezy https://bitcointalksearch.org/topic/m.3293812

The berkley db was a horrendous hack, I'll probably lose my linux badge for doing that, but I was in a hurry to get it working Roll Eyes There may be some other dependencies as I've previously compiled loads of other stuff.

A 12 core 66MHash/sec lancelot fpga bitstream is now up on github.

looks like the speed is better than the FPGA Litecoin miner Cheesy

I have also release some works in progress (experimental code)

Python blake-256 POW module (needed for p2pool and other Python pools)
https://github.com/BlueDragon747/Blakecoin_Python_POW_Module

OpenCL Blakecoin modded blake-256 hashing algorithm ready for trying port of GPU miner
https://github.com/BlueDragon747/clblake

not had much sleep past few days so might have a few bugs Wink

p2pool and 0.8.6 wallet also due soon
sr. member
Activity: 384
Merit: 250
kramble uses debian and has also reported build issues you might need to edit the makefile to match your paths and versions of dependencies, also i get issues on win 7 with gcc 4.7 currently use 4.6.2, not had time to put up a vm and work though these issues yet  Cry

I made some notes on what I did to compile it on raspberry pi wheezy https://bitcointalksearch.org/topic/m.3293812

The berkley db was a horrendous hack, I'll probably lose my linux badge for doing that, but I was in a hurry to get it working Roll Eyes There may be some other dependencies as I've previously compiled loads of other stuff.

A 12 core 66MHash/sec lancelot fpga bitstream is now up on github.
legendary
Activity: 1509
Merit: 1030
Solutions Architect
After hours of trying to compile the client on a clean Debian, I gave up on this:
Quote
root@vm1711:~/source/Blakecoin/src# make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/source/Blakecoin/src -I/root/source/Blakecoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/source/Blakecoin/src/leveldb/include -I/root/source/Blakecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp: In function âunsigned int GetNextWorkRequired(const CBlockIndex*, const CBlockHeader*)â:
main.cpp:1168:48: warning: format â%lldâ expects argument of type âlong long intâ, but argument 2 has type âintâ [-Wformat]
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make: *** [obj/main.o] Error 4

Also, because I updated everything, I get this error trying to run the binary:
Quote
root@vm1711:~/source/Blakecoin/src# ./blakecoind
./blakecoind: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory

kramble uses debian and has also reported build issues you might need to edit the makefile to match your paths and versions of dependencies, also i get issues on win 7 with gcc 4.7 currently use 4.6.2, not had time to put up a vm and work though these issues yet  Cry

it builds on ubuntu without much fuss, if anyone wants to suggest a fix for this I will be happy to add it to Github
Jump to: