Bitcoin Forum
June 17, 2024, 06:24:43 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 [61] 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 ... 131 »
  Print  
Author Topic: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android  (Read 179121 times)
Crestington (OP)
Legendary
*
Offline Offline

Activity: 882
Merit: 1024



View Profile
June 06, 2015, 02:02:24 PM
 #1201

How can I begin to earn coins POS ?

You need Coins to earn Coins through Proof of Stake.
AngelLox
Sr. Member
****
Offline Offline

Activity: 466
Merit: 250



View Profile
June 06, 2015, 02:07:31 PM
Last edit: June 06, 2015, 02:21:49 PM by AngelLox
 #1202

Code:
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
Code:
#include "uint256_t.h"
It worked! Though i fear i might have to do that again.
Crestington (OP)
Legendary
*
Offline Offline

Activity: 882
Merit: 1024



View Profile
June 06, 2015, 02:37:15 PM
 #1203

Code:
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
Code:
#include "uint256_t.h"
It worked! Though i fear i might have to do that again.

Did you get it all conpiled?
AngelLox
Sr. Member
****
Offline Offline

Activity: 466
Merit: 250



View Profile
June 06, 2015, 03:41:06 PM
Last edit: June 06, 2015, 04:40:46 PM by AngelLox
 #1204

Code:
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
Code:
#include "uint256_t.h"
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 Offline

Activity: 882
Merit: 1024



View Profile
June 06, 2015, 07:58:11 PM
 #1205

Code:
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
Code:
#include "uint256_t.h"
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
Sr. Member
****
Offline Offline

Activity: 466
Merit: 250



View Profile
June 06, 2015, 10:14:32 PM
Last edit: June 08, 2015, 12:09:31 PM by AngelLox
 #1206

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 Offline

Activity: 882
Merit: 1024



View Profile
June 08, 2015, 06:29:10 PM
 #1207

Test:
Fresh install wallet - Duration of the synchronization: 47.61 seconds  Grin

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.

Quote
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 Offline

Activity: 882
Merit: 1024



View Profile
June 08, 2015, 06:30:43 PM
 #1208

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 Offline

Activity: 994
Merit: 1000



View Profile
June 09, 2015, 04:23:57 PM
 #1209

Bitcointalk HERO! and my birthday Smiley

BTC: 1Dw9feZAGSeHvaiQ55T7C92VAAXB2nVKKk
JuniorSv
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
June 09, 2015, 04:35:56 PM
 #1210


Hi

Take a look what i have found on cointalk today,crypto-fiat payment processor

https://cryptocointalk.com/topic/38426-coinpressclub-release-become-a-decentralized-payment-provider/#entry182680


https://cryptocointalk.com/topic/38426-coinpressclub-release-become-a-decentralized-payment-provider/

http://coinpress.club/

thay are supporting bleu,polo and bittrex,but maybe possible to makecrypto to fiat without exchange,not sure

his forum  http://coinpress.club/popular/monthly


that is also nice nano technology btc debit master card,you can have anonymous card like that even

https://bit-x.com/cards



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
Sr. Member
****
Offline Offline

Activity: 466
Merit: 250



View Profile
June 09, 2015, 07:26:23 PM
 #1211

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 Offline

Activity: 882
Merit: 1024



View Profile
June 09, 2015, 09:46:49 PM
 #1212

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 Tongue
AngelLox
Sr. Member
****
Offline Offline

Activity: 466
Merit: 250



View Profile
June 09, 2015, 10:57:04 PM
 #1213

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 Tongue
Glad to have helped Cheesy
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
June 10, 2015, 02:06:58 AM
 #1214

I threw CON onto my website's explorer code. Its a good way to see some cool charts like everyone's stake weight Cheesy


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!

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
Crestington (OP)
Legendary
*
Offline Offline

Activity: 882
Merit: 1024



View Profile
June 10, 2015, 03:08:16 AM
 #1215

I threw CON onto my website's explorer code. Its a good way to see some cool charts like everyone's stake weight Cheesy


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 Offline

Activity: 994
Merit: 1000



View Profile
June 10, 2015, 12:51:48 PM
 #1216

wow that´s nice Smiley

Thx presstab



212991.13094948 CON now, but want more Cheesy

BTC: 1Dw9feZAGSeHvaiQ55T7C92VAAXB2nVKKk
Crestington (OP)
Legendary
*
Offline Offline

Activity: 882
Merit: 1024



View Profile
June 10, 2015, 08:41:46 PM
 #1217

wow that´s nice Smiley

Thx presstab



212991.13094948 CON now, but want more Cheesy

Sad 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
Sr. Member
****
Offline Offline

Activity: 466
Merit: 250



View Profile
June 10, 2015, 09:47:37 PM
 #1218

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
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
June 11, 2015, 01:59:50 AM
 #1219

I threw CON onto my website's explorer code. Its a good way to see some cool charts like everyone's stake weight Cheesy


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 Cheesy

http://www.paycon.xyz/  Can you CON us? Try your luck at http://con-games.tk/con/blackjack Come chat with us on Slack
candlesticks
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
June 11, 2015, 02:08:59 AM
 #1220

Anybody else have issues withdrawing from c-cex. I just got this, I've never seen this before




http://www.paycon.xyz/  Can you CON us? Try your luck at http://con-games.tk/con/blackjack Come chat with us on Slack
Pages: « 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 [61] 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 ... 131 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!