Bitcoin Forum
July 14, 2024, 05:00:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 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 »
4261  Economy / Exchanges / Re: [OFFICIAL]Bitfinex.com first Bitcoin P2P lending platform for leverage trading on: March 23, 2014, 06:05:15 PM
I have to say, with the new fee system, the hidden orders might be a problem. What if you think you just post a bid very close to the lowest ask but due to a hidden order your order is a taker order?
4262  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 23, 2014, 05:54:54 PM

ugh you linked reddit users to the main thread? start the fun machine!

Oh, is that not liked? I am mainly a lurker!
4263  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 23, 2014, 05:40:50 PM
Upvote this post for visibility!


http://www.reddit.com/r/CryptoCurrency/comments/215sn9/go_ahead_and_test_the_nxtasset_exchange_on_the/

Thank you

PS: Also send them testNXT fast Wink
4264  Economy / Lending / Re: CoinLenders Script :: Bitcoin Bank (Borrow+Deposit) Software :: Demo Available on: March 23, 2014, 01:19:25 PM
What happened to TradeFortress?
He is now living a Million Air life in some where and now thinking about his new bitcoin project for another scam

And his name? Zou thong
4265  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 23, 2014, 12:46:59 AM
Hmmm. I just accidentally sent 25k Nxt to this account: 760220816713461210

Stupid bter remembers the last account you sent to and I forgot to paste in the new account. Anyone know who this account belongs to? I can't recall what I used it for.

Just FYI, that payment was supposed to be a "thank you" payment/donation to a valued community member, so it would be much appreciated if the account holder would come forward and PM me so the payment can be directed to the intended recipient.

contact nexern, it is his account:
https://bitcointalk.org/index.php?topic=345619.msg3898587#msg3898587
4266  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 22, 2014, 11:55:22 PM
I have about 10 projects I'm working on in the user-created-asset space - If I were you guys, I would set up a long term, outcome oriented bounty program.  Here's what I suggested Invictus do with their 10% of their 5 million US dollar warchest to build the comunity

https://bitsharestalk.org/index.php?topic=3448.msg43334#msg43334

If you guys had something like that, it would be more compelling for people building projects to pick your platform and compete for the prize.  It also is in their best interest to start building as soon as possible because its a race that's already started.   There are a lot of options out there, if you create a predictable, rewarding environment for people to build on you'll be very attractive.

Hey adam. I really like that idea. We should put our commitees on that!
4267  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 22, 2014, 10:03:20 PM
Proposal for Wesleyh

can we change the word tentative to "pending"

It is a very weird word for non native speakers.
4268  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 22, 2014, 09:58:43 PM
Can anyone send me some testnxt   7847531755947743145
thanks

maybe warn destroy explain fragile frown pair war impossible fantasy breeze work

Did u just post a passphrase, Twin, or WTF?

yes i am done testing. If someone wants to grab those assets + testnxt, they are welcome
4269  Alternate cryptocurrencies / Altcoin Discussion / Re: Nxt source code flaw reports on: March 22, 2014, 09:50:11 PM
16386134630970163904:  Not a bad account if you're just targeting one...  (30,002,058 NXT)

http://www.mynxt.info/blockexplorer/details.php?action=ac&ac=16386134630970163904

I'm not sure what I missed, but why is 16386134630970163904 HiberNXT?

http://localhost:7876/nxt?requestType=getAccountPublicKey&account=16386134630970163904


It isn't. Someone just thought that 0 outgoing transaction equals no public key. But forging counts as creating a public key too!
4270  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 22, 2014, 09:44:14 PM

I got some time on my hands, so:

What should I change/add/remove in the reddit sidebar?
http://www.reddit.com/r/NXT/

Thanks for the feedback!
4271  Alternate cryptocurrencies / Altcoin Discussion / Re: Nxt source code flaw reports on: March 22, 2014, 09:31:57 PM
@Twin: This is just a quick-and-dirty implementation, If we had a good structure (maybe some B-trees with a lookup complexity of O(log) ) where all NXT accounts were stored, we could mine them all parallely.
Thats what the github Repository is for ... let us make this "first approach" better ;-)

I am not doubting that.

We could make a mining pool/mining list where we add account numbers, where we are XX% sure that they are DarkNXT (not accessible because of lost/forgotten passphrase)
4272  Alternate cryptocurrencies / Altcoin Discussion / Re: Nxt source code flaw reports on: March 22, 2014, 09:24:31 PM
Here is the Account Miner, and I hope to discuss it with you guys:

https://github.com/litecoin-extras/nxt-account-miner

Build it with simply running:
Code:
./make.sh

And run it with:
Code:
./bruteforcer

In the code specify:
Code:
unsigned long long global_iter = 33333333333LL;
which is the starting private key point P=global_iter * G

And specify the target AccountID:
Code:
unsigned long long target = 16386134630970163904LL;

Also play around with the number of parallely executed processes:
Code:
int ntimes = 2;

I am not sure if the code is all correct, so please review the code and let us make it better ;-)


Why do u need the target account? Mine all the accounts!

Checking against a list of all HiberNXT accounts would significantly lower the rate of 10millionaccs/s
4273  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 22, 2014, 09:21:30 PM
Can anyone send me some testnxt   7847531755947743145
thanks

maybe warn destroy explain fragile frown pair war impossible fantasy breeze work
4274  Alternate cryptocurrencies / Altcoin Discussion / Re: Nxt source code flaw reports on: March 22, 2014, 09:20:23 PM
wait i remember having a github account ... let me push it.

10M account/s? That's pretty impressive, I only could push 6.4M on a 3.4GHz laptop.

10,000,000 accounts/s per PC would need about 317097 years to check all possible digits.
Faster PCs + a mass of miners would lower that number significantly, but then again i thought this was a feature and not a bug?
4275  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Nxtopia -- a MMORPG built on-top of the NXT network on: March 22, 2014, 09:13:31 PM
I hope this project does not die!
4276  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 22, 2014, 09:09:26 PM

all should do that.

How about a domain like nxttalk.org or nxtalk.org?
4277  Bitcoin / Development & Technical Discussion / Re: Transaction Malleability Reloaded on: March 22, 2014, 09:07:37 PM
I am actually looking forward to this.
4278  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 22, 2014, 08:50:06 PM
Can someone mind to explain what this is: 1739068987193023818 with: -999'997'009.00

http://www.mynxt.info/blockexplorer/details.php?action=ac&ac=1739068987193023818

Is it a anomaly?

How did u find it?

Why does it matter how? Dunno, I found it some other day....

google nxt genesis block

PS: the secret phrase for that sick account is: "It was a bright cold day in April, and the clocks were striking thirteen."
4279  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 22, 2014, 08:19:31 PM

Are you trolling?

You can't buy pot this way because you would buy the right to buy pot... and not pot directly. It is not a shop but an exchange.

Also you only buy an IOU. Like a share is....

Yes you need to trust bitstamp to redeem it, but the exchange of those tokens is trustless

I wasn't trolling Smiley Why can't I buy pot by redeeming pot asset-- just like bitcoin would be redeemed by bitstamp?

The seller issues a pot asset. I buy it (with some amount of nxt).  Then I "redeem" it and the sellers mails me the pot (I have to send him my address but that's between me and the seller).


Because it is retarded (sry). If i want to sell pot, i want to know when money comes in and when i have to send out something. Why would i issue tokens so that someone can buy those and then redeem them anytime they want? Also what if i only want to sell a good for a limited time?

The buyer buys it and redeems it right away. If the buyer waits for an year, well, he lost his money and the asset is worthless.

We have messaging system. The buyer can send (encrypted) message to the seller and they can arrange am agreement.




What use is the asset exchange in this scenario?? Why not use a marketplace?

What market place? Silkroad where FBI confiscated all the money? Silkroad 2.0 where they claim someone stole their bitcoins? On asset exchange the seller and buyer are dealing directly with each other, without a third party involvement.  


yes, but why use the asset exchange and not build another service ONTOP of the blockchain like silkroad??

4280  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 22, 2014, 08:03:51 PM

Are you trolling?

You can't buy pot this way because you would buy the right to buy pot... and not pot directly. It is not a shop but an exchange.

Also you only buy an IOU. Like a share is....

Yes you need to trust bitstamp to redeem it, but the exchange of those tokens is trustless

I wasn't trolling Smiley Why can't I buy pot by redeeming pot asset-- just like bitcoin would be redeemed by bitstamp?

The seller issues a pot asset. I buy it (with some amount of nxt).  Then I "redeem" it and the sellers mails me the pot (I have to send him my address but that's between me and the seller).


Because it is retarded (sry). If i want to sell pot, i want to know when money comes in and when i have to send out something. Why would i issue tokens so that someone can buy those and then redeem them anytime they want? Also what if i only want to sell a good for a limited time?

The buyer buys it and redeems it right away. If the buyer waits for an year, well, he lost his money and the asset is worthless.

We have messaging system. The buyer can send (encrypted) message to the seller and they can arrange am agreement.




What use is the asset exchange in this scenario?? Why not use a marketplace?
Pages: « 1 ... 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!