Pages:
Author

Topic: BTCD is no more - page 81. (Read 1328507 times)

full member
Activity: 164
Merit: 100
November 29, 2015, 11:17:05 AM
every time comes a news about BitcoinDark development, the price start to go downhill  HuhHuhHuh
price falling is related to rise Bitcoin price. if Bitcoin go up to $500 again, then BitcoinDark will go to 0.001 
Looks clearly price depends of dolar $ not  BTC. What is really strange  Lips sealed
hero member
Activity: 552
Merit: 500
November 29, 2015, 10:38:05 AM
every time comes a news about BitcoinDark development, the price start to go downhill  HuhHuhHuh
price falling is related to rise Bitcoin price. if Bitcoin go up to $500 again, then BitcoinDark will go to 0.001 
legendary
Activity: 994
Merit: 1000
November 29, 2015, 10:09:52 AM
every time comes a news about BitcoinDark development, the price start to go downhill  HuhHuhHuh
sr. member
Activity: 441
Merit: 500
November 29, 2015, 03:10:16 AM
Can you please elaborate about Iguana? Specifically
utilizing ramchains that allows gen 1 coins to be run as full nodes, even BTC.

What does this mean?

Week 26: 16 BTCD have been paid to 648 unique BitcoinDark addresses for successfully staking blocks 809403-820173

A little bit lower payout this week due to E9 and BTCOR divs not being included in the MMBTCD dividend payment this week, however, those will be added to next weeks div payment so we can look forward to a nice one next week.

Thanks for staking and supporting the BitcoinDark network!

As for our current situation.  Obviously, the NXT ordeal took the wind out of everyone's sails for a while, including James.  Instead of wasting his time debating trolls in the forums, he has re-doubled his efforts and has been hard at work on Iguana, a BTCD chrome app (http://wiki.supernet.org/wiki/Iguana), utilizing ramchains that allows gen 1 coins to be run as full nodes, even BTC.  Iguana is not a new project folks, but is needed for other components to function, Pangea, PAX (Pegged Assets), InstantDex (without NXT dependency), etc.

Things are moving forward and I do not doubt James's resolve to bring this project to completion.




Development Update from James

Peer management is 90% complete.
Raw block management is 90% complete.
Ramchains is 70% complete.
Transactions and balances are not yet, but that is all code already written and will port quickly, so call it 50% complete.
Multicoin support is complete, but untested.

Once the account balances/tx support is done, then I will be able to port the pangea/instantdex/peggy into the iguana codebase, and it can then do realmoney transactions direct to each coin network.

The API would be the SuperNET API JSON that can be submitted via JS postCall or via nanomsg to the port 7777.

I am not decided if I will make iguana7 able to instantdex/pangea without relays. It is a bit more work and will be somewhat slower, but simplifies the architecture a bit. I guess if the relays acted as a cache/booster and made things faster if they are able to, but not required, it is the best of both worlds. So things like bootstrapping a ramchain, could be a matter to download from the relays or to do a full sync via peers.

Yes, this is best, so that is what I will do, but it will add another week's work. Other tasks needed are to integrate each of the three major things into iguana. But still need to get a reliable ramchain restart as that still had some bugs and until that is working, the rest is blocked as cant get to a realtime ramchain from scratch each test.

Qs:
Will iguana be testable before the other major things are integrated?
Could you give a percentage of completion for the other major parts, (idex,pangea,peggy)?

A:
Iguana is currently a totally separate project, so yes it can be tested.

IDEX has been 90% complete for a long time as far as the core goes, my figures are only for the core and not the GUI, etc..

Pangea is 75% done for single table play, but needs real money support. Multitable is less than half done.

PAX (peggy) is 70% done, still needs tx support to be completed.

And those three also need the time to be ported into iguana, that is a separate thing, but about a week each.

In last 4 weeks, I have written from scratch a bitcoin protocol daemon that simultaneously talks to multiple coin networks and got blockhdr syncing and peer management generating a compressed cache of blocks that are read ahead while generating a native ramchain.

Keep in mind that this is catching up to the reference bitcoin client so I dont have all the bells and whistles and at first it wont be a fully validating node for all things, just for the tx that the user cares about.

I even wrote the networking from scratch to minimize system dependencies, so other than crypto libraries there are no external dependencies other than very basic system calls like pthreads, stdio and sockets - which means it will be very lightweight and can run on basically anything.

There is no C++ overhead, no boost, no giant libraries and no Java runtime

The usage of mmap files for all the DB means its ram usage is minimal, but it will utilize the available RAM as a low priority user. So if you have lots of RAM it will be nearly as fast as being fully RAM resident, but even if you have no RAM, it will still run. SSD is recommended for low mem use cases. If you have no RAM and slow HDD, not much I can do to make it be fast.
hero member
Activity: 882
Merit: 1000
November 27, 2015, 11:19:58 AM
Can you please elaborate about Iguana? Specifically
utilizing ramchains that allows gen 1 coins to be run as full nodes, even BTC. 

What does this mean?

Week 26: 16 BTCD have been paid to 648 unique BitcoinDark addresses for successfully staking blocks 809403-820173

A little bit lower payout this week due to E9 and BTCOR divs not being included in the MMBTCD dividend payment this week, however, those will be added to next weeks div payment so we can look forward to a nice one next week.

Thanks for staking and supporting the BitcoinDark network!

As for our current situation.  Obviously, the NXT ordeal took the wind out of everyone's sails for a while, including James.  Instead of wasting his time debating trolls in the forums, he has re-doubled his efforts and has been hard at work on Iguana, a BTCD chrome app (http://wiki.supernet.org/wiki/Iguana), utilizing ramchains that allows gen 1 coins to be run as full nodes, even BTC.  Iguana is not a new project folks, but is needed for other components to function, Pangea, PAX (Pegged Assets), InstantDex (without NXT dependency), etc.

Things are moving forward and I do not doubt James's resolve to bring this project to completion.



sr. member
Activity: 441
Merit: 500
November 25, 2015, 10:39:57 AM
Week 26: 16 BTCD have been paid to 648 unique BitcoinDark addresses for successfully staking blocks 809403-820173

A little bit lower payout this week due to E9 and BTCOR divs not being included in the MMBTCD dividend payment this week, however, those will be added to next weeks div payment so we can look forward to a nice one next week.

Thanks for staking and supporting the BitcoinDark network!

As for our current situation.  Obviously, the NXT ordeal took the wind out of everyone's sails for a while, including James.  Instead of wasting his time debating trolls in the forums, he has re-doubled his efforts and has been hard at work on Iguana, a BTCD chrome app (http://wiki.supernet.org/wiki/Iguana), utilizing ramchains that allows gen 1 coins to be run as full nodes, even BTC.  Iguana is not a new project folks, but is needed for other components to function, Pangea, PAX (Pegged Assets), InstantDex (without NXT dependency), etc.

Things are moving forward and I do not doubt James's resolve to bring this project to completion.


hero member
Activity: 666
Merit: 500
November 25, 2015, 01:56:27 AM
After jl777 and nxt dev feud it is so silent here , no news of whats going on ,what to expect from btcd ,nothing at all . People dont know what to expect from btcd coin after that nxt jl777 fiasko ,nobody from devs are comunicating ,so disapointing situation  Cry

That's typical of life in Dependency Hell.

Which is why such practices are universally shunned by professionals in the real world.

"Bitcoin" Dark depends on SuperNet.  SuperNet depends on NXT.  NXT depends on Java.  Java depends on Oracle.

Why not make a coin that runs in Adobe Flash, if you love requiring users to install a bloated layer of massive-security-hole-creating crapware?

The Turing-incomplete NXT platform is as obsolete as an adding machine from the 1960s, not to mentioned all but abandoned after numerous community forks and ensuing clones.

I hope jl777 decides to 'go legit' and ports his stuff to ETH.

lol. the moron can't even keep his arguments straight...

legendary
Activity: 1181
Merit: 1018
November 25, 2015, 01:12:36 AM
After jl777 and nxt dev feud it is so silent here , no news of whats going on ,what to expect from btcd ,nothing at all . People dont know what to expect from btcd coin after that nxt jl777 fiasko ,nobody from devs are comunicating ,so disapointing situation  Cry

That's typical of life in Dependency Hell.

Which is why such practices are universally shunned by professionals in the real world.

"Bitcoin" Dark depends on SuperNet.  SuperNet depends on NXT.  NXT depends on Java.  Java depends on Oracle.

Why not make a coin that runs in Adobe Flash, if you love requiring users to install a bloated layer of massive-security-hole-creating crapware?

The Turing-incomplete NXT platform is as obsolete as an adding machine from the 1960s, not to mentioned all but abandoned after numerous community forks and ensuing clones.

I hope jl777 decides to 'go legit' and ports his stuff to ETH.

lol. the moron can't even keep his arguments straight...
legendary
Activity: 1428
Merit: 1000
November 24, 2015, 11:29:44 PM
The trolls are out in force when James posts anything.

He is working on getting things completed (coding) instead of wasting his time with them (see above).

Join slack and you can ask him yourself if you so inclined.
legendary
Activity: 2156
Merit: 1072
Crypto is the separation of Power and State.
November 24, 2015, 09:37:12 PM
After jl777 and nxt dev feud it is so silent here , no news of whats going on ,what to expect from btcd ,nothing at all . People dont know what to expect from btcd coin after that nxt jl777 fiasko ,nobody from devs are comunicating ,so disapointing situation  Cry

That's typical of life in Dependency Hell.

Which is why such practices are universally shunned by professionals in the real world.

"Bitcoin" Dark depends on SuperNet.  SuperNet depends on NXT.  NXT depends on Java.  Java depends on Oracle.

Why not make a coin that runs in Adobe Flash, if you love requiring users to install a bloated layer of massive-security-hole-creating crapware?

The Turing-incomplete NXT platform is as obsolete as an adding machine from the 1960s, not to mentioned all but abandoned after numerous community forks and ensuing clones.

I hope jl777 decides to 'go legit' and ports his stuff to ETH.
sr. member
Activity: 405
Merit: 250
November 24, 2015, 07:53:39 PM
After jl777 and nxt dev feud it is so silent here , no news of whats going on ,what to expect from btcd ,nothing at all . People dont know what to expect from btcd coin after that nxt jl777 fiasko ,nobody from devs are comunicating ,so disapointing situation  Cry

Crypto investing, especially in fully decentralized ones, is high risk, with possible high returns.

I think jl777 is working hard in stealth mode, so i am buying btcd every week now
hero member
Activity: 666
Merit: 500
November 24, 2015, 10:52:00 AM
buy, accumulate, stake and shut up  Cheesy
legendary
Activity: 817
Merit: 1000
November 24, 2015, 09:29:35 AM
After jl777 and nxt dev feud it is so silent here , no news of whats going on ,what to expect from btcd ,nothing at all . People dont know what to expect from btcd coin after that nxt jl777 fiasko ,nobody from devs are comunicating ,so disapointing situation  Cry

https://www.youtube.com/watch?v=mACqcZZwG0k
hero member
Activity: 561
Merit: 500
November 24, 2015, 09:27:08 AM
same situation on slack channel as well , like after nuclear war.
hero member
Activity: 561
Merit: 500
November 24, 2015, 09:24:34 AM
After jl777 and nxt dev feud it is so silent here , no news of whats going on ,what to expect from btcd ,nothing at all . People dont know what to expect from btcd coin after that nxt jl777 fiasko ,nobody from devs are comunicating ,so disapointing situation  Cry
legendary
Activity: 966
Merit: 1000
November 24, 2015, 06:01:30 AM
..... price is suffering one week ago 1 dollar, now 69 cents...lets see what happens this week
hero member
Activity: 666
Merit: 500
November 22, 2015, 11:04:42 AM
I have another question about dividents.
Dividents are sent to my addresses with (received with)
Is it normal to receive divident with an address which is not mine?
That address is not in my list of addresses in "Receive coins"

I once received stake (mined) with that address too.

Also the address is greyed in the transactions list.

You mean the dividends from the MMBTCD fund?
They are send by Azeh? And of course through another address which is not yours. Its another address because its staking revenue which is not implemented in the BTCD-system. Ammount is depending on the number of blocks minted by your addresses...

Ok, I get what you are saying but again...
Last time I received dividents twice on one of my addresses and once on that address which is not mine.
I have also received coins from staking (Mined) on that address which is not mine. In this case it was not dividents.

have you run validateaddress on the addresses you say are not yours?
No, how can I do that?

Ok, I found how to do that.
It returns

{
"isvalid" : true,
"address" : "R                      9",
"ismine" : true,
"isscript" : false,
"pubkey" : "                                ",
"iscompressed" : true
}



But again, I do not have such address starting with R and ending with 9

legendary
Activity: 3570
Merit: 1126
November 22, 2015, 07:47:03 AM
I have another question about dividents.
Dividents are sent to my addresses with (received with)
Is it normal to receive divident with an address which is not mine?
That address is not in my list of addresses in "Receive coins"

I once received stake (mined) with that address too.

Also the address is greyed in the transactions list.

You mean the dividends from the MMBTCD fund?
They are send by Azeh? And of course through another address which is not yours. Its another address because its staking revenue which is not implemented in the BTCD-system. Ammount is depending on the number of blocks minted by your addresses...

Ok, I get what you are saying but again...
Last time I received dividents twice on one of my addresses and once on that address which is not mine.
I have also received coins from staking (Mined) on that address which is not mine. In this case it was not dividents.

have you run validateaddress on the addresses you say are not yours?
hero member
Activity: 666
Merit: 500
November 22, 2015, 06:55:15 AM
I have another question about dividents.
Dividents are sent to my addresses with (received with)
Is it normal to receive divident with an address which is not mine?
That address is not in my list of addresses in "Receive coins"

I once received stake (mined) with that address too.

Also the address is greyed in the transactions list.

You mean the dividends from the MMBTCD fund?
They are send by Azeh? And of course through another address which is not yours. Its another address because its staking revenue which is not implemented in the BTCD-system. Ammount is depending on the number of blocks minted by your addresses...

Ok, I get what you are saying but again...
Last time I received dividents twice on one of my addresses and once on that address which is not mine.
I have also received coins from staking (Mined) on that address which is not mine. In this case it was not dividents.
full member
Activity: 237
Merit: 100
November 21, 2015, 06:40:10 PM
I have another question about dividents.
Dividents are sent to my addresses with (received with)
Is it normal to receive divident with an address which is not mine?
That address is not in my list of addresses in "Receive coins"

I once received stake (mined) with that address too.

Also the address is greyed in the transactions list.

You mean the dividends from the MMBTCD fund?
They are send by Azeh? And of course through another address which is not yours. Its another address because its staking revenue which is not implemented in the BTCD-system. Ammount is depending on the number of blocks minted by your addresses...
Pages:
Jump to: