Bitcoin Forum
July 09, 2024, 08:49:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: na
na
na

Pages: « 1 ... 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 [213] 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 ... 593 »
  Print  
Author Topic: [ANN][1000 SYNC] Proof of Stake now run by BLOCKCHAIN DEVELOPMENT COMPANY  (Read 816000 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
q327K091
Legendary
*
Offline Offline

Activity: 1792
Merit: 1010


View Profile
May 25, 2014, 11:55:32 AM
 #4241

Good morning 8263
CodyF86
Full Member
***
Offline Offline

Activity: 161
Merit: 100


View Profile
May 25, 2014, 11:56:34 AM
 #4242

Just got my Mintpal withdrawal I tried to process 12 hours ago...just came through.  Looks like Mintpal is now processing withdrawals and deposits.

also...ffs everyone who can't sync or is stuck at 82xx use my bootstrap.dat...it's a copy of the blockchain up to 8263...
raskul
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
May 25, 2014, 11:57:12 AM
 #4243

MintPal in sync, now processing transfers  Grin

tips    1APp826DqjJBdsAeqpEstx6Q8hD4urac8a
Kenta
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
May 25, 2014, 12:04:54 PM
Last edit: May 25, 2014, 02:05:07 PM by Kenta
 #4244

we need to set up masternodes. i'm willing to pay for VPS to do this if someone can help me set it up.

Create a droplet, for example with Digitalocean. I used Ubuntu 12.04LTS 64bit, smallest droplet and private networking.
Can access it from Windows for example with Putty

Update your server:
sudo apt-get update
sudo apt-get dist-upgrade

sudo apt-get install git
sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev

optional:
sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix

create a pagefile if more RAM is not available by using these commands. Just to be able to compile on the smallest droplet
sudo dd if=/dev/zero of=/swapfile bs=1024 count=2048k
sudo mkswap /swapfile
sudo chown root:root /swapfile
sudo chmod 0600 /swapfile
sudo swapon /swapfile
(This is temporary unless you add the file to your fstab)

Compile and Install wallet:
cd ~
git clone https://github.com/MsCollec/sync.git
cd sync/src
mkdir obj
cd obj
mkdir zerocoin
cd ~
chmod +x sync/src/leveldb/build_detect_platform
cd sync/src
make -f makefile.unix USE_UPNP=-
# Copy to system path
sudo cp Syncd /usr/bin

cd ~
Syncd

On first run will create folder for the wallet and suggest rpc user and password.

nano .Sync/Sync.conf

Code:
listen=1
server=1
daemon=1
disablewallet=1
rpcuser=Syncrpc
rpcpassword=longpassword
addnode=107.170.124.180
addnode=192.241.240.216
addnode=107.170.159.98
addnode=67.215.8.91
addnode=23.226.225.224
addnode=162.243.214.192

Start with Syncd
Check status with Syncd getinfo



Might have to wait adding the nodes until the first 8205 blocks are downloaded


Can make a crontab job running a watchdog-script every minute, to make sure the node is started in case of crash or reboot.

Sorry if you knew all this, but perhaps others didn't and perhaps I can get some feedback to learn more as well. Wink


Trade your cryptocoins at: ◣ bleutrade.com ◢◣ C-Cex.com ◢
CodyF86
Full Member
***
Offline Offline

Activity: 161
Merit: 100


View Profile
May 25, 2014, 12:05:00 PM
 #4245

Quote
Yes, (little english sorry).
I have Linux, I have copiled and I use Syncd in command line.
In log i see:
send version message: version 60016, blocks=8234, us=79.98.42.12:24241, them=23.226.225.224:24241, peer=23.226.225.224:24241
Added time data, samples 4, offset -1 (+0 minutes)
receive version message: version 60016, blocks=8263, us=79.98.42.12:52206, them=23.226.225.224:24241, peer=23.226.225.224:24241

I have ereasd all file, recharge chain and now it stop at 8200 :-(


That is the same type of log error I got before I updated to the latest client...are you sure you have the latest client?
raskul
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
May 25, 2014, 12:06:48 PM
 #4246

we need to set up masternodes. i'm willing to pay for VPS to do this if someone can help me set it up.

Create a droplet,  <snip>

erm...
you lost me at 'droplet' lol
sorry  Undecided i'll help in any way I can... Dev probably wants to keep any masternode within the dev team anyways

tips    1APp826DqjJBdsAeqpEstx6Q8hD4urac8a
Joe Budden
Full Member
***
Offline Offline

Activity: 210
Merit: 100

JO€¥ B⃦udd$


View Profile
May 25, 2014, 12:17:56 PM
 #4247

mine is fully synced. close and reopen if it gets stuck.

vvvvv for everybody who missed the latest mac wallet.  vvvvv

OSX WALLET UPDATE

Here you go guys: https://dl.dropboxusercontent.com/u/60507461/Sync-Qt.zip

Feeling generous? : SWGf6Ke7NctUyKFPQF38J9e3YcrTUR6J1Q or 17UioyPtLseUv7L36jy9G45dFfwwv937mr

raskul
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
May 25, 2014, 12:18:38 PM
 #4248

markets are hotting up again.. get your Sync while it's cheap.. i don't think these prices will last long!

tips    1APp826DqjJBdsAeqpEstx6Q8hD4urac8a
picchio
Legendary
*
Offline Offline

Activity: 2506
Merit: 1120



View Profile
May 25, 2014, 12:19:24 PM
 #4249

Quote
Yes, (little english sorry).
I have Linux, I have copiled and I use Syncd in command line.
In log i see:
send version message: version 60016, blocks=8234, us=79.98.42.12:24241, them=23.226.225.224:24241, peer=23.226.225.224:24241
Added time data, samples 4, offset -1 (+0 minutes)
receive version message: version 60016, blocks=8263, us=79.98.42.12:52206, them=23.226.225.224:24241, peer=23.226.225.224:24241

I have ereasd all file, recharge chain and now it stop at 8200 :-(


That is the same type of log error I got before I updated to the latest client...are you sure you have the latest client?
$ git pull
Already up-to-date.
If git is the last yes.
EDIT: Sync version v1.0.0.0

Waves mi piaceva ora non più.
shogun47
Hero Member
*****
Offline Offline

Activity: 1820
Merit: 555



View Profile
May 25, 2014, 12:21:30 PM
 #4250

Wallet BS again!  Huh  I've cleared all the roaming data except wallet.dat. I've redownloaded the latest syncQT from the op 1st page. Still stops at 8200. WTF?

▄▄███████████████████▄▄
▄█████████▀█████████████▄
███████████▄▐▀▄██████████
███████▀▀███████▀▀███████
██████▀███▄▄████████████
█████████▐█████████▐█████
█████████▐█████████▐█████
██████████▀███▀███▄██████
████████████████▄▄███████
███████████▄▄▄███████████
█████████████████████████
▀█████▄▄████████████████▀
▀▀███████████████████▀▀
Peach
BTC bitcoin
Buy and Sell
Bitcoin P2P
.
.
▄▄███████▄▄
▄████████
██████▄
▄██
█████████████████▄
▄███████
██████████████▄
███████████████████████
█████████████████████████
████████████████████████
█████████████████████████
▀███████████████████████▀
▀█████████████████████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀

▀▀▀▀███▀▀▀▀
EUROPE | AFRICA
LATIN AMERICA
▄▀▀▀











▀▄▄▄


███████▄█
███████▀
██▄▄▄▄▄░▄▄▄▄▄
████████████▀
▐███████████▌
▐███████████▌
████████████▄
██████████████
███▀███▀▀███▀
.
Download on the
App Store
▀▀▀▄











▄▄▄▀
▄▀▀▀











▀▄▄▄


▄██▄
██████▄
█████████▄
████████████▄
███████████████
████████████▀
█████████▀
██████▀
▀██▀
.
GET IT ON
Google Play
▀▀▀▄











▄▄▄▀
raskul
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
May 25, 2014, 12:23:32 PM
 #4251

Wallet BS again!  Huh  I've cleared all the roaming data except wallet.dat. I've redownloaded the latest syncQT from the op 1st page. Still stops at 8200. WTF?

can't help you there i'm afraid.. there is a bootstrap posted in the thread last page (i think )
all my wallets are in sync and up to date...

tips    1APp826DqjJBdsAeqpEstx6Q8hD4urac8a
Kenta
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
May 25, 2014, 12:25:07 PM
 #4252

we need to set up masternodes. i'm willing to pay for VPS to do this if someone can help me set it up.

Create a droplet,  <snip>

erm...
you lost me at 'droplet' lol
sorry  Undecided i'll help in any way I can... Dev probably wants to keep any masternode within the dev team anyways

The "create droplet" button is on the main page after you signed up with https://digitalocean.com/ The service is very cheap, and you can use the droplet for more than one coin.

Trade your cryptocoins at: ◣ bleutrade.com ◢◣ C-Cex.com ◢
raskul
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
May 25, 2014, 12:27:00 PM
 #4253

we need to set up masternodes. i'm willing to pay for VPS to do this if someone can help me set it up.

Create a droplet,  <snip>

erm...
you lost me at 'droplet' lol
sorry  Undecided i'll help in any way I can... Dev probably wants to keep any masternode within the dev team anyways

The "create droplet" button is on the main page after you signed up with https://digitalocean.com/ The service is very cheap, and you can use the node for more than one coin.

OK, and I presume i'll need some info (code) from MsCollec? i'll wait 'til he gets back to me before I go ahead with this. Code makes me dizzy lol

tips    1APp826DqjJBdsAeqpEstx6Q8hD4urac8a
Kenta
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
May 25, 2014, 12:28:42 PM
 #4254

we need to set up masternodes. i'm willing to pay for VPS to do this if someone can help me set it up.

Create a droplet,  <snip>

erm...
you lost me at 'droplet' lol
sorry  Undecided i'll help in any way I can... Dev probably wants to keep any masternode within the dev team anyways

The "create droplet" button is on the main page after you signed up with https://digitalocean.com/ The service is very cheap, and you can use the node for more than one coin.

OK, and I presume i'll need some info (code) from MsCollec? i'll wait 'til he gets back to me before I go ahead with this. Code makes me dizzy lol

The code is open source, free for anyone to use and abuse at https://github.com/MsCollec/sync

Trade your cryptocoins at: ◣ bleutrade.com ◢◣ C-Cex.com ◢
raskul
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
May 25, 2014, 12:29:33 PM
 #4255

we need to set up masternodes. i'm willing to pay for VPS to do this if someone can help me set it up.

Create a droplet,  <snip>

erm...
you lost me at 'droplet' lol
sorry  Undecided i'll help in any way I can... Dev probably wants to keep any masternode within the dev team anyways

The "create droplet" button is on the main page after you signed up with https://digitalocean.com/ The service is very cheap, and you can use the node for more than one coin.

OK, and I presume i'll need some info (code) from MsCollec? i'll wait 'til he gets back to me before I go ahead with this. Code makes me dizzy lol

The code is open source, free for anyone to use and abuse at https://github.com/MsCollec/sync

OK, in that case... here goes... if i get in over my head, i'll be PM'ing you!

tips    1APp826DqjJBdsAeqpEstx6Q8hD4urac8a
CodyF86
Full Member
***
Offline Offline

Activity: 161
Merit: 100


View Profile
May 25, 2014, 12:30:59 PM
 #4256

8264!
raskul
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
May 25, 2014, 12:35:13 PM
 #4257

setting up a masternode. this'll be a learning curve!

tips    1APp826DqjJBdsAeqpEstx6Q8hD4urac8a
Matni
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
May 25, 2014, 12:37:37 PM
 #4258

Wallet BS again!  Huh  I've cleared all the roaming data except wallet.dat. I've redownloaded the latest syncQT from the op 1st page. Still stops at 8200. WTF?

If it stops, close wallet and re-open and it'll pass. For the 8000+ blocks you'll probably need to close and re-open a couple of times.

https://twitter.com/CryptoMatni
"I am Lindsey Lohannnnnnnn"
Kenta
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
May 25, 2014, 12:42:51 PM
 #4259

setting up a masternode. this'll be a learning curve!

Masternode or not, it will be a good start towards it and it will be backing up the Sync network.

I have been creating nodes for all coins I have invested in since I burned in with all my Online Gaming Coins some months ago and they couldn't be transferred to the exchange, because all nodes had disappeared.  Grin

Trade your cryptocoins at: ◣ bleutrade.com ◢◣ C-Cex.com ◢
ATCkit
Hero Member
*****
Offline Offline

Activity: 786
Merit: 1000


View Profile
May 25, 2014, 12:44:28 PM
 #4260

we need to set up masternodes. i'm willing to pay for VPS to do this if someone can help me set it up.

Create a droplet,  <snip>

erm...
you lost me at 'droplet' lol
sorry  Undecided i'll help in any way I can... Dev probably wants to keep any masternode within the dev team anyways

The "create droplet" button is on the main page after you signed up with https://digitalocean.com/ The service is very cheap, and you can use the node for more than one coin.

OK, and I presume i'll need some info (code) from MsCollec? i'll wait 'til he gets back to me before I go ahead with this. Code makes me dizzy lol


Guys speak in plain language please. We are not all geeks.

The solutions you are recommending are way beyond the normal guy on the street. Also, you forget that many of us grew up well before a PC existed and most likely before most of you were born. Most my generation thinks i am nuts for just trying to keep up with you guys...but i see where you are going and know you are heading in the right direction. I find it exciting to be part of any leading edge innovation.

Analogy:

You're kinda like a surgeon telling a layperson person how to do kidney surgery on his own child. Well, the layperson doesn't understand the surgeon's scientific/medical language. He just wants the surgeon to do the surgery...not do it himself.

I think the best thing for a person like me to do is to go away for a week and come back to find a "working wallet" posted on page 1. Only 3 outcomes can happen:

1. no wallet works and my coins are lost for good.
2. wallet works and things are working
3. this is a scam and my coins are worth zero.

Worst case scenario, I will have lost only one week's worth of mining.

Pages: « 1 ... 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 [213] 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 ... 593 »
  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!