Pages:
Author

Topic: BipCoin, CryptoNote with Fast, Solid Transactions + profitable to mine - page 11. (Read 31015 times)

newbie
Activity: 3
Merit: 0
May be some people send request ?

https://poloniex.com/coinRequest

This coin has potential as long as the development continues. It's still early on and the coin seems to be maintaining well. The next step would be to try to push the coin into other exchanges to bring it more into the spotlight and raise even more awareness. 

+1. Did the poloniex one above. Really just took a minute.

Bipcoin, BIP, bipcoin.org, this thread, http://democats.org/blockchain/?name=bipcoin

Should add to exchange because kittens are cute and it'll be worth billions. (* not a guarantee.)

done.
full member
Activity: 391
Merit: 105
This coin has potential as long as the development continues. It's still early on and the coin seems to be maintaining well. The next step would be to try to push the coin into other exchanges to bring it more into the spotlight and raise even more awareness. 
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
I appeal to the miners, who am mining pool http://bip.ms-pool.net.ua/#
As I promised, permanent Miner am mining on the pool in January, it will be paid 5 BIP.
For this post here or PM your wallet address.
Only local wallet! Do not exchange! This is important!
The payment will be January 26, the pool will be 1 month.
I paid as promised 5 BIP.
newbie
Activity: 5
Merit: 0


thank you. i changed threads to 6 and the cpu-bind values to 6 4 2 0 10 8. im getting about 200 h/s with a cpu load around 70%.

I have the same cpu, i7-5930K at stock speed.
You should be getting almost 350h with 6 threads eventually, though it may need to run a while to reach it.
I don't use a config file, only a batch file to launch

yam -c x -M stratum+tcp://bip1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:[email protected]:3336/xmr -t 6

use your address instead of the Xs and your pool's url

The important thing is to run it as an administrator, otherwise you don't get good speed.
My batch for some reason cannot run directly as admin with "run as".
Or to be precise, it does but the miner throws an error about fast memory and falls back to "normal" operation

What I do is run a command prompt first with admin rights and then navigate to the batch and run it from that cmd box
i did turn on run as admin in yam.exe properties
full member
Activity: 174
Merit: 100
Good morning People,
I was out for some personal problems...
Also cryptonotepool.com has nicehash port. the port is 7776
Its nice to be back....
sr. member
Activity: 476
Merit: 250
Fun new app has references to BipCoin in a few places (In "pickup lines" section.) https://play.google.com/store/apps/details?id=com.andromo.dev519296.app575029
sr. member
Activity: 417
Merit: 252
BipCoin, alive and well. But Dot-Bip  decentralized DNS is not happening.
More info here: https://bipcoin.org/?p=2216

(TL;DR    We didn’t make enough to even begin to get this done, so I already returned the Indiegog donations to everyone.
I’m no longer trying decentralized DNS, but will consult with anyone who wants to give it a shot.)

The question is: Will you continue to develop Bipcoin and eventually implement new technologies to it as a cryptocurrency (ex. RingCT)?
legendary
Activity: 2165
Merit: 1002


thank you. i changed threads to 6 and the cpu-bind values to 6 4 2 0 10 8. im getting about 200 h/s with a cpu load around 70%.

I have the same cpu, i7-5930K at stock speed.
You should be getting almost 350h with 6 threads eventually, though it may need to run a while to reach it.
I don't use a config file, only a batch file to launch

yam -c x -M stratum+tcp://bip1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:[email protected]:3336/xmr -t 6

use your address instead of the Xs and your pool's url

The important thing is to run it as an administrator, otherwise you don't get good speed.
My batch for some reason cannot run directly as admin with "run as".
Or to be precise, it does but the miner throws an error about fast memory and falls back to "normal" operation

What I do is run a command prompt first with admin rights and then navigate to the batch and run it from that cmd box
member
Activity: 90
Merit: 10
hey friends
i need some help setting up yam to mine on the democats pool
the config files are quite complex
does anyone have a template for me?
i have a i7 5930k on windows 10 64 bit

Here's what I use for my i7 6700.  You'll definitely want to adjust your threads and CPU binding, and also plug your address where the XXXXXXXXX's are.  It also has cryptonotepool as a backup pool.

Code:
threads = 4 

worker-params = 0:cpu-bind=6
worker-params = 1:cpu-bind=4
worker-params = 2:cpu-bind=2
worker-params = 3:cpu-bind=0

worker-params = 4:cpu-bind=7
worker-params = 5:cpu-bind=5
worker-params = 6:cpu-bind=3
worker-params = 7:cpu-bind=1

mining-params = xmr:av=3&donation-interval=50

mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:45590/xmr
mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:3336/xmr

#proxy = socks4a://127.0.0.1:9150
#proxy = socks5://127.0.0.1:1080
compact-stats = 1
print-timestamps = 1

thank you. i changed threads to 6 and the cpu-bind values to 6 4 2 0 10 8. im getting about 200 h/s with a cpu load around 70%.

That seems a little low, but I don't have experience with your CPU. I can get ~250 h/s out of my i7 6700.  Your CPU has 15MB of cache, and mining needs 2MB per thread.  Try it with 7 threads, you might get a decent boost.
im on 6 threads right now, so not 8 threads trying to use 16MB cache. 7 threads seems useless with only 6 physical cores

On my Corei5 4670 machines they have 4 cores and 6Mb of cache. According to this I should be most efficient running 3 threads. When I do I get about 82 h/s when I run 4 threads I get 93 h/s  .. so what does the cache have to do with this?



I'm guessing it's because your i5 doesn't have hyperthreading.  His 6 core i7 with hyperthreading will have 12 logical cores, so he can utilize all of that cache for mining.
newbie
Activity: 5
Merit: 0
i am getting about 220 hashes/s with 7 threads, cpu usage seems the same, temperatures are still way below maximum
the hashrate seems to increase: it started at 210 and is now at 235 5 minutes later - now stable 235 another 5 minutes later
member
Activity: 90
Merit: 10
hey friends
i need some help setting up yam to mine on the democats pool
the config files are quite complex
does anyone have a template for me?
i have a i7 5930k on windows 10 64 bit

Here's what I use for my i7 6700.  You'll definitely want to adjust your threads and CPU binding, and also plug your address where the XXXXXXXXX's are.  It also has cryptonotepool as a backup pool.

Code:
threads = 4 

worker-params = 0:cpu-bind=6
worker-params = 1:cpu-bind=4
worker-params = 2:cpu-bind=2
worker-params = 3:cpu-bind=0

worker-params = 4:cpu-bind=7
worker-params = 5:cpu-bind=5
worker-params = 6:cpu-bind=3
worker-params = 7:cpu-bind=1

mining-params = xmr:av=3&donation-interval=50

mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:45590/xmr
mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:3336/xmr

#proxy = socks4a://127.0.0.1:9150
#proxy = socks5://127.0.0.1:1080
compact-stats = 1
print-timestamps = 1

thank you. i changed threads to 6 and the cpu-bind values to 6 4 2 0 10 8. im getting about 200 h/s with a cpu load around 70%.

That seems a little low, but I don't have experience with your CPU. I can get ~250 h/s out of my i7 6700.  Your CPU has 15MB of cache, and mining needs 2MB per thread.  Try it with 7 threads, you might get a decent boost.
im on 6 threads right now, so not 8 threads trying to use 16MB cache. 7 threads seems useless with only 6 physical cores

On my Corei5 4670 machines they have 4 cores and 6Mb of cache. According to this I should be most efficient running 3 threads. When I do I get about 82 h/s when I run 4 threads I get 93 h/s  .. so what does the cache have to do with this?



Maybe it won't help, but it doesn't hurt to try  His hashrate just seems a little low.  Just trying to help.
member
Activity: 64
Merit: 10
hey friends
i need some help setting up yam to mine on the democats pool
the config files are quite complex
does anyone have a template for me?
i have a i7 5930k on windows 10 64 bit

Here's what I use for my i7 6700.  You'll definitely want to adjust your threads and CPU binding, and also plug your address where the XXXXXXXXX's are.  It also has cryptonotepool as a backup pool.

Code:
threads = 4 

worker-params = 0:cpu-bind=6
worker-params = 1:cpu-bind=4
worker-params = 2:cpu-bind=2
worker-params = 3:cpu-bind=0

worker-params = 4:cpu-bind=7
worker-params = 5:cpu-bind=5
worker-params = 6:cpu-bind=3
worker-params = 7:cpu-bind=1

mining-params = xmr:av=3&donation-interval=50

mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:45590/xmr
mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:3336/xmr

#proxy = socks4a://127.0.0.1:9150
#proxy = socks5://127.0.0.1:1080
compact-stats = 1
print-timestamps = 1

thank you. i changed threads to 6 and the cpu-bind values to 6 4 2 0 10 8. im getting about 200 h/s with a cpu load around 70%.

That seems a little low, but I don't have experience with your CPU. I can get ~250 h/s out of my i7 6700.  Your CPU has 15MB of cache, and mining needs 2MB per thread.  Try it with 7 threads, you might get a decent boost.
im on 6 threads right now, so not 8 threads trying to use 16MB cache. 7 threads seems useless with only 6 physical cores

On my Corei5 4670 machines they have 4 cores and 6Mb of cache. According to this I should be most efficient running 3 threads. When I do I get about 82 h/s when I run 4 threads I get 93 h/s  .. so what does the cache have to do with this?

member
Activity: 90
Merit: 10
hey friends
i need some help setting up yam to mine on the democats pool
the config files are quite complex
does anyone have a template for me?
i have a i7 5930k on windows 10 64 bit

Here's what I use for my i7 6700.  You'll definitely want to adjust your threads and CPU binding, and also plug your address where the XXXXXXXXX's are.  It also has cryptonotepool as a backup pool.

Code:
threads = 4 

worker-params = 0:cpu-bind=6
worker-params = 1:cpu-bind=4
worker-params = 2:cpu-bind=2
worker-params = 3:cpu-bind=0

worker-params = 4:cpu-bind=7
worker-params = 5:cpu-bind=5
worker-params = 6:cpu-bind=3
worker-params = 7:cpu-bind=1

mining-params = xmr:av=3&donation-interval=50

mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:45590/xmr
mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:3336/xmr

#proxy = socks4a://127.0.0.1:9150
#proxy = socks5://127.0.0.1:1080
compact-stats = 1
print-timestamps = 1

thank you. i changed threads to 6 and the cpu-bind values to 6 4 2 0 10 8. im getting about 200 h/s with a cpu load around 70%.

That seems a little low, but I don't have experience with your CPU. I can get ~250 h/s out of my i7 6700.  Your CPU has 15MB of cache, and mining needs 2MB per thread.  Try it with 7 threads, you might get a decent boost.
im on 6 threads right now, so not 8 threads trying to use 16MB cache. 7 threads seems useless with only 6 physical cores

Yeah, but your CPU only has 15MB, so you can't use 16MB.  But you still might get a decent boost with 7 threads.  It's worth a try, it's not going to hurt anything.
newbie
Activity: 5
Merit: 0
hey friends
i need some help setting up yam to mine on the democats pool
the config files are quite complex
does anyone have a template for me?
i have a i7 5930k on windows 10 64 bit

Here's what I use for my i7 6700.  You'll definitely want to adjust your threads and CPU binding, and also plug your address where the XXXXXXXXX's are.  It also has cryptonotepool as a backup pool.

Code:
threads = 4 

worker-params = 0:cpu-bind=6
worker-params = 1:cpu-bind=4
worker-params = 2:cpu-bind=2
worker-params = 3:cpu-bind=0

worker-params = 4:cpu-bind=7
worker-params = 5:cpu-bind=5
worker-params = 6:cpu-bind=3
worker-params = 7:cpu-bind=1

mining-params = xmr:av=3&donation-interval=50

mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:45590/xmr
mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:3336/xmr

#proxy = socks4a://127.0.0.1:9150
#proxy = socks5://127.0.0.1:1080
compact-stats = 1
print-timestamps = 1

thank you. i changed threads to 6 and the cpu-bind values to 6 4 2 0 10 8. im getting about 200 h/s with a cpu load around 70%.

That seems a little low, but I don't have experience with your CPU. I can get ~250 h/s out of my i7 6700.  Your CPU has 15MB of cache, and mining needs 2MB per thread.  Try it with 7 threads, you might get a decent boost.
im on 6 threads right now, so not 8 threads trying to use 16MB cache. 7 threads seems useless with only 6 physical cores
member
Activity: 90
Merit: 10
hey friends
i need some help setting up yam to mine on the democats pool
the config files are quite complex
does anyone have a template for me?
i have a i7 5930k on windows 10 64 bit

Here's what I use for my i7 6700.  You'll definitely want to adjust your threads and CPU binding, and also plug your address where the XXXXXXXXX's are.  It also has cryptonotepool as a backup pool.

Code:
threads = 4 

worker-params = 0:cpu-bind=6
worker-params = 1:cpu-bind=4
worker-params = 2:cpu-bind=2
worker-params = 3:cpu-bind=0

worker-params = 4:cpu-bind=7
worker-params = 5:cpu-bind=5
worker-params = 6:cpu-bind=3
worker-params = 7:cpu-bind=1

mining-params = xmr:av=3&donation-interval=50

mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:45590/xmr
mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:3336/xmr

#proxy = socks4a://127.0.0.1:9150
#proxy = socks5://127.0.0.1:1080
compact-stats = 1
print-timestamps = 1

thank you. i changed threads to 6 and the cpu-bind values to 6 4 2 0 10 8. im getting about 200 h/s with a cpu load around 70%.

That seems a little low, but I don't have experience with your CPU. I can get ~250 h/s out of my i7 6700.  Your CPU has 15MB of cache, and mining needs 2MB per thread.  Try it with 7 threads, you might get a decent boost.
newbie
Activity: 5
Merit: 0
hey friends
i need some help setting up yam to mine on the democats pool
the config files are quite complex
does anyone have a template for me?
i have a i7 5930k on windows 10 64 bit

Here's what I use for my i7 6700.  You'll definitely want to adjust your threads and CPU binding, and also plug your address where the XXXXXXXXX's are.  It also has cryptonotepool as a backup pool.

Code:
threads = 4 

worker-params = 0:cpu-bind=6
worker-params = 1:cpu-bind=4
worker-params = 2:cpu-bind=2
worker-params = 3:cpu-bind=0

worker-params = 4:cpu-bind=7
worker-params = 5:cpu-bind=5
worker-params = 6:cpu-bind=3
worker-params = 7:cpu-bind=1

mining-params = xmr:av=3&donation-interval=50

mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:45590/xmr
mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:3336/xmr

#proxy = socks4a://127.0.0.1:9150
#proxy = socks5://127.0.0.1:1080
compact-stats = 1
print-timestamps = 1

thank you. i changed threads to 6 and the cpu-bind values to 6 4 2 0 10 8. im getting about 200 h/s with a cpu load around 70%.
member
Activity: 90
Merit: 10
hey friends
i need some help setting up yam to mine on the democats pool
the config files are quite complex
does anyone have a template for me?
i have a i7 5930k on windows 10 64 bit

Here's what I use for my i7 6700.  You'll definitely want to adjust your threads and CPU binding, and also plug your address where the XXXXXXXXX's are.  It also has cryptonotepool as a backup pool.

Code:
threads = 4 

worker-params = 0:cpu-bind=6
worker-params = 1:cpu-bind=4
worker-params = 2:cpu-bind=2
worker-params = 3:cpu-bind=0

worker-params = 4:cpu-bind=7
worker-params = 5:cpu-bind=5
worker-params = 6:cpu-bind=3
worker-params = 7:cpu-bind=1

mining-params = xmr:av=3&donation-interval=50

mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:45590/xmr
mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[email protected]:3336/xmr

#proxy = socks4a://127.0.0.1:9150
#proxy = socks5://127.0.0.1:1080
compact-stats = 1
print-timestamps = 1
newbie
Activity: 5
Merit: 0
hey friends
i need some help setting up yam to mine on the democats pool
the config files are quite complex
does anyone have a template for me?
i have a i7 5930k on windows 10 64 bit
sr. member
Activity: 686
Merit: 250
This coin have nice names base with CryptoNote! Hope coin have great dev team and member!
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
Hello, I'm mining bip on http://bip.ms-pool.net.ua/ right now and I'm experiencing some strange things

- I'm using claymore cryptonote miner v9.7
- port - 7777

I can see 1400-1550 h/s in miner
Pool showing various values from 300 h/s to 2500 hs

Is this normal or something is wrong with miner/pool?

Edit: The share submitting is unstable, probably that's the reason... Switch to 5555 did't help
This is normal and many times discussed.
Pages:
Jump to: