Bitcoin Forum
June 23, 2024, 11:32:41 AM *
News: Voting for pizza day contest
 
   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.
romanbrown
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 27, 2015, 07:48:57 PM
 #481

Whats wrong with the hashrate?
I am not sure why it shows up like that, but there is no more hashing at all on the network so the number is invalid anyway.

The "difficulty" is apparently 4294967295 but I'm not sure why.  I will have to ask Roman.  If it is 4294967295 though and the network gets one block every 15 seconds (default delegate staking time) then if it were hashing, it would need 68.27 MH/sec. 
The difficulty is 4294967295 for every proof-of-stake block, yes. The reason is that the winning blockchain isn't the one with the most blocks, but the one with the greatest cumulative difficulty. I wanted to make every POS block way more important to the blockchain so that nobody could re-mine a part of the blockchain with more proof of work, and then cause the blockchain to switch to that, which would have been easy to do if I had done something silly like make the POS blocks only worth 1 difficulty.
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
April 28, 2015, 03:40:55 AM
 #482

so is this coin pure POS now? No more boulderhash?
Yeah, there's no need for POW anymore. Boulderhash was designed to be botnet resistant, which was great, but DPOS solves that problem, and much more efficiently too.

yeah but unfortunately its proof of stake. Sad

but by all means, continue with the development. Interesting to see POS on the cryptonote codebase.

< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
dNote
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile WWW
April 28, 2015, 08:32:49 AM
Last edit: April 28, 2015, 09:10:39 AM by dNote
 #483

Very very interesting. Did you save all ring signatures features?

Do you have a pure DPOS (POS) after PoW or a Hybrid PoS/PoW?

Thank you.

EDIT: we really like your experience, because XDN is still on PoW phase.

DigitalNote XDN website http://digitalnote.org
XDN 1st blockchain deposits with interest & instant untraceable crypto messages GUI https://github.com/xdn-project/digitalnotewallet/releases
Bitcointalk topic https://bitcointalk.org/index.php?topic=1082745.new#new
romanbrown
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 28, 2015, 07:05:24 PM
 #484

Very very interesting. Did you save all ring signatures features?
Yes, all ring signature features are preserved! Transactions continue to be anonymous and untraceable, including the vote transactions.

Do you have a pure DPOS (POS) after PoW or a Hybrid PoS/PoW?
It's pure DPOS now.

Thank you.

EDIT: we really like your experience, because XDN is still on PoW phase.
Thanks!
dNote
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile WWW
April 28, 2015, 08:32:27 PM
 #485

Very very interesting. Did you save all ring signatures features?
Yes, all ring signature features are preserved! Transactions continue to be anonymous and untraceable, including the vote transactions.

Do you have a pure DPOS (POS) after PoW or a Hybrid PoS/PoW?
It's pure DPOS now.

Thank you.

EDIT: we really like your experience, because XDN is still on PoW phase.
Thanks!

Thank you for answers.
Can you please point me to your white paper if you have one.
I really would like to research your DPOS implementation.

DigitalNote XDN website http://digitalnote.org
XDN 1st blockchain deposits with interest & instant untraceable crypto messages GUI https://github.com/xdn-project/digitalnotewallet/releases
Bitcointalk topic https://bitcointalk.org/index.php?topic=1082745.new#new
jwinterm
Legendary
*
Offline Offline

Activity: 3066
Merit: 1115



View Profile
April 29, 2015, 03:57:12 AM
 #486

I don't understand this coin anymore.

It'd be nice if we could get an explanation of how to see who the delegates are and how to check the list of all registered delegates...
Just go to the DPOS tab on the qtwallet.  You will see a list of all the delegates.  If you uncheck "autoselect delegates" then you can choose who to vote for.

OK, thanks, I've only tried simplewallet so far. Is the wallet's vote weighted by how much coins are in the wallet? Or are all wallet votes counted equally? Even a wallet with zero balance? Just curious how things work, since afaik there's not really any documentation besides the code itself.
yes we will have to write up a documentation at some point.  But for now I'll answer as people ask:

You vote with your XPBs.  Any one XPB is worth as much as any other XPB in terms of voting.  So the more XPBs you have the more votes you have.  Whenever you make a transaction, the wallet adds votes to it with the rest of your unspent coins, if you have any unvoted coins left.

So, I'm guessing Poloniex controls the vast majority of all XPB in existence...is there anything to stop them from controlling all or practically all of the voting delegates?
Tropical
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 29, 2015, 01:02:38 PM
 #487

I don't understand this coin anymore.

It'd be nice if we could get an explanation of how to see who the delegates are and how to check the list of all registered delegates...
Just go to the DPOS tab on the qtwallet.  You will see a list of all the delegates.  If you uncheck "autoselect delegates" then you can choose who to vote for.

OK, thanks, I've only tried simplewallet so far. Is the wallet's vote weighted by how much coins are in the wallet? Or are all wallet votes counted equally? Even a wallet with zero balance? Just curious how things work, since afaik there's not really any documentation besides the code itself.
yes we will have to write up a documentation at some point.  But for now I'll answer as people ask:

You vote with your XPBs.  Any one XPB is worth as much as any other XPB in terms of voting.  So the more XPBs you have the more votes you have.  Whenever you make a transaction, the wallet adds votes to it with the rest of your unspent coins, if you have any unvoted coins left.

So, I'm guessing Poloniex controls the vast majority of all XPB in existence...is there anything to stop them from controlling all or practically all of the voting delegates?

Buy all of the coins and take them off the exchange Cheesy
bitcoin_socal
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 29, 2015, 05:08:56 PM
 #488

I don't understand this coin anymore.

It'd be nice if we could get an explanation of how to see who the delegates are and how to check the list of all registered delegates...
Just go to the DPOS tab on the qtwallet.  You will see a list of all the delegates.  If you uncheck "autoselect delegates" then you can choose who to vote for.

OK, thanks, I've only tried simplewallet so far. Is the wallet's vote weighted by how much coins are in the wallet? Or are all wallet votes counted equally? Even a wallet with zero balance? Just curious how things work, since afaik there's not really any documentation besides the code itself.
yes we will have to write up a documentation at some point.  But for now I'll answer as people ask:

You vote with your XPBs.  Any one XPB is worth as much as any other XPB in terms of voting.  So the more XPBs you have the more votes you have.  Whenever you make a transaction, the wallet adds votes to it with the rest of your unspent coins, if you have any unvoted coins left.

So, I'm guessing Poloniex controls the vast majority of all XPB in existence...is there anything to stop them from controlling all or practically all of the voting delegates?

Buy all of the coins and take them off the exchange Cheesy

Does not seem like they have all the coins, how would they, do they mine?
Kushedout
Legendary
*
Offline Offline

Activity: 1123
Merit: 1000


SaluS - (SLS)


View Profile
April 29, 2015, 05:23:30 PM
 #489

I don't understand this coin anymore.

It'd be nice if we could get an explanation of how to see who the delegates are and how to check the list of all registered delegates...
Just go to the DPOS tab on the qtwallet.  You will see a list of all the delegates.  If you uncheck "autoselect delegates" then you can choose who to vote for.

OK, thanks, I've only tried simplewallet so far. Is the wallet's vote weighted by how much coins are in the wallet? Or are all wallet votes counted equally? Even a wallet with zero balance? Just curious how things work, since afaik there's not really any documentation besides the code itself.
yes we will have to write up a documentation at some point.  But for now I'll answer as people ask:

You vote with your XPBs.  Any one XPB is worth as much as any other XPB in terms of voting.  So the more XPBs you have the more votes you have.  Whenever you make a transaction, the wallet adds votes to it with the rest of your unspent coins, if you have any unvoted coins left.

So, I'm guessing Poloniex controls the vast majority of all XPB in existence...is there anything to stop them from controlling all or practically all of the voting delegates?

Buy all of the coins and take them off the exchange Cheesy

Does not seem like they have all the coins, how would they, do they mine?

They do not. However, with DPoS, they dont need to, they can just vote for  a delegate of choosing and in process increase the ranking of said delegate.

winston900
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 29, 2015, 08:47:11 PM
 #490

as I can transfer my pebblecoin to poloniex, with the new single wallet.  Huh Huh Huh
bitcoin_socal
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 29, 2015, 09:36:55 PM
 #491

as I can transfer my pebblecoin to poloniex, with the new single wallet.  Huh Huh Huh
wtf are you talking about?
winston900
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 29, 2015, 09:47:00 PM
 #492

as I can transfer my pebblecoin to poloniex, with the new single wallet.  Huh Huh Huh
wtf are you talking about?

I have a few coins and want to move on to the wallet of poloniex.
that I'm talking....
Kushedout
Legendary
*
Offline Offline

Activity: 1123
Merit: 1000


SaluS - (SLS)


View Profile
April 29, 2015, 10:07:54 PM
 #493

as I can transfer my pebblecoin to poloniex, with the new single wallet.  Huh Huh Huh
wtf are you talking about?

I have a few coins and want to move on to the wallet of poloniex.
that I'm talking....

Are you asking how to click on
1) generate address in poloniex,
2) copy that address
3) open wallet
4) go to send tab
5) paste address
6) input coin amount
7) click send

Is that what you are asking?

bitcoin_socal
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 29, 2015, 11:12:19 PM
 #494

as I can transfer my pebblecoin to poloniex, with the new single wallet.  Huh Huh Huh
wtf are you talking about?

I have a few coins and want to move on to the wallet of poloniex.
that I'm talking....

Are you asking how to click on
1) generate address in poloniex,
2) copy that address
3) open wallet
4) go to send tab
5) paste address
6) input coin amount
7) click send

Is that what you are asking?

Is poloniex only exchange now?
Kushedout
Legendary
*
Offline Offline

Activity: 1123
Merit: 1000


SaluS - (SLS)


View Profile
April 30, 2015, 12:33:10 AM
 #495

as I can transfer my pebblecoin to poloniex, with the new single wallet.  Huh Huh Huh
wtf are you talking about?

I have a few coins and want to move on to the wallet of poloniex.
that I'm talking....

Are you asking how to click on
1) generate address in poloniex,
2) copy that address
3) open wallet
4) go to send tab
5) paste address
6) input coin amount
7) click send

Is that what you are asking?

Is poloniex only exchange now?

Yes, for now.

winston900
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 30, 2015, 04:18:23 AM
 #496

as I can transfer my pebblecoin to poloniex, with the new single wallet.  Huh Huh Huh
wtf are you talking about?

I have a few coins and want to move on to the wallet of poloniex.
that I'm talking....

Are you asking how to click on
1) generate address in poloniex,
2) copy that address
3) open wallet
4) go to send tab
5) paste address
6) input coin amount
7) click send

Is that what you are asking?

no.
I want to send to poloniex.
I'm using a simple wallet and want to send the coins to poloniex.
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
April 30, 2015, 05:58:16 PM
 #497

as I can transfer my pebblecoin to poloniex, with the new single wallet.  Huh Huh Huh
wtf are you talking about?

I have a few coins and want to move on to the wallet of poloniex.
that I'm talking....

Are you asking how to click on
1) generate address in poloniex,
2) copy that address
3) open wallet
4) go to send tab
5) paste address
6) input coin amount
7) click send

Is that what you are asking?

no.
I want to send to poloniex.
I'm using a simple wallet and want to send the coins to poloniex.

What error do you get?  Note I chagned the "transfer" command to take a new argument.  Type "help" to see the new command options.
winston900
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 30, 2015, 07:17:25 PM
 #498

as I can transfer my pebblecoin to poloniex, with the new single wallet.  Huh Huh Huh
wtf are you talking about?

I have a few coins and want to move on to the wallet of poloniex.
that I'm talking....

Are you asking how to click on
1) generate address in poloniex,
2) copy that address
3) open wallet
4) go to send tab
5) paste address
6) input coin amount
7) click send

Is that what you are asking?

no.
I want to send to poloniex.
I'm using a simple wallet and want to send the coins to poloniex.

What error do you get?  Note I chagned the "transfer" command to take a new argument.  Type "help" to see the new command options.
I used these commands:
transfer 0 <Deposit Address> <amount> <Payment ID>
and I get an error.
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
April 30, 2015, 07:22:20 PM
 #499

I want to send to poloniex.
I'm using a simple wallet and want to send the coins to poloniex.

What error do you get?  Note I chagned the "transfer" command to take a new argument.  Type "help" to see the new command options.
I used these commands:
transfer 0 <Deposit Address> <amount> <Payment ID>
and I get an error.

Yes.  Try this:  transfer 1 1 <Deposit Address> <amount> <Paymend ID>
winston900
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 30, 2015, 07:25:53 PM
 #500

I want to send to poloniex.
I'm using a simple wallet and want to send the coins to poloniex.

What error do you get?  Note I chagned the "transfer" command to take a new argument.  Type "help" to see the new command options.
I used these commands:
transfer 0 <Deposit Address> <amount> <Payment ID>
and I get an error.

Yes.  Try this:  transfer 1 1 <Deposit Address> <amount> <Paymend ID>
thank you very much.
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!