Pages:
Author

Topic: [ANN] [BBL] BitBlock-World's first X15 coin|Bittrex|Poloniex|Mandatory Update - page 73. (Read 82727 times)

full member
Activity: 196
Merit: 100
Dev instaminer? Give win miner!
sr. member
Activity: 462
Merit: 250
hero member
Activity: 574
Merit: 500
...
 
Step 10 says command not found.

Do: cd Bitblock-CPUminer, not cd cpuminer.

I already did this. Anyway ./autogen.sh  line 8: aclocal: command not found.
hero member
Activity: 750
Merit: 511
...
 
Step 10 says command not found.

Do: cd Bitblock-CPUminer, not cd cpuminer.
full member
Activity: 196
Merit: 100
Instead of wasting lots of time giving instructions how to compile, you could just give it Smiley
hero member
Activity: 574
Merit: 500
legendary
Activity: 3248
Merit: 1070
already block halving?

Website:
Quote
Block reward is controlled by moore's law: 2222222/(((Difficulty+2600)/9)^2)

difficulty was 0.0009 now 0.0039 not much of a difference when you sum it to 2600, it shouldn't change that much

total supply?

around 20M
full member
Activity: 236
Merit: 100
hero member
Activity: 574
Merit: 500
already block halving?

Website:
Quote
Block reward is controlled by moore's law: 2222222/(((Difficulty+2600)/9)^2)
legendary
Activity: 3248
Merit: 1070
already block halving?


yeah lol 277 per block, fast block halving interesting for instaminers
sr. member
Activity: 462
Merit: 250
full member
Activity: 196
Merit: 100
BitBlock uses KGW(DGW implementation by Evan) for diff retargeting. CPUminer was a GNU Fork from another miner reconfigured for bitblock's algo.

Supply Cap. around 20ish M

Give a windows compiled cpu miner, please
full member
Activity: 196
Merit: 100
Can someone give a compiled cpu miner for windows?
legendary
Activity: 3248
Merit: 1070
BitBlock uses KGW(DGW implementation by Evan) for diff retargeting. CPUminer was a GNU Fork from another miner reconfigured for bitblock's algo.

supply cap? not in the billions i hope...
newbie
Activity: 14
Merit: 0
BitBlock uses KGW(DGW implementation by Evan) for diff retargeting. CPUminer was a GNU Fork from another miner reconfigured for bitblock's algo.

Supply Cap. around 20ish M
hero member
Activity: 506
Merit: 510
can we get the algo compiled for windows please?

WINDOWS GUI-https://mega.co.nz/#!QBk0iI4a!NF8YwkMOELL9UA-rFrjhWCKm9FnqYBRaBEPBMX_X0uI

that's the wallet. i need the algo to run with the miner
Help > Debug Window > Console type setgenerate true -1
The miner not compiled yet
setgenerate true 1
not -1
setgenerate true -1 = all threads

only type
"setgenerate true "
is btetter use all threads
I'm mining ..
member
Activity: 91
Merit: 10
Bit Block... sounds good! I like the name.
hero member
Activity: 1036
Merit: 606
How to compile the CPU miner for Windows 64-bit:

1. Download and install Cygwin 64-bit setup from https://cygwin.com/install.html
 
2. Run the setup as administrator. Use defaults until you get to the package
selection screen. Find these packages one by one and click next to them where
it says 'skip' to mark them for installation (skip should change to a version number):
 
Archive/unzip
Devel/automake (all)
Devel/gcc-g++
Devel/git
Devel/make
Libs/libcurl-devel
Libs/libcurl4
Web/wget
 
3. Hit next, then next again to mark all dependencies and begin downloading /
installing packages.
 
4. Wait a few minutes for everything to finish downloading/installing.
 
5. Hit finish.
 
6. Open a cygwin terminal as administrator either by going to Start menu -> Cygwin
-> Cygwin 64 terminal, or runing C:\Cygwin64\cygwin.bat. All future commands are
done from this terminal.
 
7. Download BitBlock-cpuminer source from their github using the following command:
 
git clone https://github.com/bitblockproject/Bitblock-CPUminer.git
 
8. Change dirs:
 
cd Bitblock-CPUminer

9. Mark autogen.sh as executable:
 
chmod +x autogen.sh
 
10. Run autogen.sh
 
./autogen.sh
 
11. Run the configure script, optimizing it for speed:
 
CFLAGS="-O3 -march=native" ./configure
 
12. Compile it:
 
make
 
13. Assuming you have no errors, run it in benchmark mode:
 
./minerd.exe -a bitblock --benchmark
 
14. If it works and gives you a hashrate, congratulations, you now have a
Windows version of bitblock-cpuminer ready to go. The next steps describe how
to mine.
 
15. Download the wallet from the OP.
 
16. Run it and let it sync the blockchain.
 
17. Close it.
 
18. Create a bitblock.conf file in BitBlock APPDATA folder with the following in it:
 
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=8889
port=8888
daemon=1
server=1
gen=0
 
19. Restart BitBlock wallet.
 
20. Run your minerd.exe like the following:
 
./minerd.exe -a bitblock -o http://127.0.0.1:8889 -O user:password
 
21. You are now solo mining!
 
22. To mine on a  pool, just re-run minerd.exe like this:
 
./minerd.exe -a bitblock -o stratum://pool-goes-here.com:9339 -O user:password
legendary
Activity: 3248
Merit: 1070
what about supply cap, block reward( 500) block target diff retarget ecc...

missed tons of info in the op
hero member
Activity: 506
Merit: 510
can we get the algo compiled for windows please?

WINDOWS GUI-https://mega.co.nz/#!QBk0iI4a!NF8YwkMOELL9UA-rFrjhWCKm9FnqYBRaBEPBMX_X0uI

that's the wallet. i need the algo to run with the miner
Help > Debug Window > Console type setgenerate true -1
The miner not compiled yet
setgenerate true 1
not -1
Pages:
Jump to: