Guild icon
Peercoin Official
peercoin / development
Discussion related to Peercoin development and surrounding projects.
Between 01-Jan-19 12:00 AM and 01-Jan-20 12:00 AM
Avatar
GitHub BOT 01-Jan-19 01:52 AM
### Fix license of use, update 2019; Format ISO 8869-1; ---------------------------------------------------------------------------------------------------------------------- in Memoriam Guto Schiavon !guto-schiavon_bitcoin R.I.P pioneer and friend. #ripGUTO
Avatar
GitHub BOT 01-Jan-19 07:35 AM
I run peercoind like that /usr/bin/peercoind -daemon -conf=/root/.peercoin/peercoin.conf > /dev/null 2>&1 & But when I looked log file config file is not loaded. Deamon starts sync without configuration. I installed bionic-peercoind_0.6.4-1_amd64.deb
Can't merge random PR's on the master branch. Please submit against testing branch.
Avatar
Avatar
Avatar
GitHub BOT 01-Jan-19 11:12 AM
Avatar
GitHub BOT 01-Jan-19 01:19 PM
Package for ARM says pre-release because of patches which are applied to the package just before the compilation.
`a5e6202` Update of copyright year to 2019 - sandakersmann `fc7e7df` Merge pull request #414 from sandakersmann/develop - peerchemist
Avatar
GitHub BOT 01-Jan-19 09:04 PM
`c03991e` fix coinstake generation - EvgenijM86
Avatar
Avatar
GitHub BOT 02-Jan-19 03:32 AM
Avatar
Avatar
Avatar
GitHub BOT 02-Jan-19 06:26 AM
the only reason why config would not load when specified like this would be permission problems. please check the user that runs your daemon and group/other permissions of peercoin.conf file.
Avatar
GitHub BOT 02-Jan-19 07:09 AM
I think permissions are right. Because I run bitcoin, litecoin, dash and other clones properly like that. I faced up this problem with peercoin.
Avatar
GitHub BOT 02-Jan-19 07:18 AM
to further debug, please show output of these commands: ls -la /root/.peercoin/peercoin.conf and while running peercoind daemon: ps auxw | grep peercoind
Avatar
GitHub BOT 02-Jan-19 07:29 AM
peercoind starts sync without error but when I check debug.log I see that there is no related line with "configuration loaded" in the log file. So I cannot make rpc call because rpcuser & rpcpassword are not set. # ls -la /root/.peercoin/peercoin.conf -rw-r--r-- 1 root root 180 Jan 1 22:02 /root/.peercoin/peercoin.conf # ps auxw | grep peercoind root 542 0.0 0.0 17436 1008 pts/0 S+ 13:25 0:00 grep --color=auto peercoind
please start peercoind first and then run 'ps auxw | grep peercoind' command
Avatar
GitHub BOT 02-Jan-19 08:45 AM
I solved my problem thanks you change my viewpoint about problem. I focused the wrong point (conf file). I run deamon with bash script and it returns an error before executed because of port number 9901 already used. I changed my port number and it works now. The log file still doesn't consist configuration line but it loaded configuration. (Other bitcoin clones show conf line in log when it loaded I confused because of this.)
Avatar
Avatar
Avatar
Avatar
GitHub BOT 02-Jan-19 09:19 PM
Avatar
GitHub BOT 03-Jan-19 06:48 AM
`4fab6b7` Spring cleaning reorg - captainbuckkets `1e53735` Merge pull request #32 from captainbuckkets/master - peerchemist
Avatar
GitHub BOT 03-Jan-19 07:32 AM
`78714a0` transaction fee is still cent per kb - backpacker69
Avatar
GitHub BOT 03-Jan-19 07:45 AM
`515bb79` protect from accidental forks - backpacker69
`5473d94` correctly calculate minFee for multisig - backpacker69
Avatar
GitHub BOT 03-Jan-19 03:06 PM
Avatar
Avatar
Avatar
GitHub BOT 04-Jan-19 06:56 AM
It's a good idea to create a PERKB_TX_FEE but I find it extremely confusing to use it as a min fee. Why not another constant for the pre-v07 min fee? Also, you created a MIN_TXOUT_AMOUNT_V7 to store the new value, but not a MIN_TX_FEE_V7 for the min fee. It would be better to have some consistency here. I still think the best way is to replace the old constants by 2 new ones (pre and post v07). It avoids confusion and make it clear that we don't have a single value anymore, so that e...
Avatar
GitHub BOT 04-Jan-19 07:58 AM
`0c4d8e0` fix lock order - EvgenijM86 `df3f8b2` fix minting tab - EvgenijM86
Avatar
GitHub BOT 04-Jan-19 08:14 AM
[peercoin/peercoin.net] New branch created: old-website
[peercoin/peercoin.net] branch deleted: MAL315-patch-1
Avatar
GitHub BOT 05-Jan-19 05:26 AM
agreed, no need to confuse things more than they have been already. I've done some refactoring by adding new constants for pre v7 values, I feel it's better to have MIN_TX_FEE_PREV7 containing old value and MIN_TX_FEE for new. makes things more manageable in the future.
Avatar
GitHub BOT 05-Jan-19 05:46 AM
`f8efbb8` refactor constants to improve readability - backpacker69
Avatar
GitHub BOT 05-Jan-19 07:27 AM
Not sure why this is needed, there should be a good reason why the minimum amount needs to change as it is a protocol change. The purpose of the minimum output amount is to limit dust output.
Avatar
GitHub BOT 05-Jan-19 09:16 AM
The gist of the RFC-0007 is to make Peercoin cheaper to use. One aspect of that is reducing the cost of kB to 0.001 Peercoin per and reducing the min amount to matching 0.001 Peercoin.
Avatar
GitHub BOT 05-Jan-19 05:30 PM
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
GitHub BOT 06-Jan-19 08:05 AM
`d143c5c` Update and rename 04-when-decentralization-fail... - Sentinelrv `ed62442` Merge pull request #7 from Sentinelrv/patch-1 - peerchemist
Avatar
GitHub BOT 06-Jan-19 10:09 AM
`d6c238c` Update release notes - XECDesign `1f51b8b` stage3: switch from xpdf to qpdfview - XECDesign `4a5ecb6` export-noobs: bump kernel version in os.json - XECDesign `df156f0` stage1: add missing netbase package to the net-... - hhromic `9d76d3a` stage2: clean unused/obsolete patch (#187) - hhromic
Avatar
Avatar
GitHub BOT 06-Jan-19 03:53 PM
`21b81e9` Fixing things and reorging. - captainbuckkets `24cbdce` Merge pull request #33 from captainbuckkets/master - peerchemist
Avatar
GitHub BOT 06-Jan-19 05:43 PM
`09e9581` . - peerchemist `e979f1e` Merge branch 'master' of https://github.com/pee... - peerchemist `c37e1ec` Merge branch 'master' of https://github.com/pee... - peerchemist `bf90fbc` Merge branch 'master' of https://github.com/pee... - peerchemist `88b4af6` Merge branch 'master' of https://github.com/pee... - peerchemist
Avatar
GitHub BOT 06-Jan-19 07:18 PM
Avatar
GitHub BOT 06-Jan-19 07:32 PM
`6ff3937` Merge pull request #1 from peercoin/master - captainbuckkets `ca18dc1` Changes for now - captainbuckkets `dd44741` Merge pull request #34 from captainbuckkets/master - peerchemist
Avatar
Avatar
GitHub BOT 07-Jan-19 01:41 AM
Avatar
Avatar
GitHub BOT 07-Jan-19 03:50 AM
`d9558d8` Update 05-bitcoin-and-proof-of-work-consensus.md - Sentinelrv `feb88bc` Merge pull request #8 from Sentinelrv/patch-2 - peerchemist
Avatar
Avatar
GitHub BOT 07-Jan-19 08:11 AM
`2aca1e2` fix nTxOffset in stake generation - EvgenijM86
Avatar
Avatar
GitHub BOT 07-Jan-19 11:25 AM
`9b7bd69` change locale to EN_US - peerchemist `a7a2266` drop more packages - peerchemist
Avatar
Avatar
GitHub BOT 07-Jan-19 01:12 PM
`c178743` ppcoin -> peercoin - peerchemist
Avatar
GitHub BOT 07-Jan-19 01:22 PM
`832e7cf` Footer edit - captainbuckkets `42058c0` Merge pull request #66 from captainbuckkets/master - peerchemist
Avatar
GitHub BOT 07-Jan-19 01:37 PM
Avatar
GitHub BOT 07-Jan-19 01:45 PM
Avatar
GitHub BOT 07-Jan-19 02:00 PM
Avatar
Avatar
Avatar
GitHub BOT 07-Jan-19 03:11 PM
`02ba09a` Merge pull request #1 from peercoin/master - captainbuckkets `db18fce` Fixing underline issue - captainbuckkets `2e65645` Merge pull request #69 from captainbuckkets/master - peerchemist
Avatar
Avatar
GitHub BOT 07-Jan-19 06:04 PM
`4363c98` Removing disclaimer - kazzkiq `675ccac` Merge pull request #12 from kazzkiq/master - peerchemist
Avatar
GitHub BOT 07-Jan-19 06:25 PM
Avatar
GitHub BOT 08-Jan-19 04:54 AM
`42e1190` Protocol v07 activates at 12:00 on 12 of March ... - backpacker69
[peercoin/peercoin] New tag created: v0.7.0ppc.rc5
Avatar
GitHub BOT 08-Jan-19 06:07 AM
`629e0c0` Missing peercoin.ico - backpacker69
[peercoin/peercoin] tag deleted: v0.7.0ppc.rc5
[peercoin/peercoin] New tag created: v0.7.0ppc.rc5
Avatar
Avatar
GitHub BOT 08-Jan-19 07:50 AM
`bc8f7c0` Link to University and explain what it is. - peerchemist `9566008` link to files.peercoin.net - peerchemist `6b942e7` checkpoints article - peerchemist `797908e` adding myths to important links - peerchemist `debe9c9` Merge branch 'master' of https://github.com/pee... - peerchemist
Avatar
GitHub BOT 08-Jan-19 09:22 AM
Avatar
Avatar
GitHub BOT 08-Jan-19 03:08 PM
Avatar
GitHub BOT 08-Jan-19 03:36 PM
Splash screens should be updated to the copyright year 2019 before releasing Peercoin v0.7.0
Avatar
Avatar
GitHub BOT 09-Jan-19 03:47 AM
`d9e479a` extra hardened checkpoints - backpacker69
Avatar
Avatar
GitHub BOT 09-Jan-19 07:26 AM
`dfc815f` updating the Debian package - peerchemist
Avatar
GitHub BOT 09-Jan-19 03:54 PM
Starter kit contains the most frequently used graphics
Avatar
GitHub BOT 09-Jan-19 06:31 PM
`59d82a1` Update 2016 to 2018 - captainbuckkets `65ce094` Merge pull request #1 from peercoin/master - captainbuckkets `d47884e` Merge remote-tracking branch 'origin/master' - captainbuckkets `f85aad3` Added Media Starter Kit - captainbuckkets `f21609a` Merge pull request #2 from captainbuckkets/master - peerchemist
Avatar
GitHub BOT 10-Jan-19 03:52 AM
`ffbb5df` net: trying to fix block serialization when sen... - EvgenijM86
Avatar
GitHub BOT 10-Jan-19 07:10 AM
Avatar
GitHub BOT 10-Jan-19 10:46 AM
Avatar
GitHub BOT 10-Jan-19 11:08 AM
Avatar
Avatar
peerchemist 10-Jan-19 01:02 PM
b240905ae7ddff4267338565d821c4d63836ae76e82dee4bb71c929f6ef194b6 is the first block minted by the future "rebase" branch which is based upon bitcoin-core 0.16.3
on testnet, ofc
Avatar
GitHub BOT 10-Jan-19 01:18 PM
`5b085d0` extra hardened checkpoints added to kernel.cpp - sandakersmann `62007bd` Merge pull request #418 from sandakersmann/patch-1 - backpacker69
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
peerchemist 12-Jan-19 06:01 PM
Jan 12 22:40:07 cimer electrumx_server[1957]: INFO:Controller:software version: ElectrumX 1.9.1 Jan 12 22:40:07 cimer electrumx_server[1957]: INFO:Controller:aiorpcX version: 0.10.2 Jan 12 22:40:07 cimer electrumx_server[1957]: INFO:Controller:supported protocol versions: 1.4-1.4 Jan 12 22:40:07 cimer electrumx_server[1957]: INFO:Controller:event loop policy: None Jan 12 22:40:07 cimer electrumx_server[1957]: INFO:Controller:reorg limit is 5,000 blocks Jan 12 22:40:07 cimer electrumx_server[1957]: INFO:Daemon:daemon #1 at localhost:9902/ (current)
electrumx server
Avatar
GitHub BOT 13-Jan-19 05:40 AM
Avatar
GitHub BOT 13-Jan-19 07:08 AM
Avatar
GitHub BOT 13-Jan-19 08:52 AM
Avatar
GitHub BOT 13-Jan-19 09:28 AM
Avatar
GitHub BOT 13-Jan-19 02:02 PM
[peercoin/electrumx-docker] New branch created: master
`4caecd1` initial commit - peerchemist `93c1cb6` makesure proper dirs are created first - peerchemist
Avatar
GitHub BOT 13-Jan-19 02:33 PM
`e78a39b` it seems this argument is useless - peerchemist
Avatar
GitHub BOT 13-Jan-19 02:55 PM
`15fda47` dont expose rpc port - peerchemist
Avatar
Avatar
Avatar
GitHub BOT 14-Jan-19 06:35 AM
`d385790` work around docker limitations, ipv6 is disable... - peerchemist
Avatar
peerchemist 14-Jan-19 07:12 AM
You can now plug&play ElectrumX server for the Peercoin network.
Avatar
GitHub BOT 14-Jan-19 10:11 AM
`cb5d1da` warning about docker version - peerchemist
Avatar
GitHub BOT 14-Jan-19 01:05 PM
`6c7ffc6` added BIP44 coin types - peerchemist
Avatar
peerchemist 14-Jan-19 06:22 PM
Avatar
Avatar
GitHub BOT 15-Jan-19 07:11 AM
`0d9fe15` explain default RPC ports - peerchemist
Avatar
GitHub BOT 15-Jan-19 08:00 AM
Avatar
Avatar
GitHub BOT 15-Jan-19 08:47 AM
`4a7c03b` Update README.md - bananenwilly `56e43c2` Merge pull request #1 from bananenwilly/patch-1 - peerchemist
Avatar
GitHub BOT 15-Jan-19 06:47 PM
`2fc2707` Peercoin hrp. - peerchemist
`7e4bea6` BIP34Hash - peerchemist `ad6d2e0` hrp chars - peerchemist
Avatar
GitHub BOT 15-Jan-19 07:43 PM
`fb75664` comment out regtest until it's used - peerchemist
Avatar
GitHub BOT 16-Jan-19 03:18 AM
`a123f91` leave min_txout_amount at 0.01ppc for time being - backpacker69
[peercoin/peercoin] New tag created: v0.7.0ppc.rc6
Avatar
Avatar
GitHub BOT 16-Jan-19 06:04 AM
[peercoin/peercoin] tag deleted: v0.7.0ppc.rc6
[peercoin/peercoin] New tag created: v0.7.0ppc.rc6
`3e67979` update debian package - peerchemist `efd0437` Merge pull request #420 from peerchemist/0.7-te... - peerchemist
Avatar
Avatar
GitHub BOT 16-Jan-19 06:44 AM
`f1139af` sort the list - peerchemist
Avatar
Avatar
GitHub BOT 16-Jan-19 07:45 AM
`1dbbf13` rfc-0007 - backpacker69 `0f446ce` fix fee calculation - backpacker69 `acb677b` miner fee budget is 1k - backpacker69 `c821d78` fix coinbase minter budget - backpacker69 `90a9849` gui fee calculation - backpacker69
`b780c0e` Update copyright headers to 2019 - sandakersmann `b599fc0` Merge pull request #416 from sandakersmann/develop - peerchemist
Avatar
GitHub BOT 16-Jan-19 07:53 AM
This XPC rebranding is not a good idea if you ask me. It will just lead to confusion and many exchanges won't change from PPC.
Avatar
GitHub BOT 16-Jan-19 08:46 AM
[peercoin/peercoin] branch deleted: 0.7-testing
Avatar
Avatar
GitHub BOT 16-Jan-19 06:03 PM
`b1bf6db` rm type annotation to avoid confusing old python - peerchemist
Does Roboto-Regular.ttf support all languages, like Cyrillic for example?
https://fonts.google.com/specimen/Roboto My assumption was yes because it’s a google font and there is a chart that indicates Russian usage.
"Noto is a font family comprising over a hundred individual fonts, which are together designed to cover all the scripts encoded in the Unicode standard." https://en.wikipedia.org/wiki/Noto_fonts
I saw Greek and Cyrillic support on Wikipedia as well. https://en.m.wikipedia.org/wiki/Roboto
From your link: "On Android, the Noto font is used for languages not covered by Roboto"
This is deployed on Desktops. There is no need to cater to mobile since this is widely supported and hits all the Cyrillic checkboxes. In the event a font is unsupported, it would revert to a system default anyway.
If you can teach me how to deploy it in Russian I will check it. Says it’s fully supported
If you can teach me how to deploy it in Russian I will check it. Says it’s fully supported
You need to apply for Russian visa to do that.
What was the original font that caused the issue?
WeblySleek.ttf
If you can teach me how to deploy it in Russian I will check it. Says it’s fully supported
I'm not only worried about Russian. I also don't see why we need to change the font.
Because Roboto is one of the standardized fonts for Peercoin. We use FF mark and Roboto.
Is it not possible to include Roboto as he primary with Noto as the backup?
No haha. Noto is ugly. Website + all other branded places should be using the same font which represents the brand. This has wide system support and there should be no issues
No haha. Noto is ugly. Website + all other branded places should be using the same font which represents the brand. This has wide system support and there should be no issues
I'm sure NotoSans-Regular.ttf supports more languages since it is 455 kB. Roboto-Regular.ttf is 171 kB.
Alright then. Can you revert it until I find an acceptable work around?
Avatar
Avatar
GitHub BOT 16-Jan-19 07:14 PM
Avatar
GitHub BOT 17-Jan-19 08:25 AM
Avatar
GitHub BOT 17-Jan-19 11:18 AM
Looks good to me, but I have not tested this in any way.
Avatar
Avatar
Avatar
Avatar
GitHub BOT 17-Jan-19 02:22 PM
`b4d29fd` Reorg - captainbuckkets `b29d4a9` Fix broken links + reorg - captainbuckkets `4fd139f` Merge branch 'master' into master - peerchemist `8e68193` Merge pull request #35 from captainbuckkets/master - peerchemist
Avatar
Avatar
Avatar
GitHub BOT 17-Jan-19 06:30 PM
Avatar
GitHub BOT 18-Jan-19 06:23 AM
`e313e2b` version bump. - peerchemist `2576140` bump version - peerchemist `268163e` update licence year - peerchemist
[peercoin/peercoin_rpc] New tag created: 0.59
[peercoin/peercoin_rpc] New tag created: 0.60
Avatar
GitHub BOT 18-Jan-19 09:38 AM
Avatar
GitHub BOT 18-Jan-19 11:02 AM
It's useful in some scenarios. For example when you need pubkey quick for multisig contract or something.
Avatar
GitHub BOT 18-Jan-19 11:31 AM
Adding syntax highlight and updating code usado to ES6-like.
`4bfa2c3` Adding syntax highlight to README - kazzkiq `05e9496` Merge pull request #2 from kazzkiq/patch-1 - peerchemist
Avatar
Avatar
GitHub BOT 21-Jan-19 09:18 AM
`f30b6e9` fix autogen.sh error - EvgenijM86
Avatar
GitHub BOT 21-Jan-19 09:56 AM
`caa6c0d` build: fix compilation - EvgenijM86
Avatar
Avatar
GitHub BOT 21-Jan-19 12:56 PM
`2b8ac71` Fix the name of the autostart entry - jondo `6ae6dbd` Merge pull request #396 from jondo/jondo-patch-2 - peerchemist `9f9febd` Update net.cpp - sunnyqueen `25f16d1` Merge pull request #399 from sunnyqueen/patch-1 - peerchemist `633a10c` remove redundant windows build - backpacker69
Avatar
GitHub BOT 21-Jan-19 01:49 PM
Peercoin v0.7.0 must be pushed to a release-0.7 branch since it is a hardfork. Alternatively we need to change our release process.
Avatar
GitHub BOT 21-Jan-19 02:33 PM
[peercoin/peercoin] New branch created: release-0.7
[peercoin/peercoin] New tag created: v0.7.0ppc
Avatar
GitHub BOT 21-Jan-19 06:26 PM
`5fb8b41` peercoin-protocol-versions - peerchemist
Avatar
Avatar
GitHub BOT 21-Jan-19 09:55 PM
`dcee764` Making README readable - kazzkiq
Avatar
Avatar
GitHub BOT 22-Jan-19 04:09 AM
`7de474c` fix disconnecting blocks - EvgenijM86
Avatar
GitHub BOT 22-Jan-19 06:10 AM
Avatar
GitHub BOT 22-Jan-19 07:18 AM
Instead of just presenting the user with a WIF import, we should allow user to copy the encoded transaction and continue signing it in some other application.
Avatar
GitHub BOT 22-Jan-19 10:50 AM
Avatar
GitHub BOT 22-Jan-19 02:54 PM
## Feature Request As of today, perpera-web only accepts sha-256 hashes so it may be easier to define the fee price. But once we implement other hashing algorithms, and once we also support URLs, the fee will fluctuate. It should be possible to get how much a registry would cost before sending the transaction, so users can actually prepare the amount to a certain wallet.
Avatar
GitHub BOT 23-Jan-19 09:51 AM
Avatar
GitHub BOT 24-Jan-19 03:26 AM
Avatar
Avatar
PersianMine.com 26-Jan-19 01:15 AM
Hi I can see in the peercoin docs that peercoin have cli for linux but when I download the file for linux I cannot find any peercoin-cli file why is that?
Avatar
Avatar
Avatar
Avatar
GitHub BOT 26-Jan-19 11:58 AM
usage of bitcore-lib as seen in peerscript-labs. I think it is better to use bitcore-lib as is seen in peerscript-labs project, so I replaced it. please review and merge
Avatar
GitHub BOT 26-Jan-19 12:49 PM
This is much better solution, much more maintainable. Not sure why it was not done like this from day one.
Avatar
GitHub BOT 26-Jan-19 08:22 PM
`c39dedf` created de-DE locale - bananenwilly `95564cc` Merge pull request #13 from bananenwilly/master - kazzkiq
Avatar
GitHub BOT 26-Jan-19 11:17 PM
I'm getting this error when running locally:
TypeError: Buffer.alloc is not a function
Buffer is not available in browsers. Only in Node. Did you added any polyfill? Also, the reason why I manually added peercoin lib instead of using other solutions is to make sure the project would stay small. Most libs are made with back-end as target, which means there is no effort to make them light. Most have way too much "bloatware" and helper functions we wouldn't need in order to ...
Avatar
Avatar
Avatar
GitHub BOT 27-Jan-19 03:34 PM
Edit to 'Block size limit and block time spacing' as well as table.
Avatar
Avatar
GitHub BOT 27-Jan-19 05:30 PM
Nah, my node is ok. The error happened in the browser, not while building. Buffer as API exists only in Node, not in browsers. Can you please run npm start and check if everything is working as expected locally? <img width="935" alt="screen shot 2019-01-27 at 20 27 44" src="https://user-images.githubusercontent.com/1953194/51807749-3c03aa00-2272-11e9-8752-492b8d5d677a.png">
Avatar
GitHub BOT 28-Jan-19 08:10 AM
It's a good idea to create a PERKB_TX_FEE but I find it extremely confusing to use it as a min fee. Why not another constant for the pre-v07 min fee?
There are still multiple PERKB_TX_FEE used as a fee. Don't you agree it's very confusing?
Avatar
GitHub BOT 28-Jan-19 10:08 AM
`ded9de0` Merge pull request #317 from peercoin/develop - peerchemist `fd1d96e` Merge pull request #346 from peercoin/develop - backpacker69 `a83e9ef` Merge pull request #360 from peercoin/develop - peerchemist `d243de6` Merge pull request #365 from peercoin/develop - backpacker69 `2d241ea` Hardened checkpoint update for v0.6.4 at block ... - sandakersmann
Avatar
Avatar
Avatar
GitHub BOT 28-Jan-19 03:30 PM
Avatar
Avatar
Avatar
Avatar
GitHub BOT 29-Jan-19 01:08 AM
`9428b66` Removed Mintr - captainbuckkets `21efb7e` Merge pull request #72 from captainbuckkets/master - bananenwilly
Avatar
Avatar
GitHub BOT 29-Jan-19 11:49 AM
`10a0c5f` remove dynamic fee code - EvgenijM86
Avatar
Avatar
GitHub BOT 30-Jan-19 06:05 AM
`6793e48` Merge pull request #387 from peercoin/develop - backpacker69 `ebb4003` Merge pull request #390 from peercoin/develop - backpacker69 `68c2beb` New Graphics - captainbuckkets `dbd7cac` Revert "New Graphics" - captainbuckkets `60b54e4` Merge remote-tracking branch 'origin/0.7-testin... - captainbuckkets
Avatar
Avatar
GitHub BOT 30-Jan-19 06:44 AM
`53f70f5` xpc introduced - backpacker69 `be65f5b` replace multisig captions - backpacker69 `fa1f1ba` transaction fee help message - backpacker69 `7da2d02` Merge pull request #429 from backpacker69/0.7-xpc - peerchemist
Avatar
GitHub BOT 30-Jan-19 11:32 AM
Be very careful with such a dynamic PoS reward algorithm! It can lead to oscillation cycles. If some minters halt minting for speculative reasons, i.e. when they expect the reward to increase, they are producing a self-fulfilling prophecy, as their behaviour in fact increases the reward. When the expected top of the minting reward is reached, they will resume minting. If a significant number of minters behave like that, minting participation will be negatively impacted. The situation can e...
Avatar
Avatar
Avatar
GitHub BOT 31-Jan-19 12:58 AM
You know what: this project needs webpack. Without it, options are very limited as the usage of Buffer is everywhere. I can try to reduce the code in Peercoin lib as much as possible.
Avatar
GitHub BOT 31-Jan-19 01:47 AM
`feabfa8` version bump to 0.7.1 - backpacker69
Avatar
GitHub BOT 31-Jan-19 05:50 AM
`1fd7a93` change font to roboto - backpacker69 `876beb7` change chat link - backpacker69 `cde83fb` colour correction - backpacker69 `5390223` New Graphics - captainbuckkets
[peercoin/peercoin] New tag created: v0.7.1ppc.rc1
Avatar
Avatar
GitHub BOT 31-Jan-19 07:48 AM
`fd91980` fix crash when prev pindex not available - EvgenijM86
Avatar
GitHub BOT 31-Jan-19 08:50 AM
`f71ed60` Adding success popup - kazzkiq
Avatar
GitHub BOT 31-Jan-19 09:33 AM
`7c7401d` warnings: fix future block trust prediction, so... - EvgenijM86
Avatar
GitHub BOT 31-Jan-19 09:41 AM
At the time of conception of this project, Brunch was used as bundler. But now it's prime time has since past and the project is not so active anymore, which leads to bugs hard to solve, and features that never come making projects based on it hard to mantain. Small community also doesn't helps with it's survival rate. The main two options for replacement today are: - Webpack - Rollup Bot...
Updating the bundler is a must, indeed. You should give your 2 cents on #15 later.
Avatar
Avatar
GitHub BOT 31-Jan-19 01:23 PM
Avatar
GitHub BOT 31-Jan-19 05:08 PM
I did add Noto back in the day because of this bug: https://github.com/peercoin/peercoin/issues/255 I'm sure NotoSans-Regular.ttf supports more languages since it is 455 kB. Roboto-Regular.ttf is 171 kB.
Avatar
Avatar
GitHub BOT 31-Jan-19 06:06 PM
`0f23dfe` Weird spacing fix in bitcoin_en.ts also - sandakersmann `1aeed69` Merge pull request #431 from sandakersmann/patch-1 - peerchemist
Avatar
Avatar
backpacker 01-Feb-19 03:29 AM
@EvgenijM86 our native bech32 addresses should be as according to this https://github.com/peercoin/slips/blob/f1139afef5df2596c5d0373b856cdbbf397fb612/slip-0173.md
SatoshiLabs Improvement Proposals. Contribute to peercoin/slips development by creating an account on GitHub.
Avatar
GitHub BOT 01-Feb-19 06:05 AM
`f597580` remove windows cross compilation from travis fo... - backpacker69
Avatar
Avatar
GitHub BOT 01-Feb-19 08:04 AM
`d278522` Enabling languages: de-DE, pl-PL - kazzkiq
Avatar
Avatar
GitHub BOT 01-Feb-19 12:28 PM
`67a1ae2` Fixing encoding issues pl-PL language - kazzkiq
Avatar
GitHub BOT 02-Feb-19 02:09 PM
Avatar
Avatar
Irritant 03-Feb-19 09:44 AM
Contribute to BitcoinSDN/bitcoinstake development by creating an account on GitHub.
Avatar
peerchemist 03-Feb-19 09:52 AM
Lol another fork
Avatar
GitHub BOT 04-Feb-19 02:34 AM
`8641e8d` Revert "xpc introduced" - backpacker69
Avatar
GitHub BOT 04-Feb-19 03:54 AM
`4a97ec9` Revert "replace multisig captions" - backpacker69
Avatar
GitHub BOT 04-Feb-19 04:14 AM
`6d09438` table header background colour fix - backpacker69
Avatar
GitHub BOT 04-Feb-19 05:45 AM
`dde8af1` bump the Debian changelog - peerchemist
Avatar
GitHub BOT 04-Feb-19 09:03 AM
[peercoin/peercoin] branch deleted: dockerfixes
[peercoin/peercoin] branch deleted: opreturn
[peercoin/peercoin] branch deleted: zapwallet-0.6
[peercoin/peercoin] branch deleted: revert-342-develop-v0.6.2ppc.rc4-fix-mxe-win32-qt-build
[peercoin/peercoin] branch deleted: signature_fix2
[peercoin/peercoin] branch deleted: signature_length_fixes
[peercoin/peercoin] New tag created: v0.7.1ppc
Avatar
Avatar
GitHub BOT 04-Feb-19 01:11 PM
Excuse my force-push. * Comments and debug logging have been improved. * Some renames, I'm not satisfied with Kernel::State, but so far no better idea. It serves the same purpose as a reader monad in Haskell, but both "reader" and "monad" would be confusing in C++. * Node syncs successfully, which is nice. * Kernel::GetStakeModifierV03() handles blocks not contained in the active chain without constructing a temporary vector.
Avatar
GitHub BOT 04-Feb-19 03:51 PM
QHeaderView::section:checked { background-color: #3CB054; } I guess revert since nothing exists now.
Avatar
Avatar
GitHub BOT 06-Feb-19 04:38 AM
`73e0013` extend subversion to include peercoin version - backpacker69
Avatar
GitHub BOT 06-Feb-19 07:00 AM
`bd64a1b` update upstream electrumx version - peerchemist `ba87be2` uploaded the image to docker hub - peerchemist `14f34c4` Merge branch 'master' of https://github.com/pee... - peerchemist
Avatar
GitHub BOT 06-Feb-19 12:57 PM
Avatar
GitHub BOT 07-Feb-19 05:57 AM
[peercoin/peercoin] tag deleted: v0.7.1ppc
[peercoin/peercoin] New tag created: v0.7.1ppc.rc2
Avatar
Avatar
Avatar
Avatar
GitHub BOT 08-Feb-19 05:45 AM
`3b7939e` estimatefee rpc call - backpacker69 `015f3a3` Merge pull request #435 from backpacker69/estim... - peerchemist
don't require complete resync when node has now invalid blocks in db
Avatar
GitHub BOT 08-Feb-19 06:33 AM
`73e0751` don't shutdown when db contains now defunct blo... - backpacker69 `392deaf` Merge pull request #436 from backpacker69/relax... - peerchemist
Avatar
GitHub BOT 08-Feb-19 06:48 AM
`ee4bbf7` Create russian translation - backpacker69 `921ed45` activating ru-RU - backpacker69 `be93e4f` Merge pull request #16 from backpacker69/ru - kazzkiq
`4d791a8` Updating service worker cache version - kazzkiq
Avatar
GitHub BOT 08-Feb-19 05:18 PM
I chose WOW.js for the fade in animations. Seems to have poor performance outside of chrome. Optimization to this would be nice as my theory is that it is playing all animations and taking too many resources. Index page is the only page affected.
I think a @media tag would be good and to just have it trigger to the mobile size. Might be easiest fix.
Most users have JS on (99.9999998%), however we had someone ask for a non JS version. Any way to do this without affecting and breaking the animations or failing to load the content? https://github.com/peercoin/peercoin.net/issues/73 Removing JS should also remove the WOW.js which loads most of the content.
Avatar
GitHub BOT 08-Feb-19 05:54 PM
There are a number of issues with the mobile menu. My testing is from iOS using Safari. - If I swipe upward when the mobile menu is open and then I close the menu I can see that the website in the background has also scrolled down the page. When swiping, it should only effect the menu itself and not what's behind it. - When the mobile menu is open, if I click one of the titles to expand its dropdown menu, I can't close the dropdown menu by clicking the same title again. The only way I c...
Avatar
GitHub BOT 08-Feb-19 06:09 PM
When I open the main menu and scroll over items in a dropdown menu, the background is supposed to turn from white to green and the icons and titles are supposed to turn white. However when the transition happens there is a split second where the title text is black on top of a green background. It happens quickly, but it is noticeable. I've included a screenshot below... <img width="228" alt="menublack" src="https://user-images.githubusercontent.com/5800997/52510842-a817d380-2bcb-11e9-9444...
Avatar
GitHub BOT 08-Feb-19 06:43 PM
Avatar
Cybnate 08-Feb-19 06:44 PM
🙂
Avatar
Avatar
Avatar
Avatar
GitHub BOT 09-Feb-19 04:22 AM
I don't see an option that wouldn't require intensive rework .
Avatar
GitHub BOT 09-Feb-19 04:48 AM
Avatar
GitHub BOT 09-Feb-19 05:31 AM
non js version can be just contain several pages of text with simple a href navigation within page
Avatar
Avatar
Avatar
GitHub BOT 10-Feb-19 10:35 AM
`8b72731` Update de-DE.json - bananenwilly `f35eb60` Merge pull request #18 from bananenwilly/patch-1 - kazzkiq
`017b5d5` Updating service worker version - kazzkiq
Avatar
Avatar
Avatar
GitHub BOT 10-Feb-19 07:15 PM
Avatar
GitHub BOT 11-Feb-19 03:38 AM
Avatar
GitHub BOT 11-Feb-19 04:03 AM
Avatar
GitHub BOT 11-Feb-19 04:45 AM
Avatar
Avatar
PersianMine.com 12-Feb-19 12:22 AM
Hello everyone, in the PPC wallet I cannot find the -cli file for linux version any idea how to get that?
Avatar
backpacker 12-Feb-19 04:46 AM
you could raise an issue on github and we'll fix it in next version
Avatar
GitHub BOT 12-Feb-19 06:17 AM
`05fc797` Description in about section added to locale - sandakersmann `0f832de` Merge pull request #437 from sandakersmann/develop - peerchemist
Avatar
GitHub BOT 12-Feb-19 12:57 PM
`7b26b4d` remove CFeeRate() - EvgenijM86
Avatar
Avatar
GitHub BOT 12-Feb-19 03:07 PM
`698dd2c` remove some notes - EvgenijM86
Avatar
Avatar
GitHub BOT 12-Feb-19 05:42 PM
`890037f` Updating links to match new website directory - captainbuckkets `9593213` Merge pull request #439 from captainbuckkets/pa... - peerchemist
Avatar
GitHub BOT 13-Feb-19 11:22 AM
`1ce0660` calculate exact fee, postpone sendrawtransaction. - fperleta
Avatar
GitHub BOT 13-Feb-19 12:03 PM
javascript var update = doc.considerUpdatingContent(hash, spender); var fee = update.getFee(); // satoshis if (...) { update.commit(); // sends the transactions } else { update.abort(); // discards the transactions, gives UTXOs back to the spender. }
There is also considerAddingUri. Note that the fee depends not only on the size of the update, but the latest UTXOs available to the spender. If the UTXOs are too small, more than one might have to be used, which will i...
Avatar
Avatar
Avatar
GitHub BOT 13-Feb-19 08:41 PM
Code looks fine. Recommended for merge when convenient. @Sentinelrv dont worry about anything with <!-- -->, thats just comment code. Can be ignored.
Avatar
Avatar
GitHub BOT 14-Feb-19 03:43 AM
Avatar
Avatar
Avatar
Avatar
GitHub BOT 14-Feb-19 05:10 AM
`c87ea6c` rm install-ubuntu script - peerchemist
`f5c8cb8` Update index.html - Sentinelrv `2f225ab` Merge pull request #79 from Sentinelrv/patch-1 - peerchemist
`db0443f` Update privacypolicy.html - Sentinelrv `1e00a35` Merge pull request #80 from Sentinelrv/patch-2 - peerchemist
`436e415` Update wallet.html - Sentinelrv `8406c74` Merge pull request #81 from Sentinelrv/patch-3 - peerchemist
`3838245` Update projects.html - Sentinelrv `0d83786` Merge pull request #82 from Sentinelrv/patch-4 - peerchemist
`7972adc` Update contactus.html - Sentinelrv `5ee2be9` Merge pull request #83 from Sentinelrv/patch-5 - peerchemist
`783d7fe` Update newsletter.html - Sentinelrv `92199c9` Merge pull request #84 from Sentinelrv/patch-6 - peerchemist
`73e367e` Update and rename 10-first-efficient-and-sustai... - Sentinelrv `44a153c` Merge pull request #13 from Sentinelrv/patch-4 - peerchemist
`a170a65` we'll use 'pc' hrp prefix after all. - peerchemist
Avatar
GitHub BOT 14-Feb-19 05:30 AM
`b999d91` Peercoin windows res.rc - backpacker69 `435ef9f` Peercoin executable names - backpacker69
- Title fixed - Other fixes on Peerchemist's edits. - Removed new sentence about ASIC chip producer. That sentence can't be included until after I explain what an ASIC is. I'll find a way to include it again later. I'll hold a copy of the sentence so I remember it.
`58a386a` Update 06-Inherent-Centralization-of-PoW-blockc... - Sentinelrv `3d793d1` Merge pull request #14 from Sentinelrv/patch-5 - peerchemist
Avatar
GitHub BOT 14-Feb-19 05:54 AM
`7bba4a1` Update learn-articles.html - Sentinelrv `ad3dc3d` Merge pull request #85 from Sentinelrv/patch-7 - peerchemist
`2ba6491` Update footer.html - Sentinelrv `a3d50c7` Merge pull request #86 from Sentinelrv/patch-8 - peerchemist
Avatar
Avatar
GitHub BOT 14-Feb-19 06:50 AM
`2523c3b` Update resources.html - Sentinelrv `525e4f6` Merge pull request #87 from Sentinelrv/patch-9 - peerchemist
`5ad96fe` Update index.html - Sentinelrv `8cea358` Merge pull request #88 from Sentinelrv/patch-10 - peerchemist
Avatar
Avatar
GitHub BOT 14-Feb-19 08:26 AM
`4982161` remove broken things from travis for time being - backpacker69 `1c4adbe` Revert "BIP34Hash" - backpacker69 `773d02a` peercoin uri - backpacker69 `2922e6d` bitcoin to peercoin changes - backpacker69 `0d27e20` one peercoin is 0.000001 - backpacker69
Avatar
GitHub BOT 14-Feb-19 09:07 AM
`fcc2eda` Revert "rm install-ubuntu script" - backpacker69
Avatar
GitHub BOT 14-Feb-19 12:25 PM
`24beadd` trying to fix debuild - backpacker69
Avatar
GitHub BOT 14-Feb-19 12:35 PM
`14fdd18` trying to fix debuild 2 - backpacker69
Avatar
GitHub BOT 14-Feb-19 12:54 PM
`4908b1c` trying to fix debuild 3 - backpacker69
Avatar
GitHub BOT 14-Feb-19 01:11 PM
`5039991` trying to fix debuild 4 - backpacker69
Avatar
GitHub BOT 14-Feb-19 01:52 PM
`9fbbf88` missing manpages - backpacker69
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
GitHub BOT 15-Feb-19 01:54 AM
I'll look in the morning I guess. Not sure why that is happening again.
Avatar
GitHub BOT 15-Feb-19 02:26 AM
`cd48ee7` New Icons + Theme + New Tabs - captainbuckkets `3709e5d` Splash change - captainbuckkets `b45d63b` Network changes - captainbuckkets `a8fe9e1` Footer changes cont - captainbuckkets `f2ec513` Fixed splash logo - captainbuckkets
`9724075` Re-adding dependent files - captainbuckkets
Avatar
GitHub BOT 15-Feb-19 05:32 AM
`5ff1359` stopping peercoin - backpacker69 `cfa697c` make pending text same - backpacker69
Avatar
GitHub BOT 15-Feb-19 07:08 AM
[peercoin/peercoin] New tag created: v0.7.1ppc.rc3
Avatar
Avatar
Avatar
Avatar
GitHub BOT 15-Feb-19 02:00 PM
`d0da17b` Reorg + added section - captainbuckkets `1f90ca3` Fixing the resolving error? - captainbuckkets `5daef1a` Closing bracket maybe? - captainbuckkets `552ee56` merge buckket's PR - peerchemist `dcbbeab` Merge branch 'captainbuckkets-master' - peerchemist
Avatar
Avatar
GitHub BOT 15-Feb-19 02:56 PM
`e89a171` Adding university to resources drop down - captainbuckkets `314766a` Merge pull request #90 from captainbuckkets/master - peerchemist
Avatar
GitHub BOT 16-Feb-19 06:17 AM
`6793e48` Merge pull request #387 from peercoin/develop - backpacker69 `ebb4003` Merge pull request #390 from peercoin/develop - backpacker69 `211a111` Merge pull request #425 from peercoin/develop - peerchemist `890037f` Updating links to match new website directory - captainbuckkets `9593213` Merge pull request #439 from captainbuckkets/pa... - peerchemist
Avatar
GitHub BOT 16-Feb-19 06:55 AM
`1b84699` Update README.md - peerchemist `138d9f6` Wallet GUI update - captainbuckkets `bad9986` Changing HeaderView - captainbuckkets `f9f2e4a` Fixed Description in About section + confirming... - captainbuckkets `47d33f5` Window size change - captainbuckkets
[peercoin/peercoin] New tag created: v0.7.1ppc
New Transaction -> Generate Now the only way to sign with the Ledger is to click Verify first, then sign with the Ledger. "Continue to Sign" leads to the form which requires pasting of WIF.
Avatar
Avatar
GitHub BOT 16-Feb-19 01:29 PM
!image Taskbar menu differs from the normal QMenu and contains features that aren't normally there which mainly is just those icons which are a different color. Needs to be isolated and either removed or icon colors changed.
Avatar
GitHub BOT 17-Feb-19 03:30 AM
Avatar
GitHub BOT 17-Feb-19 06:31 AM
`e615151` new release is out, update the relevant info - peerchemist `721e48e` Merge branch 'master' of https://github.com/pee... - peerchemist
Avatar
Avatar
Avatar
GitHub BOT 18-Feb-19 09:08 AM
`c8420d0` peercoin bash completition - backpacker69
Avatar
GitHub BOT 18-Feb-19 12:28 PM
non js version can be just contain several pages of text with simple a href navigation within page
Would prefer this. The graphical animation was done as SVGs, but the issue was the slide in animations for text which is WOW.js. I don't mind replacing that, but current version looks nicest.
Avatar
GitHub BOT 18-Feb-19 01:38 PM
Avatar
GitHub BOT 18-Feb-19 02:43 PM
`5422867` add missing peercoin.png into includes - backpacker69
Avatar
GitHub BOT 18-Feb-19 02:50 PM
Fixed the close lock and backup wallet icons. Should resolve the issues spotted by SentinelRV
`7092dec` add missing peercoin_testnet.png into includes - backpacker69
Avatar
GitHub BOT 18-Feb-19 03:10 PM
[peercoin] Branch rebase was force-pushed to de5358c
Avatar
ClaysonFrost 18-Feb-19 10:42 PM
Could one of the devs or marketing team please send me a DM regarding listing on CoinExchange.io?
Avatar
captainbuckkets 18-Feb-19 10:53 PM
Sending you a DM
@ClaysonFrost allow me to dm you or dm me first. Your perms block me
Avatar
GitHub BOT 19-Feb-19 02:58 AM
`cb1a7ff` Fixing QMenu Icons - captainbuckkets `e8f0dc4` Merge pull request #448 from captainbuckkets/de... - peerchemist
Avatar
GitHub BOT 19-Feb-19 03:49 AM
`c38b1aa` extra missing resources - backpacker69 `7afdce3` fix man makefile - backpacker69
Avatar
GitHub BOT 19-Feb-19 04:36 AM
`f2ea6df` fixed man pages - backpacker69
Avatar
GitHub BOT 19-Feb-19 06:00 AM
`b9cb23f` update the peercoin.conf - peerchemist `fec50e5` update the .desktop files - peerchemist `69fab1e` rename files to peercoin - peerchemist `6f84396` more rebranding - peerchemist `32b0a8a` Merge branch 'rebase' of https://github.com/pee... - peerchemist
Avatar
GitHub BOT 19-Feb-19 06:56 AM
[peercoin/packaging] New branch created: master
`f2dbecb` add arch package - peerchemist
Avatar
GitHub BOT 19-Feb-19 10:48 AM
`fcdce87` fix linking of peercoin-tx - backpacker69 `2267926` add missing icons - backpacker69
Avatar
GitHub BOT 19-Feb-19 11:33 AM
`c6c08b0` Create README.md - peerchemist
Avatar
GitHub BOT 19-Feb-19 11:43 AM
`40e0d32` Create LICENCE - peerchemist
Avatar
GitHub BOT 19-Feb-19 11:51 AM
`16d9635` Update LICENCE - peerchemist
Avatar
GitHub BOT 19-Feb-19 12:16 PM
`3bce413` manpages for debian - backpacker69
Avatar
GitHub BOT 19-Feb-19 12:23 PM
`d54b87d` macosx10.10 sdk is fine for us - backpacker69
Avatar
GitHub BOT 19-Feb-19 12:31 PM
-New wallet files from Sentinel's designer. Not sized or colored particularly. -Updated Logo file year -Added Core AI files (will be removed from main repo)
Avatar
GitHub BOT 19-Feb-19 01:14 PM
Removing unneeded AI files. These were not touched by make and should have no build impact.
Avatar
GitHub BOT 19-Feb-19 01:28 PM
Can you pls repeat this on the rebase branch? Thanks.
`a9b13f4` RM unneeded AI files - captainbuckkets `2a9e9a8` Merge pull request #449 from captainbuckkets/de... - peerchemist
`bf9304d` Adding Core AI + New Wallet Icons - captainbuckkets `7bf3823` Adding Core AI + New Wallet Icons - captainbuckkets `e54e2a9` Merge remote-tracking branch 'origin/master' - captainbuckkets `7348094` Reorg - captainbuckkets `a22e471` Merge pull request #3 from captainbuckkets/master - peerchemist
Avatar
GitHub BOT 19-Feb-19 03:35 PM
Avatar
Avatar
GitHub BOT 20-Feb-19 05:47 AM
`68231d6` cleanup of irrelevant files - peerchemist
Avatar
GitHub BOT 20-Feb-19 06:31 AM
`2a51de5` fix makefile copyright - peerchemist `b207ad6` update man pages for the daemon and cli utilty - peerchemist
`c402ddf` fix manpage makefile.am - peerchemist
Avatar
backpacker 20-Feb-19 06:34 AM
no
Avatar
GitHub BOT 20-Feb-19 06:37 AM
Avatar
Irritant 20-Feb-19 07:01 AM
should BUILD_PEERCOIN_CLI be BUILD_PEERCOIN_UTILS?
Avatar
GitHub BOT 20-Feb-19 07:15 AM
`31629d0` fix package name - peerchemist
Avatar
GitHub BOT 20-Feb-19 07:47 AM
`8b91856` Revert "fix manpage makefile.am" - backpacker69
Avatar
GitHub BOT 20-Feb-19 08:04 AM
`5b6328d` Make listunspent and signrawtransaction RPCs su... - backpacker69
`9c062d5` Adding correct tab icons + QMenu icons - captainbuckkets
Avatar
Avatar
GitHub BOT 20-Feb-19 09:35 AM
`15ac9fd` peercoin-qt manpage - peerchemist `68180d4` Merge branch 'rebase' of https://github.com/pee... - peerchemist
Avatar
GitHub BOT 20-Feb-19 09:48 AM
`ba65b2f` tweak intro.cpp - peerchemist
Avatar
GitHub BOT 20-Feb-19 12:04 PM
`55b79e6` some more rebranding - peerchemist
Avatar
Avatar
GitHub BOT 20-Feb-19 06:23 PM
`28acd89` Update splash + adding new exchange - captainbuckkets `e7c15ed` Merge pull request #92 from captainbuckkets/master - peerchemist
Avatar
GitHub BOT 21-Feb-19 01:27 PM
`112fa04` drop irrelevant test (rbf) - peerchemist `b843225` update tests README - peerchemist
Avatar
GitHub BOT 21-Feb-19 01:38 PM
[peercoin] Branch rebase was force-pushed to d437cc9
Avatar
Avatar
GitHub BOT 22-Feb-19 07:09 AM
`112fa04` drop irrelevant test (rbf) - peerchemist `b843225` update tests README - peerchemist `55e8aca` Merge branch 'rebase' of https://github.com/pee... - peerchemist `ad6b119` update gitignore - peerchemist
Avatar
GitHub BOT 22-Feb-19 08:27 AM
`5a43ed6` peercoin-tx --version - backpacker69
[peercoin] Branch rebase was force-pushed to e293155
Avatar
GitHub BOT 22-Feb-19 12:12 PM
`75c74b6` update peercoin-tx man page - peerchemist
Avatar
Avatar
GitHub BOT 22-Feb-19 05:51 PM
Avatar
GitHub BOT 23-Feb-19 05:45 AM
`66a1a2b` debian package - peerchemist `8f6e287` README - peerchemist
`dabd457` cleanup some leftovers from the upstream bitcoin - peerchemist
Avatar
GitHub BOT 23-Feb-19 05:59 AM
[peercoin/peercoin] New branch created: contrib_cleanup
`33379a5` contrib cleanup, following what bitcoin-core di... - peerchemist
Avatar
GitHub BOT 23-Feb-19 06:10 AM
A file which would contain the variables (sha256 sums) for each of the builds (linux, osx, windows). From this file each of the translated pages can read the sum. This would save a lot of time during the updates.
Avatar
GitHub BOT 23-Feb-19 07:03 AM
`5000450` update Peercoin bech32 hr's - peerchemist
Avatar
Avatar
Avatar
Avatar
Avatar
GitHub BOT 24-Feb-19 06:27 AM
`58aa04f` Desktop allet -> Desktop wallet - belovachap `84aaa38` Merge pull request #1 from belovachap/chapman/typo - peerchemist
`0362da6` An AppImage maker of sorts. - belovachap `7100a9a` Fix: left out the linuxdeploy qt plugin. - belovachap `c49116f` Merge pull request #2 from belovachap/chapman/a... - peerchemist
Avatar
GitHub BOT 25-Feb-19 06:15 AM
[peercoin/peercoin] New branch created: release-0.8
[peercoin/peercoin] New tag created: v0.8.0ppc.rc1
`9f98878` scripts are gone in the upstream bitcoin - peerchemist
Avatar
GitHub BOT 25-Feb-19 07:00 AM
Avatar
Avatar
GitHub BOT 26-Feb-19 04:31 AM
Avatar
peerchemist 26-Feb-19 06:02 AM
Peercoin client v0.8.0~RC1 has been released for testing today. This next-generation client is based upon bitcoin-core 0.16.3 with several cherry-picks from bitcoin-core 0.17.1. The new client is segwit-ready but segwit is not activated yet. For the moment the client impleme...
Avatar
GitHub BOT 26-Feb-19 06:21 AM
Avatar
GitHub BOT 26-Feb-19 06:46 AM
`5583827` port over circural-dependencies script - peerchemist
Avatar
GitHub BOT 26-Feb-19 07:07 AM
Avatar
GitHub BOT 26-Feb-19 07:32 AM
[peercoin/peercoin] New branch created: contrib
`cd1bcf9` contrib cleanup, following what bitcoin-core di... - peerchemist `c12dc5e` fix travis - peerchemist
Avatar
Avatar
GitHub BOT 26-Feb-19 08:58 AM
`9b967a7` lowercase odd filenames - backpacker69
Avatar
GitHub BOT 26-Feb-19 09:17 AM
`08e62fd` update false positives - backpacker69 `ca62446` add missing function name - backpacker69
Avatar
GitHub BOT 26-Feb-19 02:55 PM
`995caa2` removing the tx fee Choose button form sendcoin... - peerchemist
Avatar
GitHub BOT 26-Feb-19 03:48 PM
`89e93ca` couple of branding strings - peerchemist
Avatar
GitHub BOT 26-Feb-19 03:56 PM
`5c793f5` another case of a rebrand - peerchemist
Avatar
GitHub BOT 27-Feb-19 01:09 AM
This should make the AppImage compatible with more distros. It should also help it get into the AppImageHub.
Avatar
GitHub BOT 27-Feb-19 02:46 AM
`5eae043` Build AppImage in Ubuntu 14.04 - belovachap `046310d` Merge pull request #3 from belovachap/chapman/t... - peerchemist
`5633f08` fix headers - backpacker69 `fb26599` fix linting include guards for peercoin - backpacker69 `bf99c73` update linting of includes - backpacker69 `b5d5bb3` fix header includes - backpacker69 `1459018` fix LogPrintf lint fails - backpacker69
`172475d` qt: Use new Qt5 connect syntax - promag
Avatar
GitHub BOT 27-Feb-19 04:38 AM
`710952f` skipping dead code linting - backpacker69
`ada9184` skipping python code linting - backpacker69
Avatar
GitHub BOT 27-Feb-19 06:23 AM
`6a73b9c` qt5 and new connect syntax - backpacker69
Avatar
GitHub BOT 27-Feb-19 06:36 AM
`8e18947` fix parsing of peercoin units - backpacker69
Avatar
GitHub BOT 27-Feb-19 06:51 AM
`17d2683` comment out stuff which wants to do fee selection - peerchemist
Avatar
GitHub BOT 27-Feb-19 07:02 AM
`1e2caf5` comment out more of the fee things - peerchemist
Avatar
GitHub BOT 27-Feb-19 07:28 AM
`7c5ed9a` nicer formatting - peerchemist `443cecf` Merge branch 'master' of https://github.com/pee... - peerchemist `45e88cc` Merge branch 'master' of https://github.com/pee... - peerchemist `2ae4d52` add Transaction format - peerchemist
Avatar
GitHub BOT 27-Feb-19 07:54 AM
Avatar
GitHub BOT 27-Feb-19 08:32 AM
`dbe34d2` Comment out the updateMinFeeLabel and the updat... - peerchemist
Avatar
GitHub BOT 27-Feb-19 02:52 PM
`51be3cb` trying to remove fee selector - backpacker69
`db10205` fix parsing of peercoin units - backpacker69 `9fdfba4` add missing function name - backpacker69 `96545e8` fix headers - backpacker69
`41ad05b` fix header includes - backpacker69
Avatar
GitHub BOT 27-Feb-19 04:04 PM
Avatar
GitHub BOT 27-Feb-19 04:31 PM
[peercoin] Branch rebase was force-pushed to 20dab80
Avatar
Avatar
Avatar
Avatar
GitHub BOT 03-Mar-19 04:19 AM
`2137573` Set better flags for building release binary. - belovachap `c35e874` Add an appdata.xml to the AppImage - belovachap `6df18b3` Merge pull request #4 from belovachap/chapman/p... - peerchemist
Avatar
GitHub BOT 03-Mar-19 10:55 AM
`42ef052` Adding foundation BTC multisig address - captainbuckkets `be628df` Merge pull request #94 from captainbuckkets/master - peerchemist
Avatar
GitHub BOT 03-Mar-19 07:03 PM
Avatar
GitHub BOT 03-Mar-19 08:41 PM
Recursive Calculation of nSubsidy Seasonal Timing Attacks
Avatar
GitHub BOT 04-Mar-19 03:43 AM
`3cb26a1` default to legacy for now - backpacker69 `db13c86` fix segwit switch times for testnet and mainnet - backpacker69
Avatar
GitHub BOT 04-Mar-19 04:34 AM
`9603e40` removing the tx fee Choose button form sendcoin... - peerchemist `77fa022` couple of branding strings - peerchemist `6fe4d80` another case of a rebrand - peerchemist `32c8ee7` comment out stuff which wants to do fee selection - peerchemist `fe2748b` comment out more of the fee things - peerchemist
[peercoin/peercoin] New tag created: v0.8.0ppc.rc2
`3a4357e` make switch time unreachable - backpacker69
Avatar
GitHub BOT 04-Mar-19 05:24 AM
`9728dca` Recursion and Seasonal attacks - Nagalim `c48a553` Merge pull request #22 from Nagalim/master - peerchemist
Avatar
Avatar
GitHub BOT 04-Mar-19 07:30 AM
[peercoin/peercoin] New tag created: v0.8.0ppc.rc2
Avatar
Avatar
GitHub BOT 05-Mar-19 04:11 PM
`c2c60d4` Spanish pages init - captainbuckkets `809f4f7` German init commit - captainbuckkets `135f51b` Merge pull request #95 from captainbuckkets/master - bananenwilly
Avatar
captainbuckkets 05-Mar-19 04:13 PM
nice
Avatar
Avatar
GitHub BOT 06-Mar-19 04:57 AM
`67db909` update bip34 height and assume valid blocks - backpacker69
Avatar
GitHub BOT 06-Mar-19 10:02 AM
`fc0b057` tweak the intro dialog - peerchemist
Avatar
GitHub BOT 07-Mar-19 04:31 AM
`1b84699` Update README.md - peerchemist `138d9f6` Wallet GUI update - captainbuckkets `bad9986` Changing HeaderView - captainbuckkets `f9f2e4a` Fixed Description in About section + confirming... - captainbuckkets `47d33f5` Window size change - captainbuckkets
`424be03` Merge #10099: Slightly Improve Unit Tests for C... - sipa `fe862c5` Avoid division by zero in the case of a corrupt... - practicalswift `fa9de37` qa: Make tmpdir option an absolute path - MarcoFalke `fafa003` qa: Remove never used return value of sync_with... - MarcoFalke `4440710` Replace relevant services logic with a function... - TheBlueMatt
Avatar
peerchemist 07-Mar-19 11:08 AM
Pure JavaScript implementation of the BIP Schnorr signature scheme. - guggero/bip-schnorr
Avatar
GitHub BOT 07-Mar-19 11:44 AM
Needs to be accepted so that the 20 hour wait time for transifex to update can start.
Avatar
GitHub BOT 07-Mar-19 12:12 PM
`c54e69f` Language prep + removing cryptopia - captainbuckkets `f6e3bf4` Merge pull request #96 from captainbuckkets/master - peerchemist
Avatar
Avatar
GitHub BOT 08-Mar-19 02:13 PM
`9a40085` Fixing broken links - captainbuckkets `43e15ad` Merge pull request #38 from captainbuckkets/master - peerchemist
Avatar
GitHub BOT 08-Mar-19 02:32 PM
Suggestion from the community. Might require a redeployment. Please tag as suggestion or enhancement. !image
Avatar
Avatar
GitHub BOT 09-Mar-19 07:08 PM
It seems there are some huge texts that generates horizontal scrolling, which shouldn't happen in any case. Words/methods/commands too big should break in two or more lines, or generate local scroll, instead of triggering horizontal scroll in whole docs.
Avatar
Avatar
Nohea 11-Mar-19 09:13 PM
how do i build a statically linked peercoind binary using ./configure ?
i can do it the old way, but i was wondering the new way
Avatar
GitHub BOT 12-Mar-19 03:20 AM
`e332773` update default seeds to explorer.peercoin.net - backpacker69
Avatar
backpacker 12-Mar-19 01:39 PM
@Nohea you can look in contrib/gitian-descriptors/gitian-linux.yml
you have to build dependencies and specify path to them
Avatar
Nohea 12-Mar-19 05:04 PM
thanks
Avatar
GitHub BOT 13-Mar-19 12:04 PM
Signatures can be updated from signatures.html. This will reflect across all translations.
Avatar
captainbuckkets 13-Mar-19 12:39 PM
merge reee
Avatar
GitHub BOT 13-Mar-19 01:40 PM
Switches are not integrated. That was meant to be squashed and reverted because its on another branch. This is only the wallet sigs.
Avatar
GitHub BOT 13-Mar-19 06:44 PM
Hello I am trying to build peercoin but when I use the following ./configure CPPFLAGS="-I${STORAGE_ROOT}/berkeley/db4/include -O2" LDFLAGS="-L${STORAGE_ROOT}/berkeley/db4/lib" --without-gui --disable-tests it is ignoring the locations for berkeley and errors out with configure: error: libdb_cxx missing, Bitcoin Core requires this library for wallet functionality (--disable-wallet to disable wallet functionality) And yes ${STORAGE_ROOT} is set, and yes this is the only coin s...
Avatar
GitHub BOT 14-Mar-19 08:32 AM
`d7fe966` re-add script verification to CheckProofOfStake() - EvgenijM86
Avatar
GitHub BOT 14-Mar-19 01:58 PM
if you are building from release-0.7 branch, which is based on older bitcoin, it expects berkeley db to be in few specific locations in relation to root of build directory (namely db4, bdb4, libdb4 amongst them). there is a helper script to help you install it so configure process finds them. bash ./contrib/install_db4.sh ./
Avatar
GitHub BOT 15-Mar-19 03:26 AM
[cointoolkit] Branch gh-pages was force-pushed to 649f5b7
Avatar
GitHub BOT 15-Mar-19 09:58 AM
`dd353c8` correctly show op_return outputs in multisig di... - backpacker69
Avatar
GitHub BOT 15-Mar-19 11:05 AM
Im building from the 7.1 master branch. the helper script basically does what i already have done for my install locations.
Please mind that berkeley v4 is not a strict requirement, v5 can be used if you have no need to support older clients.
Avatar
GitHub BOT 16-Mar-19 09:22 AM
Avatar
GitHub BOT 17-Mar-19 07:42 AM
Running Peercoin version v0.8.0ppc.rc2 (release build)
peercoin@server:~$ ./peercoin-cli getbalance xxxx.xxxxxx peercoin@server:~$ ./peercoin-cli sendtoaddress yyyyyyyy xx.xxxx error code: -4 error message: Insufficient funds
We have a balanche in the 1000s but cannot send payment in the 10s. Is it a bug of the new release?
thank you for bug report, I hope you do realise that 0.8.0 is not ready for main net use, our latest production release is 0.7.1
Trying to downgrade to 0.71: ``` 2019-03-17 11:50:53 Peercoin version v0.7.1.0-unk () 2019-03-17 11:50:53 Using OpenSSL version OpenSSL 1.0.1i 6 Aug 2014 2019-03-17 11:50:53 Default data directory /home/peercoin/.peercoin 2019-03-17 11:50:53 Using data directory /home/peercoin/.peercoin 2019-03-17 11:50:53 Using at most 125 connections (1024 file descriptors available) 2019-03-17 11:50:53 Using 8 threads for script verification 2019-03-17 11:50:53 init message: Verifying wallet... ...
0.8.0 and 0.7.0 have different dbs as they are based on bitcoin of very different age, it's probably better to restore from backup or resync completely.
Avatar
GitHub BOT 17-Mar-19 10:17 AM
`1b84699` Update README.md - peerchemist `138d9f6` Wallet GUI update - captainbuckkets `bad9986` Changing HeaderView - captainbuckkets `f9f2e4a` Fixed Description in About section + confirming... - captainbuckkets `47d33f5` Window size change - captainbuckkets
Avatar
GitHub BOT 18-Mar-19 04:00 AM
`c9d7309` version bump to 0.7.2 - backpacker69
Avatar
GitHub BOT 18-Mar-19 04:37 AM
`9dcb227` extra hardened checkpoints - backpacker69
[peercoin/peercoin] New tag created: v0.7.2ppc
Avatar
Avatar
Avatar
GitHub BOT 19-Mar-19 06:30 AM
`dd353c8` correctly show op_return outputs in multisig di... - backpacker69 `e334c25` Merge remote-tracking branch 'origin' into rele... - backpacker69 `7b674c2` be more verbose about multisig signing - backpacker69 `c9d7309` version bump to 0.7.2 - backpacker69 `9dcb227` extra hardened checkpoints - backpacker69
Avatar
GitHub BOT 19-Mar-19 10:27 AM
`ae1cda2` replace int64_t with CAmount where it stores co... - EvgenijM86 `e40ccef` remove unused variable - EvgenijM86 `818a646` import alerts code from emercoin - EvgenijM86
Avatar
GitHub BOT 19-Mar-19 10:37 AM
`a26fab3` enable sending checkpoints - EvgenijM86
Avatar
GitHub BOT 19-Mar-19 10:52 AM
Avatar
GitHub BOT 19-Mar-19 08:21 PM
`a159108` fix previous alert commit - EvgenijM86
Avatar
GitHub BOT 20-Mar-19 07:25 AM
`55f4089` tweak the intro dialog - peerchemist `0603ec3` fix available coins - backpacker69
Avatar
GitHub BOT 20-Mar-19 08:06 AM
[peercoin/peercoin] New tag created: v0.8.0ppc.rc3
Avatar
Avatar
Avatar
Avatar
GitHub BOT 20-Mar-19 11:25 AM
Have had this issue since v0.7 went live. A reinstallation did not fix the issue. I have tried repairwallet and salvagewallet. Its almost pointless to use as I cannot see how or where anything is. !image !image You can see where the amounts are non-existent as well. I can l...
Avatar
GitHub BOT 21-Mar-19 05:33 AM
@captainbuckkets * combobox colours are off in Send and Receive tab * debug window header and body unreadable
does opening your wallet.dat in 0.6 reveal any balances
Avatar
GitHub BOT 21-Mar-19 06:24 AM
Avatar
GitHub BOT 22-Mar-19 04:44 AM
`dad590a` fix qt version info and icons - backpacker69
Avatar
GitHub BOT 22-Mar-19 07:37 AM
I'm having the same issue with latest master branch: de95f5100b1f2c20d38169a37087c35cca5897d9
Avatar
GitHub BOT 22-Mar-19 07:46 AM
`75ca848` bump the release to v0.7.2 - peerchemist
Avatar
GitHub BOT 22-Mar-19 07:53 AM
I'm having the same issue with latest master branch: de95f51
you'll have to resync from scratch, as you are too far past fork date for fork resolution to happen automatically.
Avatar
GitHub BOT 22-Mar-19 09:41 AM
`ce5e988` windows setup version fix - backpacker69 `3aa949f` fix typo in configure.ac - backpacker69 `5a8849b` add multisig to toolbar - backpacker69 `642b715` disable removal of last output, recalculate amo... - backpacker69
Avatar
Avatar
captainbuckkets 22-Mar-19 12:52 PM
why be like this
Avatar
GitHub BOT 22-Mar-19 12:59 PM
Avatar
peerchemist 22-Mar-19 01:11 PM
what did you do
Avatar
captainbuckkets 22-Mar-19 01:19 PM
I had a pr open, I think I stashed and reverted everything because I pulled from the master instead of my devop repo
Very confused why my devop changes are on my master
I dont know why its not ignoring the shit I told it to ignore
Avatar
Irritant 22-Mar-19 01:23 PM
Avatar
captainbuckkets 22-Mar-19 01:24 PM
well thats the most accurate shit ive ever seen
Avatar
Avatar
captainbuckkets 22-Mar-19 01:26 PM
<.<
Avatar
Avatar
captainbuckkets 22-Mar-19 01:47 PM
work
Avatar
GitHub BOT 22-Mar-19 01:52 PM
`138cede` Telegram Link fix - captainbuckkets `c67eb50` Merge pull request #100 from captainbuckkets/ma... - peerchemist
Avatar
peerchemist 22-Mar-19 01:52 PM
yay
Avatar
captainbuckkets 22-Mar-19 01:53 PM
Avatar
Irritant 22-Mar-19 05:21 PM
FRUSDR
Avatar
captainbuckkets 22-Mar-19 05:30 PM
error is always BSAC
feels bad
Avatar
GitHub BOT 22-Mar-19 07:04 PM
change units to mppc and then back to ppc
This fixed it. Who would have thought...
Avatar
Avatar
Avatar
captainbuckkets 23-Mar-19 04:35 PM
skrt skrt
Avatar
GitHub BOT 23-Mar-19 05:02 PM
`b9cbc3f` Updating Foundation address - captainbuckkets `52b6ba5` Merge pull request #101 from captainbuckkets/ma... - peerchemist
Avatar
GitHub BOT 24-Mar-19 05:51 AM
Avatar
Avatar
GitHub BOT 25-Mar-19 05:51 AM
`b4accc8` Update 09-peercoin-and-proof-of-stake-consensus.md - Sentinelrv `37e74dd` Merge pull request #15 from Sentinelrv/patch-1 - peerchemist
Avatar
GitHub BOT 25-Mar-19 08:58 AM
Avatar
GitHub BOT 25-Mar-19 01:36 PM
That did work, @backpacker69 thank you. :-) So clearing ~/.ppcoin/<blocks|chainstate|database>/ did the trick here.
Avatar
GitHub BOT 25-Mar-19 03:36 PM
Can you explain what you mean by transaction detail? Want to make sure we are on the same page. Working on the send tab atm
Avatar
GitHub BOT 26-Mar-19 10:36 AM
`018255e` multisig fixes part 1 - backpacker69
Avatar
Avatar
backpacker 26-Mar-19 01:08 PM
i hope you realise there are quicker ways to nuke your fork than deleting repo and forking it over and over again @captainbuckkets(edited)
Avatar
captainbuckkets 26-Mar-19 01:12 PM
nope
setting upstream always results in issues
Avatar
backpacker 26-Mar-19 01:17 PM
such as
Avatar
captainbuckkets 26-Mar-19 01:21 PM
BSAC errors
so I just nuke
Idk everytime I set an upstream it always gets fucked up and since I'm only making small commits, its easier to just do it like this
Avatar
Avatar
Avatar
Avatar
GitHub BOT 30-Mar-19 04:37 AM
Avatar
GitHub BOT 30-Mar-19 07:10 AM
`2caf81a` add block signature to compact blocks - backpacker69
Avatar
peerchemist 30-Mar-19 08:30 AM
hypers
Avatar
GitHub BOT 30-Mar-19 10:49 AM
`6b6749f` fix processing of block headers - backpacker69
Avatar
GitHub BOT 30-Mar-19 12:24 PM
`cea4b7d` no need for filter at this point - backpacker69
Avatar
GitHub BOT 01-Apr-19 03:00 AM
peercoin-cli getblocktemplate error code: -1 error message: GetValueOut: value out of range
Avatar
GitHub BOT 01-Apr-19 03:54 AM
[peercoin/peercoin] New tag created: v0.8.0ppc.rc4
Avatar
GitHub BOT 01-Apr-19 05:47 AM
`e332773` update default seeds to explorer.peercoin.net - backpacker69 `d7fe966` re-add script verification to CheckProofOfStake() - EvgenijM86 `ae1cda2` replace int64_t with CAmount where it stores co... - EvgenijM86 `e40ccef` remove unused variable - EvgenijM86 `818a646` import alerts code from emercoin - EvgenijM86
Avatar
GitHub BOT 01-Apr-19 01:51 PM
Today, I needed to sign a raw transaction with a private key that was not stored in the PeerCoin wallet. But, the implemented method assumed that the key was already stored in the wallet. Thus, I added this function to sign a raw transaction with all the arguments (except sighash) specified in the signrawtransaction call. signrawtransaction <hex string> [{"txid":txid,"vout":n,"scriptPubKey":hex},...] [<privatekey1>,...] [sighash="ALL"]
Avatar
GitHub BOT 01-Apr-19 03:02 PM
This is a great idea, but it can be implemented simpler. "privkey" argument can be allowed to the "signrawtransaction" method.
Avatar
GitHub BOT 02-Apr-19 04:15 AM
Peercoin version v0.7.2.0 Ubuntu I run PPC node over 4 months. But after I upgrade v0.7.2 when I call "sendtoaddress" command node crashed. I can call other commands also "walletpassphrase" command before sendtoaddress. They work but when I can call sendtoaddress node crashes. When I looked log there is no meaningful record. 2019-04-02 08:06:04 ThreadRPCServer method=walletpassphrase 2019-04-02 08:07:01
peercoin 1
Avatar
GitHub BOT 02-Apr-19 04:31 AM
I found that my node crashes after "walletpassphrase" command. But I couldn't find reason.
peercoin 1
Avatar
backpacker 02-Apr-19 04:34 AM
@Emin can you set debug=1 in your peercoin.conf
and try again
Avatar
Emin 02-Apr-19 04:35 AM
Ok I set now
Avatar
backpacker 02-Apr-19 04:37 AM
anything new in debug.log?
Avatar
Emin 02-Apr-19 04:37 AM
no debug.log still same last command walletpassphase and then it crashes
but when I looked db.log
txn_checkpoint: failed to flush the buffer cache: DB_RUNRECOVERY: Fatal error, run database recovery PANIC: fatal region error detected; run recovery file wallet.dat has LSN 1/676527, past end of log at 1/47890 Commonly caused by moving a database from one database environment to another without clearing the database LSNs, or by removing all of the log files from a database environment
Avatar
backpacker 02-Apr-19 04:38 AM
you should try recoverwallet with your broken wallet.dat(edited)
Avatar
Emin 02-Apr-19 04:41 AM
how can I do that 😃 Can I recover wallet in ubuntu command line?
Avatar
Irritant 02-Apr-19 04:46 AM
not repairwallet?
Avatar
backpacker 02-Apr-19 04:48 AM
yes, repairwallet
in debug console try checkwallet command first
and then repairwallet
Avatar
Emin 02-Apr-19 04:57 AM
/usr/bin/peercoind checkwallet { "wallet check passed" : true }
/usr/bin/peercoind repairwallet { "wallet check passed" : true }
checkwallet & repairwallet give same output(edited)
I run deamon with /usr/bin/peercoind -salvagewallet and it works.
hypers 1
peercoin 1
Avatar
backpacker 02-Apr-19 05:10 AM
salvagewallet that's the command
Avatar
Avatar
GitHub BOT 02-Apr-19 09:47 AM
`520a86c` getblocktemplate does not need wallet nor block... - backpacker69
Avatar
GitHub BOT 02-Apr-19 10:48 AM
`a37f035` update RFC status - peerchemist
Avatar
Avatar
Avatar
GitHub BOT 02-Apr-19 02:47 PM
Avatar
GitHub BOT 03-Apr-19 03:41 AM
problem was caused by damaged wallet.dat running daemon with -salvagewallet command repaired wallet.
thanks for bug report, should be fixed in rc5 (you can try latest release-0.8 in meantime).
Avatar
Avatar
Avatar
GitHub BOT 03-Apr-19 07:53 AM
Avatar
GitHub BOT 03-Apr-19 08:15 AM
`ec2b17d` removed debian - peerchemist `9f7c821` version bump - peerchemist `32094dc` change copyright year - peerchemist `0eab44e` code style badge - peerchemist `6edd854` ran code formatter against the code - peerchemist
[peercoin/peercoin_rpc] New tag created: 0.61
`7cac096` Bitcoin to Peercoin in Cyrillic - sandakersmann `665c91d` Merge pull request #466 from sandakersmann/rele... - peerchemist
Avatar
GitHub BOT 03-Apr-19 08:31 AM
`79517b9` added option to --disable-checkpoints via confi... - backpacker69 `5720e5b` implementing checkpointEnforce option in settings - backpacker69
Avatar
Avatar
GitHub BOT 03-Apr-19 10:57 AM
Avatar
GitHub BOT 03-Apr-19 11:25 AM
<name>bitcoin-core</name> and <name>BitcoinGUI</name> should not be changed since they are pointing to the context.
`8bca721` Revert some rebranding of locale files - sandakersmann `d802c24` Merge pull request #467 from sandakersmann/rele... - peerchemist
Avatar
GitHub BOT 03-Apr-19 11:50 AM
On Windows when I click the buttons in multisig tab (paste, select address), it close the app. (64 bit)
Avatar
GitHub BOT 03-Apr-19 12:13 PM
Windows 10, 64 bits. peercoin-0.8.0-win64.zip
Avatar
Avatar
GitHub BOT 03-Apr-19 03:54 PM
`e87010d` Some more Bitcoin to Peercoin in Cyrillic - sandakersmann `4fd8dc6` Merge pull request #468 from sandakersmann/rele... - peerchemist
Avatar
Avatar
Avatar
GitHub BOT 03-Apr-19 11:32 PM
`0a57422` More rebranding - sandakersmann `5d87741` Merge pull request #469 from sandakersmann/rele... - peerchemist
Avatar
Avatar
GitHub BOT 05-Apr-19 04:57 AM
[peercoin/peercoin] New tag created: v0.8.0ppc.rc5
Avatar
Avatar
GitHub BOT 09-Apr-19 05:41 AM
`bd61f0e` fix coinbase value for pow blocks - backpacker69 `4725715` set v0.8 testnet switch to Tue 09 Apr 12:00:00 ... - backpacker69
Avatar
GitHub BOT 09-Apr-19 08:43 AM
`0dd5a72` fix logic error with signing/checking blocks - backpacker69
[peercoin/peercoin] New tag created: v0.8.0ppc.rc6
Avatar
GitHub BOT 09-Apr-19 09:30 AM
`b43bc5d` update RFC status - peerchemist
`9a23836` update RFCs by status - peerchemist
Avatar
Avatar
backpacker 09-Apr-19 10:35 AM
please update to rc6
Avatar
GitHub BOT 09-Apr-19 10:57 AM
Avatar
GitHub BOT 10-Apr-19 05:06 AM
`94a5a37` don't generate coinbase commitment for pos blocks - backpacker69 `39c19f4` reduce minting timeout from 5 minutes to 5 seconds - backpacker69
[peercoin/peercoin] New tag created: v0.8.0ppc.rc7
Avatar
GitHub BOT 10-Apr-19 07:48 AM
`29be0a8` set nFlags correctly for generated pos blocks - backpacker69
Avatar
Avatar
backpacker 10-Apr-19 09:20 AM
please update
Avatar
Avatar
GitHub BOT 11-Apr-19 05:17 AM
`520a86c` getblocktemplate does not need wallet nor block... - backpacker69 `33af191` Rebranding of locale files - sandakersmann `b0a0d9d` Merge pull request #465 from sandakersmann/rele... - peerchemist `7cac096` Bitcoin to Peercoin in Cyrillic - sandakersmann `665c91d` Merge pull request #466 from sandakersmann/rele... - peerchemist
Avatar
Avatar
GitHub BOT 12-Apr-19 03:49 AM
`2b0ac01` Spelling correction - captainbuckkets `be12b0a` Merge pull request #24 from captainbuckkets/pat... - peerchemist
`1e0b884` Grammar - captainbuckkets `e40c645` Merge pull request #25 from captainbuckkets/pat... - peerchemist
Avatar
Avatar
GitHub BOT 12-Apr-19 04:51 AM
`23d127e` update rfc0007 to make it more understandable - peerchemist
`edfe1f7` bech32 prefix - peerchemist
Avatar
GitHub BOT 12-Apr-19 05:20 AM
`9718292` correct fees for post segwit transactions - backpacker69
Avatar
GitHub BOT 13-Apr-19 07:03 AM
`c3f808c` allow segwit transactions to be included in PoS... - backpacker69
Avatar
GitHub BOT 13-Apr-19 07:54 AM
`d68da55` example Peercoin address - peerchemist
`2350b9d` example Peercoin address - peerchemist
Avatar
GitHub BOT 13-Apr-19 12:15 PM
[peercoin/peercoin] New tag created: v0.8.0ppc.rc8
`a9a619f` example Peercoin address - peerchemist
Avatar
Avatar
GitHub BOT 13-Apr-19 06:29 PM
In windows 10, on multisig tab when I click "paste public key" or "choose address" it crash the application. peercoin-0.8.0-win64-setup-unsigned.exe
same here, it works a little bit when first copying an address, it doesn't crash when click "paste public key" and afterwards click "choose address", but it still crashes when first clicked on "choose address" even with public key in clipboard memory
Avatar
captainbuckkets 13-Apr-19 09:02 PM
I’ll try to replicate
Tomorrow
Avatar
Avatar
Avatar
GitHub BOT 15-Apr-19 01:57 PM
[peercoin/peercoin.net] New branch created: infinoax-patch-1
Avatar
Avatar
GitHub BOT 16-Apr-19 04:55 AM
Avatar
GitHub BOT 16-Apr-19 06:29 AM
All the user inputs (addresses, values, hashes) are best to be trimmed so errors are prevented.
Avatar
Avatar
Avatar
peerchemist 16-Apr-19 03:13 PM
perhaps reduce default fee
Avatar
Avatar
backpacker 16-Apr-19 05:51 PM
great, so can we get it deployed now?
Avatar
Avatar
GitHub BOT 18-Apr-19 03:48 AM
`7505b9c` Readding BTC and New Foundation Address - captainbuckkets `a83f465` Merge pull request #104 from captainbuckkets/ma... - peerchemist
Avatar
GitHub BOT 18-Apr-19 09:48 AM
`dff1cc4` correct fPreSegWit flag ffs - backpacker69
Avatar
GitHub BOT 18-Apr-19 09:55 AM
[peercoin/peercoin] New tag created: v0.8.0ppc.rc9
Avatar
Avatar
captainbuckkets 18-Apr-19 12:40 PM
👀
Avatar
GitHub BOT 18-Apr-19 01:54 PM
`f8d1da8` allow mining blocks with segwit transactions - backpacker69
Avatar
GitHub BOT 20-Apr-19 12:33 AM
Please update the configure.ac file to remove the hard coded paths and flags. This makes building the coin impossible on systems with a custom configuration. line 173 of configure.ac: ## TODO: Remove these hard-coded paths and flags. They are here for the sake of
Avatar
GitHub BOT 22-Apr-19 09:29 PM
Avatar
GitHub BOT 23-Apr-19 12:52 AM
Avatar
Avatar
Avatar
Cybnate 24-Apr-19 06:42 PM
Imitation is the sincerest form of flattery they say 😉
peercoin 1
peercoinhypers 1
Avatar
Sentinelrv 24-Apr-19 06:45 PM
Not when they are going to plagiarize what I wrote.
Avatar
captainbuckkets 24-Apr-19 06:48 PM
xd
Avatar
peerchemist 24-Apr-19 07:08 PM
@Sentinelrv business as usual 😄
Avatar
Avatar
Avatar
GitHub BOT 26-Apr-19 05:29 AM
`ebc0738` Adding a line br as per Senty's request - captainbuckkets `a7f8a84` Merge pull request #105 from captainbuckkets/ma... - peerchemist
Avatar
GitHub BOT 27-Apr-19 12:54 PM
Avatar
GitHub BOT 27-Apr-19 07:30 PM
Avatar
GitHub BOT 27-Apr-19 09:29 PM
Avatar
GitHub BOT 29-Apr-19 06:13 AM
`590705b` rfc0005 is rejected - peerchemist
Avatar
Avatar
GitHub BOT 01-May-19 01:56 PM
`9718292` correct fees for post segwit transactions - backpacker69 `c3f808c` allow segwit transactions to be included in PoS... - backpacker69 `a9a619f` example Peercoin address - peerchemist `c3d864c` allow segwit utxos to be staked - backpacker69 `dff1cc4` correct fPreSegWit flag ffs - backpacker69
Avatar
Avatar
GitHub BOT 03-May-19 07:49 AM
`6434190` qt: add tx update events to minting table - EvgenijM86
Avatar
Avatar
GitHub BOT 04-May-19 06:33 AM
`db91f63` legal risks memo document - peerchemist
`72809ce` fix tinny error - peerchemist
Avatar
GitHub BOT 04-May-19 09:54 AM
Avatar
GitHub BOT 05-May-19 09:06 AM
`7072807` disconnecting pre 0.7 nodes - backpacker69
Avatar
GitHub BOT 06-May-19 04:25 AM
`46bb666` version bump to 0.7.3 - backpacker69 `c6c6b5a` extra hardened checkpoints - backpacker69
[peercoin/peercoin] New tag created: v0.7.3ppc
Avatar
GitHub BOT 06-May-19 05:48 AM
`9ad7d58` debian changelog version bump - peerchemist
Avatar
Avatar
Avatar
GitHub BOT 06-May-19 08:27 AM
[peercoin] Branch release-0.7 was force-pushed to 5dbafde
Avatar
Avatar
Avatar
GitHub BOT 07-May-19 01:06 AM
The v0.7.3 release will start banning this seeder because its protocol is too old... so bump it up to a modern one :rocket:
Avatar
GitHub BOT 07-May-19 05:16 AM
`eceddd3` Update protocol version. - belovachap `eb754d0` Merge pull request #6 from belovachap/update_pr... - peerchemist
Avatar
Avatar
Avatar
Avatar
Avatar
peerchemist 09-May-19 09:23 AM
New toy added to the repo
@belovachap @willy if you have time perhaps give it a go. I've only did the porting for now
I plan to make it a default dnsseeder and mothball the one we use at the moment
Avatar
belovachap 09-May-19 10:32 AM
@peerchemist lol, i've been working on something very similar 😃 i added yml files for some of the configs... that seemed to work out nicely
Configurable DNS seeder for crypto currency networks. - belovachap/coin-seeder
although i was planning to try writing it in rust / clojure again for learning... so we can probably just work on yours
A Rust based DNS client, server, and resolver. Contribute to bluejekyll/trust-dns development by creating an account on GitHub.
and speaks the bitcoin/peercoin protocol enough https://github.com/rust-bitcoin/rust-bitcoin
Rust Bitcoin library. Contribute to rust-bitcoin/rust-bitcoin development by creating an account on GitHub.
...now if i just knew rust :p
...or clojure 😄
Avatar
peerchemist 09-May-19 10:52 AM
hehe well let's see if the one i've found fullfils our needs
Avatar
Avatar
GitHub BOT 10-May-19 05:25 AM
`0965599` Update 06-Inherent-Centralization-of-PoW-blockc... - marceltanuri `e0a767e` Merge pull request #16 from marceltanuri/patch-1 - peerchemist
Avatar
GitHub BOT 10-May-19 05:33 AM
Avatar
willy 10-May-19 10:25 AM
@peerchemist, thanks.. I'll take a look. my cloudflare dns scripts are highly dependent on the output format of the current dump file
Avatar
backpacker 10-May-19 12:52 PM
@willy take a look at seed.peercoin.net
nslookup - seed.peercoin.net
seed.peercoin.net
Server: seed.peercoin.net Address: 185.244.193.79#53 ** server can't find seed.peercoin.net: REFUSED
while tseed works ok
for testnet
Avatar
willy 10-May-19 01:49 PM
I run seed2, and tseed2 - sorry
Avatar
peerchemist 10-May-19 03:04 PM
@backpacker it seems seed.peercoin.net crashed
I'll look in the morning
Avatar
Avatar
Avatar
GitHub BOT 12-May-19 05:03 PM
### Description When unlocking my wallet for minting, I noticed that one of the threads uses 100% of the CPU. Using strace -f -p 30064 I get the following output:
[pid 30099] futex(0x74d16f08, FUTEX_WAKE_PRIVATE, 1) = 0 [pid 30099] futex(0x74d16f08, FUTEX_WAKE_PRIVATE, 1) = 0 [pid 30099] futex(0x74d16f08, FUTEX_WAKE_PRIVATE, 1) = 0 [pid 30099] futex(0x74d16f08, FUTEX_WAKE_PRIVATE, 1) = 0 [pid 30099] futex(0x74d16f08, FUTEX_WAKE_PRIVATE, 1) = 0 ...
times a billion. I'v...
Avatar
Avatar
Avatar
GitHub BOT 12-May-19 09:33 PM
`618cf11` fix conflicting struct name - EvgenijM86
Avatar
GitHub BOT 14-May-19 08:03 AM
`0c537cc` update download to v0.7.3 - peerchemist
Avatar
GitHub BOT 14-May-19 09:12 AM
Avatar
GitHub BOT 15-May-19 05:06 AM
[peercoin/peercoin] New branch created: rfc4
`f8e2c51` rfc4 base - backpacker69 `58efb89` ready for version 2 transactions - backpacker69 `d51caa8` let's not create transactions of version 2 unti... - backpacker69 `84d63a4` we can only check timestamps of transactions un... - backpacker69 `1252ff5` skip nTime checks for version 2 transactions - backpacker69
Avatar
GitHub BOT 15-May-19 02:17 PM
[peercoin/explorer] New branch created: release-0.8
Avatar
GitHub BOT 16-May-19 05:29 PM
Avatar
GitHub BOT 17-May-19 03:03 AM
Hi @OliveIT It is not available on packagist. Someone from Peercoin foundation should made it available since I do not have permissions to do that. I'll contact someone to make this available on packagist. Hope they'll do that soon. Ante
Avatar
Avatar
captainbuckkets 17-May-19 02:32 PM
commit me plz
Avatar
GitHub BOT 17-May-19 03:09 PM
`5d5d0e1` Merge pull request #1 from peercoin/master - captainbuckkets `694e567` Remove BTC address temporarily - captainbuckkets `ab5e0ef` Remove cryptopia and update magnum logo - captainbuckkets `9cf78c1` Merge pull request #107 from captainbuckkets/ma... - peerchemist
Avatar
captainbuckkets 17-May-19 03:21 PM
hypers
Avatar
Avatar
Avatar
GitHub BOT 18-May-19 09:19 AM
`43aa412` CheckProofOfStake using correct time - backpacker69
Avatar
GitHub BOT 18-May-19 10:47 AM
`ce8587e` enable GetCoinAge, CheckTxInputs to process v3 ... - backpacker69
Avatar
GitHub BOT 18-May-19 11:30 AM
`5e9b3cf` avoid segmentation faults and use correct time ... - backpacker69
Avatar
GitHub BOT 19-May-19 05:30 AM
`6d17764` CheckStakeKernelHash to use block time for tra... - backpacker69
[peercoin] Branch rfc4 was force-pushed to dc2a445
Avatar
GitHub BOT 20-May-19 05:49 AM
`697afcc` Fixes bug when signing a multisig tx over multi... - bjarnemagnussen `0b0e553` grow to 0.5.2 - ofek `ae484bf` sync upstream - peerchemist
`cbce548` nTime is uint32_t - backpacker69
`4351086` set description content type to markdown - peerchemist
Avatar
GitHub BOT 20-May-19 10:04 AM
`bfd734f` check for supported libprotobuf version (=3.0.0) - peerchemist
Avatar
Avatar
GitHub BOT 21-May-19 06:29 AM
`2c74359` fix listminting rpc - backpacker69
Avatar
GitHub BOT 21-May-19 11:18 AM
[peercoin] Branch rfc4 was force-pushed to f5bbcdf
Avatar
GitHub BOT 21-May-19 05:59 PM
`2f594fa` Adding fee calculation - kazzkiq
Avatar
captainbuckkets 21-May-19 06:20 PM
hypers
Avatar
Avatar
Avatar
GitHub BOT 22-May-19 11:00 AM
`d38de05` put proper license name to make it available on... - abraovic
[peercoin/peercoin-php-rpc] New tag created: v0.1
[peercoin/peercoin-php-rpc] tag deleted: v0.1
`a233129` available on packagist - abraovic
Hi @OliveIT It's available on packagist now.
composer require abraovic/peercoin-php-rpc
`048ee4f` Adding testnet switch - kazzkiq
Avatar
GitHub BOT 22-May-19 02:43 PM
Hi still have error:
Could not find a version of package abraovic/peercoin-php-rpc matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.
Maybe you need to create a release on github ?
Avatar
GitHub BOT 22-May-19 02:54 PM
Methods that broadcast transactions to the network: .updateContent() and .commit() don't return anything. They should return the txid or any error raised by the API service being used. As of today we can't show txid or specific errors because the server response is never returned via perpera API.
[peercoin/peercoin-php-rpc] New tag created: v1.0
Hi @lezabour, Can you try it now. Now there is v1.0 tag. According to this article it should work. <img width="509" alt="Screenshot 2019-05-22 at 20 25 07" src="https://user-images.githubusercontent.com/5057523/58199031-ebf09d80-7ccf-11e9-8a10-d349fa178770.png">
Avatar
GitHub BOT 23-May-19 01:57 AM
Avatar
GitHub BOT 23-May-19 06:04 AM
`468c078` Revert "Adding testnet switch" - peerchemist
Avatar
Avatar
GitHub BOT 23-May-19 07:06 AM
[peercoin/perpera-web] New branch created: publish
Avatar
GitHub BOT 23-May-19 07:56 AM
`bde4731` update the readme - peerchemist `2379c61` v0.7.3 - peerchemist
Avatar
GitHub BOT 23-May-19 08:54 AM
[peercoin/perpera-web] New branch created: gh-pages
Avatar
GitHub BOT 23-May-19 09:33 AM
`b826a13` Fixing txid - kazzkiq `7e71300` Merge branch 'master' of https://github.com/kaz... - kazzkiq
Avatar
GitHub BOT 23-May-19 09:59 AM
[peercoin/perpera-web] branch deleted: publish
[peercoin/perpera-web] branch deleted: gh-pages
[peercoin/perpera-web] New branch created: gh-pages
Avatar
GitHub BOT 23-May-19 10:34 AM
`2358cc7` Fixing image paths - kazzkiq
Avatar
GitHub BOT 24-May-19 05:31 AM
Avatar
Avatar
Avatar
GitHub BOT 24-May-19 08:33 AM
`7a8bb8f` Revert "added deploy task" - peerchemist
Avatar
Avatar
GitHub BOT 24-May-19 10:17 AM
`28fa236` Adding deploy task - kazzkiq `bf642c4` Merge branch 'master' of https://github.com/kaz... - kazzkiq
`2cb67bb` Updating deploy task - kazzkiq
Avatar
Avatar
GitHub BOT 24-May-19 11:24 AM
Avatar
GitHub BOT 24-May-19 11:33 AM
`2e001ee` update package-json - peerchemist
[peercoin/perpera-web] New tag created: v0.1
Avatar
GitHub BOT 24-May-19 01:26 PM
Avatar
GitHub BOT 24-May-19 01:40 PM
`8d055bb` show document revision owner - peerchemist
Avatar
Avatar
captainbuckkets 24-May-19 02:45 PM
👀
Avatar
GitHub BOT 24-May-19 02:51 PM
Avatar
GitHub BOT 24-May-19 03:55 PM
When copy pasting a hash from a webpage or otherwise, if there is a space before or after the hash, it will not register. This can be fixed with a simple filter to exclude non-hash characters. (could potentially be a DoS attack vector too)
Avatar
GitHub BOT 24-May-19 06:49 PM
`4d16aaf` tweak register text - peerchemist
Avatar
Avatar
GitHub BOT 25-May-19 05:46 AM
`e9e444d` max payload for Peercoin v0.7 is 256 bytes - peerchemist
As described in the perpera lib documentation:
It is possible to attach URIs to a document: doc.addUri('https://example.com/foo.txt', spender).then(() => { // the transactions have been sent to the network }); If the given URI is too long to fit into a transaction, an error is thrown.
Avatar
Avatar
GitHub BOT 25-May-19 06:46 AM
Avatar
GitHub BOT 25-May-19 10:04 AM
as this is a controlled input, trimming would be better in onChange={this.handleWIF}
Avatar
GitHub BOT 25-May-19 11:16 AM
`4685336` update maxPayLoadSize - peerchemist
Avatar
GitHub BOT 26-May-19 06:12 AM
`4a80914` update electrumx to 1.11.0 - peerchemist
Avatar
GitHub BOT 27-May-19 06:27 AM
`7d1f2b7` peercoin chainparams - peerchemist
Avatar
Avatar
Avatar
GitHub BOT 28-May-19 03:32 AM
`12bd399` peercoinTestnet params - peerchemist `83c28aa` peercoin patch for chainregistry.go - peerchemist
Avatar
GitHub BOT 28-May-19 05:33 AM
`4492446` fixes for regtest - backpacker69 `7058fa5` fix rpc raw transaction tests - backpacker69
Avatar
Avatar
GitHub BOT 28-May-19 08:45 AM
`03b5eda` allow for block generation before 0.8 activates - backpacker69 `ba71fb7` peercoin changes for functional tests - backpacker69
Avatar
GitHub BOT 28-May-19 05:22 PM
`3f5364b` Remove Poloniex - captainbuckkets `be47c59` Merge pull request #109 from captainbuckkets/ma... - bananenwilly
Browser: Google Chrome If I go to upload or add a revision and exit out of the first prompt and reclick the upload/revision button the registration form does not reappear. Reading the console, it looks like it expects the user to finish and register with the prompt, and fails to "Fire" or reset for a new File registration. !image Example image Replication steps. Click to uploa...
Avatar
GitHub BOT 28-May-19 05:48 PM
This seem to only happen if you try to select the same file again. Since the event is on change, and you just selected the same document as before, no change event is ever fired. But yes, it's a bug
Avatar
GitHub BOT 29-May-19 05:31 AM
`f45d30f` small fixes for chainParams - peerchemist `a3678e7` peercoin support in config.go - peerchemist
Avatar
GitHub BOT 29-May-19 06:54 AM
`6c26aeb` handle BtcToPpcConversionRate - peerchemist
Avatar
GitHub BOT 29-May-19 07:01 AM
`ba1c5da` change source paths to peercoin repo - peerchemist
`d38b0a1` change source path to github.com/peercoin/lnd - peerchemist `c848c43` Merge branch 'master' of https://github.com/pee... - peerchemist
Avatar
GitHub BOT 29-May-19 07:54 AM
Lnd has internal logic for fee estimation: https://github.com/peercoin/lnd/blob/master/lnwallet/fee_estimator.go However this code is made for Bitcoin. There is need for Peercoin specific fee estimation, which follows the Peercoin rules. Tests should be implemented as well.
`158207d` fix path for lnd source - peerchemist
Avatar
GitHub BOT 29-May-19 08:34 AM
`12413f5` update readme - peerchemist `877787a` modify install bitcoind install script - peerchemist `271903d` modify travis script - peerchemist
Avatar
Avatar
GitHub BOT 29-May-19 05:38 PM
https://github.com/peercoin/perpera-web/issues/17 Font Awesome credit needs to be provided!
You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use
Avatar
Avatar
Avatar
GitHub BOT 30-May-19 03:41 AM
!Screenshot from 2019-05-30 09-37-49 Something like this, to show that backend API is responsive. Perhaps more info about the network status should be displayed, like last known block and a discrete visual cue that new block has been found.
Avatar
GitHub BOT 31-May-19 10:12 AM
`0f0ce06` allow regtest to retain same difficulty for tes... - backpacker69 `1e4c2c7` add nTime and vchBlockSig - backpacker69 `85d0598` add signing of blocks and some fixes to feature... - backpacker69
Avatar
Avatar
GitHub BOT 01-Jun-19 03:06 PM
Avatar
Avatar
Avatar
Avatar
GitHub BOT 02-Jun-19 06:40 AM
`d10c4f4` update rfcs by status - peerchemist
Avatar
GitHub BOT 02-Jun-19 11:21 PM
In discussing this proposal, we accumulated some additional insight. First of all, it was discovered that multisig minting, air-gapped minting, and minting pools could already exist under the present protocol. The following is a description of such: 1. Use of the 'findstake' protocol can occur up to ~20 days in advance, revealing when a particular UTXO can mint. 2. If this UTXO is located at a multisig address, the signers for this address could 'presign' the coinstake transaction well ...
Avatar
Avatar
GitHub BOT 03-Jun-19 06:50 AM
`6a2476c` fix another PoS spam vulnerability - EvgenijM86
Avatar
Avatar
GitHub BOT 03-Jun-19 01:18 PM
[peercoin/perpera-web] New tag created: 0.1.2
Avatar
GitHub BOT 03-Jun-19 02:52 PM
`3de25c3` do not penalize peer for his first batch of hea... - EvgenijM86
Avatar
GitHub BOT 04-Jun-19 03:47 AM
`5592bf2` fixing signing of blocks - backpacker69
Avatar
GitHub BOT 04-Jun-19 03:59 AM
`7af4d6f` initial fixing of compact blocks tests - backpacker69
Avatar
GitHub BOT 04-Jun-19 08:55 AM
`feffbc1` reduce the penalty for disjointed PoS header ch... - EvgenijM86
Avatar
GitHub BOT 05-Jun-19 07:17 AM
`8cb8a23` output peercoin specific information to rpc output - backpacker69
Avatar
GitHub BOT 06-Jun-19 03:59 AM
Hi, I have a couple suggestions for this paragraph.
diff - A much better model however would be where the interests of both users and miners were aligned so that many of the toxic community disagreements between different factions were eliminated. + A stronger model would align the interests of both users and miners, so toxic community disagreements between different factions are eliminated.
I think the last sentence might be missing some words: ```diff - A model like this, ...
Avatar
peerchemist 06-Jun-19 05:58 AM
@Sentinelrv
Avatar
Sentinelrv 06-Jun-19 06:01 AM
Thanks for reporting, I'll take a look when I get a free moment.
Avatar
Avatar
Avatar
Avatar
GitHub BOT 10-Jun-19 04:52 AM
`a96d9ee` only minting should sleep - backpacker69 `c65edc4` fix json package version to work with recent ruby - backpacker69 `7e8269f` don't get in the way of testing - backpacker69
`3175dca` Revert "add multisig to toolbar" - backpacker69
Avatar
GitHub BOT 10-Jun-19 09:28 AM
Interesting. Will take a look at this React port later today.
Avatar
GitHub BOT 10-Jun-19 10:11 AM
`0ab619e` removing multisig for now - backpacker69 `25627b5` display warnings correctly - backpacker69
Avatar
GitHub BOT 11-Jun-19 10:05 AM
`6952050` correct width for unit selection combobox - backpacker69 `2b137f3` fix amount spinbox and send coins entry - backpacker69
Avatar
GitHub BOT 12-Jun-19 03:55 AM
Avatar
GitHub BOT 12-Jun-19 07:09 AM
`ce13895` remove unit selector from status bar - backpacker69
[peercoin/peercoin] New tag created: v0.8.0ppc.rc10
Avatar
Avatar
GitHub BOT 12-Jun-19 04:13 PM
Avatar
HighLow 14-Jun-19 02:15 AM
does PPC have some lib for arduino and embeded stuff?
does it have android wallets?
Avatar
Irritant 14-Jun-19 03:08 AM
raspberry not good enough i suppose?
Avatar
peerchemist 14-Jun-19 01:50 PM
no coin deamon can work on the arduino
Avatar
Avatar
GitHub BOT 20-Jun-19 12:57 PM
./testnet-cli -testnet getblockchaininfo | grep check ./testnet-cli -testnet getwalletinfo | grep check ./testnet-cli -testnet getnetworkinfo | grep check ./testnet-cli -testnet -getinfo | grep check all got nothing. where did it go? @peerchemist please reopen
Avatar
GitHub BOT 24-Jun-19 05:50 AM
Avatar
Avatar
Avatar
GitHub BOT 25-Jun-19 06:22 AM
[peercoin/peercoin] New branch created: sunny-dnsseed
Avatar
nool 25-Jun-19 09:16 AM
Dunno if this is the right channel but just an FYI, apparently y'all asked Coinomi (multicoin wallet) to lower tx fees too 0.001, however PPC network only accepts 0.01, so sending PPC in Coinomi fails by default unless you manually raise the fee.. https://www.reddit.com/r/COINOMI/comments/c50f40/unable_to_send_peercoin_transaction_was_rejected/
Avatar
GitHub BOT 25-Jun-19 09:16 AM
`490aa2e` Additional dnsseed - sunnyking `94091b5` Merge pull request #479 from peercoin/sunny-dns... - peerchemist
Avatar
peerchemist 25-Jun-19 09:17 AM
@nool we dont consider coinomi relevant anymore
if possible, please dont use it
Avatar
nool 25-Jun-19 09:18 AM
Whys that? Also was the plan to move to .001 tx fee abandoned? At least let them know.
Avatar
peerchemist 25-Jun-19 09:19 AM
because they can't /wont properly do the fees for Peercoin
@nool they are highly incompetent, basically it comes to that
😂 1
peercoinhypers 1
Avatar
nool 25-Jun-19 09:23 AM
Well it's been working well for me, I wouldn't know the finer details. No problem then I guess.
Avatar
peerchemist 25-Jun-19 09:24 AM
Perhaps try Magnum, https://magnumwallet.co/
Magnum is a non-custodial wallet for Bitcoin, Ethereum, Tezos, Komodo, and over 700 other coins and tokens. Earn extra coins with airdrops, staking, bounties, and other passive income and reward claiming options in Magnum.
their team actually knows what they are doing
we'll try to do the integration with the TrustWallet by end of the year, that's a good option too
Avatar
GitHub BOT 25-Jun-19 10:56 PM
[peercoin/peercoin] branch deleted: sunny-dnsseed
Avatar
Avatar
GitHub BOT 02-Jul-19 05:05 AM
for 0.8: ./testnet-cli -testnet getblockchaininfo | grep check ./testnet-cli -testnet getwalletinfo | grep check ./testnet-cli -testnet getnetworkinfo | grep check ./testnet-cli -testnet -getinfo | grep check all got nothing. where did it go? @peerchemist please reopen
that information went to getcheckpoint command, see subscribemode. it will be either "enforce" or "advisory" depending on your setting.
Avatar
Avatar
Avatar
GitHub BOT 02-Jul-19 01:29 PM
`a5e07ba` Remove Bitsane, Kompler, Tux Exchange - captainbuckkets `3c9cce7` Merge pull request #111 from captainbuckkets/ma... - bananenwilly
Avatar
captainbuckkets 02-Jul-19 01:31 PM
hypers
Avatar
GitHub BOT 02-Jul-19 03:33 PM
Closing because v0.8 is around the corner. Multisig tab is removed in the v0.8.
Closing because v0.8 is around the corner. Multisig dialog will be removed in the v0.8.
Avatar
GitHub BOT 02-Jul-19 03:56 PM
`c8f891c` New vue cli 3 update and other packages - jointhepartypooper
Avatar
GitHub BOT 03-Jul-19 01:11 PM
[peercoin/FindstakeJS] branch deleted: removetxtimestamp
[peercoin/FindstakeJS] branch deleted: mysqlport
[peercoin/FindstakeJS] branch deleted: gh-pages
[peercoin/FindstakeJS] New branch created: gh-pages
Avatar
GitHub BOT 04-Jul-19 12:30 PM
`f0dc08d` Create index.html - jointhepartypooper
`6dfb4a5` Create index.html - jointhepartypooper
Avatar
GitHub BOT 06-Jul-19 11:29 AM
`de9d4a5` as of v0.7 peercoin allows for 256 bytes payloa... - peerchemist
Avatar
GitHub BOT 06-Jul-19 11:47 AM
`071893b` expand the peercoin intro - peerchemist
Avatar
GitHub BOT 06-Jul-19 02:37 PM
Seasonal timing attacks have now been recognized in the rfc, and a recursive calculation added to punish very very large one-block minters. Ultimately, this proposal is extremely unlikely to cause less participation than we have now because we are currently below the minimum participation threshold of 20%, such that this proposal will act as simply a 5x increase in block reward in the short term. No timing attacks are possible while we operate below the 20% threshold, as the reward would be...
Avatar
Avatar
GitHub BOT 08-Jul-19 04:26 AM
`ffae4ca` more fixes to functional tests - backpacker69 `7c0f926` prune won't allow pos block validation - backpacker69
Avatar
GitHub BOT 08-Jul-19 05:14 AM
`4175f3d` fix intro text - backpacker69 `75aa708` removing more bitcoin residue - backpacker69
Avatar
GitHub BOT 08-Jul-19 06:20 AM
`9a9c6de` do not connect updateSmartFeeLabel - backpacker69
Avatar
GitHub BOT 08-Jul-19 09:37 AM
[peercoin/peercoin] New tag created: v0.8.0ppc.rc11
Avatar
GitHub BOT 08-Jul-19 09:56 AM
[peercoin/peercoin] tag deleted: v0.8.0ppc.rc11
[peercoin/peercoin] New tag created: v0.8.0ppc.rc11
Avatar
Avatar
Avatar
GitHub BOT 09-Jul-19 11:12 AM
`6199814` remove spent transactions from minting view - backpacker69
Avatar
GitHub BOT 11-Jul-19 05:39 AM
`d2333c8` store PoS temperature in a separate map - EvgenijM86 `3837893` fix ProcessHeadersMessage to work with mapPoSTe... - backpacker69
Avatar
GitHub BOT 11-Jul-19 05:54 AM
`2152b00` Update build-unix.md - peerchemist
Avatar
Avatar
GitHub BOT 14-Jul-19 09:13 AM
`af4aa41` fill nFlags of header - backpacker69
Avatar
GitHub BOT 14-Jul-19 09:27 AM
`615d0b4` let's not enforce low_s just yet - backpacker69
Avatar
Avatar
Avatar
Avatar
GitHub BOT 15-Jul-19 07:46 AM
`854b7a5` copy actual nFlags to header - backpacker69
[peercoin/peercoin] New tag created: v0.8.0ppc.rc12
Avatar
Avatar
Avatar
GitHub BOT 17-Jul-19 01:22 PM
[peercoin/peercoin] New branch created: extradebug
`0c29b0b` fill header.nFlags before broadcasting - backpacker69 `a1500be` extradebug - backpacker69
Avatar
GitHub BOT 18-Jul-19 04:34 AM
`250c671` more debug strings - backpacker69
Avatar
GitHub BOT 18-Jul-19 01:50 PM
[peercoin/peercoin] New branch created: abandonorphans
`72f90ba` we should abandon orphan mints - backpacker69
Avatar
Irritant 18-Jul-19 03:37 PM
should we build an orphanage?
Avatar
Irritant 18-Jul-19 03:50 PM
for signed copy pm me
(limited edition)
Avatar
captainbuckkets 18-Jul-19 03:53 PM
how much
ill take 8(edited)
Avatar
Irritant 18-Jul-19 03:54 PM
im afraid it is even more limited
so even more rare
Avatar
Peter 18-Jul-19 04:03 PM
You mean "digital scarcity"? 😂
💯 1
Avatar
Irritant 19-Jul-19 03:00 AM
TabNine is the all-language autocompleter. It uses machine learning to provide responsive, reliable, and relevant suggestions.
Avatar
GitHub BOT 19-Jul-19 03:58 AM
[peercoin/peercoin] New tag created: v0.8.0ppc.rc13
`772e2b6` we should abandon orphan mints - backpacker69 `5f49368` log abandoned transactions - backpacker69
`772e2b6` we should abandon orphan mints - backpacker69 `5f49368` log abandoned transactions - backpacker69
Avatar
Avatar
Irritant 20-Jul-19 09:09 AM
Microsoft has released the new Windows Terminal! The Windows Terminal is an application for command line tools and shells like Command Prompt, PowerShell, an...
Avatar
Avatar
GitHub BOT 22-Jul-19 05:25 AM
[cointoolkit] Branch gh-pages was force-pushed to c0c0686
Avatar
GitHub BOT 22-Jul-19 08:26 AM
`6459c12` lock before clearing - backpacker69
Avatar
GitHub BOT 22-Jul-19 08:47 AM
`3648642` extra safety during mintingtable update - backpacker69
Avatar
Avatar
GitHub BOT 22-Jul-19 06:23 PM
From https://university.peercoin.net/ A few spelling errors. Fix is below -> of the public ledger completely automated. -> of the public ledger is completely automated. miniscule -> minuscule tranactions -> transactions
From https://docs.peercoin.net/ These buttons are broken "What is Peercoin?" "PoS vs PoW" "Minting vs Mining"
Avatar
captainbuckkets 22-Jul-19 06:27 PM
k done
just so I have reminders
Avatar
Irritant 22-Jul-19 06:28 PM
Avatar
Avatar
GitHub BOT 25-Jul-19 09:09 AM
`4d91225` don't reduce colours when option is disabled - backpacker69 `9093fb8` do not mark stakemints as watch addresses - backpacker69
Avatar
GitHub BOT 26-Jul-19 08:53 AM
`95f4362` the right place to set peercoin logo - backpacker69
Avatar
Avatar
GitHub BOT 26-Jul-19 10:38 AM
`ff86379` fix debuild part 1 - backpacker69
Avatar
Avatar
Avatar
GitHub BOT 27-Jul-19 08:10 AM
`2322a63` peercoin started in 2012 - backpacker69 `70e8634` new hardened checkpoints - backpacker69 `7d7da27` Params is struct, our chainstate is 0 gb - backpacker69 `e75f6fb` release is upon us - backpacker69 `e50fa2e` new splashscreen - backpacker69
Avatar
GitHub BOT 27-Jul-19 11:54 AM
`9c0f73f` explain disable-checkpoints configure flag - peerchemist
Avatar
GitHub BOT 27-Jul-19 12:15 PM
`b600872` extra align for linux - backpacker69
Avatar
HighLow 27-Jul-19 12:37 PM
why Peercoin doesn't have android wallet?
Avatar
Avatar
peerchemist 27-Jul-19 01:14 PM
@HighLow we used to have one but decided it's best to let it go due to low usage
it was droped earlier this year if I recall correctly
maybe it's still on the google store
but it's not official
Avatar
HighLow 27-Jul-19 01:14 PM
yes...not official
I'm using coinomi now
as android wallet
Avatar
peerchemist 27-Jul-19 01:16 PM
it's a bad wallet, they could not implement the fees for the v0.7 properly - for example
Magnum Wallet is a cryptocurrency wallet with all the key capabilities for managing Bitcoin and many other digital currencies, including a built-in exchange, watch-only wallets, and integration of Ledger and Trezor hardware wallet devices. Simple & Secure Our intuitive user ...
try that one
Avatar
HighLow 27-Jul-19 01:16 PM
would be nice to have an official version maybe with minting option
Avatar
peerchemist 27-Jul-19 01:17 PM
that requires a lot of resources, what can I say but: donate to the foundation so eventually we get enough resources to hire someone to implement a proper wallet
we hope to adopt TrustWallet by the end of the year as well
but no minting
are you sure you'd like to mint on mobile?
phone drops - coins lost
phone gets wet - coins lost
phone gets jacked in a bar - coins lost
😔 1
Avatar
necro 27-Jul-19 01:39 PM
using mobile as wallet is just dumb
its sa same as clicking on spam links
just waiting to get hacked
Avatar
GitHub BOT 27-Jul-19 03:33 PM
Avatar
mperkins 27-Jul-19 04:20 PM
Peerbox project is best for minting I guess
For wallet I'm using Ledger because is support Peercoin and I would like to try Trezor that seems more user friendly to use
An official Peercoin wallet would be awesome as well
Avatar
Avatar
peerchemist 27-Jul-19 06:48 PM
peercoinhypers
Avatar
HighLow 28-Jul-19 02:39 AM
*if phone lost then 12 recovery words will fix your wallet from other new phone *phone jaked in a bar...no problem thieves don't know your secret password or pin. all this are excuses for not doing. for me as a local trader it would be convenient to have an official android PPC wallet with me.
Avatar
GitHub BOT 28-Jul-19 08:10 AM
`6434190` qt: add tx update events to minting table - EvgenijM86 `618cf11` fix conflicting struct name - EvgenijM86 `4492446` fixes for regtest - backpacker69 `7058fa5` fix rpc raw transaction tests - backpacker69 `03b5eda` allow for block generation before 0.8 activates - backpacker69
Avatar
GitHub BOT 28-Jul-19 08:30 AM
[peercoin/peercoin] branch deleted: abandonorphans
[peercoin/peercoin] branch deleted: extradebug
Avatar
Avatar
GitHub BOT 28-Jul-19 11:44 AM
`20679ac` update wallet.html - peerchemist `83c6e59` Merge branch 'master' of https://github.com/pee... - peerchemist
`05b37e4` magnum now does mobile as well - peerchemist
Avatar
Avatar
GitHub BOT 28-Jul-19 03:53 PM
`68d1b05` allow to check blocks without signature check - backpacker69
Avatar
GitHub BOT 29-Jul-19 04:56 AM
Avatar
Avatar
Avatar
HighLow 29-Jul-19 10:36 AM
hi what is about the new fork?
what are the modifications added for 1 Occtober Fork?(edited)
Avatar
backpacker 29-Jul-19 10:40 AM
why you no read
Avatar
GitHub BOT 29-Jul-19 10:48 AM
`e918adf` remove mint warning when unlocking for minting - backpacker69
Avatar
HighLow 29-Jul-19 10:57 AM
where is written?
Avatar
backpacker 29-Jul-19 11:01 AM
forum
github
Avatar
HighLow 29-Jul-19 11:26 AM
address?
link?
Avatar
peerchemist 29-Jul-19 11:29 AM
???
Avatar
captainbuckkets 29-Jul-19 12:58 PM
Peercoin v0.8 Released! We are pleased to announce that after many hard months of work, Peercoin v0.8 (Codename Mantis) is complete and a hard fork is planned for October 1st, 2019. Changelog: Peercoin release v0.8.0 Rebase to bitcoin-core 0.16.3 Compact blocks support (BI...
Avatar
backpacker 29-Jul-19 01:34 PM
there's literally hundreds of posts in this channel containing links to our github
Avatar
captainbuckkets 29-Jul-19 01:37 PM
People don't want a commit log, they want a presentation with pictures. Easier to digest
Avatar
Irritant 29-Jul-19 01:59 PM
team update 32 is pretty visible also
Avatar
HighLow 29-Jul-19 05:53 PM
yeah presentantion with pictures. from what I've read until now it is written on forums that peercoin is following Bitcoin architecture with Segwith implemented and nodes in the new fork and nothing about POS. is this true? peercoin will implement Lightning Network protocol and not have POS?
Avatar
captainbuckkets 29-Jul-19 06:02 PM
LN is second layer. Information about transactions are stored in the blocks, regardless of the type of verification protocol (PoW/PoS)
Avatar
HighLow 29-Jul-19 06:25 PM
super it's even better than BTC
Avatar
captainbuckkets 29-Jul-19 06:28 PM
;)
Avatar
HighLow 29-Jul-19 06:33 PM
I'm trying to use PPC in some Arduino projects. Do you know where I can find and adequate lib that compiles in Arduino enviroment for PPC?
I'm trying to read a wallet value from the peercoin's chain in the Arduino Env(edited)
😮 1
Avatar
Random_guy 29-Jul-19 06:36 PM
i know that there is a project to create wallet on arduino to PoS more efficient and secure, but idk now how the project is
Avatar
HighLow 29-Jul-19 06:37 PM
is this official peerCoin or some other public git implementation?(edited)
Avatar
captainbuckkets 29-Jul-19 06:44 PM
This is where the official files and development is
Avatar
Random_guy 29-Jul-19 06:49 PM
After some discussion with /u/river333 I’ve decided to start a debate on running nodes and minting with emphasize on security. Latest trend is to urge and tip people for running full nodes on their rasperryPi’s. Why not, it is holly grail of crypto. To keep the network s...
Hi guys, in my opinion it is very important for Peercoin to have a good participation of Peercoin holders on the PoS process. To archieve this, I see two important points: It has to be very secure It has to be cheap to run it I have some plan in my mind on how I want to d...
Avatar
mperkins 29-Jul-19 06:50 PM
@HighLow what do you mean by reading wallet value from arduino ? You cannot run peercoind on arduino, only raspberry pi. Otherwise you need an interface between the two.(edited)
Avatar
Random_guy 29-Jul-19 06:51 PM
that's on Pi but i think there are usefull information on them
Avatar
HighLow 29-Jul-19 06:53 PM
I was hoping that I can find a lib written for Arduino env from I can connect to PPC wallet and I can read from some address or make a "send" command to a wallet with an amount of PPC.
o a direct wallet like this one
A minimalistic bitcoin hardware wallet for Arduino - arduino-bitcoin/simple_hardware_wallet
I'm searching for a minimalistic wallet for PPC
Avatar
mperkins 29-Jul-19 06:56 PM
I'm not sure if Arduino is well suited for minting application because of power and connectivity, but for learning that's great.
Avatar
HighLow 29-Jul-19 06:57 PM
no no... I'm not looking for minting...
Avatar
mperkins 29-Jul-19 06:57 PM
oh I see
Avatar
HighLow 29-Jul-19 06:57 PM
I want to use it for an IOT application
i consider PeerCoin the best suited for IOT applications due to low fees and multiple confirmation layers (POW/POS)
Avatar
Irritant 29-Jul-19 07:03 PM
Peercoin v0.8 Released! We are pleased to announce that after many hard months of work, Peercoin v0.8 (Codename Mantis) is complete and a hard fork is planned for October 1st, 2019. Changelog: Peercoin release v0.8.0 Rebase to bitcoin-core 0.16.3 Compact blocks support (BI...
Avatar
HighLow 29-Jul-19 07:19 PM
yes read it. please add in the description that POS is still working on the new fork. it got me confused that PPC doesn't POS anymore and is only POW. at the end @captainbuckkets explained that POS will function and LN will be present also in POS as in POW as a second layer. but please add in the description that PPC maintains POS and POW
Avatar
captainbuckkets 29-Jul-19 07:25 PM
I dont know where we would have suggested otherwise
Avatar
peerchemist 29-Jul-19 11:49 PM
@HighLow I really don't know what to say
Avatar
GitHub BOT 30-Jul-19 04:34 AM
`b495b27` add support for minting unlocking to rpc - backpacker69
Avatar
GitHub BOT 30-Jul-19 04:50 AM
`8a3f573` add SCRIPT_VERIFY_LOW_S verification after the ... - backpacker69
Avatar
GitHub BOT 30-Jul-19 12:02 PM
`d6ce566` version bump to 0.8.1 - backpacker69
Avatar
Avatar
Avatar
GitHub BOT 31-Jul-19 06:00 AM
Avatar
GitHub BOT 31-Jul-19 01:14 PM
[peercoin] Branch develop was force-pushed to c5441d7
[peercoin/peercoin] branch deleted: rebase
Avatar
GitHub BOT 31-Jul-19 01:29 PM
if this to fly, it has to be redirected to develop branch
Avatar
GitHub BOT 01-Aug-19 09:35 AM
Avatar
GitHub BOT 01-Aug-19 10:18 AM
[peercoin/docker-peercoind] New tag created: 0.6.3
[peercoin/docker-peercoind] New tag created: 0.8.1
[peercoin/docker-peercoind] New tag created: 0.6.3.1
Avatar
GitHub BOT 02-Aug-19 06:04 AM
Avatar
GitHub BOT 02-Aug-19 08:28 AM
`c8e8eb6` add press metions article (copied from old wiki) - peerchemist
Avatar
Avatar
GitHub BOT 04-Aug-19 04:24 AM
`6a49083` Readding wallet addresses - captainbuckkets `6df820f` Merge pull request #114 from captainbuckkets/ma... - peerchemist
Avatar
GitHub BOT 04-Aug-19 05:11 AM
`54509e4` bump up elextrumx version - peerchemist
Avatar
GitHub BOT 04-Aug-19 06:29 AM
`add574c` environment variables have changed - peerchemist
Avatar
Random_guy 04-Aug-19 01:31 PM
well i have few difficulty with few words to explain the PoS system correctly so i will keep the english words in the french version of the website but in order to permit the comprehension of these words is it possible to have like a dictionnary page to explain one by one with precision the words like stakeholder, proof of stake, minting...
Avatar
captainbuckkets 04-Aug-19 03:03 PM
Probably
Maybe that could go in the university
Avatar
Avatar
GitHub BOT 05-Aug-19 02:28 AM
Avatar
GitHub BOT 05-Aug-19 04:46 AM
`0788f17` don't produce dust change - backpacker69 `e90fe48` another PoS spam fix - EvgenijM86
Avatar
GitHub BOT 05-Aug-19 05:23 AM
`2761f11` Fix telegram link - captainbuckkets `d44dad9` Merge pull request #115 from captainbuckkets/ma... - peerchemist
Avatar
GitHub BOT 05-Aug-19 06:09 AM
Avatar
GitHub BOT 05-Aug-19 08:59 AM
`e25b30f` optional aggressiveness of salvagewallet - backpacker69
Avatar
Avatar
Avatar
GitHub BOT 06-Aug-19 03:22 AM
`3d3800b` peercoin needs no fee sniping protection - backpacker69
Avatar
GitHub BOT 06-Aug-19 07:17 AM
[peercoin/peercoin] New tag created: v0.8.2.1ppc
Avatar
GitHub BOT 06-Aug-19 07:28 AM
`6b3fdb3` v0.8.2.1 - peerchemist `b7ecab2` Merge branch 'master' of https://github.com/pee... - peerchemist
Avatar
GitHub BOT 08-Aug-19 08:13 AM
`ed39219` estimatefee and estimatesmartfee methods - backpacker69
Avatar
Avatar
Random_guy 08-Aug-19 03:59 PM
10 chains left to finnish the french translation (but this is the most complicated and big part 😅 ) anyway i hope to finish it the next week and make a review to harmonise it(edited)
Avatar
captainbuckkets 08-Aug-19 04:00 PM
Very nice. I have another opportunity for you coming shortly if you are interested
Avatar
Random_guy 08-Aug-19 04:01 PM
if you doesn't find someone to review it, i can speak of it to few friends or a french crypto server
Avatar
captainbuckkets 08-Aug-19 04:02 PM
I have someone to check it
Thankfully
Took me forever to find a Japanese verifier only for the original translator to get busted for google translate
😬 1
Avatar
Random_guy 08-Aug-19 04:02 PM
you can count on me! 😁(edited)
👌 1
Avatar
captainbuckkets 08-Aug-19 04:04 PM
Working on figuring out how to verify translations on this new one. I think I'll post about it tomorrow
I'll keep you penciled in for FR :)
Avatar
Random_guy 08-Aug-19 04:05 PM
Nice and there is no problem to work with the verifier if he want to
Avatar
captainbuckkets 08-Aug-19 04:19 PM
Of course. Its just mostly to make sure you don't cheat
Which I don't think you did
Avatar
Random_guy 09-Aug-19 03:44 AM
Yeah I have used Google translate only for few words to confirm the meaning few times
Avatar
captainbuckkets 09-Aug-19 11:26 AM
Yeah, he left entire paragraphs
REEEEEE 1
Avatar
Avatar
Avatar
Avatar
GitHub BOT 12-Aug-19 11:25 AM
`0e63484` update protocol version to 70015 - bananenwilly `cfdb58b` update db.h to require new version 70015 - bananenwilly `80849cc` add cf-php - bananenwilly `d2d224c` Merge branch 'master' of https://github.com/ban... - bananenwilly `ee4001a` Merge pull request #7 from bananenwilly/master - peerchemist
Avatar
konez2k 13-Aug-19 09:42 AM
@backpacker can you DM pls?
Avatar
Avatar
GitHub BOT 14-Aug-19 10:45 AM
`8520a14` smol updates, handling ports - peerchemist
Avatar
Random_guy 16-Aug-19 12:01 PM
"to mint blocks" can it be said => "to create and verify blocks" ?
Avatar
Irritant 16-Aug-19 12:21 PM
Verify transaction
👌 2
Avatar
Random_guy 16-Aug-19 06:24 PM
👌 🎉
🙌🏽 1
Avatar
GitHub BOT 17-Aug-19 12:48 PM
Avatar
GitHub BOT 18-Aug-19 07:53 AM
`f444e64` v0.8 - saeveritt `11b91a3` updating to v0.8 - peerchemist `d79b665` Merge pull request #17 from peerchemist/master - peerchemist
Avatar
GitHub BOT 18-Aug-19 02:54 PM
The changes in sendcoinsentry.ui came from Qt Designer, I changed the vertical sizing policy to "Fixed" so the send entries wouldn't try to expand vertically. The changes in sendcoinsdialog.cpp are making the VBoxLayout entries put the entries at the top of the layout, otherwise it was putting it in the center of the page. I wanted to set the alignment in Qt Designer but it wasn't available for some reason :\ ![image](https://user-images.githubusercontent.com/396781/63228904-dee...
Avatar
peerchemist 18-Aug-19 04:05 PM
peercoinhypers
Avatar
roadcrypto 18-Aug-19 04:09 PM
dunno if this helps, but digibyte is also making assets on their chain. https://www.dgbwiki.com/index.php?title=DigiAssets
Avatar
GitHub BOT 19-Aug-19 10:47 AM
I've tested it and it looks exactly the same as it did before with this patch.
Avatar
GitHub BOT 20-Aug-19 09:53 PM
Avatar
Avatar
GitHub BOT 21-Aug-19 08:52 AM
`679561c` update example peercoin.conf - peerchemist
Avatar
GitHub BOT 25-Aug-19 11:58 AM
Avatar
GitHub BOT 25-Aug-19 10:47 PM
Avatar
GitHub BOT 26-Aug-19 07:56 AM
`4b5e706` A potential fix for the weird send entries layout. - belovachap `8c7a9d7` Fix weird coin sentry entry layout with coin co... - belovachap `6f434e7` Merge pull request #485 from belovachap/belovac... - peerchemist
Avatar
GitHub BOT 26-Aug-19 10:33 AM
`9e8636b` remove prioritisetransaction and pruneblockchai... - backpacker69 `99ec930` remove pruning code residue - backpacker69
Avatar
Avatar
GitHub BOT 26-Aug-19 03:42 PM
Avatar
GitHub BOT 27-Aug-19 06:25 AM
Avatar
GitHub BOT 27-Aug-19 07:37 AM
[peercoin/peercoin] New tag created: v0.8.3ppc
Avatar
Avatar
GitHub BOT 27-Aug-19 10:37 AM
Avatar
Avatar
Avatar
Avatar
GitHub BOT 31-Aug-19 04:31 PM
I updated the AppImage for 0.8.3 :tada: It can be downloaded from: https://files.peercoin.net/download/Peercoin-x86_64.AppImage I started using it as my main client... seems to be working as expected :)
Avatar
GitHub BOT 01-Sep-19 05:21 AM
`efee2a4` Updates for generating the 0.8.3 AppImage. - belovachap `dabf5a4` Merge pull request #5 from belovachap/belovacha... - peerchemist
Avatar
Avatar
Avatar
Avatar
GitHub BOT 09-Sep-19 04:45 AM
`82d6e51` expose ports in the docker-expose - peerchemist
Avatar
GitHub BOT 09-Sep-19 11:28 AM
Avatar
GitHub BOT 10-Sep-19 01:03 PM
Avatar
GitHub BOT 10-Sep-19 03:35 PM
Avatar
GitHub BOT 11-Sep-19 06:23 AM
@captainbuckkets Why was this done?
most likely because of incorrect fees
Avatar
GitHub BOT 11-Sep-19 07:32 AM
Correct, Coinomi people could not do the fees properly.
Avatar
GitHub BOT 11-Sep-19 08:05 AM
Ok, but you can set your own fee in the app.
Avatar
GitHub BOT 11-Sep-19 02:43 PM
Avatar
GitHub BOT 11-Sep-19 03:45 PM
I think we should add it back since it works if you adjust the fee in the app.
Avatar
GitHub BOT 11-Sep-19 04:50 PM
@kazzkiq Not sure how you are porting these but do we want to just readd it in the port?
Avatar
Avatar
Avatar
GitHub BOT 11-Sep-19 06:22 PM
This page was ported already. I will manually remove Coinomi from my repo.
Avatar
GitHub BOT 11-Sep-19 07:09 PM
It seems it can be re-added if thats the consensus
Avatar
GitHub BOT 12-Sep-19 07:16 AM
`e6bb43d` Remove BX Thailand - sandakersmann `6b997f3` Merge pull request #116 from sandakersmann/master - peerchemist
Avatar
GitHub BOT 12-Sep-19 11:25 PM
Avatar
GitHub BOT 13-Sep-19 12:03 AM
Indicated that the Load drawback is negligible, added a discussion of Futuristic Minters, and gave a description of how to design a general functional form.
Avatar
GitHub BOT 13-Sep-19 03:52 AM
`ec5ecd7` Drawbacks and Alternatives - Nagalim `94b1140` Merge pull request #28 from Nagalim/master - peerchemist
Avatar
GitHub BOT 13-Sep-19 05:52 AM
`1b84713` version bump - peerchemist `057844c` fixes - peerchemist `5e42be4` Merge branch 'master' of https://github.com/pee... - peerchemist
Avatar
Nagalim 13-Sep-19 08:10 AM
The generalized functional form should also have d/dx[xf(x)] as less than or equal to 1, to avoid globally incentivizing lower participation, but I'm too lazy to change it now
*less than or equal to 0, basically negative or 0
No wait I mean positive
Yuck, let me think about this one more
Yah, definitely positive or 0 to stimulate increasing x. So current protocol is 1, proposal is 0, compromise is -ln(x) which is positive over the range 0<x<1
Avatar
GitHub BOT 14-Sep-19 06:23 AM
Avatar
GitHub BOT 14-Sep-19 07:21 AM
`187e4ad` correctly handle nominting option - backpacker69
Avatar
GitHub BOT 14-Sep-19 10:18 AM
`1e0a7d7` version bump to 0.8.4 - backpacker69
Avatar
Avatar
GitHub BOT 14-Sep-19 11:11 AM
`c5441d7` version bump to 0.8.1 - backpacker69 `2d58c98` Merge branch 'develop' into release-0.8 - backpacker69
`d6ce566` version bump to 0.8.1 - backpacker69 `0788f17` don't produce dust change - backpacker69 `e90fe48` another PoS spam fix - EvgenijM86 `ebd6f25` version bump - backpacker69 `ce19110` optional aggressiveness of salvagewallet - backpacker69
Avatar
GitHub BOT 14-Sep-19 11:28 AM
`d6ce566` version bump to 0.8.1 - backpacker69 `0788f17` don't produce dust change - backpacker69 `e90fe48` another PoS spam fix - EvgenijM86 `ebd6f25` version bump - backpacker69 `ce19110` optional aggressiveness of salvagewallet - backpacker69
Avatar
GitHub BOT 14-Sep-19 11:52 AM
[peercoin/peercoin] New tag created: v0.8.4ppc
Avatar
Avatar
GitHub BOT 15-Sep-19 03:40 AM
Avatar
GitHub BOT 16-Sep-19 11:12 AM
`313e736` v0.8.4 links - peerchemist `49c1593` Merge branch 'master' of https://github.com/pee... - peerchemist
Avatar
GitHub BOT 16-Sep-19 11:36 AM
Avatar
GitHub BOT 18-Sep-19 05:02 AM
Avatar
GitHub BOT 19-Sep-19 05:12 AM
Avatar
GitHub BOT 20-Sep-19 03:05 PM
Avatar
GitHub BOT 24-Sep-19 08:51 AM
This PR forwards the new version of website, including: - React porting; - Internationalization (i18n); - Better responsiveness; - Optimization of images; - SPA implementation; - Configs for new hosting (Zeit); - Other fixes and small improvements.
Avatar
Avatar
Avatar
GitHub BOT 24-Sep-19 11:01 AM
[peercoin/peercoin.net] New branch created: kazzkiq-master
`2c4643d` Cleaning project - kazzkiq `e181841` Addming menu basics - kazzkiq `e59f559` Adding all options and icons to menu - kazzkiq `5d895f4` Adding dropdown icon to menus - kazzkiq `a58dee3` Adding fixed menu functionality - kazzkiq
`2c4643d` Cleaning project - kazzkiq `e181841` Addming menu basics - kazzkiq `e59f559` Adding all options and icons to menu - kazzkiq `5d895f4` Adding dropdown icon to menus - kazzkiq `a58dee3` Adding fixed menu functionality - kazzkiq
[peercoin/peercoin.net] branch deleted: kazzkiq-master
Avatar
captainbuckkets 24-Sep-19 11:17 AM
Nice, is it live?
Avatar
mperkins 24-Sep-19 01:05 PM
I think deployment is on the way -> https://peercoin.net/
Web files for Peercoin.net
Avatar
GitHub BOT 24-Sep-19 01:39 PM
`37df99c` accept many insignificant trailing digits - backpacker69
Avatar
GitHub BOT 24-Sep-19 04:31 PM
[peercoin/peercoin.net] New branch created: new-website
`339ba6b` Adding domain to config - kazzkiq
`339ba6b` Adding domain to config - kazzkiq
Avatar
GitHub BOT 24-Sep-19 04:47 PM
Avatar
GeeDubDub 25-Sep-19 04:53 AM
hey guys, please help me out. im finished installing the core on my linux server, i was hoping to getting some advice on how i can get my wallet address on cli command line
Avatar
Irritant 25-Sep-19 05:12 AM
you can get a new one by typing getnewaddress in the console
i mean on the cli , peercoind getnewaddress @GeeDubDub(edited)
Avatar
GeeDubDub 25-Sep-19 06:02 AM
thanks Irritant... sorted
Avatar
GitHub BOT 25-Sep-19 09:13 AM
Avatar
Avatar
Avatar
GitHub BOT 25-Sep-19 02:55 PM
This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.
Avatar
Avatar
Avatar
GitHub BOT 26-Sep-19 11:30 AM
Added PPC/BTC explorer links for people to directly view instead of looking for explorer and copy/pasting. I noticed that exchangeBtcAddress isn't found on the BTC explorer that's why I didn't added as a link there.
This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.
Avatar
GitHub BOT 26-Sep-19 12:03 PM
Missing link for Energy stat. Redirected to coinexplorer instead. Added target blank so user does not quit main peercoin website while browsing.
This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.
Avatar
GitHub BOT 26-Sep-19 12:23 PM
Avatar
GitHub BOT 26-Sep-19 01:43 PM
Hi @kazzkiq I started working on a new page called Myths referencing all myths about Peercoin from the current forum thread. I think that something useful for newcomers and should be on the main website with a links "/myths" somewhere. Page is not finished yet, I would like to add a button for randomness + transitions and fix "More info" color button as well.
This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.
Can you please use cryptoid explorer for Peercoin?
Of course, I just changed to cryptoid. Is there any reasons for using this one over coinexplorer ? I mean we could still add both but it will be unnecessary
Avatar
Avatar
GitHub BOT 26-Sep-19 04:12 PM
This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.
Avatar
GitHub BOT 27-Sep-19 03:31 AM
`dc49503` Remove French language from BTC explorer link - sandakersmann `a8b20a8` Merge pull request #124 from sandakersmann/patch-2 - peerchemist
Avatar
GitHub BOT 27-Sep-19 05:46 AM
`324a6d0` new release - peerchemist `fc039be` limit ram usage to 2Gb max - peerchemist
Avatar
Irritant 28-Sep-19 09:51 PM
has anyone experimented with ZMQ notifications?
Avatar
GitHub BOT 30-Sep-19 12:01 PM
This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.
Avatar
GitHub BOT 30-Sep-19 02:20 PM
Avatar
GitHub BOT 30-Sep-19 02:37 PM
`9403f87` Updated to latest client in translation.json - sandakersmann `a2fc654` Merge pull request #125 from sandakersmann/patch-3 - peerchemist
Avatar
GitHub BOT 01-Oct-19 10:04 AM
Now wallet data is located at `wallet.json` and can be easily updated for all three platforms (including binary links). JSON example:
json { "os": "Linux", "img": "/img/icons/linux.png", "checksum": "4f70268af74bb83acf0350c61ae1ce43fc3c03f831d5c4fd75624717e5dce316", "link": "https://github.com/peercoin/peercoin/releases/download/v0.8.4ppc/peercoin-0.8.4-x86_64-linux-gnu.tar.gz" }
Avatar
GitHub BOT 07-Oct-19 05:42 AM
Avatar
Avatar
Avatar
GitHub BOT 10-Oct-19 06:42 PM
Avatar
GitHub BOT 11-Oct-19 10:43 AM
Avatar
Avatar
GitHub BOT 11-Oct-19 12:25 PM
`17a2ab7` drop deprecated config vars - peerchemist
Avatar
GitHub BOT 14-Oct-19 05:30 AM
`8a2b5cd` update readme to current version of peercoin do... - backpacker69
Avatar
Avatar
Avatar
GitHub BOT 14-Oct-19 05:33 PM
This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click on the icon next to each commit.
Check and make sure that the json format is compatible before I implement more of the translations. Also not sure on how we want to name the folders.
Avatar
Avatar
GitHub BOT 15-Oct-19 02:42 AM
`fea2c97` peercoin changes part 1 - backpacker69 `84b674d` peercoin changes part 2 - backpacker69 `7ba484e` fix dust on peercoin - backpacker69 `85a9889` timestamp support in htlc - backpacker69 `e230f4b` timestamp correction - backpacker69
Avatar
GitHub BOT 15-Oct-19 03:04 AM
`2d0935a` peercoin changes part 1 - backpacker69 `a2ec816` peercoin changes part 2 - backpacker69
[peercoin/lightning] New branch created: peercoin
Avatar
GitHub BOT 15-Oct-19 03:15 AM
[peercoin/lightning] branch deleted: confirmed-only
[peercoin/lightning] branch deleted: connected_hook
[peercoin/lightning] branch deleted: docs
[peercoin/lightning] branch deleted: fee-tracking2
[peercoin/lightning] branch deleted: json-streaming
[peercoin/lightning] branch deleted: plugin-1
[peercoin/lightning] branch deleted: plugin-2
[peercoin/lightning] branch deleted: pr-2391
[peercoin/lightning] branch deleted: pr-2587
[peercoin/lightning] branch deleted: pull/2803/head
Avatar
GitHub BOT 15-Oct-19 04:03 AM
[lightning] Branch peercoin was force-pushed to 347fbad
[peercoin/lightning] New tag created: v0.7.2ppc
Avatar
GitHub BOT 15-Oct-19 04:26 AM
`aee9906` electrumx img to be hosted at peercoin docker h... - peerchemist
Avatar
GitHub BOT 15-Oct-19 05:00 AM
Avatar
GitHub BOT 15-Oct-19 05:19 AM
[peercoin/bitcore] New branch created: peercoin
`bb82652` peercoin changes - backpacker69 `dbcf42f` peercoin fixes - backpacker69 `91e38ad` comment extra header stuff for now - backpacker69 `28bcfcc` correct header fix - backpacker69 `a3538c2` insight ppc support - backpacker69
Avatar
GitHub BOT 15-Oct-19 05:33 AM
Avatar
Avatar
Avatar
GitHub BOT 16-Oct-19 06:27 AM
[lightning] Branch master was force-pushed to 1f3ec32
Avatar
GitHub BOT 16-Oct-19 12:19 PM
`680bf10` fix docker compose and dockerfile - backpacker69
Avatar
GitHub BOT 16-Oct-19 12:30 PM
@backpacker69 @peerchemist Just standardizing the license all over the repo.
Avatar
Avatar
GitHub BOT 17-Oct-19 05:01 PM
@backpacker69 @peerchemist Would be great if you could merge this, since I got some other stuff to push as well.
Avatar
HighLow 18-Oct-19 01:39 AM
could someone explain me why PPC needs LightningNetwork? since PPC is both POW and POS ...why do you need lightning?
Avatar
captainbuckkets 18-Oct-19 03:56 AM
I’ll answer more when I wake up, but the short answer is to keep the project modern. The downsides of LN in terms of economic damage are negligible because most blocks are pos. It’s something that has little to no negative impact because of the mode, and keeps us connected with bitcoin and other projects
Avatar
Nagalim 18-Oct-19 08:08 AM
LN has applications going forward that are attractive, as well as allowing us to be compatible. Some exchanges are lightning enabled and may be lightning only, especially as decentralized exchanges utilizing lightning atomic swap starts to become a prevalent thing. Lightning with PA is a very interesting concept, as it allows for additional off-chain distribution models. In general, updating to a modern btc codebase allows us to port new features easily.
Avatar
Irritant 18-Oct-19 08:10 AM
i dont understand what has pow/pos to do with lightning
Avatar
peerchemist 18-Oct-19 10:19 AM
it does not
Avatar
captainbuckkets 18-Oct-19 10:22 AM
My understanding was he was talking about the fee market and the implications which peercoin is not subject to
Avatar
HighLow 18-Oct-19 01:57 PM
yes what I was trying to say is in the Lightning Network some nodes must be created. but PPC has POS with minting which is kind of node voting structure purpose...but what @captainbuckkets explained makes sens for compatibility purposes. The POS is already to be implemented and some big coins like ETH ...they are tring to migrate to POS. BTC switched to lightning that was previously tested on LTC chain. they embraced lightning because the mining business is not profitable anymore. the volatility price of btc forces miners to hedge their founds and sell as their investment is in danger. also halving is comming and miners will gain less and less btc thus not more profitable. with lightning even if the miners shutDown the equipment...the chain goes on the POS and POW is the answer to all problems of descentralised consensum like PPC is build. anyway lightning comes like extra option and is great(edited)
Avatar
mperkins 18-Oct-19 02:04 PM
will lightning will be available on the desktop wallet ?
Avatar
captainbuckkets 18-Oct-19 02:05 PM
@HighLow tldr: Lightning changes nothing economically so its nothing but a plus for Peercoin. Probably not the same for many other projects
If thats agreeable
@mperkins probably not as LN is a secondary layer, which is not "core" per say. My understanding is that a compatible wallet is coming in the next month
Avatar
peerchemist 18-Oct-19 03:59 PM
@mperkins yes
We are still researching which wallet may be the best option for us
For now we wanted for our devs and hackers to start playing with the Ln nodes
Once again, Ln has nothing to do with the consensus algorithm
Pow, pos, mining... Not relevant when you talk about Ln
It is literally called a 'second layer network'
Second layer, as in on top of the first one
Avatar
mperkins 18-Oct-19 04:52 PM
I see like with Bitcoin to be able to make transactions faster by opening communication channels. I'm still wondering how easy it is to use but that's great to have a second layer as Bitcoin.
Avatar
captainbuckkets 18-Oct-19 06:04 PM
The problem with BTC and PoW is taking transactions off chain hurts the miners at scale which is why its a subject of any debate
But 10m blocks aren't good enough for retail
Avatar
HighLow 19-Oct-19 04:05 AM
yes...the fees per transaction must stay low and miners don't like it. but ...think about it...LN will be used when miners will not mine because it is too difficult to mine and most of the btc is discovered...what will happen when all btc is mined?the miners should gain only from transaction fees...now with the LN...the threat is near. POS is the new orientation
Avatar
necro 19-Oct-19 04:54 AM
btc will be mined around year '45. you don't know what will happen with crypto in 2y, barrely in 25+
Avatar
GitHub BOT 19-Oct-19 06:36 AM
`ccbef6b` smol tweaks to docker-compose - peerchemist `6a4679b` Merge pull request #1 from peerchemist/master - peerchemist
Avatar
Irritant 21-Oct-19 11:31 AM
Avatar
Nagalim 21-Oct-19 03:22 PM
I wonder if they'll end up using some form of PoS, as Lightning is nearly at that point anyway
The more coins you lock up for the longer period of time makes you a more reliable node
Avatar
Avatar
GitHub BOT 24-Oct-19 05:23 AM
Avatar
GitHub BOT 24-Oct-19 05:54 AM
Avatar
GitHub BOT 24-Oct-19 06:38 AM
`7505a80` peercoin changes - backpacker69
`893803e` Update README.md - backpacker69
Avatar
GitHub BOT 24-Oct-19 07:48 AM
`ec3eaa5` MIT/X11 changed to MIT in some files - sandakersmann `a40ad67` Fixed license in checkpointsync.h - sandakersmann `adf9c81` Merge pull request #488 from sandakersmann/develop - peerchemist
Avatar
GitHub BOT 24-Oct-19 10:19 AM
Avatar
GitHub BOT 24-Oct-19 10:43 AM
`7748834` Update links in README.md to work with new website - sandakersmann `2360099` Merge pull request #489 from sandakersmann/patch-2 - peerchemist
Avatar
GitHub BOT 24-Oct-19 11:42 AM
Avatar
GitHub BOT 24-Oct-19 05:14 PM
I think I got everything. There is a lot so its possible I missed something but I double checked it again
Avatar
GitHub BOT 25-Oct-19 01:45 PM
`53bc9c5` change peercoin container name to peercoin-insi... - peerchemist
Avatar
Avatar
Avatar
Avatar
GitHub BOT 27-Oct-19 08:12 AM
`6d10627` Merge pull request #487 from peercoin/develop - backpacker69 `2e503a2` Update zmq.md - sunnyqueen `790ddb3` Update travis-ci.md - sunnyqueen `cdabc1d` Update translation_strings_policy.md - sunnyqueen `47bf398` Update translation_process.md - sunnyqueen
Avatar
GitHub BOT 27-Oct-19 09:34 AM
`11f0fd8` Update README.md - sunnyqueen `3c23d4e` Update README.md - sunnyqueen `3a920fe` Merge pull request #493 from sunnyqueen/develop - peerchemist
Avatar
Irritant 28-Oct-19 09:13 AM
Does someone understand why there is a separate "peercoin-cli"?
It only works with the daemon, for the gui wallet you have to use the console
Before commands worked when passing them to peercoind -something, idk with peercoin-cli it is the same, just extra file, Im still thinking what the advantage could be
Avatar
peerchemist 28-Oct-19 09:23 AM
its just a cli client for the daemon
it makes more sense to implement it like that
Avatar
GitHub BOT 29-Oct-19 04:41 PM
Bumps lodash from 4.17.11 to 4.17.15. <details> <summary>Commits</summary> - `ddfd9b1` Bump to v4.17.15. - `b185fce` Rebuild lodash and docs. - `be87d30` Bump to v4.17.14. - [a6fe6b1](https://github.com/lod...
[peercoin/FindstakeJS] New branch created: dependabot/npm_and_yarn/lodash-4.17.15
Avatar
Irritant 31-Oct-19 09:28 AM
## What does this MR do? Include current user ID when tracking events with Snowplow, only if all of the following are true: * If Snowplow is configured and enabled...
Avatar
Avatar
Avatar
GitHub BOT 02-Nov-19 10:01 AM
`5f4ce8e` RPC port typo - sunnyqueen `551e319` Merge pull request #43 from sunnyqueen/patch-1 - peerchemist
Segwit can cut the fees down even further, it will benefit the user.
Avatar
GitHub BOT 02-Nov-19 10:27 AM
Avatar
GitHub BOT 02-Nov-19 11:20 AM
@backpacker69 Would be great if you could merge this. I have some other stuff to push as well.
Avatar
GitHub BOT 03-Nov-19 11:00 AM
Avatar
Avatar
Avatar
GitHub BOT 05-Nov-19 02:55 PM
Everything should be okay, and I think I followed the correct JS formats for everything.
This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click on the icon next to each commit.
Avatar
GitHub BOT 05-Nov-19 09:53 PM
`6c40541` Remove BX, add changeangel and changelly - captainbuckkets `749e3b8` Merge pull request #127 from captainbuckkets/ma... - peerchemist
Avatar
GitHub BOT 06-Nov-19 01:54 PM
This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click on the icon next to each commit.
Avatar
Avatar
GitHub BOT 08-Nov-19 04:38 AM
`62b9636` Hardened checkpoint update for v0.8.5 testnet a... - sandakersmann `594955f` Merge pull request #490 from sandakersmann/develop - backpacker69
Avatar
Avatar
GitHub BOT 11-Nov-19 09:51 PM
nAnnualStake defined based on coinage. Limiting coinage to 1-year, both for the annual stake calculation and for nSubsidy directly. Mention of added complexity due to 2 indices Description of imprecise nAnnualStake. Trivializing seasonal timing attack and removal of timestamp attack (the description of the timestamp attack was not accurate and is mostly irrelevant as a practical attack because random third-party blocks added during the attack will cause it to be ineffective and ulti...
Avatar
HighLow 12-Nov-19 12:49 AM
why do we have v0.8 and not like v1.x Is PPC not stable yet and v 1.0 is still in the horizon?
Avatar
Nagalim 12-Nov-19 01:16 AM
You could ask the same question of bitcoin
Bitcoin is on v0.18.1
Avatar
Nagalim 12-Nov-19 01:24 AM
In #8455 (comment) the versioning of Bitcoin Core was mentioned, but deemed off-topic, so I am creating this issue to address the fact that Bitcoin Core uses a non-traditional scheme for version re...
Avatar
captainbuckkets 12-Nov-19 03:14 AM
I also wondered that
I think its just numbers and it doesn't matter much but I know some feel strongly
Avatar
peerchemist 12-Nov-19 05:39 AM
Version numbers are always arbitrary
Avatar
GitHub BOT 12-Nov-19 08:56 PM
Avatar
Irritant 15-Nov-19 12:18 PM
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Avatar
GitHub BOT 17-Nov-19 05:42 AM
Problem: I've recently experienced serious performance issues with peercoind on my testnet faucet. Reading the debug.log, I found thousands of entries like this:
2019-11-17 10:32:23 minting updateWallet 2449c930b86a6f82e582d4b9e429e5677c1519a1fb3f52184833254c49dc6119 0 2019-11-17 10:32:23 inWallet=1 inModel=0 Index=342-342 showTransaction=1 derivedStatus=0
While this cycle is running, the application will not respond to ^C or SIGHUP for minutes, sometimes not at a...
try nominting option Sent from ProtonMail mobile -------- Original Message -------- On Nov 17, 2019, 13:42, Willy wrote:
Problem: I've recently experienced serious performance issues with peercoind on my testnet faucet.
Reading the debug.log, I found thousands of entries like this: 2019-11-17 10:32:23 minting updateWallet 2449c930b86a6f82e582d4b9e429e5677c1519a1fb3f52184833254c49dc6119 0
2019-11-17 10:32:23 inWallet=1 inModel=0 Index=342-342 showTransaction=1 derivedStatus...
I can try that, but I think I've been explicitly asked to mint with that testnet wallet, since it's mighty rich.
Avatar
GitHub BOT 19-Nov-19 03:48 PM
I'm starting the testnet node with the following command: ExecStart=/home/node/testnetd -nominting -testnet (I also tried it the other way around with -testnet -nominting) and yet I still see 2019-11-19 20:46:13 CPUMiner started for proof-of-stake in debug.log and I also see that blocks are found. What am I doing wrong?
Avatar
GitHub BOT 19-Nov-19 04:36 PM
Avatar
GitHub BOT 21-Nov-19 06:23 AM
`5f52929` Changes to the core calculation - Nagalim `886898b` Format changes to rfc11 - Nagalim `583a981` Merge pull request #29 from Nagalim/master - peerchemist
Avatar
GitHub BOT 21-Nov-19 06:48 AM
`c0fc358` Change wiki link in README.md - sandakersmann `40d0a91` Merge pull request #494 from sandakersmann/patch-1 - peerchemist
Avatar
GitHub BOT 21-Nov-19 08:24 AM
@backpacker69 helped me to disable minting, which according to him will fix this problem. I'll monitor the host systems performance for the next day or so.
Avatar
GitHub BOT 28-Nov-19 06:50 AM
Avatar
anorak 29-Nov-19 03:58 AM
any devs around
?
Avatar
peerchemist 29-Nov-19 04:44 AM
what do you need
Avatar
Avatar
Irritant 30-Nov-19 07:34 PM
Avatar
Irritant 04-Dec-19 06:05 PM
so..
to use amazon web services, i need a credit card??
Avatar
captainbuckkets 04-Dec-19 06:09 PM
I think so
Avatar
Irritant 04-Dec-19 06:16 PM
my 1 year free tier has already started, but i cannot use it 😛 because i cant finish registration
oh well...
Avatar
Irritant 05-Dec-19 09:00 AM
The Peach Team works on a variety of Lightning Network projects and improvements, including our own open-source blockchain layer, LightningPeach.
Avatar
peerchemist 05-Dec-19 10:55 AM
nice find
Avatar
Avatar
Avatar
GitHub BOT 12-Dec-19 05:45 AM
I reduced number of outputs in that wallet significantly, so it's not exactly reproducible anymore. Wouldn't mind closing this for now.
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
GitHub BOT 13-Dec-19 01:22 PM
[peercoin/PeercoinUniversity] New branch created: dependabot/npm_and_yarn/npm-6.13.4
Bumps npm from 4.6.1 to 6.13.4. Release notes Sourced from npm's releases.
## v6.13.4 ## 6.13.4 (2019-12-11) ## BUGFIXES * `320ac9aee` npm/bin-links#12 npm/gentle-fs#7 Do not remove global bin/man lin...
Avatar
Avatar
Avatar
Avatar
Avatar
GitHub BOT 27-Dec-19 10:26 AM
Avatar
GitHub BOT 27-Dec-19 10:41 AM
`42cfe7a` Update copyright headers to 2020 - sandakersmann `8bacf17` Update of copyright year to 2020 - sandakersmann `40a97dd` Merge pull request #496 from sandakersmann/develop - peerchemist
Avatar
GitHub BOT 27-Dec-19 11:21 AM
`5d2d3cc` Fix correct start year for Peercoin - sandakersmann `88c74eb` Merge pull request #497 from sandakersmann/develop - peerchemist
Avatar
GitHub BOT 27-Dec-19 09:03 PM
Exported 1,960 message(s)