Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
June 06, 2015, 02:02:24 PM |
|
How can I begin to earn coins POS ?
You need Coins to earn Coins through Proof of Stake.
|
|
|
|
AngelLox
|
|
June 06, 2015, 02:07:31 PM Last edit: June 06, 2015, 02:21:49 PM by AngelLox |
|
g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/local/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -isystem /usr/local/include -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/local/qt5/include -I/usr/local/qt5/include/QtWidgets -I/usr/local/qt5/include/QtNetwork -I/usr/local/qt5/include/QtGui -I/usr/local/qt5/include/QtCore -Ibuild -Ibuild -o build/addresstablemodel.o src/qt/addresstablemodel.cpp In file included from src/qt/addresstablemodel.cpp:3:0: src/qt/walletmodel.h:103:74: error: ‘uint64_t’ has not been declared Makefile:7465: recipe for target 'build/addresstablemodel.o' failed make: *** [build/addresstablemodel.o] Error 1 Still happening lol. I'll search the web a bit. Including this It worked! Though i fear i might have to do that again.
|
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
June 06, 2015, 02:37:15 PM |
|
g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/local/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -isystem /usr/local/include -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/local/qt5/include -I/usr/local/qt5/include/QtWidgets -I/usr/local/qt5/include/QtNetwork -I/usr/local/qt5/include/QtGui -I/usr/local/qt5/include/QtCore -Ibuild -Ibuild -o build/addresstablemodel.o src/qt/addresstablemodel.cpp In file included from src/qt/addresstablemodel.cpp:3:0: src/qt/walletmodel.h:103:74: error: ‘uint64_t’ has not been declared Makefile:7465: recipe for target 'build/addresstablemodel.o' failed make: *** [build/addresstablemodel.o] Error 1 Still happening lol. I'll search the web a bit. Including this It worked! Though i fear i might have to do that again. Did you get it all conpiled?
|
|
|
|
AngelLox
|
|
June 06, 2015, 03:41:06 PM Last edit: June 06, 2015, 04:40:46 PM by AngelLox |
|
g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/local/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -isystem /usr/local/include -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/local/qt5/include -I/usr/local/qt5/include/QtWidgets -I/usr/local/qt5/include/QtNetwork -I/usr/local/qt5/include/QtGui -I/usr/local/qt5/include/QtCore -Ibuild -Ibuild -o build/addresstablemodel.o src/qt/addresstablemodel.cpp In file included from src/qt/addresstablemodel.cpp:3:0: src/qt/walletmodel.h:103:74: error: ‘uint64_t’ has not been declared Makefile:7465: recipe for target 'build/addresstablemodel.o' failed make: *** [build/addresstablemodel.o] Error 1 Still happening lol. I'll search the web a bit. Including this It worked! Though i fear i might have to do that again. Did you get it all conpiled? Not yet. Do you want me to do a git pull or something on the errors? i got nothing to do today. Edit: Had to fix some qt dep issues but runs fine now.
|
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
June 06, 2015, 07:58:11 PM |
|
g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/local/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -isystem /usr/local/include -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/local/qt5/include -I/usr/local/qt5/include/QtWidgets -I/usr/local/qt5/include/QtNetwork -I/usr/local/qt5/include/QtGui -I/usr/local/qt5/include/QtCore -Ibuild -Ibuild -o build/addresstablemodel.o src/qt/addresstablemodel.cpp In file included from src/qt/addresstablemodel.cpp:3:0: src/qt/walletmodel.h:103:74: error: ‘uint64_t’ has not been declared Makefile:7465: recipe for target 'build/addresstablemodel.o' failed make: *** [build/addresstablemodel.o] Error 1 Still happening lol. I'll search the web a bit. Including this It worked! Though i fear i might have to do that again. Did you get it all conpiled? Not yet. Do you want me to do a git pull or something on the errors? i got nothing to do today. Edit: Had to fix some qt dep issues but runs fine now. Sure, I'd like to see where the conflicts are for 64 bit and will make it a bit quicker to sort out.
|
|
|
|
AngelLox
|
|
June 06, 2015, 10:14:32 PM Last edit: June 08, 2015, 12:09:31 PM by AngelLox |
|
Sure, I'd like to see where the conflicts are for 64 bit and will make it a bit quicker to sort out.
Done. Hey i'm pretty sure though that my rpi2 is 32 bit isn't it? I've got 60+ orphan blocks is it ok?
|
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
June 08, 2015, 06:29:10 PM |
|
Test: Fresh install wallet - Duration of the synchronization: 47.61 seconds ahaha I would need to refine this a little more so we can do this and it will work to skip the entire synchronization process but the only caveat I see is that the person would need to make sure to set their own .conf file. If using Linux or even launching a node, you could just CAT it and change your username and password. cat << "CONFIG" >> ~/.PayCon/PayCon.conf
listen=1 server=1 daemon=1 rpcuser=*username* rpcpassword=*password* rpcport=9456 port=9455 rpcallowip=127.0.0.1 addnode=88.198.10.165 addnode=88.222.231.115 addnode=220.233.191.54 addnode=188.166.31.247 addnode=104.131.26.8 addnode=78.47.184.85 addnode=50.100.113.203 addnode=69.141.89.74 addnode=85.25.214.107 addnode=85.25.214.214 addnode=128.199.231.68 addnode=68.230.254.155 addnode=173.192.176.187 addnode=88.222.231.116 addnode=81.169.251.126 addnode=97.95.131.41 addnode=98.196.176.136 addnode=95.211.57.107 addnode=88.198.12.244 addnode=69.65.79.4 addnode=162.255.117.105 addnode=75.127.136.66 addnode=24.42.215.154 addnode=86.160.200.143 addnode=66.30.80.136 addnode=149.210.223.229 addnode=68.101.51.124 addnode=84.198.171.193 addnode=212.34.248.234 addnode=71.196.5.233 addnode=148.251.41.117 addnode=92.40.249.247 addnode=188.86.175.46 addnode=77.131.12.229 addnode=213.209.71.181 addnode=83.8.178.120 addnode=68.224.26.233 addnode=50.191.20.165 addnode=94.226.187.230 addnode=105.227.172.3 addnode=71.228.74.170 addnode=76.240.37.194 addnode=49.145.80.155 addnode=50.43.60.106 addnode=50.89.70.39 addnode=66.30.80.136 addnode=108.35.232.120 addnode=212.56.120.203 addnode=95.87.214.153 addnode=99.236.160.199 addnode=97.95.131.41 addnode=104.131.180.51 addnode=154.20.181.142 addnode=5.67.72.192 addnode=5.9.72.102 addnode=187.206.255.231 addnode=104.219.250.234 addnode=46.233.40.132 addnode=87.154.215.104 addnode=89.14.90.161 addnode=177.245.163.33 addnode=24.191.33.43 addnode=99.64.249.154 addnode=154.20.181.142
CONFIG
If working with an online wallet you can do some eve more interesting stuff, for instance you can setup a vncserver and have your own online wallet.
|
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
June 08, 2015, 06:30:43 PM |
|
Sure, I'd like to see where the conflicts are for 64 bit and will make it a bit quicker to sort out.
Done. Hey i'm pretty sure though that my rpi2 is 32 bit isn't it? I've got 60+ orphan blocks is it ok? Yeah the orphan Blocks are ok, you can just remove them with repairwallet.
|
|
|
|
5ick3uffalo
Legendary
Offline
Activity: 994
Merit: 1000
|
|
June 09, 2015, 04:23:57 PM |
|
Bitcointalk HERO! and my birthday
|
BTC: 1Dw9feZAGSeHvaiQ55T7C92VAAXB2nVKKk
|
|
|
JuniorSv
Newbie
Offline
Activity: 9
Merit: 0
|
|
June 09, 2015, 04:35:56 PM |
|
I wasn't able to get to the article of the cryptocointalk article on the coinpress article and when I went to the coinpress website there wasn't much information on it. Do you have a better link to the article? it is from cryptocointalk forum ,if you want to know more you cn try on his forum,it is 8 days old here is his btctalk https://bitcointalk.org/index.php?topic=1064933.0
|
|
|
|
AngelLox
|
|
June 09, 2015, 07:26:23 PM |
|
Sure, I'd like to see where the conflicts are for 64 bit and will make it a bit quicker to sort out.
Done. Hey i'm pretty sure though that my rpi2 is 32 bit isn't it? I've got 60+ orphan blocks is it ok? Yeah the orphan Blocks are ok, you can just remove them with repairwallet. repairwallet crashes my wallet lol. Doesn't matter tho, i can live with a few orphans.
|
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
June 09, 2015, 09:46:49 PM |
|
Sure, I'd like to see where the conflicts are for 64 bit and will make it a bit quicker to sort out.
Done. Hey i'm pretty sure though that my rpi2 is 32 bit isn't it? I've got 60+ orphan blocks is it ok? Yeah the orphan Blocks are ok, you can just remove them with repairwallet. repairwallet crashes my wallet lol. Doesn't matter tho, i can live with a few orphans. Yes, I have 2 bugs left to sort out, if repairing more than 5-6 orphans at a time it will crash the wallet, and getstaketx isn't displaying all relevant information. The orphans are still removed though, atleast it does so for me. Glad to see we ended up getting it built together, I committed those changes to the source that you sent as a pull request. They are pretty minor bugs though so it's ok to be in the master branch until I can get them resolved, after that I'll get binany's done up for Windows and Mac and we can focus some more on promotion. I was discussing it a bit with presstab, he may give a hand him helping to sort out those issues in the next couple days. I have an OP competition I'd like to do and want to focus on a marketplace next, I've been a bit quiet over the last couple days as I have been digging through the code
|
|
|
|
AngelLox
|
|
June 09, 2015, 10:57:04 PM |
|
Yes, I have 2 bugs left to sort out, if repairing more than 5-6 orphans at a time it will crash the wallet, and getstaketx isn't displaying all relevant information. The orphans are still removed though, atleast it does so for me. Glad to see we ended up getting it built together, I committed those changes to the source that you sent as a pull request. They are pretty minor bugs though so it's ok to be in the master branch until I can get them resolved, after that I'll get binany's done up for Windows and Mac and we can focus some more on promotion. I was discussing it a bit with presstab, he may give a hand him helping to sort out those issues in the next couple days. I have an OP competition I'd like to do and want to focus on a marketplace next, I've been a bit quiet over the last couple days as I have been digging through the code Glad to have helped
|
|
|
|
presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
June 10, 2015, 02:06:58 AM |
|
I threw CON onto my website's explorer code. Its a good way to see some cool charts like everyone's stake weight Feel free to visit presstab.pw, and I recommend looking through the "Chain" page, it really shows you what the coin network has been up to. Suggestions and comments welcome!
|
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
June 10, 2015, 03:08:16 AM |
|
I threw CON onto my website's explorer code. Its a good way to see some cool charts like everyone's stake weight Feel free to visit presstab.pw, and I recommend looking through the "Chain" page, it really shows you what the coin network has been up to. Suggestions and comments welcome! This is absolutely fantastic! Wow, you guys have to check out http://www.presstab.pw/phpexplorer/paycon/ for all kinds of charts relating to Proof of Con Staking, it is highly informative and gives a very in depth look into how Proof of Stake works.
|
|
|
|
5ick3uffalo
Legendary
Offline
Activity: 994
Merit: 1000
|
|
June 10, 2015, 12:51:48 PM |
|
wow that´s nice Thx presstab 212991.13094948 CON now, but want more
|
BTC: 1Dw9feZAGSeHvaiQ55T7C92VAAXB2nVKKk
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
June 10, 2015, 08:41:46 PM |
|
wow that´s nice Thx presstab 212991.13094948 CON now, but want more just had to beat me out of the top 5 I'm up to 207k but I'm good at Staking so I could probably out Stake you with it. I staked about 1100 the last day but once I get up to full weight then I would probably do about 1800-2500 a day. The trick to Staking is about having a range of Block sizes split up across your period so you can always have Coins available to Stake, it's a bit like a lottery and the older your Blocks and the higher the amount, the higher the chance to win a Block. If you have 2.5% of the supply then you want to aim for 2.5% of the reward each day (43,200 * 0.025 = 1080) but if you have larger Blocks they will Stake sooner but are pushed back by smaller, older Blocks. Currently seeing Blocks with weight of 3000-4000 Stake so if you have a Block of 4000 Coins it would Stake after 3 days, but 2 Blocks of 2000 would have the same chance after 4 days, 8 Blocks of 500 would all have the same chance after 10 days. However, you could take that Block of 4000 and split that up as (1000) (700) (650) (600) (550) (500) then you have 6 Blocks that can Stake and would Stake more overall since you may also have Blocks of 600 Stake after 3-4 days.
|
|
|
|
AngelLox
|
|
June 10, 2015, 09:47:37 PM |
|
Currently at ~140k, 8th, but i'll catch you guys up one day. I've got about 135 1k blocks, though they'll split when they get to 1200. Pretty happy with stakes, made about 3k in a week.
|
|
|
|
candlesticks
|
|
June 11, 2015, 01:59:50 AM |
|
I threw CON onto my website's explorer code. Its a good way to see some cool charts like everyone's stake weight Feel free to visit presstab.pw, and I recommend looking through the "Chain" page, it really shows you what the coin network has been up to. Suggestions and comments welcome! Thanks, lots of interesting information here. Kinda makes me want to shut down my wallet for a little while, so I can make a huge spike turning it back on
|
|
|
|
candlesticks
|
|
June 11, 2015, 02:08:59 AM |
|
Anybody else have issues withdrawing from c-cex. I just got this, I've never seen this before
|
|
|
|
|