Bitcoin Forum
April 26, 2024, 06:47:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Do you Accept Komodo ICO conversion vs Reject Komodo ICO conversion and fund new dev team?
Accept - 145 (68.7%)
Reject - 66 (31.3%)
Total Voters: 211

Pages: « 1 ... 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 164 165 166 167 ... 547 »
  Print  
Author Topic: BTCD is no more  (Read 1328437 times)
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
July 26, 2014, 08:22:50 AM
 #2321

Well, the debugging of the exchange data gathering went faster than expected. It just sort of worked after a few minor issues.

http://209.126.70.170/exchange_data has a Mac only version that will create an exchanges subdirectory and start gathering data for the pairs in the MGW.conf file which needs to be in your home directory.

You will need around 12 hours of data to be able to see good charts, so if you have a Mac, hopefully you can start gathering the data while I finish the display stuff.

Here is a sample MGW.conf file between the "###" lines
###
{
"MAINNET":1, "ORIGBLOCK":"16232361214057123821",
"active":["DOGE"],
"coins":[
{"name":"BTC","conf":"/home/root/.bitcoin/bitcoin.conf","asset":"4551058913252105307","txfee":0.0001,"NXTfee_equiv":0.0001,"rpc":"127.0.0.1:8332","blockheight":300797,"forkblockheight":308539,"minconfirms":3,"estblocktime":600},
{"name":"LTC","conf":"/home/root/.litecoin/litecoin.conf","asset":"2881764795164526882","txfee":0.001,"NXTfee_equiv":0.01,"rpc":"127.0.0.1:9332","blockheight":564980,"forkblockheight":594965,"minconfirms":5,"estblocktime":150},
{"name":"DRK","conf":"/home/root/.darkcoin/darkcoin.conf","asset":"17353118525598940144","txfee":0.01,"NXTfee_equiv":0.01,"rpc":"127.0.0.1:9998","blockheight":49594,"forkblockheight":0,"minconfirms":7,"estblocktime":150},
{"name":"BTCD","useaddmultisig":1,"nohexout":1,"conf":"/home/root/.BitcoinDark/BitcoinDark.conf","asset":"11060861818140490423","txfee":0.0001,"NXTfee_equiv":0.1,"rpc":"127.0.0.1:14632","blockheight":16000,"forkblockheight":0,"minconfirms":3,"estblocktime":60},
{"name":"DOGE","conf":"/home/root/.Dogecoin/dogecoin.conf","asset":"11749590149008849562","txfee":1.0,"NXTfee_equiv":200.0,"rpc":"127.0.0.1:22555","blockheight":250000,"forkblockheight":0,"minconfirms":3,"estblocktime":60}
],
"timezone":"-3",
"bittrex":[["BTCD","BTC"]],"cryptsy":[["BTCD","BTC"],["NXT","BTC"]],"poloniex":[["BTCD","BTC"],["NXT","BTC"]],"bter":[["NXT","BTC"]],"mintpal":[["LTC","BTC"]],"NXT":[["BTC","NXT"]]
}
###
You really only need the last part where the exchanges are listed. For "NXT" as the exchange, only coins specified in the "coins" field will work and the second part needs to be "NXT". For all the other exchanges, you should be able to put in any coin that they trade, though you probable need to put it in the right order to match how they are trading it.

Supported exchanges: "NXT", "bittrex", "cryptsy", "poloniex","bter" and "mintpal"

The time displayed will adjust by the "timezone" specified hours and should take into account daylight savings for USA peoples

The program loads the orderbooks of the specified pairs, no more frequently than once per second to an exchange and additionally no more frequently than once per ten seconds for a specific pair. This should get most all of the price changes without getting you blacklisted by the exchanges for abusing their API. Each time the top of the orderbook changes, it prints out the details and also adds an entry to a binary file.

Tomorrow, I will process this file and start getting some simple charts displayed to verify proper data and then finally I can code some tradebot logic, hopefully on Sunday

James

P.S. Please post any bugs that you find, it is really strange that it just worked the first time for all the exchanges, especially since they all have different syntax, especially mintpal and NXT

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714157242
Hero Member
*
Offline Offline

Posts: 1714157242

View Profile Personal Message (Offline)

Ignore
1714157242
Reply with quote  #2

1714157242
Report to moderator
1714157242
Hero Member
*
Offline Offline

Posts: 1714157242

View Profile Personal Message (Offline)

Ignore
1714157242
Reply with quote  #2

1714157242
Report to moderator
threecats
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
July 26, 2014, 08:28:09 AM
 #2322

Well, the debugging of the exchange data gathering went faster than expected. It just sort of worked after a few minor issues.

http://209.126.70.170/exchange_data has a Mac only version that will create an exchanges subdirectory and start gathering data for the pairs in the MGW.conf file, that also needs to be in the same directory as you run the exchange_data program.

You will need around 12 hours of data to be able to see good charts, so if you have a Mac, hopefully you can start gathering the data while I finish the display stuff.

Here is a sample MGW.conf file between the "###" lines
###
{
"MAINNET":1, "ORIGBLOCK":"16232361214057123821",
"active":["DOGE"],
"coins":[
{"name":"BTC","conf":"/home/root/.bitcoin/bitcoin.conf","asset":"4551058913252105307","txfee":0.0001,"NXTfee_equiv":0.0001,"rpc":"127.0.0.1:8332","blockheight":300797,"forkblockheight":308539,"minconfirms":3,"estblocktime":600},
{"name":"LTC","conf":"/home/root/.litecoin/litecoin.conf","asset":"2881764795164526882","txfee":0.001,"NXTfee_equiv":0.01,"rpc":"127.0.0.1:9332","blockheight":564980,"forkblockheight":594965,"minconfirms":5,"estblocktime":150},
{"name":"DRK","conf":"/home/root/.darkcoin/darkcoin.conf","asset":"17353118525598940144","txfee":0.01,"NXTfee_equiv":0.01,"rpc":"127.0.0.1:9998","blockheight":49594,"forkblockheight":0,"minconfirms":7,"estblocktime":150},
{"name":"BTCD","useaddmultisig":1,"nohexout":1,"conf":"/home/root/.BitcoinDark/BitcoinDark.conf","asset":"11060861818140490423","txfee":0.0001,"NXTfee_equiv":0.1,"rpc":"127.0.0.1:14632","blockheight":16000,"forkblockheight":0,"minconfirms":3,"estblocktime":60},
{"name":"DOGE","conf":"/home/root/.Dogecoin/dogecoin.conf","asset":"11749590149008849562","txfee":1.0,"NXTfee_equiv":200.0,"rpc":"127.0.0.1:22555","blockheight":250000,"forkblockheight":0,"minconfirms":3,"estblocktime":60}
],
"timezone":"-3",
"bittrex":[["BTCD","BTC"]],"cryptsy":[["BTCD","BTC"],["NXT","BTC"]],"poloniex":[["BTCD","BTC"],["NXT","BTC"]],"bter":[["NXT","BTC"]],"mintpal":[["LTC","BTC"]],"NXT":[["BTC","NXT"]]
}
###
You really only need the last part where the exchanges are listed. For "NXT" as the exchange, only coins specified in the "coins" field will work and the second part needs to be "NXT". For all the other exchanges, you should be able to put in any coin that they trade, though you probable need to put it in the right order to match how they are trading it.

Supported exchanges: "NXT", "bittrex", "cryptsy", "poloniex","bter" and "mintpal"

The time displayed will adjust by the "timezone" specified hours and should take into account daylight savings for USA peoples

The program loads the orderbooks of the specified pairs, no more frequently than once per second to an exchange and additionally no more frequently than once per ten seconds for a specific pair. This should get most all of the price changes without getting you blacklisted by the exchanges for abusing their API. Each time the top of the orderbook changes, it prints out the details and also adds an entry to a binary file.

Tomorrow, I will process this file and start getting some simple charts displayed to verify proper data and then finally I can code some tradebot logic, hopefully on Sunday

James

P.S. Please post any bugs that you find, it is really strange that it just worked the first time for all the exchanges, especially since they all have different syntax, especially mintpal and NXT

dude do you ever sleep ....?    Cheesy
Azeh (OP)
Sr. Member
****
Offline Offline

Activity: 441
Merit: 500


View Profile
July 26, 2014, 08:37:26 AM
 #2323

Updated Announcements on OP!

Mac Testers wanted: https://bitcointalk.org/index.php?topic=684090.msg8032283#msg8032283
gitbknowsall
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
July 26, 2014, 08:40:35 AM
 #2324

Updated Announcements on OP!

Mac Testers wanted: https://bitcointalk.org/index.php?topic=684090.msg8032283#msg8032283

hey ill test, wanna take a break from fixing the scss for the site, going to test it out with the nxt interface next which i will also have to make a scss style sheet for to make future deployment and color changes super easy.
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
July 26, 2014, 08:52:06 AM
 #2325

Updated Announcements on OP!

Mac Testers wanted: https://bitcointalk.org/index.php?topic=684090.msg8032283#msg8032283

hey ill test, wanna take a break from fixing the scss for the site, going to test it out with the nxt interface next which i will also have to make a scss style sheet for to make future deployment and color changes super easy.
It would be good if you are able to run this and have it gather data, then when I get display working you can see how it looks within new GUI

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
gitbknowsall
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
July 26, 2014, 08:54:00 AM
 #2326

hey that same library issue is happening again, should i just build it off the github repo ?


Code:

$ ./exchange_data
dyld: Library not loaded: /Users/jimbolaptop/libwebsockets/lib/lib/libwebsockets.dylib
  Referenced from: /Users/MacPro/./exchange_data
  Reason: image not found
Trace/BPT trap: 5
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
July 26, 2014, 08:55:54 AM
 #2327

hey that same library issue is happening again, should i just build it off the github repo ?


Code:

$ ./exchange_data
dyld: Library not loaded: /Users/jimbolaptop/libwebsockets/lib/lib/libwebsockets.dylib
  Referenced from: /Users/MacPro/./exchange_data
  Reason: image not found
Trace/BPT trap: 5
If you have a build environment, then yes

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
July 26, 2014, 09:33:09 AM
 #2328

hey that same library issue is happening again, should i just build it off the github repo ?


Code:

$ ./exchange_data
dyld: Library not loaded: /Users/jimbolaptop/libwebsockets/lib/lib/libwebsockets.dylib
  Referenced from: /Users/MacPro/./exchange_data
  Reason: image not found
Trace/BPT trap: 5
If you have a build environment, then yes

for pNXTd you need to invoke it with "exchanges" as a command line parameter to put it into exchange data gathering mode

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jeezy
Legendary
*
Offline Offline

Activity: 1237
Merit: 1010



View Profile
July 26, 2014, 12:34:51 PM
 #2329

hey guys, I have lowered the payout threshhold to 0.5 BTCD on BTCDPool.com - next payout cycle will include everyone over 0.5 BTCD

great news! i hope see my payout very soon!!  Grin

I've mined there for a day which should result in well over 0.5BTCD, yet still no automated payout. He also isn't replying to message or in the threads. Will stay away for now until he responses and clears things up.
crackfoo
Legendary
*
Offline Offline

Activity: 3444
Merit: 1126



View Profile WWW
July 26, 2014, 01:03:01 PM
 #2330

hey guys, I have lowered the payout threshhold to 0.5 BTCD on BTCDPool.com - next payout cycle will include everyone over 0.5 BTCD

great news! i hope see my payout very soon!!  Grin

I've mined there for a day which should result in well over 0.5BTCD, yet still no automated payout. He also isn't replying to message or in the threads. Will stay away for now until he responses and clears things up.

Have you used my pool? The official BTCD multipool: http://btcd.xpool.ca

Cheers!

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
M3kk
Full Member
***
Offline Offline

Activity: 128
Merit: 100


View Profile
July 26, 2014, 01:42:26 PM
 #2331

Hello, what KHs can i get with a ~220 MHs SHA-256 miner?

Ty.
clovis A.
Legendary
*
Offline Offline

Activity: 1206
Merit: 1000



View Profile
July 26, 2014, 01:50:26 PM
 #2332

Updated OP!

A new website with a bounty system should be ready for launch soon (hopefully today), after which new developments should be occurring more frequently.

In the meantime, you can play a new game for BTCD here: btcd.dogeofwallstreet.com/

Oooh, I'm liking the new look to the OP. Nicely done, glad you decided to use that picture!

As far as testers go, what technical knowledge will be necessary to take part in testing?

.
|
.
.
|
s i a
.
|
.
.
|
.
.
|
.
.
|
.
.
|
.
Cloud storage is about to change
                          Are you ready?
clovis A.
Legendary
*
Offline Offline

Activity: 1206
Merit: 1000



View Profile
July 26, 2014, 01:58:43 PM
 #2333

400 scam cryptocurrencies and you ladies think this one is any different.  LOL  Maybe it is.  Why release a coin and then build it?  Why not code it and then release?  A little common sense goes a long way. 

What's with the bots trading on Cryptsy anyway?  Is that supporting the price while you code or is it price fixing while you stall?  Time will tell. 

Sorry if I'm a bit skeptical, been burned too many times to count to trust a faceless name especially a former Forex trader.  Oh wait I forgot Instantdex is going to be the next JP morgan, or something like that.  Where have i heard that one before? LOL  We'll see. 

I don't trust this coin is not another huge disaster waiting to happen.   I completely expect that this coin will collapse at any minute.  A lot of people may be getting ready to lose a lot of money if this turns out to be a scam.   Even if it's not a scam the price could crash at any minute due to incompetence.  Buyer beware.

Everyone remember when Obama tried to convince everyone he was like Jesus?  "...contrary to popular opinion I was not born in a manger..." yada yada  Well that turned out not to be true also. 


Bitcoindark is going above DRK.  It's going to be in the top ten on Coinmarketcap. etc. etc.  Empty promises. 



Just code the damn coin and release it like Satoshi did.  Save the empty promises for someone who gives a crap.




Look man, we've all fallen prey to scamcoins in some form or fashion.  Whether completed at launch or not, nobody is making you put money into any project.  That's the beauty of it, imo.  Invest at your own risk, right?  If you read the entire thread, you'll see the development team has been more than open about their progress. James shares more of his coding here than any developer in any thread i've read.  Sometimes you gotta go with your gut....... and my gut tells me I'm in the right spot.   

.
|
.
.
|
s i a
.
|
.
.
|
.
.
|
.
.
|
.
.
|
.
Cloud storage is about to change
                          Are you ready?
clovis A.
Legendary
*
Offline Offline

Activity: 1206
Merit: 1000



View Profile
July 26, 2014, 02:03:38 PM
 #2334

Looks good

What up damiano, since i finished reading this thread yesterday, I've been wanting to ask you something.  I know you were pointing something like 3 terahashes at this launch; how many coins were you able to mine in the first day of the POW stage? Just curious and envious, not trying to be in your business so no response is necessary.

Peace

.
|
.
.
|
s i a
.
|
.
.
|
.
.
|
.
.
|
.
.
|
.
Cloud storage is about to change
                          Are you ready?
mellorbo
Hero Member
*****
Offline Offline

Activity: 620
Merit: 500


View Profile
July 26, 2014, 03:18:13 PM
 #2335

anybody know how accurate the estimated time untill a block is staked? i know it wont be bang on but is it close?
jeezy
Legendary
*
Offline Offline

Activity: 1237
Merit: 1010



View Profile
July 26, 2014, 04:17:11 PM
 #2336

hey guys, I have lowered the payout threshhold to 0.5 BTCD on BTCDPool.com - next payout cycle will include everyone over 0.5 BTCD

great news! i hope see my payout very soon!!  Grin

I've mined there for a day which should result in well over 0.5BTCD, yet still no automated payout. He also isn't replying to message or in the threads. Will stay away for now until he responses and clears things up.

Have you used my pool? The official BTCD multipool: http://btcd.xpool.ca

Cheers!

Why not implement password d=XXXX so that competent miners can set their own difficulty?
damiano
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000


103 days, 21 hours and 10 minutes.


View Profile
July 26, 2014, 04:20:58 PM
 #2337

Cheap coins
crackfoo
Legendary
*
Offline Offline

Activity: 3444
Merit: 1126



View Profile WWW
July 26, 2014, 04:25:00 PM
 #2338

hey guys, I have lowered the payout threshhold to 0.5 BTCD on BTCDPool.com - next payout cycle will include everyone over 0.5 BTCD

great news! i hope see my payout very soon!!  Grin

I've mined there for a day which should result in well over 0.5BTCD, yet still no automated payout. He also isn't replying to message or in the threads. Will stay away for now until he responses and clears things up.

Have you used my pool? The official BTCD multipool: http://btcd.xpool.ca

Cheers!

Why not implement password d=XXXX so that competent miners can set their own difficulty?

There's no need to make it more complicated than it has to be. I've made adjustments and tweaks to stratum already based on feedback from miners... Haven't heard any issues since.

Cheers!

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
bitkokos
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500

0_0


View Profile
July 26, 2014, 04:37:07 PM
 #2339

hey guys, I have lowered the payout threshhold to 0.5 BTCD on BTCDPool.com - next payout cycle will include everyone over 0.5 BTCD

great news! i hope see my payout very soon!!  Grin

I've mined there for a day which should result in well over 0.5BTCD, yet still no automated payout. He also isn't replying to message or in the threads. Will stay away for now until he responses and clears things up.

Have you used my pool? The official BTCD multipool: http://btcd.xpool.ca

Cheers!

I have tried it and I can say that if I mine LTC and exchange it for BTCD is x3 more profitable.

O_o
paradigmflux
Sr. Member
****
Offline Offline

Activity: 378
Merit: 254

small fry


View Profile WWW
July 26, 2014, 05:01:43 PM
 #2340

hey all
sorry, the automated payout system had gone into MANUAL mode last night so I kicked it off early this morning. (it had because I had forgot to re-enable one of the sanity checks that it uses so the sanity check had failed and it only sends out the automated payouts if the sanity checks all pass.
everyone in excess of 0.5 btcd has been paid out, please post in this thread if you did not receieve your payout.  there is also a worker who is owed ~11 btcd who was not using a valid BTCD address as the worker name.  if you own that worker, please pm the full worker name (and your correct BTCD address) so that I can get you your coins!

thanks all

---
NXT Multipool! Mine Scrypt, SHA, Keccak or X11 for NXT! http://hashrate.org
http://hashrate.org/getting_started for port info!
Pages: « 1 ... 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 164 165 166 167 ... 547 »
  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!