Search content
Sort by

Showing 5 of 5 results by John808
Post
Topic
Re: [ANN][AEON] Aeon coin - CryptoNight CPU/GPU - new dev (positions open)
by
John808
on 13/05/2015, 21:45:54 UTC
There is a simple solution for Windows: Release the damn executables aeond.exe - simplewallet.exe.

nikos64, I don't even have Windows and I haven't used it for years. If someone else wants to do Windows builds and upload them to Mega, I would be grateful for that.



Here you will find the three Win64 binaries needed to run AEON.

Mega Download dir

Someone also posted a link to the blockchain file so you don't have to wait hours to use it.

EDIT: Use at your own risk, bla, bla, bla

Can anyone provide addnodes please? I'm getting "Failed to connect to any of seed peers". Cheers

PM sent.

If anyone is running a permanent AEON node and is willing to have it listed a seed node (your IP+port will be public), please let me know.



Can someone help me out please? I'm having the same problem with "Failed to connect to any of seed peers" and I'm not sure how to fix this problem.
Post
Topic
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
John808
on 08/02/2015, 11:13:36 UTC
Noob question:
I'm trying to solo mine using the command provided on the BoolBerry site (booldb --start-mining= --mining-threads=). It appear to be working but the details/output in the shell isn't what I was expecting. I've previoulsy been mining to a pool and within the CLI shell I could see the hash rate of each thread and other details, which I assuming was communication between my miner and the pool. However, now I'm solo mining, I'm not seeing any info relating to my hash rate? My CPU's are flat out so I'm assuming they're working but how do I know if the miner is working properly?

Post
Topic
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
John808
on 02/02/2015, 21:34:08 UTC
Hi,

I'm having some problems getting my miner to work on two desktops running win 7 64bit. I've been able to get my AWS server mining without any problems but my desktops keep throwing the same vague error

Command I'm running:
minerd -a wildkeccak -o stratum+tcp://bbr.cncoin.farm:5555 -u   -p x -k http://cdn.cncoin.farm/scratchpad.bin

Sample Output:
[2015-02-02 17:52:57] Algorithm switch ignored - this miner supports Wild Keccak only.
[2015-02-02 17:52:57] wildkeccak scratchpad cache C:\Users\Wall\AppData\Local\boolberry/scratchpad.bin
[2015-02-02 17:52:57] Using JSON-RPC 2.0
[2015-02-02 17:52:57] loaded scratchpad C:\Users\Wall\AppData\Local\boolberry/scratchpad.bin (zu bytes), height=61778080
[2015-02-02 17:52:57] Starting Stratum on stratum+tcp://bbr.cncoin.farm:5555
[2015-02-02 17:52:57] 1 miner threads started, using 'wildkeccak' algorithm.


The program then crashes? Any suggestions?

Same with me , I have been unable to use that cpuminer version too. But there is boolberr-easy-miner 1.1 that works flawlessly either using gpu or cpu, you just need to change the wallet addres file(the one with *.txt extension) with yours if you dont want to use autogenerated wallet.
Post
Topic
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
John808
on 02/02/2015, 21:24:17 UTC
Hi,

I'm having some problems getting my miner to work on two desktops running win 7 64bit. I've been able to get my AWS server mining without any problems but my desktops keep throwing the same vague error

Command I'm running:
minerd -a wildkeccak -o stratum+tcp://bbr.cncoin.farm:5555 -u   -p x -k http://cdn.cncoin.farm/scratchpad.bin

Sample Output:
[2015-02-02 17:52:57] Algorithm switch ignored - this miner supports Wild Keccak only.
[2015-02-02 17:52:57] wildkeccak scratchpad cache C:\Users\Wall\AppData\Local\boolberry/scratchpad.bin
[2015-02-02 17:52:57] Using JSON-RPC 2.0
[2015-02-02 17:52:57] loaded scratchpad C:\Users\Wall\AppData\Local\boolberry/scratchpad.bin (zu bytes), height=61778080
[2015-02-02 17:52:57] Starting Stratum on stratum+tcp://bbr.cncoin.farm:5555
[2015-02-02 17:52:57] 1 miner threads started, using 'wildkeccak' algorithm.


The program then crashes? Any suggestions?
try adding the -l (lowercase L) option with the path you want to keep the local scratchpad file.
Code:
-l scratchpad.bin
will probably work

I tried the command below but it didn't' work.

C:\Users\Wall\Downloads\BoolBerry Miner>minerd -a wildkeccak -o stratum+tcp://bbr.cncoin.farm:5555 -u -p x -l C:\Users\Wall\AppData\Local\boolberry/scratchpad.bin -t 1

[2015-02-02 21:20:17] Algorithm switch ignored - this miner supports Wild Keccak only.

minerd: unsupported non-option argument 'C:\Users\Wall\AppData\Local\boolberry/scratchpad.bin'
Try `minerd --help' for more information.

Post
Topic
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
John808
on 02/02/2015, 17:58:31 UTC
Hi,

I'm having some problems getting my miner to work on two desktops running win 7 64bit. I've been able to get my AWS server mining without any problems but my desktops keep throwing the same vague error

Command I'm running:
minerd -a wildkeccak -o stratum+tcp://bbr.cncoin.farm:5555 -u   -p x -k http://cdn.cncoin.farm/scratchpad.bin

Sample Output:
[2015-02-02 17:52:57] Algorithm switch ignored - this miner supports Wild Keccak only.
[2015-02-02 17:52:57] wildkeccak scratchpad cache C:\Users\Wall\AppData\Local\boolberry/scratchpad.bin
[2015-02-02 17:52:57] Using JSON-RPC 2.0
[2015-02-02 17:52:57] loaded scratchpad C:\Users\Wall\AppData\Local\boolberry/scratchpad.bin (zu bytes), height=61778080
[2015-02-02 17:52:57] Starting Stratum on stratum+tcp://bbr.cncoin.farm:5555
[2015-02-02 17:52:57] 1 miner threads started, using 'wildkeccak' algorithm.


The program then crashes? Any suggestions?