Author

Topic: NA - page 108. (Read 893602 times)

legendary
Activity: 952
Merit: 1000
September 11, 2015, 04:35:22 AM
@ gecox22: c_e_d is right that it has to be http instead of the stratum+tcp part for the solomining, i think.

Have no experience with solomining Guldencoin (i am mining in pools), but in the past i've done it sometimes on another coin. With solomining the wallet had to be synced and open as well, during the mining. Also you can try to type setgenerate true -1 in the consolescreen, maybe.

Welcome, by the way  Cool
member
Activity: 100
Merit: 10
September 11, 2015, 04:28:49 AM

And here is my BFG Miner .bat file
Code:
bfgminer --scrypt -o stratum+tcp://127.0.0.1:9232 -u x -p x -S zeusminer:\\.\COM5 --set zeusminer:clock=328 --set zeusminer:chips=6


That part stratum+tcp is for mining at a pool, for solo mining I think (long time since I did some solo mining) it is http.
If you get an error message about longpoll, than add -no-longpoll.

Said that, chances are small to get a block solomined with you 6 chip zeusminer, you should better mine at a good pool and get your share there.
legendary
Activity: 1197
Merit: 1001
September 11, 2015, 03:16:29 AM
Good afternoon, I am having trouble setting up solo mining with my BFGminer. I cant not seem to get it to connect. can any one help me? So here are my settings for my guldencoin.conf file
Code:
rpcuser=username
rpcpassword=passwordCHANGE-THIS-PASSWORD!!!
rpcport=9232
rpcallowip=127.0.0.1
server=1
daemon=1
listen=1
addnode=seed-000.guldencoin.net
addnode=seed-001.guldencoin.org
addnode=seed-002.guldencoin.nl
addnode=seed-003.guldencoin.net
addnode=seed-004.guldencoin.org
addnode=seed-005.guldencoin.nl
addnode=seed-006.guldencoin.net
addnode=seed-007.guldencoin.org
addnode=seed-008.guldencoin.nl
addnode=seed-009.guldencoin.net
addnode=seed-010.guldencoin.org
addnode=seed-011.guldencoin.nl
addnode=seed-012.guldencoin.net
addnode=seed-013.guldencoin.org
addnode=seed-014.guldencoin.nl

And here is my BFG Miner .bat file
Code:
bfgminer --scrypt -o stratum+tcp://127.0.0.1:9232 -u x -p x -S zeusminer:\\.\COM5 --set zeusminer:clock=328 --set zeusminer:chips=6

I have the correct user names and password I just changed them on here. BFGminer says it can not connect because it can not find the pool. Any help would be greatly appreicated.

Thanks

You can drop all those addnode lines they are unnecessary.
Are you running "guldencoind" or "guldencoin-qt"?
Can you connect using "guldencoin-cli" e.g. "guldencoin-cli getpeerinfo"?

How many MH you got gecox?
sr. member
Activity: 275
Merit: 250
September 11, 2015, 12:24:38 AM
Good afternoon, I am having trouble setting up solo mining with my BFGminer. I cant not seem to get it to connect. can any one help me? So here are my settings for my guldencoin.conf file
Code:
rpcuser=username
rpcpassword=passwordCHANGE-THIS-PASSWORD!!!
rpcport=9232
rpcallowip=127.0.0.1
server=1
daemon=1
listen=1
addnode=seed-000.guldencoin.net
addnode=seed-001.guldencoin.org
addnode=seed-002.guldencoin.nl
addnode=seed-003.guldencoin.net
addnode=seed-004.guldencoin.org
addnode=seed-005.guldencoin.nl
addnode=seed-006.guldencoin.net
addnode=seed-007.guldencoin.org
addnode=seed-008.guldencoin.nl
addnode=seed-009.guldencoin.net
addnode=seed-010.guldencoin.org
addnode=seed-011.guldencoin.nl
addnode=seed-012.guldencoin.net
addnode=seed-013.guldencoin.org
addnode=seed-014.guldencoin.nl

And here is my BFG Miner .bat file
Code:
bfgminer --scrypt -o stratum+tcp://127.0.0.1:9232 -u x -p x -S zeusminer:\\.\COM5 --set zeusminer:clock=328 --set zeusminer:chips=6

I have the correct user names and password I just changed them on here. BFGminer says it can not connect because it can not find the pool. Any help would be greatly appreicated.

Thanks

You can drop all those addnode lines they are unnecessary.
Are you running "guldencoind" or "guldencoin-qt"?
Can you connect using "guldencoin-cli" e.g. "guldencoin-cli getpeerinfo"?
sr. member
Activity: 458
Merit: 500
September 10, 2015, 09:22:12 PM
Good afternoon, I am having trouble setting up solo mining with my BFGminer. I cant not seem to get it to connect. can any one help me? So here are my settings for my guldencoin.conf file
Code:
rpcuser=username
rpcpassword=passwordCHANGE-THIS-PASSWORD!!!
rpcport=9232
rpcallowip=127.0.0.1
server=1
daemon=1
listen=1
addnode=seed-000.guldencoin.net
addnode=seed-001.guldencoin.org
addnode=seed-002.guldencoin.nl
addnode=seed-003.guldencoin.net
addnode=seed-004.guldencoin.org
addnode=seed-005.guldencoin.nl
addnode=seed-006.guldencoin.net
addnode=seed-007.guldencoin.org
addnode=seed-008.guldencoin.nl
addnode=seed-009.guldencoin.net
addnode=seed-010.guldencoin.org
addnode=seed-011.guldencoin.nl
addnode=seed-012.guldencoin.net
addnode=seed-013.guldencoin.org
addnode=seed-014.guldencoin.nl

And here is my BFG Miner .bat file
Code:
bfgminer --scrypt -o stratum+tcp://127.0.0.1:9232 -u x -p x -S zeusminer:\\.\COM5 --set zeusminer:clock=328 --set zeusminer:chips=6

I have the correct user names and password I just changed them on here. BFGminer says it can not connect because it can not find the pool. Any help would be greatly appreicated.

Thanks

Have you tried using a pool like hardcore miners to see if you can connect? Another option for scrypt mining is cgminer. 
hero member
Activity: 778
Merit: 515
September 10, 2015, 07:28:19 PM
Good afternoon, I am having trouble setting up solo mining with my BFGminer. I cant not seem to get it to connect. can any one help me? So here are my settings for my guldencoin.conf file
Code:
rpcuser=username
rpcpassword=passwordCHANGE-THIS-PASSWORD!!!
rpcport=9232
rpcallowip=127.0.0.1
server=1
daemon=1
listen=1
addnode=seed-000.guldencoin.net
addnode=seed-001.guldencoin.org
addnode=seed-002.guldencoin.nl
addnode=seed-003.guldencoin.net
addnode=seed-004.guldencoin.org
addnode=seed-005.guldencoin.nl
addnode=seed-006.guldencoin.net
addnode=seed-007.guldencoin.org
addnode=seed-008.guldencoin.nl
addnode=seed-009.guldencoin.net
addnode=seed-010.guldencoin.org
addnode=seed-011.guldencoin.nl
addnode=seed-012.guldencoin.net
addnode=seed-013.guldencoin.org
addnode=seed-014.guldencoin.nl

And here is my BFG Miner .bat file
Code:
bfgminer --scrypt -o stratum+tcp://127.0.0.1:9232 -u x -p x -S zeusminer:\\.\COM5 --set zeusminer:clock=328 --set zeusminer:chips=6

I have the correct user names and password I just changed them on here. BFGminer says it can not connect because it can not find the pool. Any help would be greatly appreicated.

Thanks
hero member
Activity: 1132
Merit: 818
September 10, 2015, 04:13:25 PM
That certainly is the case, however that's long after we try talking to them in the near future ;+)
legendary
Activity: 1197
Merit: 1001
September 10, 2015, 03:59:28 PM
Yup chances are close to zero.

Also, big companies are conservative. Companies like Ahold have a number of rock-solid names like AH but also Bol.com. They are very careful not to take any risk that might tarnish their solid image.

I'd like to give it shot anyways because:

- We might learn something.
- 5 MILLION guldens!!!



You forgot the "Whoohaaawahoohahahahaaaaaaaah"....  Grin

As gulden gets more users they will be forced to accept it.
legendary
Activity: 1023
Merit: 1000
ltex.nl
September 10, 2015, 03:57:48 PM
Yup chances are close to zero.

Also, big companies are conservative. Companies like Ahold have a number of rock-solid names like AH but also Bol.com. They are very careful not to take any risk that might tarnish their solid image.

I'd like to give it shot anyways because:

- We might learn something.
- 5 MILLION guldens!!!



You forgot the "Whoohaaawahoohahahahaaaaaaaah"....  Grin
hero member
Activity: 1132
Merit: 818
September 10, 2015, 03:44:43 PM
Yup chances are close to zero.

Also, big companies are conservative. Companies like Ahold have a number of rock-solid names like AH but also Bol.com. They are very careful not to take any risk that might tarnish their solid image.

I'd like to give it shot anyways because:

- We might learn something.
- 5 MILLION guldens!!!

legendary
Activity: 1023
Merit: 1000
ltex.nl
September 10, 2015, 03:40:41 PM
If there is a small chance Bol might accept NLG as a payment option on their website we should try it.
However I do think competitors of Bol and with that I mean smaller webshops offering the same products are more likely to accept NLG as they have more to gain by it.
But we will see how this will turns out, as long as they don't say NO we still have a YES  Grin



Another rule I go by: "any no is a step closer to the next yes!"
member
Activity: 84
Merit: 10
September 10, 2015, 03:36:07 PM
If there is a small chance Bol might accept NLG as a payment option on their website we should try it.
However I do think competitors of Bol and with that I mean smaller webshops offering the same products are more likely to accept NLG as they have more to gain by it.
But we will see how this will turns out, as long as they don't say NO we still have a YES  Grin

legendary
Activity: 1023
Merit: 1000
ltex.nl
September 10, 2015, 03:23:46 PM
I'll ask around, have a Nijenrode friend that used to sit in such a room...

You know everybody  Grin



Just not that good looking  Cheesy
member
Activity: 84
Merit: 10
September 10, 2015, 03:21:47 PM
I'll ask around, have a Nijenrode friend that used to sit in such a room...

You know everybody  Grin

legendary
Activity: 1023
Merit: 1000
ltex.nl
September 10, 2015, 03:14:21 PM
I'll ask around, have a Nijenrode friend that used to sit in such a room...
legendary
Activity: 980
Merit: 1000
September 10, 2015, 03:05:41 PM
Can you get me in a room with decision makers at Ahold in general LTEX?

I might, but you also might never get out  Grin

I'll probably talk them, or myself even, to sleep. So yeah, that might actually be accurate Grin
legendary
Activity: 1023
Merit: 1000
ltex.nl
September 10, 2015, 03:04:05 PM
Can you get me in a room with decision makers at Ahold in general LTEX?

I might, but you also might never get out  Grin
legendary
Activity: 980
Merit: 1000
September 10, 2015, 02:35:51 PM
Can you get me in a room with decision makers at Ahold in general LTEX?
legendary
Activity: 1023
Merit: 1000
ltex.nl
September 10, 2015, 02:11:25 PM
Just a little insight on how Bol.com operates. I know, I sat down with their board and marketing devision several times. Let me explain what their challenge is in this case...

Many of you might know webshops have one season where they absolutely go bazerk in their turnover, Christmas! You might think this is far away, but shops like Bol.com are on high alert for that period as early as june! One of the absolute successes of Bol.com is their conversion to checkout (where someone that enters the shop actually finishes the payment of their shopping cart). Any idea how high their conversion is? 1.12%! That might seem low, but I can tell you, even Amazon.com has wet dreams about that figure.

They have a department with more than 10 people, each earning more than out prime-minister, that is working year round to work out the best methods to get potential customers to actually pay (in stead of closing the browser and look further). This means every pixel on the checkput page, to Bol.com, is worth millions! One badly formed button or unwisely chosen color can cost them literally more than all guldencoin accepting shops can turnover in 10.000 years!

I have seen them turn down a minor change in the payment api of ideal three years ago (it only involved the way the pulldown menu of the banks to chose looked) because it was already oktober and they could not risk any unforeseen negative impact on the checkout it might bring. Ideal then decided to postpone it (nationwide) for two more years!!!

So in all reality, how high do you think our chance would be to get Bol.com let us put a Guldencoin payment api in their multi billion dollar checkput page, just because we know someone that works there?

Again, 5 million for the guy to boldly go, where no one has gotten before  Grin

sr. member
Activity: 246
Merit: 250
September 10, 2015, 12:39:09 PM

Julian071 has contacts at bol.com and gives information to them about an eventual how-to integrating NLG and BTC in their shop: https://bitcointalksearch.org/topic/m.12351451
First talks still though  Wink

IF that ever happens that would be friggin HUGE!

I have not made contact yet! Just talked to Roel, we need to talk some more about what NLG can offer and what the focus will be of how we bring it!

It's either a very nice coïncidence or the mutual friend I have with the guy from Bol.com has asked him to do some research.

If you mention bol.com on twitter with some kind of question or suggestion, they most of the time start following you so they can DM you if necessary. That's part of their webcare-strategy, so nothing special. They in fact were a bit annoyed that Bram published a screenshot of bol.com suggesting they accept NLG.
Jump to: