Bitcoin Forum
June 01, 2024, 04:46:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No Airdrop/No Premine/ ⚡ 485+ Masternodes 🔥Scrypt🔥 on: January 01, 2018, 07:33:52 AM
Please make sure you check your masternodes and wallets today. Compare your blockheight with Yobit and
make sure you're within 20 blocks or so before you send coins. If you're not sure, send a small test before
sending large batches to and from Yobit.

Code:
The latest DB files are here:
https://drive.google.com/open?id=1lczlv5HcbMkzx1CNJFCf7eYKw9s5iPEN

Here are more detailed instructions on re-syncing the XIOS blockchain -
Delete all the files (in %appdata%/XIOS/ for windows, /home/user/.XIOS for linux) except XIOS.conf, masternode.conf and wallet.dat
Then, copy/paste the files from the archive and restart the wallet.
If your coin balance is wrong, type "repairwallet" in the debug console and restart the wallet.

Code:
There are now (2) block explorers, both on the correct chain (working with Yobit).

http://xios.donkeypool.com
http://xioseast.donkeypool.com
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ¤ DMD Diamond 3.0 | Scarce ¤ Valuable ¤ Secure | PoS 3.0 | Masternodes 65% on: December 29, 2017, 06:46:52 PM

Not to give away the secret sauce but, I would recommend you make one RPi3, get diamondd running... copy the image... and split the coins between the two Pi's.  I switched out of RPi because it did not have coin control, solved it by making more than one pi3.  There is a sweet spot to how many coins each Pi should have.

Not sure I understand correctly, but what do you mean with "it did not have coin control"? As far as I'm aware you can use setstakesplitthreshold to control the coin pile size for staking. This is a RPC command, so it works with the QT wallet, but also with the headless daemon on RPi.

i think he is talking about use a GUI wallet on a raspi instead headless
and use the coincontroll gui (options wallet enable coincontroll) for which there is no similar replacement in headless wallets

and there i agree a gui wallet should not be used on smaller raspi then the 1 GB ram ones

ideal are 2 GB ram boards

I agree 100%.
This board looks promising, it's supposed to ship in early 2018.
https://www.indiegogo.com/projects/renegade-arm-computer-with-usb-3-on-android-linux#/

It has DDR4 and much higher IO, which the PI lacks.
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ¤ DMD Diamond 3.0 | Scarce ¤ Valuable ¤ Secure | PoS 3.0 | Masternodes 65% on: December 29, 2017, 06:42:35 PM
I have just ordered a raspberry pi 3,

https://www.amazon.co.uk/dp/B01CI5879A/ref=psdc_430512031_t1_B01CD5VC92

I want to install DMD wallet onto it for 24h staking as i have been using laptop for months now.
It comes preinstalled with NOOBS for raspberry pi.

Where can i get a easy setup tutorial for this, never played with a pi before, also is NOOBS OS good for DMD wallet? or is there a better OS for DMD?
Thanks



this is the DMD Diamond raspi guide we have it uses a different OS

https://github.com/DMDcoin/Diamond/blob/master/doc/raspi_headless_compile

Here are some pre-built binaries to try:
https://drive.google.com/file/d/1NfjOYoIEZugazqFrZCQaruTJEkAqTzE7/view?usp=sharing

My question is what is the purpose of pre-built binary? Thanks.

In case someone wants to skip the build process and just start staking.
There are many online tools to scan for popular viruses, etc.
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ¤ DMD Diamond 3.0 | Scarce ¤ Valuable ¤ Secure | PoS 3.0 | Masternodes 65% on: December 29, 2017, 03:10:15 AM
I have just ordered a raspberry pi 3,

https://www.amazon.co.uk/dp/B01CI5879A/ref=psdc_430512031_t1_B01CD5VC92

I want to install DMD wallet onto it for 24h staking as i have been using laptop for months now.
It comes preinstalled with NOOBS for raspberry pi.

Where can i get a easy setup tutorial for this, never played with a pi before, also is NOOBS OS good for DMD wallet? or is there a better OS for DMD?
Thanks



this is the DMD Diamond raspi guide we have it uses a different OS

https://github.com/DMDcoin/Diamond/blob/master/doc/raspi_headless_compile

I don't want to be too contrary, but, building the DMD wallet on the RPi can take forever and fail multiple times before succeeding (if ever).
I recommend using the depends toolkit and building the ARM/RASPi wallet on Debian 9 (VM or install).
Then, you just need a Raspberry Pi with Raspbian installed, and you can copy the wallet with no dependencies.
https://www.raspberrypi.org/downloads/raspbian/

Here are some tips:

Install Debian 9 in a virtual machine or download on from OSboxes.org - http://www.osboxes.org/debian/

Install the build environment dependencies for the Raspberry Pi -
Code:
sudo apt install build-essential libtool autotools-dev autoconf pkg-config curl gcc-aarch64-linux-gnu g++-aarch64-linux-gnu

build the dependencies for the DMD wallet without the GUI (cli only) building for QT needs work -
Code:
cd depends && make HOST=aarch64-linux-gnu NO_QT=1

Change back to the DMD root directory
Code:
cd ..

Prepare the configure script -
Code:
sh autogen.sh

Configure for the build No GUI, cli only-
Code:
./configure --prefix=$(pwd)/depends/aarch64-linux-gnu

Build it -
Code:
make

Strip the debug symbols -
Code:
aarch64-linux-gnu-strip src/diamondd src/diamond-cli src/diamond-tx

Grab those three files (src/diamondd src/diamond-cli src/diamond-tx),
and copy them to your raspberry pi via the SD card or scp/sftp.

Startup scripts for the Raspberry Pi are more complicated using either System V or Systemd.
This is loosely documented in various Pi forums, PM me if you need further assistance with this.

All of this is documented here -
https://github.com/LIMXTEC/DMDv3/tree/master/depends

Here are some pre-built binaries to try:
https://drive.google.com/file/d/1NfjOYoIEZugazqFrZCQaruTJEkAqTzE7/view?usp=sharing
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ¤ DMD Diamond 3.0 | Scarce ¤ Valuable ¤ Secure | PoS 3.0 | Masternodes 65% on: December 22, 2017, 05:06:42 PM
It's a pre-Christmas dump!

GREAT TIME TO BUY!!!

The bottom will likely be the 24th, so I'm buying a shit-ton on Christmas eve.
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No Airdrop/No Premine/ ⚡ 485+ Masternodes 🔥Scrypt🔥 on: December 20, 2017, 12:28:48 AM
Active XIOS nodes:

addnode=51.255.40.186:37191
addnode=45.76.57.124:9876
addnode=104.156.233.78:37191
addnode=50.72.101.76:37191
addnode=107.174.245.119:8454
addnode=24.245.57.236:37191
addnode=23.94.177.195:8659
addnode=217.122.172.66:37191
addnode=122.106.29.222:37191
addnode=96.231.112.109:37191
addnode=23.95.228.94:8454
addnode=138.197.145.5:59300
addnode=108.61.86.20:37192
addnode=45.79.91.116:9998
addnode=45.79.91.116:37191
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No Airdrop/No Premine/ ⚡ 485+ Masternodes 🔥Scrypt🔥 on: December 19, 2017, 02:59:02 AM
Please replay,what configurations .conf should be on my LC wallett Win, VPS wallet Win, when connecting to the current chain?

Nothing like a "ninja" pre-mine to kill a coin!

there was no "ninja" premine or regular premine. if you are going to make accusations, at least back it up with some data instead of spewing trash here, hoping someone will listen

Yes, there is no premine or will there be with the new dev team.
Instead, a transaction fee will be added to do things like list the coin on better exchanges and maintain the network.
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No Airdrop/No Premine/ ⚡ 485+ Masternodes 🔥Scrypt🔥 on: December 18, 2017, 06:07:03 PM
XIOS is still alive and undergoing a rebirth.
Please join the Discord channel for further info.
I'll do my best to cross-post recent developments.


The last fork (yesterday) will require a resync from a recent blockchain which you can find here:
https://bitbucket.org/davembg/xiosblockchain/downloads/12-18-17_04_06.zip
https://bitbucket.org/davembg/xiosblockchain/downloads/12-18-17_04_06.tgz



Delete all the files (in %appdata%/XIOS/ for windows, /home/user/.XIOS for linux) except XIOS.conf, masternode.conf, banlist.dat and wallet.dat
Then, copy/paste the files from the archive and restart the wallet.
If your coin balance is wrong, type "repairwallet" in the debug console and restart the wallet.

The current working and actively maintained block explorer is:

http://xios.donkeypool.com
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No Airdrop/No Premine/ ⚡ 485+ Masternodes 🔥Scrypt🔥 on: December 17, 2017, 03:31:10 AM

hi,

i just tried to send some xios coins and it doesnt work. after entering the password nothing happens.




Sending/receiving coins works pretty well for me.
Try resyncing on the valid blockchain.

There was a fork in the blockchain last week.
No coins send on an invalid blockchain are lost.

There are instructions earlier in the thread or on the Discord channel for re-syncing on the correct blockchain.

https://bitcointalk.org/index.php?topic=2251159.msg25930483#msg25930483
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No Airdrop/No Premine/ ⚡ 485+ Masternodes 🔥Scrypt🔥 on: December 17, 2017, 03:29:43 AM
Hello, my transaction is lost too, can someone help please?
I've sent from yobit to my desktop client wallet. nothing shown up since 2 weeks.
appreciate any help..
2017-12-06 03:35:50
175.67925138 XIOS
5f9ad0289b8798de9a17e36d01ad97733d722675da5fe4e6be64bd7cbd74b703

This post is just above your question:

There was a fork in the blockchain last week.
No coins send on an invalid blockchain are lost.

There are instructions earlier in the thread or on the Discord channel for re-syncing on the correct blockchain.

https://bitcointalk.org/index.php?topic=2251159.msg25930483#msg25930483
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VSX] Darksend - POS 3.0 - Obfuscation - Masternodes - InstantTX [VSYNC] on: December 17, 2017, 03:28:18 AM
Should my VSX wallet stake?
Not yet - check the initial post for block switch to PoS.
I think it's block 259,201.
Yep, found it. Trying to get MN running soon Wink

Check out https://www.vultr.com/pricing
$2.50 per month VMs.
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VSX] Darksend - POS 3.0 - Obfuscation - Masternodes - InstantTX [VSYNC] on: December 16, 2017, 08:51:10 PM
Should my VSX wallet stake?
Not yet - check the initial post for block switch to PoS.
I think it's block 259,201.
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VSX] Darksend - POS 3.0 - Obfuscation - Masternodes - InstantTX [VSYNC] on: December 16, 2017, 04:58:52 AM
Why does my wallet not sync? I've had it open all day and it still says "Out of Sync" and remains stuck on "15 Weeks Behind", no signs of it syncing.

you need to add nodes on config file, from the first post of this topic

Where do I find the config file?

https://bitcointalk.org/index.php?topic=2133048.msg21320116#msg21320116

Sorry, I'm a beginner. But I saw where the nodes were on the first page, so where do I input them?
Can you give me specific instructions, please? thank you.

you must add the entire list of these nodes to a file vsync.conf on folder Vsync, which you have in the folder Roaming.
and restart wallet

Sorry but I'm on a Mac and there is no Vsync.conf file here, or I am looking in the wrong place. I've also tried to open it up through the wallet "open wallet config file" option but that doesn't do anything.

Under the "Go" menu (in the Finder), select Go to Folder and type ~/Library/Application Support/Vsync

create a file called vsync.conf with a text editor.

Here is the contents of my file:

Code:
sendfreetransactions=1

addnode=45.79.91.116:65010
addnode=130.211.160.219:65010
addnode=104.156.254.82:65010
addnode=150.165.205.156:65010
addnode=172.104.166.24:65010
addnode=193.124.57.23:65010
addnode=195.238.108.110:65010
addnode=222.5.183.201:65010
addnode=23.94.93.112:65010
addnode=45.32.212.62:65010
addnode=45.76.10.8:65010
addnode=45.77.7.37:65010
addnode=46.30.42.200:65010
addnode=5.149.213.34:65010
addnode=50.72.125.166:65010
addnode=62.138.3.215:65010
addnode=76.68.173.24:65010
addnode=85.23.37.86:65010
addnode=87.118.120.30:65010
addnode=89.239.193.68:65010
addnode=89.66.62.99:65010
addnode=45.79.213.80
addnode=45.79.198.5
addnode=45.79.214.187
addnode=45.79.222.250
addnode=45.79.203.18
addnode=45.79.204.196
addnode=45.79.212.169
addnode=45.79.194.98
addnode=45.79.201.147
addnode=45.79.223.97
addnode=45.79.207.162
addnode=45.79.200.148
addnode=45.79.208.135
addnode=45.79.216.217
addnode=45.79.214.39
addnode=45.79.222.243
addnode=45.79.199.162
addnode=45.79.192.101
addnode=45.79.215.127
addnode=45.79.205.211
addnode=50.116.22.32
addnode=50.116.30.254
addnode=198.58.102.21
addnode=198.58.111.243
addnode=23.239.24.176
addnode=50.116.18.19
addnode=198.58.99.205
addnode=198.58.125.161
addnode=23.239.29.170
addnode=45.33.23.188
addnode=45.33.124.22
addnode=72.14.188.30
addnode=72.14.177.206
addnode=72.14.187.250
addnode=72.14.186.87
addnode=104.237.131.107
addnode=104.200.16.12
addnode=104.237.141.121
addnode=45.56.65.31
addnode=104.237.130.179
addnode=173.230.142.68
addnode=66.228.62.68
addnode=50.116.39.123
addnode=50.116.47.37
addnode=192.155.95.148
addnode=23.92.30.208
addnode=45.56.114.226
addnode=173.230.130.66
addnode=50.116.35.118
addnode=50.116.43.73
addnode=74.207.234.131
addnode=74.207.230.207
addnode=173.230.129.140
addnode=173.230.137.221
addnode=173.230.128.215
addnode=74.207.227.207
addnode=74.207.235.144
addnode=173.230.133.180
addnode=50.116.32.40
addnode=50.116.40.173
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No Airdrop/No Premine/ ⚡ 485+ Masternodes 🔥Scrypt🔥 on: December 15, 2017, 10:06:18 PM
Thank you for that. Coins are recovered. You just saved me a lot of cash. THANK YOU!

You saved yourself by asking the question Smiley
Stick around, this coin may actually go somewhere.
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No Airdrop/No Premine/ ⚡ 485+ Masternodes 🔥Scrypt🔥 on: December 15, 2017, 05:46:26 PM
OK, I see a few others had the problem of sending Xios to yobit and it never turning up. Is it possible to recover them or are they lost? Starting to feel a little scammed on this coin.

There was a fork in the blockchain last week.
No coins send on an invalid blockchain are lost.

There are instructions earlier in the thread or on the Discord channel for re-syncing on the correct blockchain.

https://bitcointalk.org/index.php?topic=2251159.msg25930483#msg25930483
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No Airdrop/No Premine/ ⚡ 485+ Masternodes 🔥Scrypt🔥 on: December 15, 2017, 05:43:47 PM
The two block explorers have two different amounts on my address and I also have a different amount on my wallet. Anyone has similar problem?

What's the address?
It's likely a database error that can be corrected.
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No Airdrop/No Premine/ ⚡ 485+ Masternodes 🔥Scrypt🔥 on: December 13, 2017, 10:07:07 PM
Hi,
I am having troubles installing the XIOS wallet on an Ubuntu 14.04 server. I have downloaded the xiosd-linux.tar.gz file from https://github.com/davembg/xios/releases and extracted it to get the XIOSd file.
I tried running it to setup the wallet however I got an error regarding

/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found

I tried updating the libstdc++6 with

sudo apt-get install libstdc++6
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

However this has now caused the following error

root@vps481630:/usr/local/bin# XIOSd -daemon
XIOSd: relocation error: XIOSd: symbol _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareERKS4_, version GLIBCXX_3.4.21 not defined in file libstdc+                       +.so.6 with link time reference

I have tried looking online and none of the answers seem to resolve it.  is anyone able to assist?  I am wondering if it is caused by me running Ubuntu 14.04 and davembg build the release on 16.1?  Have I downloaded the correct file for the linux system?

Does anyone have any suggestions to get it to start installing?  

Could I use the original instructions (https://medium.com/@Xioscoin/xios-masternode-how-to-guide-61a964ef7f78) to compile from scratch with the new davembg files?  If so, what would the new command for this original section be

git clone https://github.com/ButterRose/xios

You're fastest solution here is to use Ubuntu 16.10.

You could build the wallet against an earlier version of the stdlib, that shouldn't be a problem.
There are instructions in the readme of the repo.
https://github.com/davembg/xios/blob/master/build-static-linux.md

Code:
sudo apt-get dist-upgrade

This is a horrible way to update Ubuntu, btw - and won't work with anything other than the latest version of Ubuntu.
So, if you're in 14.10 - that won't work for you.
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No Airdrop/No Premine/ ⚡ 485+ Masternodes 🔥Scrypt🔥 on: December 11, 2017, 09:02:05 PM
Приветствую.
Может кто-нибудь помочь мне с компиляцией под centOS?
Действую по инструкции , хочу поднять мастерноду.
https://medium.com/@Xioscoin/xios-masternode-how-to-guide-61a964ef7f78 .
(и эту ветку https://github.com/davembg/xios )
Автор использует Ubuntu. Под CentOS команды и зависимости другие.
По команде
sudo make -f makefile.unix
возникает множество ошибок.
Уже добавил
sudo yum install boost
sudo yum install boost-devel
sudo yum install openssl-devel db4-devel
Теперь остановился на ошибке:

~~~~~
init.cpp: In function ‘bool AppInit2(boost::thread_group&)’:
init.cpp:580:28: error: ‘boost::filesystem::path’ has no member named ‘make_preferred’
                 sourceFile.make_preferred();
                            ^
init.cpp:581:28: error: ‘boost::filesystem::path’ has no member named ‘make_preferred’
                 backupFile.make_preferred();
                            ^
init.cpp:593:30: error: ‘boost::filesystem::path’ has no member named ‘make_preferred’
                 backupFolder.make_preferred();
                              ^
make: *** [obj/init.o] Error 1
~~~~~

Подскажите, как скомпилировать и чего не достаточно для компиляции?

Ниже машинный перевод.:
------------------------------------------------------------------------
Below is the machine translation:

--------------------------------------------------------------------------
Greetings.
Can someone help me with the compilation under CentOS?
I act according to the instructions, I want to raise the masternode.
https://medium.com/@Xioscoin/xios-masternode-how-to-guide-61a964ef7f78.
(and this https://github.com/davembg/xios )
The author uses Ubuntu. Under the CentOS commands and dependencies are others.
At the command
sudo make -f makefile.unix
there are many errors.
Already added
sudo yum install boost
sudo yum install boost-devel
sudo yum install openssl-devel db4-devel
Now I stopped on the error:

~~~~~
init.cpp: In function â € ~bool AppInit2 (boost :: thread_group &) â € ™:
init.cpp: 580: 28: error: â € ~boost :: filesystem :: pathâ € ™ has no member named â € ~make_preferredâ € ™
                 sourceFile.make_preferred ();
                            ^
init.cpp: 581: 28: error: â € ~boost :: filesystem :: pathâ € ™ has no member named â € ~make_preferredâ € ™
                 backupFile.make_preferred ();
                            ^
init.cpp: 593: 30: error: â € ~boost :: filesystem :: pathâ € ™ has no member named â € ~make_preferredâ € ™
                 backupFolder.make_preferred ();
                              ^
make: *** [obj / init.o] Error 1
~~~~~

Tell me how to compile and what is not enough for compilation?



The builds in the releases section should work on CentOS.
The GUI/Qt build needs Qt 5.9.2 installed.

https://github.com/davembg/xios/releases

CentOS also needs other software like:
sudo yum groupinstall 'Development Tools'
sudo yum install curl-devel

59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ¤ DMD Diamond 3.0 | Scarce ¤ Valuable ¤ Secure | PoS 3.0 | Masternodes 65% on: December 11, 2017, 04:43:59 PM
if u seek a staking mini PC that 2GB renegade kit for 70$ could be nice one and should deliver at jannuary

and they state they will provide a ubuntu 16.04 version adapted to it

DMD is easy to compile on ubuntu


https://www.indiegogo.com/projects/renegade-arm-computer-with-usb-3-on-android-linux/x/17748484

I contributed to this campaign last week - hope they come thru.
An ARMv8 chip with DDR4 and USB3 would indeed be nice.

Here are the current boards from this group -
https://libre.computer
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No Airdrop/No Premine/ ⚡ 485+ Masternodes 🔥Scrypt🔥 on: December 09, 2017, 07:14:41 PM
is hostmns.net safe ?

Sure, but you can spin your own using a $5 per month Linode.com VM.
Join the Discord channel for tutorials and potential live support.
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!