Bitcoin Forum
May 21, 2024, 01:23:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 »
  Print  
Author Topic: Pebblecoin (XPB) - FIRST DPOS CRYPTONOTE COIN LIVE - Qt Wallet GUI - v0.4.4.1  (Read 55989 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
ikiscream
Full Member
***
Offline Offline

Activity: 205
Merit: 100



View Profile
January 26, 2015, 05:28:08 AM
 #101

selling 3k xpb make offer  Grin
Jocuserious
Sr. Member
****
Offline Offline

Activity: 1935
Merit: 290


View Profile WWW
January 26, 2015, 06:30:33 AM
 #102

I would make an offer but I can't even download the wallet.  I'm stuck on 32 and it won't recognize anything (The browser crashes every 2-12 hours depending on usage even).  So no where to accept the coins.

I bet this might be the first time such a complaint was openly admitted to on these forums...fuck it; I'll check back in a week.
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
January 27, 2015, 05:12:02 PM
 #103


@XPB, if you did a hard fork, what about the coins which we have mined? Will them became invalid?
No, all the coins that have been mined so far will remain valid.
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
January 28, 2015, 01:00:22 AM
 #104

I have finished updating the algorithm to fix the TMTO flaw that Wolf0 discovered.  I considered using yescrypt but I figured it would be simplest to update the algorithm I already had.

The fix was to make each value in the state depend on a value earlier in the state.  Wolf0's particular TMTO optimization was to store only every n values, say every 32 values.  Now, if you want to calculate value #1025, you get value #1024 (the one you have stored), then you do the transform, and now you need a value earlier in the pad, say #675.  You only have #672 stored (every 32nd value), so you have to compute values #673, #674, and #675.  #673 in turn requires a previous one, say #340, but then #340 requires computing #321, #322, ..., up to #340, each of which also require previous values.  It ends up being very deep recursion unless you have actually stored each value.  Even with a gap of 3 or 4, the recursion gets too deep.

I was able to implement a TMTO which uses 65% of the RAM for being about 30% slower.  That same approach trying to use 46% of the ram was 580% slower.  The memory usage can probably be optimized a bit more, but at this point it seems very unlikely for it to be possible to get good speeds for anything lower than half the RAM usage.  Thus I've kept the RAM requirement at 13 GB.  People with only 8 GB computers will be able to mine at the slower rate.  Or we wait until Wolf0 or somebody else does their magic, at which point I will see if it's good enough or whether I'll update the algorithm again.

I'll release the updated binaries tomorrow, and I will time the hard fork to be sometime around 1900 GMT on Thursday.

The pebbleminer source code is updated with the new algorithm if anyone wants to take a look.  I haven't made a testnet or a pool yet.
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
January 28, 2015, 11:26:24 PM
 #105

I'll release the updated binaries tomorrow, and I will time the hard fork to be sometime around 1900 GMT on Thursday.

I'm running a bit behind schedule.  I implemented the algorithm in the daemon and, on my private test-net, the switchover works, but there are still some issues with the difficulty adjust since the new algorithm is a bit slower.  I'll release the binaries tomorrow and the hard fork will probably be Friday at 1900 GMT.
ikiscream
Full Member
***
Offline Offline

Activity: 205
Merit: 100



View Profile
January 29, 2015, 03:19:27 AM
 #106

I'll release the updated binaries tomorrow, and I will time the hard fork to be sometime around 1900 GMT on Thursday.

I'm running a bit behind schedule.  I implemented the algorithm in the daemon and, on my private test-net, the switchover works, but there are still some issues with the difficulty adjust since the new algorithm is a bit slower.  I'll release the binaries tomorrow and the hard fork will probably be Friday at 1900 GMT.

exchanger launch schedule sir ?  Huh
Rantzbitz
Full Member
***
Offline Offline

Activity: 212
Merit: 100

R.M.H. Ether 2013


View Profile
January 29, 2015, 03:43:01 AM
 #107

Buying XPB , send PM with amounts and price Smiley

CANADIAN Bitcoin Exchange QuadrigaCX - Bitcoin(XBT) - $CAN - $USD - Gold http://www.quadrigacx.com/?ref=g7p1fslfyxyerkukgqltlsse
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
January 29, 2015, 05:10:09 PM
 #108

I'll release the updated binaries tomorrow, and I will time the hard fork to be sometime around 1900 GMT on Thursday.

I'm running a bit behind schedule.  I implemented the algorithm in the daemon and, on my private test-net, the switchover works, but there are still some issues with the difficulty adjust since the new algorithm is a bit slower.  I'll release the binaries tomorrow and the hard fork will probably be Friday at 1900 GMT.

exchanger launch schedule sir ?  Huh
Let's make sure the coin is stable and non-exploitable before we discuss putting it on an exchange.
Rantzbitz
Full Member
***
Offline Offline

Activity: 212
Merit: 100

R.M.H. Ether 2013


View Profile
January 29, 2015, 06:00:17 PM
 #109

Selling 5k XPB for 0.11 BTC.

I sent the BTC over 12hrs ago

https://blockchain.info/tx/332face760ce46f632ae846f6990852709a5205ddef13dba9f20fa6fc7f69e3b

I still haven't received my XPB

CANADIAN Bitcoin Exchange QuadrigaCX - Bitcoin(XBT) - $CAN - $USD - Gold http://www.quadrigacx.com/?ref=g7p1fslfyxyerkukgqltlsse
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
January 29, 2015, 11:09:15 PM
 #110

Version 0.3.0.1 is now released and the binaries are available.  This is a forking change.  Please update your binaries before block 20250, which is around Friday 1700 GMT.

I have not finished updating the pool yet, so it may be down for a few hours after the forking change.

LINKS:
Source: https://github.com/xpbcreator/pebblecoin/
Windows 64-bit Package (Qt + Daemon + Simplewallet): https://www.dropbox.com/s/byevj4ga1tl30du/pebblecoin-all-v0.3.0.1-win32-x64.zip?dl=0
Linux 64-bit Package (Qt + Daemon + Simplewallet): https://www.dropbox.com/s/ohwrszydmjsd2q0/pebblecoin-all-v0.3.0.1-linux-x64.tar.gz?dl=0
Pool Website: http://69.60.113.21
Miner Source: https://github.com/xpbcreator/pebbleminer
Linux Stand-Alone Miner: Binary N/A

CONTACT: xpbcreator@hotmail.com
IRC: irc.freenode.net, #pebblecoin
MobyDick_Poloniex
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile WWW
January 30, 2015, 04:09:44 AM
 #111

XPB/BTC #Pebblecoin market added at Poloniex. 
 
https://poloniex.com/exchange#btc_xp

Rantzbitz
Full Member
***
Offline Offline

Activity: 212
Merit: 100

R.M.H. Ether 2013


View Profile
January 30, 2015, 04:10:15 AM
 #112


Sorry, that seems to be my fault - I shut down the wallet soon after I made the transactions; it looks like they weren't broadcasted right or something. Opening it now.

Got them! Much thanks Smiley

CANADIAN Bitcoin Exchange QuadrigaCX - Bitcoin(XBT) - $CAN - $USD - Gold http://www.quadrigacx.com/?ref=g7p1fslfyxyerkukgqltlsse
sorryforthat
Hero Member
*****
Offline Offline

Activity: 994
Merit: 500



View Profile
January 30, 2015, 05:01:03 AM
 #113

Great idea behind this coin.

In theory yes, but hardly anyone sitting behind their current computer can mine it. It will be mined by very few, whom of which will profit highly.

I hope to the bitcoin gods that the devs arent behind the high hash rates and exploiting the community.
damashup
Sr. Member
****
Offline Offline

Activity: 259
Merit: 250


View Profile
January 30, 2015, 05:43:26 AM
 #114

Maximum supply?
ikiscream
Full Member
***
Offline Offline

Activity: 205
Merit: 100



View Profile
January 30, 2015, 08:13:38 AM
Last edit: January 30, 2015, 09:05:56 AM by ikiscream
 #115

XPB/BTC #Pebblecoin market added at Poloniex.  
  
https://poloniex.com/exchange#btc_xp



how to send balance ?  Huh
simple wallet to poloniex ?
i'm using pabble-qt ,already confrim but my balance still 0 in poloniex  Cry
goodge
Full Member
***
Offline Offline

Activity: 167
Merit: 100


View Profile
January 30, 2015, 08:42:09 AM
 #116

Maximum supply?

HOW many coins available now?

[EAGS] EagsCurrency - Be Part of Something New with Unique Plans! - Get your Free Share Now! - ends Jan. 27
Free Distribution 50,000,000 VPNCOIN !!! VwjQLvg9EaJ3LKGDz9HQC75DV16ZgFmbYB
damashup
Sr. Member
****
Offline Offline

Activity: 259
Merit: 250


View Profile
January 30, 2015, 10:23:04 AM
Last edit: January 30, 2015, 10:35:57 AM by damashup
 #117

Maximum supply?

HOW many coins available now?

Just over 2m coins available now, however I'm interested in what's the maximum amount of coins that will ever be available?

Also, I understand its 300 coins per block (and approx 8mins per block?) now, however what's the emission curve over time?

I couldn't get a sense of this from the OP.
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
January 30, 2015, 12:16:14 PM
 #118

Hardfork tomorrow. Only a day more of fun mining Tongue

I got my new i7-5930K and clocked it to 4.7Ghz - it's doing 7.3H/s to 7.4H/s on Pebble.
Nice equipped 600$ CPU Smiley
Mineotaur
Full Member
***
Offline Offline

Activity: 200
Merit: 100


View Profile
January 30, 2015, 02:15:34 PM
 #119

"Wallet encryption failed due to an internal error. Your wallet was not encrypted"  Huh

BTC: 37r8wbYRMPav3AU8w1D3FQmwtYenVzcbdX
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
January 30, 2015, 04:20:57 PM
 #120

Maximum supply?

HOW many coins available now?
The total coins are available at this link.
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 »
  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!