Bitcoin Forum
May 07, 2024, 01:34:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: (Poll is over — Does anyone know how to delete this?)  (Voting closed: June 02, 2014, 06:53:27 PM)
3% - 0 (0%)
6% - 0 (0%)
12% - 0 (0%)
Total Voters: 0

Pages: « 1 ... 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 [88] 89 90 91 92 93 94 95 96 97 98 99 100 101 »
  Print  
Author Topic: [ANN] New Piggycoin [PIGGY] | 3% interest | Web PiggyBank | Android PiggyBank  (Read 222542 times)
neurocis
Member
**
Offline Offline

Activity: 113
Merit: 23

Dreams are realities un-manifested.


View Profile WWW
June 26, 2017, 06:31:08 AM
 #1741

I did put the bootstrap in like the Annoucement thread stated but now the wallet doesn't get displayed.   Is there something you're leaving out,
like deleting the previous blockchain file?

In the .zip file is Using_bootstrap_dat.md which contains:

Code:
### Table of Contents
1. [What is bootstrap.dat?](#What)<br />
2. [What are the pros and cons of using bootstrap.dat?](#ProsCons)
3. [Where do I get bootstrap.dat?](#Obtaining)
4. [How do I know I can trust the bootstrap.dat I downloaded?](#Trust)
5. [How do I use bootstrap.dat with btcd?](#Importing)

<a name="What" />
### 1. What is bootstrap.dat?

It is a flat, binary file containing bitcoin blockchain data starting from the
genesis block and continuing through a relatively recent block height depending
on the last time it was updated.

See [this](https://bitcointalk.org/index.php?topic=145386.0) thread on
bitcointalk for more details.

**NOTE:** Using bootstrap.dat is entirely optional.  Btcd will download the
block chain from other peers through the Bitcoin protocol with no extra
configuration needed.

<a name="ProsCons" />
### 2. What are the pros and cons of using bootstrap.dat?

Pros:
- Typically accelerates the initial process of bringing up a new node as it
  downloads from public P2P nodes and generally is able to achieve faster
  download speeds
- It is particularly beneficial when bringing up multiple nodes as you only need
  to download the data once

Cons:
- Requires you to setup and configure a torrent client if you don't already have
  one available
- Requires roughly twice as much disk space since you'll need the flat file as
  well as the imported database

<a name="Obtaining" />
### 3. Where do I get bootstrap.dat?

The bootstrap.dat file is made available via a the Piggy-Coin.com website.  See
[this](vhttps://bitcointalk.org/index.php?topic=633803.msg15620760#msg15620760) thread on bitcointalk
for the download details.

<a name="Trust" />
### 4. How do I know I can trust the bootstrap.dat I downloaded?

You don't need to trust the file as the `addblock` utility verifies every block
using the same rules that are used when downloading the block chain normally
through the Bitcoin protocol.  Additionally, the chain rules contain hard-coded
checkpoints for the known-good block chain at periodic intervals.  This ensures
that not only is it a valid chain, but it is the same chain that everyone else
is using.

<a name="Importing" />
### 5. How do I use bootstrap.dat with btcd?

Extract bootstrap.dat
Linux
xz -d bootstrap.dat.zip
Mac
You can obtain xz from MacPorts or http://macpkg.sourceforge.net/.
Windows
7Zip is a free utility that can decompress .zip files. The latest version of WinRAR also supports .zip files.
Copy bootstrap.dat to data directory
Copy bootstrap.dat to your data directory. After Piggycoin has used bootstrap.dat, the file will be renamed to bootstrap.dat.old; at this point you can choose to delete it or keep it.
Linux
Piggycoin's data directory is located in ~/.newpiggycoin/ by default. You can run ls -a to see directories that start with a dot.
You can also search for the directory with the following command: find / -name wallet.dat -print 2>/dev/null
Mac
Piggycoin's data directory should be located in ~/Library/Application Support/newpiggycoin/.
Windows
Go to Start>Run (or press WinKey+R) and run: explorer %APPDATA%\newpiggycoin
Piggycoin's data directory will open. "AppData" and "Application Data" are hidden by default in Windows.
Data directory location
Operating system Default data directory location Typical path to configuration file
Linux $HOME/.newpiggycoin/ /home/<username>/.newpiggycoin/newpiggycoin.conf
Mac $HOME/Library/Application Support/newpiggycoin/ /Users/<username>/Library/Application Support/newpiggycoin/newpiggycoin.conf
Windows %APPDATA%\newpiggycoin\ XP -- C:\Documents and Settings\<username>\Application Data\newpiggycoin\newpiggycoin.conf
Vista, 7 -- C:\Users\<username>\AppData\Roaming\newpiggycoin\newpiggycoin.conf


 Wink

neurocis.
1715088849
Hero Member
*
Offline Offline

Posts: 1715088849

View Profile Personal Message (Offline)

Ignore
1715088849
Reply with quote  #2

1715088849
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715088849
Hero Member
*
Offline Offline

Posts: 1715088849

View Profile Personal Message (Offline)

Ignore
1715088849
Reply with quote  #2

1715088849
Report to moderator
adsjohn
Full Member
***
Offline Offline

Activity: 186
Merit: 100


View Profile
June 26, 2017, 06:40:13 AM
 #1742

Was the founder of piggycoin a child or an old brat? By doing some ideas or with no reality whatever
paramind22
Hero Member
*****
Offline Offline

Activity: 2632
Merit: 550


View Profile WWW
June 26, 2017, 02:52:05 PM
 #1743

I did put the bootstrap in like the Annoucement thread stated but now the wallet doesn't get displayed.   Is there something you're leaving out,
like deleting the previous blockchain file?

In the .zip file is Using_bootstrap_dat.md which contains:

Code:
### Table of Contents
1. [What is bootstrap.dat?](#What)<br />
2. [What are the pros and cons of using bootstrap.dat?](#ProsCons)
3. [Where do I get bootstrap.dat?](#Obtaining)
4. [How do I know I can trust the bootstrap.dat I downloaded?](#Trust)
5. [How do I use bootstrap.dat with btcd?](#Importing)

<a name="What" />
### 1. What is bootstrap.dat?

It is a flat, binary file containing bitcoin blockchain data starting from the
genesis block and continuing through a relatively recent block height depending
on the last time it was updated.

See [this](https://bitcointalk.org/index.php?topic=145386.0) thread on
bitcointalk for more details.

**NOTE:** Using bootstrap.dat is entirely optional.  Btcd will download the
block chain from other peers through the Bitcoin protocol with no extra
configuration needed.

<a name="ProsCons" />
### 2. What are the pros and cons of using bootstrap.dat?

Pros:
- Typically accelerates the initial process of bringing up a new node as it
  downloads from public P2P nodes and generally is able to achieve faster
  download speeds
- It is particularly beneficial when bringing up multiple nodes as you only need
  to download the data once

Cons:
- Requires you to setup and configure a torrent client if you don't already have
  one available
- Requires roughly twice as much disk space since you'll need the flat file as
  well as the imported database

<a name="Obtaining" />
### 3. Where do I get bootstrap.dat?

The bootstrap.dat file is made available via a the Piggy-Coin.com website.  See
[this](vhttps://bitcointalk.org/index.php?topic=633803.msg15620760#msg15620760) thread on bitcointalk
for the download details.

<a name="Trust" />
### 4. How do I know I can trust the bootstrap.dat I downloaded?

You don't need to trust the file as the `addblock` utility verifies every block
using the same rules that are used when downloading the block chain normally
through the Bitcoin protocol.  Additionally, the chain rules contain hard-coded
checkpoints for the known-good block chain at periodic intervals.  This ensures
that not only is it a valid chain, but it is the same chain that everyone else
is using.

<a name="Importing" />
### 5. How do I use bootstrap.dat with btcd?

Extract bootstrap.dat
Linux
xz -d bootstrap.dat.zip
Mac
You can obtain xz from MacPorts or http://macpkg.sourceforge.net/.
Windows
7Zip is a free utility that can decompress .zip files. The latest version of WinRAR also supports .zip files.
Copy bootstrap.dat to data directory
Copy bootstrap.dat to your data directory. After Piggycoin has used bootstrap.dat, the file will be renamed to bootstrap.dat.old; at this point you can choose to delete it or keep it.
Linux
Piggycoin's data directory is located in ~/.newpiggycoin/ by default. You can run ls -a to see directories that start with a dot.
You can also search for the directory with the following command: find / -name wallet.dat -print 2>/dev/null
Mac
Piggycoin's data directory should be located in ~/Library/Application Support/newpiggycoin/.
Windows
Go to Start>Run (or press WinKey+R) and run: explorer %APPDATA%\newpiggycoin
Piggycoin's data directory will open. "AppData" and "Application Data" are hidden by default in Windows.
Data directory location
Operating system Default data directory location Typical path to configuration file
Linux $HOME/.newpiggycoin/ /home/<username>/.newpiggycoin/newpiggycoin.conf
Mac $HOME/Library/Application Support/newpiggycoin/ /Users/<username>/Library/Application Support/newpiggycoin/newpiggycoin.conf
Windows %APPDATA%\newpiggycoin\ XP -- C:\Documents and Settings\<username>\Application Data\newpiggycoin\newpiggycoin.conf
Vista, 7 -- C:\Users\<username>\AppData\Roaming\newpiggycoin\newpiggycoin.conf


 Wink

neurocis.


Thanks.  I did find that, and the wallet wasn't gaining visual capacity on the screen.  It just stayed in the background, or had a silhouette of it with no detail.  Is that the normal state?

I went back to just letting it sync as is out of the box by deleting bootstrap.

 


neurocis
Member
**
Offline Offline

Activity: 113
Merit: 23

Dreams are realities un-manifested.


View Profile WWW
June 26, 2017, 07:24:43 PM
 #1744


Thanks.  I did find that, and the wallet wasn't gaining visual capacity on the screen.  It just stayed in the background, or had a silhouette of it with no detail.  Is that the normal state?

I went back to just letting it sync as is out of the box by deleting bootstrap.



Yeah, like most forks of that era the piggy wallet bootstrap suffers from a poor UX during load. Watching the debug.log is the way to monitor it.

neurocis.
Hectar
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
July 02, 2017, 09:17:15 PM
 #1745

i just bought piggy like how many piggys i need to stake to get like 10,000 a day from staking? Roll Eyes
ebliever
Legendary
*
Offline Offline

Activity: 1708
Merit: 1035


View Profile
July 03, 2017, 02:19:59 AM
 #1746

i just bought piggy like how many piggys i need to stake to get like 10,000 a day from staking? Roll Eyes

Well let's see. 10,000 a day is 3,650,000 a year. Piggy provides a 3% interest rate (annual), so to get 3,650,000 a year you're going to need...

121,666,667 PIGGY. About 1/4 of all PIGGY in existence.

Oink! :-)

Luke 12:15-21

Ephesians 2:8-9
Shuxy
Full Member
***
Offline Offline

Activity: 217
Merit: 100


View Profile
July 03, 2017, 02:46:24 PM
 #1747

Any way that I can get my old Piggycoins onto the new one? How can I exchange the old coins for the new one?

Thank you!
piggycoin (OP)
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
July 04, 2017, 12:15:12 AM
 #1748

Any way that I can get my old Piggycoins onto the new one? How can I exchange the old coins for the new one?

Thank you!

If you are talking about the old proof-of-work PIG, that had addresses beginning with 6 and 7, sorry, you're far, far too late!  The swap period lasted over a year and ended long ago!

Commiserations,
Mo

New Piggycoin [PIGGY]: https://bitcointalk.org/index.php?topic=633803
The crypto for kids!
fearisfearless
Sr. Member
****
Offline Offline

Activity: 250
Merit: 252


View Profile
July 04, 2017, 11:46:56 PM
 #1749

i just bought piggy like how many piggys i need to stake to get like 10,000 a day from staking? Roll Eyes

Well let's see. 10,000 a day is 3,650,000 a year. Piggy provides a 3% interest rate (annual), so to get 3,650,000 a year you're going to need...

121,666,667 PIGGY. About 1/4 of all PIGGY in existence.

Oink! :-)

Dream big Hectar!!!!
Radent
Sr. Member
****
Offline Offline

Activity: 293
Merit: 250


View Profile
July 10, 2017, 03:04:16 AM
 #1750

PIGGY still poor price, under value than ESP and MOON
neurocis
Member
**
Offline Offline

Activity: 113
Merit: 23

Dreams are realities un-manifested.


View Profile WWW
July 12, 2017, 08:45:24 PM
 #1751

#OINK #OINK


Submitted request to CoinMarketCap to add pair.

Evangelo
Sr. Member
****
Offline Offline

Activity: 270
Merit: 250


View Profile
July 13, 2017, 07:06:31 AM
 #1752

Coin Max Supply?

XP Address: XKzDDembVTqPWk77GPFiUGzKc1eySuwNMR
eXperience Points (XP) | Visit: xpcoin.io for more information
ebliever
Legendary
*
Offline Offline

Activity: 1708
Merit: 1035


View Profile
July 14, 2017, 01:35:34 AM
 #1753

Coin Max Supply?

It's a PoS coin, so there is no mining on it now. In theory there is 3% growth from staking, but it's been running closer to 1% annually in practice (at least it did when I tracked it carefully, and it seems to still be in that ballpark), due to people not staking or having their coins on exchanges.

Luke 12:15-21

Ephesians 2:8-9
piggycoin (OP)
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
July 14, 2017, 05:45:22 PM
 #1754

Coin Max Supply?

It's a PoS coin, so there is no mining on it now. In theory there is 3% growth from staking, but it's been running closer to 1% annually in practice (at least it did when I tracked it carefully, and it seems to still be in that ballpark), due to people not staking or having their coins on exchanges.

That's right ^(oo)^

Actually there is also a maximum coin supply of 1 billion PIGGY in the code.  When that is hit, people will just stake for the transaction fees.  Right now we are still below 500 million so it'll take a long time to reach that limit.

Welcome Etherum Base Market at Novaexchange more than just a Moon, Dogecoin Piggycoin,and Bitcoin Market  Grin Cheesy Now Trading

Newest Trading Pair for Piggycoin

Välkommen Glad att du är här
Also Developer team: request  the market be added to Coinmarketcap for Novaexchange
(Japanese/South Korea) for volume ratings: https://www.coinhills.com/
ようこそ Yōkoso

Can we get a OINK OINK.
Oink oink to this and the new lot that you just posted ^(oo)^

New Piggycoin [PIGGY]: https://bitcointalk.org/index.php?topic=633803
The crypto for kids!
CryptoJohn
Legendary
*
Offline Offline

Activity: 1680
Merit: 1003


Well, That's Crypto :-\


View Profile
July 30, 2017, 06:50:37 AM
 #1755

Piggy is dope!

So many opportunities in the future for piggy.
.pacman.
Member
**
Offline Offline

Activity: 163
Merit: 13


View Profile
August 10, 2017, 01:03:53 PM
Last edit: August 10, 2017, 03:49:50 PM by .pacman.
 #1756

oink
oink
pgtyMDggQ9PXHgMRVZgRcSkHbchchSw1Zt
Orbolon
Member
**
Offline Offline

Activity: 77
Merit: 10

CoinCrate.net


View Profile WWW
August 10, 2017, 01:21:19 PM
 #1757

Piggy looks like a cool project, definitely following  Grin
OINK
OINK

fearisfearless
Sr. Member
****
Offline Offline

Activity: 250
Merit: 252


View Profile
August 15, 2017, 01:21:15 AM
 #1758

What's up with PiggyCoin?  Where is all the excitement?
tranquilitysea
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
August 18, 2017, 02:37:41 AM
 #1759

Is there something I haven't seen that's coming? I see some noise as well but can't figure out why..
Go PIGGY!
BitcoinNational
Legendary
*
Offline Offline

Activity: 1470
Merit: 1010


Join The Blockchain Revolution In Logistics


View Profile
August 23, 2017, 05:59:20 PM
 #1760


STAKE COINS swap project.
You stake TALK. We stake your coin.
Why?
More nodes the better!

https://bitcointalk.org/index.php?topic=864994.msg21126767#msg21126767

Either way stop by and promote your POS coin.

----
OINK
oink

                ▄██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
           ▄████▄▄▄▄▄██████████████▄
         ▄████████████████▄▄▄███████
       ▄█████████████████████████████
     ▄████████▀▀▀▀▀▀▀███████████████▄
   ▄████████▀█▀███▀        ███████████
 ▄████████▀███             ███████████
▄███████▀████                ██████████▄
███████████▀                  ██████████
 ██████▄████                   ██████▄███
  ██████▄████                 ▄█████████
   ██████▄████              ▄██████████
    ██████▄█████▄▄▄▄▄     ▄████████▀
     ██████▄████████████▄████████▀█▀██▀
      ██████████▄▄▄▄▄▄▄████████▀█▀██▀
       ██████████████████████▀█▀█▀
         ▀▀▀▀▀▀███████████▀▀▀▀
                      ▀██▀▀
─────────────────
Revolutionized.  ──


█████████████████████████
██ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ██
██ █████████████▀█████ ██
██ ███ ▀█████▀      ▀█ ██
██ ███     ▀▀      ▐██ ██
██ ███▌            ███ ██
██ ████▌          ▄███ ██
██ ██████       ▄█████ ██
██ ████▄▄▄▄▄▄▄████████ ██
██ ███████████████████ ██
██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀





█████████████████████████
██ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ██
██ ████████████▀▀▀████ ██
██ ████████▀▀     ████ ██
██ █████▀    ▄▀  ▐████ ██
██ ██▀     ▄▀    ▐████ ██
██ ████▄▄ █▀     █████ ██
██ ██████ ▄▄█   ▐█████ ██
██ ████████████ ██████ ██
██ ███████████████████ ██
██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.WHITEPAPER.
ANN Thread
Reddit

█████
██
██ █
██ █
██ █
   █

  ─────────────  Join
SMARC token ICO

█████
   ██
 █ ██
 █ ██
 █ ██
 █
Pages: « 1 ... 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 [88] 89 90 91 92 93 94 95 96 97 98 99 100 101 »
  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!