Bitcoin Forum
May 03, 2024, 07:24:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 [256] 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 ... 311 »
5101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 14, 2014, 02:40:19 AM
is there a guide to setting up a privacy server on debian/ubuntu anywhere?
Posted from Bitcointa.lk - #3IkMOkiPGm6DWIBy
It will be just to install BitcoinDarkd and make the appropriate entries in the .conf file, also will need a NXT core running and whatever other coin daemons you want your tradebots to have access to.

Now I think the build process might become a bit more complicated as you will need to get:
libcurl, libwebsockets, libnacl, and gzip but for ubuntu these are pretty standard and probably:
-lcurl -lwebsockets -lnacl -lz -luv

The above link extras will allow it to link libjl777

James

Can the wallets be shared with other applications or will they need to be didicated to the NXT core?

Thanks
I dont understand the question. NXT doesnt use wallets, the account is linked to the password and I am using the privkey for a BTCD address as the password, so a public BTCD address automatically maps to a NXT address. In a sense the NXT "wallet" is contained in your BTCD wallet. You can choose any address to use as your public address

Maybe you can describe your use case and I can explain better

James

Sorry I meant to say coin daemons. For example, I already 30 or so coin daemons at my disposal. Can I utilize those for currencies I would use trade bots with or do I need an all new set, specifically for the privacy server.
Wow 30 daemons running stable on one server! You can use the same ones, just need to add a JSON entry for each coin:

{"name":"BTC","conf":"/home/root/.bitcoin/bitcoin.conf","asset":"4551058913252105307","rpc":"127.0.0.1:8332","minconfirms":3,"estblocktime":600},

This will allow the tradebot to know how to communicate with each coin's daemon

Yup actually, way underestimated that, I'm at 62 now. It's my coin master and dedicated for providing the daemons/wallets for my pools. So looks like the privacyserver would have to be local to the wallets. Would there be any way to provide authentication details for remote access? I say remote, but simply another machine on the same private network.


I think you could put the requesting server's IP address in the rpcallow field, so only your server can access the daemon's remotely.
If that wont work, I could add some authentication JSON fields to the .conf file, just let me know what you need

Yes that's what I do now, but just looking at the json you posted, the credentials are expected in a file location?
I parse the bitcoin.conf file to get the credentials, so specifying the location of the .conf file authorizes access

figured as much. so if I'm running a privacy server on a different box, I could just copy all the .conf's over, but perhaps having them in the json would be more flexible?
5102  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚒[CGA] Cryptographic Anomaly - The Elusive Coin⚒ Update to 1.3.4.1 ASAP! on: August 14, 2014, 02:35:57 AM
My wallet is stuck on block 183471 for an hour now.

Another fork?

I really like this coin and the math behind it but it IS a PITA anymore.

Any ideas on where to go to get the "correct" blockchain updated?

 Roll Eyes

Nope, you should be near:

     "blocks" : 267863,

My wallets are on the proper chain.

These are the nodes I'm using:

addnode=94.242.222.27
addnode=149.210.168.71
addnode=5.45.105.66
addnode=193.95.253.142
addnode=162.243.6.127
addnode=217.25.229.70

$ cryptographicanomalyd getmininginfo
{
    "blocks" : 267863,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.52907981,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "networkhashps" : 22250825,
    "pooledtx" : 0,
    "testnet" : false
}
5103  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 14, 2014, 02:34:56 AM
is there a guide to setting up a privacy server on debian/ubuntu anywhere?
Posted from Bitcointa.lk - #3IkMOkiPGm6DWIBy
It will be just to install BitcoinDarkd and make the appropriate entries in the .conf file, also will need a NXT core running and whatever other coin daemons you want your tradebots to have access to.

Now I think the build process might become a bit more complicated as you will need to get:
libcurl, libwebsockets, libnacl, and gzip but for ubuntu these are pretty standard and probably:
-lcurl -lwebsockets -lnacl -lz -luv

The above link extras will allow it to link libjl777

James

Can the wallets be shared with other applications or will they need to be didicated to the NXT core?

Thanks
I dont understand the question. NXT doesnt use wallets, the account is linked to the password and I am using the privkey for a BTCD address as the password, so a public BTCD address automatically maps to a NXT address. In a sense the NXT "wallet" is contained in your BTCD wallet. You can choose any address to use as your public address

Maybe you can describe your use case and I can explain better

James

Sorry I meant to say coin daemons. For example, I already 30 or so coin daemons at my disposal. Can I utilize those for currencies I would use trade bots with or do I need an all new set, specifically for the privacy server.
Wow 30 daemons running stable on one server! You can use the same ones, just need to add a JSON entry for each coin:

{"name":"BTC","conf":"/home/root/.bitcoin/bitcoin.conf","asset":"4551058913252105307","rpc":"127.0.0.1:8332","minconfirms":3,"estblocktime":600},

This will allow the tradebot to know how to communicate with each coin's daemon

Yup actually, way underestimated that, I'm at 62 now. It's my coin master and dedicated for providing the daemons/wallets for my pools. So looks like the privacyserver would have to be local to the wallets. Would there be any way to provide authentication details for remote access? I say remote, but simply another machine on the same private network.


I think you could put the requesting server's IP address in the rpcallow field, so only your server can access the daemon's remotely.
If that wont work, I could add some authentication JSON fields to the .conf file, just let me know what you need

Yes that's what I do now, but just looking at the json you posted, the credentials are expected in a file location?
5104  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 14, 2014, 02:28:17 AM
is there a guide to setting up a privacy server on debian/ubuntu anywhere?
Posted from Bitcointa.lk - #3IkMOkiPGm6DWIBy
It will be just to install BitcoinDarkd and make the appropriate entries in the .conf file, also will need a NXT core running and whatever other coin daemons you want your tradebots to have access to.

Now I think the build process might become a bit more complicated as you will need to get:
libcurl, libwebsockets, libnacl, and gzip but for ubuntu these are pretty standard and probably:
-lcurl -lwebsockets -lnacl -lz -luv

The above link extras will allow it to link libjl777

James

Can the wallets be shared with other applications or will they need to be didicated to the NXT core?

Thanks
I dont understand the question. NXT doesnt use wallets, the account is linked to the password and I am using the privkey for a BTCD address as the password, so a public BTCD address automatically maps to a NXT address. In a sense the NXT "wallet" is contained in your BTCD wallet. You can choose any address to use as your public address

Maybe you can describe your use case and I can explain better

James

Sorry I meant to say coin daemons. For example, I already 30 or so coin daemons at my disposal. Can I utilize those for currencies I would use trade bots with or do I need an all new set, specifically for the privacy server.
Wow 30 daemons running stable on one server! You can use the same ones, just need to add a JSON entry for each coin:

{"name":"BTC","conf":"/home/root/.bitcoin/bitcoin.conf","asset":"4551058913252105307","rpc":"127.0.0.1:8332","minconfirms":3,"estblocktime":600},

This will allow the tradebot to know how to communicate with each coin's daemon

Yup actually, way underestimated that, I'm at 62 now. It's my coin master and dedicated for providing the daemons/wallets for my pools. So looks like the privacyserver would have to be local to the wallets. Would there be any way to provide authentication details for remote access? I say remote, but simply another machine on the same private network.

5105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 11:10:05 PM
is there a guide to setting up a privacy server on debian/ubuntu anywhere?
Posted from Bitcointa.lk - #3IkMOkiPGm6DWIBy
It will be just to install BitcoinDarkd and make the appropriate entries in the .conf file, also will need a NXT core running and whatever other coin daemons you want your tradebots to have access to.

Now I think the build process might become a bit more complicated as you will need to get:
libcurl, libwebsockets, libnacl, and gzip but for ubuntu these are pretty standard and probably:
-lcurl -lwebsockets -lnacl -lz -luv

The above link extras will allow it to link libjl777

James

Can the wallets be shared with other applications or will they need to be didicated to the NXT core?

Thanks
I dont understand the question. NXT doesnt use wallets, the account is linked to the password and I am using the privkey for a BTCD address as the password, so a public BTCD address automatically maps to a NXT address. In a sense the NXT "wallet" is contained in your BTCD wallet. You can choose any address to use as your public address

Maybe you can describe your use case and I can explain better

James

Sorry I meant to say coin daemons. For example, I already 30 or so coin daemons at my disposal. Can I utilize those for currencies I would use trade bots with or do I need an all new set, specifically for the privacy server.
5106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official Neocoin thread - Innovative PoS/PoW Coin with instant messages on: August 13, 2014, 10:40:01 PM
Thanks for info.

I will try the pool you have discovered

As I see you are in the neocoins I would Like to ask you about stake. It is working? I haven't received any stake interest. I suppose it is similar to other PoS coins: just have your wallet running

Regards


You have to wait 'about' 30 days from when they landed in the wallet to when they start to stake.  Because I have so few, mine show as 0.00 but my balance seems to creep up just that little bit each month.

PS if you look at the found list over on yonder iSpace you'll see I had a run of orphans too, no big deal it happens, hopefully the dev of any coin will iron it out..
I'm waiting on over 30k worth from ispace since July 25th.. and they have not responded, I wouldn't use them til they fix

You never wonder how they can offer 0% fees on ispace? Well now you do.
5107  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 10:24:25 PM
is there a guide to setting up a privacy server on debian/ubuntu anywhere?
Posted from Bitcointa.lk - #3IkMOkiPGm6DWIBy
It will be just to install BitcoinDarkd and make the appropriate entries in the .conf file, also will need a NXT core running and whatever other coin daemons you want your tradebots to have access to.

Now I think the build process might become a bit more complicated as you will need to get:
libcurl, libwebsockets, libnacl, and gzip but for ubuntu these are pretty standard and probably:
-lcurl -lwebsockets -lnacl -lz -luv

The above link extras will allow it to link libjl777

James

Can the wallets be shared with other applications or will they need to be didicated to the NXT core?

Thanks
5108  Economy / Services / Re: Looking for dev work on: August 13, 2014, 10:06:52 PM
I may need some help with node.js but don't have a project layed out. It's an existing site that needs further customizations...

Something you'd be able to work with?
Posted from Bitcointa.lk - #uhv6jXZYeCdYwvom
5109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 07:09:06 PM
is there a guide to setting up a privacy server on debian/ubuntu anywhere?
Posted from Bitcointa.lk - #3IkMOkiPGm6DWIBy
5110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XNC] XenCoin | Instant | Stable | Long term Support - New UPDATE!!! on: August 13, 2014, 06:57:00 PM
hrmmm... ok... didn't catch that.
Posted from Bitcointa.lk - #CypWnGQZQ6NvUAws
5111  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin (DarkSend) | No Premine | Runs 30% cooler than scrypt on: August 13, 2014, 05:02:44 PM
Lol, um I've already updated the pools. http:Mining.DarkcoinTalk.org

ahh yeha, but not here in the OP Smiley
Posted from Bitcointa.lk - #XjJEydpLEGUgVG2k
5112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin (DarkSend) | No Premine | Runs 30% cooler than scrypt on: August 13, 2014, 04:57:05 PM
It's very frustrating that after a month of work, nobody can be bothered to take a few minutes to update the OP!!!

I've been trying to get the multipool (www.xpool.ca) added there for a while too.... Still not.

Perhaps they can do a bunch of updates at once Wink
Posted from Bitcointa.lk - #UhFdozP5Xguk7Y7X
5113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TAC] TalkCoin | LAUNCHED | Crypto-Communications Currency | No Premine/IPO on: August 13, 2014, 04:22:24 PM
wow, that guy is getting atTAKed
Posted from Bitcointa.lk - #NHXQxoGxkdOhiFuf
5114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 04:20:06 PM
I will say though, both darks have a great development team behind them. I can't say that for any other coin out there.
Posted from Bitcointa.lk - #1X7niYI8kAm7zgBB
5115  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin (DarkSend) | No Premine | Runs 30% cooler than scrypt on: August 13, 2014, 04:17:14 PM
Price is rather odd. One would except at least some spike no? I'm not even a trader, but a holder, but this is slow.
There was a spike... then a drop... and now it's on route back up.
Posted from Bitcointa.lk - #KdloNdGbHtfTX1JG
5116  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin (DarkSend) | No Premine | Runs 30% cooler than scrypt on: August 13, 2014, 04:10:51 PM
I've updated the DarkCoin Multipool: www.xpool.ca

Cheers!
Posted from Bitcointa.lk - #14uB7FnTiIK8WSMb
5117  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 04:04:31 PM
they should be Wink
Posted from Bitcointa.lk - #50wwkjOa3BXC1jF5
5118  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XNC] XenCoin | Instant | Stable | Long term Support - New UPDATE!!! on: August 13, 2014, 01:30:39 PM
Can't seem to get my windows wallet syncd anymore...

I've set xenseed.liquidbbs.org as connect= but it's been a few days now...

Any thoughts? I've deleted it all and retried a couple times now.
Posted from Bitcointa.lk - #pphMmjChEx0deasL
5119  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][BETA][0%][XPOOL] Multipool paying in out in BTC on: August 13, 2014, 01:23:02 PM
The latest shift for the Darkcoin multipool paid out over 17 DRK.

Cheers!
Posted from Bitcointa.lk - #4Wzw6BatJeSrAptE
5120  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NEW FuelCoin - FC2 Re-Distribution x11/pos 2% interest on: August 13, 2014, 03:39:18 AM
I had my fuelcoin on bittrex, never downloaded a wallet.  Cant seem to pull my coins off the exchange.  Do I need to do anything or will bittrex take care of the swap?

You need to send a screenshot of your Bittrex balance to the FuelCoin dev team by submitting a request via the Contact Us form on their website:

http://vcfundamentals.com/Contact_1.php



Sent an email but no response.


There is no response, but you'll get you new FC2, once you've given them your new FC2 adress, aswell! =)

I seriously have no clue what the procedure is to go about exchanging my fuelcoin for FC2.  They are trapped on bittrex.  The form I'm supposed to fill out is really vauge, can someone help me out here?

just send a screenshot. not rocket science.

How?  Theres no option to send any kind of file in that link.

Fill out the form then reply to the email they'll send you.

I did this last night, how long do they take to respond?

Couple days perhaps.
Pages: « 1 ... 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 [256] 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 ... 311 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!