Bitcoin Forum
May 05, 2024, 11:20:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 [113] 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 ... 676 »
  Print  
Author Topic: NA  (Read 893540 times)
paulus51
Sr. Member
****
Offline Offline

Activity: 616
Merit: 321



View Profile
June 29, 2014, 10:42:15 AM
 #2241

well i know it is not preferable but i want to learn my settings and how it works ;-) il give that a try ,

because i want to know ;-)


Quote
So in your case minerd -a scrypt -o http://myip:myport -O userid from guldencoin.conf: password from guldencoin.conf

if i do that il get the jason error :

C:\CPUminer>minerd -a scrypt -o http://myip:myport -O username:password  [ from guldencoin.conf ]

[2014-06-29 12:43:52] Binding thread 0 to cpu 0
[2014-06-29 12:43:52] 4 miner threads started, using 'scrypt' algorithm.
[2014-06-29 12:43:52] Binding thread 3 to cpu 3
[2014-06-29 12:43:52] Binding thread 2 to cpu 2
[2014-06-29 12:43:52] Binding thread 1 to cpu 1
[2014-06-29 12:43:52] No payout address provided
[2014-06-29 12:43:52] json_rpc_call failed, retry after 30 seconds
[2014-06-29 12:44:22] No payout address provided
[2014-06-29 12:44:22] json_rpc_call failed, retry after 30 seconds
[2014-06-29 12:44:52] No payout address provided
[2014-06-29 12:44:52] json_rpc_call failed, retry after 30 seconds
[2014-06-29 12:45:22] No payout address provided
[2014-06-29 12:45:22] json_rpc_call failed, retry after 30 seconds


"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
BioMike
Legendary
*
Offline Offline

Activity: 1658
Merit: 1001


View Profile
June 29, 2014, 11:03:37 AM
 #2242

Add -addr=<Adress>, maybe?
veertje
Legendary
*
Offline Offline

Activity: 952
Merit: 1000


View Profile
June 29, 2014, 12:12:48 PM
 #2243

Total jackpot now about 140,000 NLG for the match Netherlands vs Mexico  Cool

http://nlgcup.com/#/match/1Bv2A
paulus51
Sr. Member
****
Offline Offline

Activity: 616
Merit: 321



View Profile
June 29, 2014, 12:29:03 PM
 #2244

Add -addr=<Adress>, maybe?

i did try that also error keeps coming......

i did read about a coinbase -coinbase option with the -address= option

so il keep trying an reading it must work ;-)
paulus51
Sr. Member
****
Offline Offline

Activity: 616
Merit: 321



View Profile
June 29, 2014, 12:31:50 PM
 #2245

Total jackpot now about 140,000 NLG for the match Netherlands vs Mexico  Cool

http://nlgcup.com/#/match/1Bv2A


real funny q/a :

[ Q ] If I hack your servers, will I be rich?

[ A ] No. There are no coins stored online. The private keys for Gcup (and change) addresses are on an offline machine at a secret location.

lol
paulus51
Sr. Member
****
Offline Offline

Activity: 616
Merit: 321



View Profile
June 29, 2014, 12:48:25 PM
Last edit: June 29, 2014, 01:20:07 PM by paulus51
 #2246

well i know it is not preferable but i want to learn my settings and how it works ;-) il give that a try ,

because i want to know ;-)


Quote
So in your case minerd -a scrypt -o http://myip:myport -O userid from guldencoin.conf: password from guldencoin.conf

if i do that il get the jason error :

C:\CPUminer>minerd -a scrypt -o http://myip:myport -O username:password  [ from guldencoin.conf ]

[2014-06-29 12:43:52] Binding thread 0 to cpu 0
[2014-06-29 12:43:52] 4 miner threads started, using 'scrypt' algorithm.
[2014-06-29 12:43:52] Binding thread 3 to cpu 3
[2014-06-29 12:43:52] Binding thread 2 to cpu 2
[2014-06-29 12:43:52] Binding thread 1 to cpu 1
[2014-06-29 12:43:52] No payout address provided
[2014-06-29 12:43:52] json_rpc_call failed, retry after 30 seconds
[2014-06-29 12:44:22] No payout address provided
[2014-06-29 12:44:22] json_rpc_call failed, retry after 30 seconds
[2014-06-29 12:44:52] No payout address provided
[2014-06-29 12:44:52] json_rpc_call failed, retry after 30 seconds
[2014-06-29 12:45:22] No payout address provided
[2014-06-29 12:45:22] json_rpc_call failed, retry after 30 seconds





so here is a quote from the github documentation minerd :

minerd \-a sha256d \-o http://localhost:18332 \-O rpcuser:rpcpass \\
   \-\-coinbase\-addr=mpXwg4jMtRhuSpVq4xS3HFHmCmWp9NyGKt


minerd.exe =ok
-a algo = ok
localaddres = ok
rpc user = ok
rpc pass = ok
addres=not working ?

from running minerd :


C:\CPUminer>minerd -a scrypt -o http://myip:myport -O username:password  -addr=GcfkiZPaqMyNumezFVUgKqgYXEsLDu1FQM

minerd: unknown algorithm -- 'ddr=GcfkiZPaqMyNumezFVUgKqgYXEsLDu1FQM'
Try `minerd --help' for more information.

C:\CPUminer>pause
Press any key to continue . . .


well its odd because i use the standard options so how to go further ..........


oke so now i have it working with these settings !   look here :

i made a test account so now minerd AND cudaminer working together : SOLO

start your wallet with the  - server option let it sync completely then start your miners :

minerd -a scrypt -o http://192.168.0.17:9232 -O paulus51:password  --coinbase-addr=GcfkiZPaqMyNumezFVUgKqgYXEsLDu1FQM  [ running at +/- 100khash/s ] CPU at 70 degrees
 
cudaminer.exe  -o http://192.168.0.17:9232 -u paulus51 -p password -i 0 -H 1 -l T4x24                                                         [ running at +/- 240khash/s ] GPU at 60 degrees                                                          


thats how you set up CPU mining and GPU mining without the slow wallet miner , it is not preferable ofc, but for testing and learning matters i did it ! ;-)


BioMike
Legendary
*
Offline Offline

Activity: 1658
Merit: 1001


View Profile
June 29, 2014, 01:44:05 PM
 #2247

Quote
C:\CPUminer>minerd -a scrypt -o http://myip:myport -O username:password  -addr=GcfkiZPaqMyNumezFVUgKqgYXEsLDu1FQM

minerd: unknown algorithm -- 'ddr=GcfkiZPaqMyNumezFVUgKqgYXEsLDu1FQM'
Try `minerd --help' for more information.

Ah, so I misread that... -addr should be --coinbase-addr, great that it works now.
paulus51
Sr. Member
****
Offline Offline

Activity: 616
Merit: 321



View Profile
June 29, 2014, 03:09:06 PM
 #2248

Quote
C:\CPUminer>minerd -a scrypt -o http://myip:myport -O username:password  -addr=GcfkiZPaqMyNumezFVUgKqgYXEsLDu1FQM

minerd: unknown algorithm -- 'ddr=GcfkiZPaqMyNumezFVUgKqgYXEsLDu1FQM'
Try `minerd --help' for more information.

Ah, so I misread that... -addr should be --coinbase-addr, great that it works now.

yep it was a search but i found it ;-)
Svener
Hero Member
*****
Offline Offline

Activity: 502
Merit: 500


View Profile
June 29, 2014, 05:38:30 PM
 #2249

Dutch got unlucky with the weather.
/GeertJohan
Sr. Member
****
Offline Offline

Activity: 409
Merit: 250


View Profile
June 29, 2014, 07:50:14 PM
 #2250

Dutch got unlucky with the weather.

But what a match! Last 10 minutes completely turned the game  Grin
WaterLooDown
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


View Profile
June 30, 2014, 08:51:03 AM
 #2251

Should we be listed on Coinwarz?

Hi All,

As a community we need to decide if we want NLG listed on coinwarz and if so in the next 4 weeks we would most likely need to look at DGW or Digishield.

So lets continue from here and I will tally up the votes from peoples responses on here. I don't want to do a poll as people outside our community would votes.
Also give your reason for being pro or negagive towards coinwarz listing.


https://developer.gulden.com/blog/ - For the latest Gulden development updates
paulus51
Sr. Member
****
Offline Offline

Activity: 616
Merit: 321



View Profile
June 30, 2014, 09:24:09 AM
Last edit: June 30, 2014, 09:42:38 AM by paulus51
 #2252

no !

in gods name just hold them i see it with allot other shitcoins, they come out , put them directly on exchanges for fast money, coin is to gonna die !


i truly hate that kind of progress with a coin , be serious with a coin  , let people hold them, let it  grow, that makes it interesting to mine


if i could make a good coin i would not let in on exchange for long time i hate fast greedy people just all for the money !


if holding  eventually the coin will be worth allot more then the pennies on a exchange


any kind of donations are appreciated , link down below in signature
24Kilo
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250


View Profile
June 30, 2014, 09:29:05 AM
 #2253

NLG should ABSOLUTELY NOT be listed on Coinwarz!!!!

As for changing the block retargeting algo, if there is a need for a hard fork or wallet upgrade, then I would recommend upgrading to Digishield at the time. Hardforking just to switch to Digishield is unnecessary energy and effort that could be spend building end-user infrastructure.

With Apple Computer's recent announcement that they will accept crypto apps into the App store, I would focus on building an IOS app as soon as possible. Much better expenditure of resources.

WaterLooDown
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


View Profile
June 30, 2014, 09:35:56 AM
 #2254

NLG should ABSOLUTELY NOT be listed on Coinwarz!!!!

As for changing the block retargeting algo, if there is a need for a hard fork or wallet upgrade, then I would recommend upgrading to Digishield at the time. Hardforking just to switch to Digishield is unnecessary energy and effort that could be spend building end-user infrastructure.

With Apple Computer's recent announcement that they will accept crypto apps into the App store, I would focus on building an IOS app as soon as possible. Much better expenditure of resources.



Thanks kilo,

Guys please keep the discussion coming, once we hit a conclusion we either need to all mail coinwarz to remove us from the voting list or we need to get voting. I am not going to give my opinion on it as I don't want to sway people either way.

https://developer.gulden.com/blog/ - For the latest Gulden development updates
veertje
Legendary
*
Offline Offline

Activity: 952
Merit: 1000


View Profile
June 30, 2014, 09:41:06 AM
 #2255

NLG should ABSOLUTELY NOT be listed on Coinwarz!!!!

As for changing the block retargeting algo, if there is a need for a hard fork or wallet upgrade, then I would recommend upgrading to Digishield at the time. Hardforking just to switch to Digishield is unnecessary energy and effort that could be spend building end-user infrastructure.

With Apple Computer's recent announcement that they will accept crypto apps into the App store, I would focus on building an IOS app as soon as possible. Much better expenditure of resources.



I agree totally. I am not voting anymore on coinwarz and efforts should be put in IOS app. More people asking for it.
Meije
Full Member
***
Offline Offline

Activity: 192
Merit: 100


View Profile
June 30, 2014, 10:17:22 AM
 #2256

NLG should ABSOLUTELY NOT be listed on Coinwarz!!!!

As for changing the block retargeting algo, if there is a need for a hard fork or wallet upgrade, then I would recommend upgrading to Digishield at the time. Hardforking just to switch to Digishield is unnecessary energy and effort that could be spend building end-user infrastructure.

With Apple Computer's recent announcement that they will accept crypto apps into the App store, I would focus on building an IOS app as soon as possible. Much better expenditure of resources.



I agree totally. I am not voting anymore on coinwarz and efforts should be put in IOS app. More people asking for it.
I Agree, i have also stopped voting on Coinwarz.
thsminer
Sr. Member
****
Offline Offline

Activity: 332
Merit: 250



View Profile
June 30, 2014, 10:34:46 AM
 #2257

Should we be listed on Coinwarz?

Hi All,

As a community we need to decide if we want NLG listed on coinwarz and if so in the next 4 weeks we would most likely need to look at DGW or Digishield.

So lets continue from here and I will tally up the votes from peoples responses on here. I don't want to do a poll as people outside our community would votes.
Also give your reason for being pro or negagive towards coinwarz listing.



Coinwarz No,
Digishield V2 Yes, possibly combined with other defence i.e. advanced checkpointing of some sort, to make implementation efficient.
Dallas5
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile WWW
June 30, 2014, 11:21:33 AM
 #2258

Congrats on having a coin that's actually being used in stores!

how much NLGcoin is a sandwich in Subway?

markanth
Full Member
***
Offline Offline

Activity: 138
Merit: 100


View Profile WWW
June 30, 2014, 11:27:49 AM
 #2259

I vote no for coinwarz.   Guldencoin is listed on another 'profitability' site named whattomine.com but I no longer see it listed on the main page, although there is still a page dedicated to Guldencoin there. http://www.whattomine.com/coins/64-nlg-scrypt .  Looking forward to news on the IOS front.    Keep up the good work devs!

NLG charts, richlist, and mining stats - http://nlgstats.nl
pijpenstelen
Sr. Member
****
Offline Offline

Activity: 407
Merit: 250



View Profile
June 30, 2014, 11:51:48 AM
 #2260

Congrats on having a coin that's actually being used in stores!

how much NLGcoin is a sandwich in Subway?

The last I checked it was around +-8500 Smiley

        ▄▄███████████▄▄       
     ▄██████▀▀▀▀▀▀▀██████▄    
    ████▀             ▀████▄  
  ▄███▀    ▄▄▄████▄▄    ▀████ 
 ▐███     ██████████▀     ███▌
 ███▌    ██████▀▀        ▄███▌
▐███    ▐████▄      ▄▄▄██████▌
▐███▌  ▄████████▄▄██████████▀
 ████████▀█████████████▀▀▀    
  ████▌    ▀▀██████▀▀      ▄▄
   ▀████▄              ▄▄████▌
     ▀█████▄▄▄    ▄▄▄██████▀▀
       ▀▀██████████████▀▀     
             ▀▀▀▀▀▀           
█████████████████████████████████████████████████████   READ OUR WHITEPAPER   ██████████
.
CREATE YOUR DECENTRALIZED LIFE
.
████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████



        ▄▄███████████▄▄       
     ▄██████▀▀▀▀▀▀▀██████▄    
    ████▀             ▀████▄  
  ▄███▀    ▄▄▄████▄▄    ▀████ 
 ▐███     ██████████▀     ███▌
 ███▌    ██████▀▀        ▄███▌
▐███    ▐████▄      ▄▄▄██████▌
▐███▌  ▄████████▄▄██████████▀
 ████████▀█████████████▀▀▀    
  ████▌    ▀▀██████▀▀      ▄▄
   ▀████▄              ▄▄████▌
     ▀█████▄▄▄    ▄▄▄██████▀▀
       ▀▀██████████████▀▀     
             ▀▀▀▀▀▀           
Pages: « 1 ... 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 [113] 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 ... 676 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!